From dcec5e5348074761e96a08e8b4571a11a8f3bef1 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Wed, 15 May 2024 13:32:40 -0500 Subject: [PATCH] Dev 0.1.9.9999 (#95) * update renv * development version number * fix examples * epa moved clusters to different API call * update mocked test data * update news * update readme rendering * add 502 error message * valid arguments for echo * checkout v4 * use stat="sf_coordinates" * prettymapr * use `get_facilities` endpoint and update examples * update examples * update vignettes and mocked files * add prettymapr for vignette * update mocked results * adds covr * adds meta end point tests * get_qid test * arg = sdw instead of cwa * typo * fix #93 * update mocks * update mocks * update covr workflow * clean up unused internal functions * fix codecov secrets * add coverage dependency on xml2 --------- Co-authored-by: Michael Schramm --- .github/workflows/R-CMD-check.yaml | 2 +- .github/workflows/build-packagedown.yaml | 2 +- .github/workflows/render-readme.yaml | 15 +- .github/workflows/test-coverage.yaml | 60 + DESCRIPTION | 7 +- NAMESPACE | 1 - NEWS.md | 4 + R/air.R | 96 +- R/sdw.R | 48 +- R/utils.R | 46 +- R/water.R | 100 +- README.Rmd | 44 +- man/echoAirGetFacilityInfo.Rd | 16 +- man/echoWaterGetFacilityInfo.Rd | 20 +- renv.lock | 601 +- renv/activate.R | 448 +- ...air_rest_services.get_download-7d79e8.csv} | 0 ...r_rest_services.get_facilities-2c1991.json | 18 + ...r_rest_services.get_facilities-fa0469.json | 18 + ...est_services.get_facility_info-96582d.json | 52 - ...est_services.get_facility_info-fdcbbc.json | 52 - ...air_rest_services.get_geojson-561852.json} | 4 +- .../air_rest_services.metadata-a4f118.json | 2118 +- ...ll_rpt_rest_services.get_caapr-75a2fe.json | 1119 +- ...cwa_rest_services.get_download-06fc20.csv} | 0 ...cwa_rest_services.get_download-c60a28.csv} | 0 ...a_rest_services.get_facilities-055e07.json | 21 + ...a_rest_services.get_facilities-2b2b6e.json | 21 + ...a_rest_services.get_facilities-7240e7.json | 21 + ...a_rest_services.get_facilities-cc8093.json | 7 + ...est_services.get_facility_info-3c5df1.json | 72 - ...est_services.get_facility_info-3ebb0f.json | 52 - ...est_services.get_facility_info-5daf35.json | 54 - ...cwa_rest_services.get_geojson-762b5f.json} | 30 +- .../cwa_rest_services.metadata-a4f118.json | 3726 ++- ...ervices.download_effluent_chart-81e3b7.csv | 782 +- ...sdw_rest_services.get_download-7dc1b8.csv} | 82 +- ...sdw_rest_services.get_systems-44eac4.json} | 8 +- .../sdw_rest_services.metadata-a4f118.json | 34 +- .../air_rest_services.metadata-a4f118.json | 1159 - .../cwa_rest_services.metadata-a4f118.json | 2023 -- .../sdw_rest_services.metadata-a4f118.json | 615 - tests/testthat/test-expected_objects.R | 37 +- ...a_rest_services.get_facilities-460a55.json | 21 + ...est_services.get_facility_info-29a83a.json | 17724 ----------- .../cwa_rest_services.get_geojson-6fc0a8.json | 21798 ------------- .../cwa_rest_services.get_geojson-fd6370.json | 26053 ++++++++++++++++ .../0/cwa_rest_services.metadata-a4f118.json | 3726 ++- vignettes/articles/spatial_data.Rmd | 6 +- ...air_rest_services.get_download-4065b1.csv} | 0 ...r_rest_services.get_facilities-9998c2.json | 18 + ...est_services.get_facility_info-dd2056.json | 304 - .../0/air_rest_services.metadata-a4f118.json | 2118 +- ...ll_rpt_rest_services.get_caapr-75a2fe.json | 1119 +- ...cwa_rest_services.get_download-e4fbf1.csv} | 387 +- ...a_rest_services.get_facilities-90aaac.json | 21 + ...est_services.get_facility_info-760dfb.json | 8300 ----- .../0/cwa_rest_services.metadata-a4f118.json | 3726 ++- ...ervices.download_effluent_chart-1ca27d.csv | 162 +- ...ervices.download_effluent_chart-79e012.csv | 1501 +- ...ervices.download_effluent_chart-d48281.csv | 3584 ++- vignettes/introduction.R | 115 - vignettes/introduction.Rmd | 34 +- vignettes/introduction.html | 2044 -- 64 files changed, 41603 insertions(+), 64793 deletions(-) create mode 100644 .github/workflows/test-coverage.yaml rename tests/testthat/api/{air_rest_services.get_download-1c1064.csv => air_rest_services.get_download-7d79e8.csv} (100%) create mode 100644 tests/testthat/api/air_rest_services.get_facilities-2c1991.json create mode 100644 tests/testthat/api/air_rest_services.get_facilities-fa0469.json delete mode 100644 tests/testthat/api/air_rest_services.get_facility_info-96582d.json delete mode 100644 tests/testthat/api/air_rest_services.get_facility_info-fdcbbc.json rename tests/testthat/api/{air_rest_services.get_geojson-ff3b70.json => air_rest_services.get_geojson-561852.json} (88%) rename tests/testthat/api/{cwa_rest_services.get_download-7c6f23.csv => cwa_rest_services.get_download-06fc20.csv} (100%) rename tests/testthat/api/{cwa_rest_services.get_download-b2c8cc.csv => cwa_rest_services.get_download-c60a28.csv} (100%) create mode 100644 tests/testthat/api/cwa_rest_services.get_facilities-055e07.json create mode 100644 tests/testthat/api/cwa_rest_services.get_facilities-2b2b6e.json create mode 100644 tests/testthat/api/cwa_rest_services.get_facilities-7240e7.json create mode 100644 tests/testthat/api/cwa_rest_services.get_facilities-cc8093.json delete mode 100644 tests/testthat/api/cwa_rest_services.get_facility_info-3c5df1.json delete mode 100644 tests/testthat/api/cwa_rest_services.get_facility_info-3ebb0f.json delete mode 100644 tests/testthat/api/cwa_rest_services.get_facility_info-5daf35.json rename tests/testthat/api/{cwa_rest_services.get_geojson-6fc0a8.json => cwa_rest_services.get_geojson-762b5f.json} (53%) rename tests/testthat/api/{sdw_rest_services.get_download-6659b8.csv => sdw_rest_services.get_download-7dc1b8.csv} (69%) rename tests/testthat/api/{sdw_rest_services.get_systems-d3eb10.json => sdw_rest_services.get_systems-44eac4.json} (72%) delete mode 100644 tests/testthat/ofmpub.epa.gov/echo/air_rest_services.metadata-a4f118.json delete mode 100644 tests/testthat/ofmpub.epa.gov/echo/cwa_rest_services.metadata-a4f118.json delete mode 100644 tests/testthat/ofmpub.epa.gov/echo/sdw_rest_services.metadata-a4f118.json create mode 100644 vignettes/articles/int/0/cwa_rest_services.get_facilities-460a55.json delete mode 100644 vignettes/articles/int/0/cwa_rest_services.get_facility_info-29a83a.json delete mode 100644 vignettes/articles/int/0/cwa_rest_services.get_geojson-6fc0a8.json create mode 100644 vignettes/articles/int/0/cwa_rest_services.get_geojson-fd6370.json rename vignettes/int/0/{air_rest_services.get_download-920d68.csv => air_rest_services.get_download-4065b1.csv} (100%) create mode 100644 vignettes/int/0/air_rest_services.get_facilities-9998c2.json delete mode 100644 vignettes/int/0/air_rest_services.get_facility_info-dd2056.json rename vignettes/int/0/{cwa_rest_services.get_download-9d88ec.csv => cwa_rest_services.get_download-e4fbf1.csv} (76%) create mode 100644 vignettes/int/0/cwa_rest_services.get_facilities-90aaac.json delete mode 100644 vignettes/int/0/cwa_rest_services.get_facility_info-760dfb.json delete mode 100644 vignettes/introduction.R delete mode 100644 vignettes/introduction.html diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index a3ac618..74d8c97 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -29,7 +29,7 @@ jobs: R_KEEP_PKG_SOURCE: yes steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-pandoc@v2 diff --git a/.github/workflows/build-packagedown.yaml b/.github/workflows/build-packagedown.yaml index 087f0b0..fb6645f 100644 --- a/.github/workflows/build-packagedown.yaml +++ b/.github/workflows/build-packagedown.yaml @@ -20,7 +20,7 @@ jobs: env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-pandoc@v2 diff --git a/.github/workflows/render-readme.yaml b/.github/workflows/render-readme.yaml index 30abb13..5f5d463 100644 --- a/.github/workflows/render-readme.yaml +++ b/.github/workflows/render-readme.yaml @@ -21,7 +21,7 @@ jobs: env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-pandoc@v2 @@ -32,15 +32,10 @@ jobs: - name: Install system dependencies run: | # install spatial dependencies - sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable - sudo apt update - sudo apt install \ - libudunits2-dev \ - libgdal-dev \ - libgeos-dev \ - libproj-dev \ - libharfbuzz-dev \ - libfribidi-dev + sudo apt-get install libgdal-dev libproj-dev libgeos-dev libudunits2-dev + # install systemfont and ragg dependencies + sudo apt-get install libharfbuzz-dev libfribidi-dev + - uses: r-lib/actions/setup-renv@v2 - uses: r-lib/actions/setup-r-dependencies@v2 diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml new file mode 100644 index 0000000..a7db05b --- /dev/null +++ b/.github/workflows/test-coverage.yaml @@ -0,0 +1,60 @@ +# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples +# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help +on: + push: + branches: [main, master] + pull_request: + branches: [main, master] + +name: test-coverage + +jobs: + test-coverage: + runs-on: ubuntu-latest + env: + GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + + steps: + - uses: actions/checkout@v4 + + - uses: r-lib/actions/setup-r@v2 + with: + use-public-rspm: true + + - uses: r-lib/actions/setup-r-dependencies@v2 + with: + extra-packages: any::covr + needs: coverage + + - name: Test coverage + run: | + cov <- covr::package_coverage( + quiet = FALSE, + clean = FALSE, + install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package") + ) + covr::to_cobertura(cov) + shell: Rscript {0} + + - uses: codecov/codecov-action@v4 + with: + fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }} + file: ./cobertura.xml + plugin: noop + disable_search: true + token: ${{ secrets.CODECOV_TOKEN }} + + - name: Show testthat output + if: always() + run: | + ## -------------------------------------------------------------------- + find '${{ runner.temp }}/package' -name 'testthat.Rout*' -exec cat '{}' \; || true + shell: bash + + - name: Upload test results + if: failure() + uses: actions/upload-artifact@v4 + with: + name: coverage-test-failures + path: ${{ runner.temp }}/package diff --git a/DESCRIPTION b/DESCRIPTION index 1f3b755..7abad8b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: echor Type: Package Title: Access EPA 'ECHO' Data -Version: 0.1.9 +Version: 0.1.9.9999 Authors@R: person(given = "Michael", family = "Schramm", @@ -18,7 +18,7 @@ Description: An R interface to United States Environmental from . License: MIT + file LICENSE Encoding: UTF-8 -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 Imports: curl, dplyr, @@ -48,6 +48,9 @@ Config/Needs/website: here, kableExtra, knitr, + prettymapr, raster, rmarkdown, sf +Config/Needs/coverage: + xml2 diff --git a/NAMESPACE b/NAMESPACE index 1f5fea7..fda9cad 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -32,5 +32,4 @@ importFrom(tibble,is_tibble) importFrom(tibble,tibble) importFrom(tidyr,gather_) importFrom(tidyr,pivot_longer) -importFrom(tidyr,unnest_wider) importFrom(utils,URLencode) diff --git a/NEWS.md b/NEWS.md index 1e97f25..cfb7972 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# echor 0.1.9.9999 (in development) +* Update examples in `echoWaterGetFacilityInfo()`. The allowable values for `p_pcomp` were changed by EPA resulting in zero values returned. (fixes #94) +* There is no longer an (unknown) upper limit on the values returned when requesting an `sf` dataframe. Previously, ECHO returned "clusters" instead of records when a large number of records were requested. ECHO no provides a different endpoint to request clusters. This package does not currently provide a function to access the clusters endpoint. + # echor 0.1.9 * when server responses != 200 or 202, functions return an invisible NULL with a message instead of an error and message. (fixes #87) * removed geojsonsf dependency. diff --git a/R/air.R b/R/air.R index 52db41c..a70d44d 100644 --- a/R/air.R +++ b/R/air.R @@ -17,17 +17,17 @@ #' ## These examples require an internet connection to run #' #' ## Retrieve table of facilities by bounding box -#' echoAirGetFacilityInfo(xmin = '-96.407563', -#' ymin = '30.554395', -#' xmax = '-96.25947', -#' ymax = '30.751984', +#' echoAirGetFacilityInfo(p_c1lon = '-96.407563', +#' p_c1lat = '30.554395', +#' p_c2lon = '-96.25947', +#' p_c2lat = '30.751984', #' output = 'df') #' #' ## Retrieve a simple features dataframe by bounding box -#' spatialdata <- echoAirGetFacilityInfo(xmin = '-96.407563', -#' ymin = '30.554395', -#' xmax = '-96.25947', -#' ymax = '30.751984', +#' spatialdata <- echoAirGetFacilityInfo(p_c1lon = '-96.407563', +#' p_c1lat = '30.554395', +#' p_c2lon = '-96.25947', +#' p_c2lat = '30.751984', #' output = 'sf') #' #' } @@ -63,8 +63,12 @@ echoAirGetFacilityInfo <- function(output = "df", verbose = FALSE, ...) { queryDots <- queryList(valuesList) ## build the request URL statement - path <- "echo/air_rest_services.get_facility_info" - query <- paste("output=JSON", queryDots, sep = "&") + path <- "echo/air_rest_services.get_facilities" + ## responseset is the maximum number of records return on one page of paginated + ## results + responseSet <- 1000 + baseParams <- paste("output=JSON", paste0("responseset=",responseSet), sep="&") + query <- paste(baseParams, queryDots, sep = "&") getURL <- requestURL(path = path, query = query) ## Make the request @@ -87,6 +91,12 @@ echoAirGetFacilityInfo <- function(output = "df", verbose = FALSE, ...) { info <- httr::content(request) + ## if query returns an error message, print message and return invisible null + if(length(info$Results$Error$ErrorMessage)>0){ + message(info$Results$Error$ErrorMessage) + return(invisible(NULL)) + } + ## return the query id qid <- info[["Results"]][["QueryID"]] @@ -108,57 +118,33 @@ echoAirGetFacilityInfo <- function(output = "df", verbose = FALSE, ...) { ## if df return output from air_rest_services.get_download if (output == "df") { - if (n_records <= 100000) { - - buildOutput <- getDownload("caa", - qid, - qcolumns, - col_types = colTypes) - } else { - - # number of pages returned is n_records/5000 - pages <- ceiling(n_records/5000) - # create the progress bar - pb <- progress_bar$new(total = pages) - - buildOutput <- getQID("caa", - qid, - qcolumns, - page = 1) - pb$tick() - - for (i in 2:pages) { - buildOutput <- bind_rows(buildOutput, - getQID("caa", - qid, - qcolumns, - page = i)) - Sys.sleep(0.5) - pb$tick() - } - } + buildOutput <- getDownload("caa", + qid, + qcolumns, + col_types = colTypes) + return(buildOutput) } ## if df return output from air_rest_services.get_geojson if (output == "sf") { - ## if returns clusters, there are to many records to - ## return records via geojson and the request needs to - ## be more specific. I'm not sure how many records are too - ## many. If the length of facilities == 0, it means - ## the query either return no records, or the request returned - ## clusters and we can stop the function and return a message. - if(length(info[["Results"]][["Facilities"]]) == 0) { - if(n_records > 0) { - message("Too many records to return spatial a object, please subset your request and try again.") - return(invisible(NULL)) - } - if(n_records == 0) { - message("No records returned in your request") - return(invisible(NULL)) - } - } + # ## if returns clusters, there are to many records to + # ## return records via geojson and the request needs to + # ## be more specific. I'm not sure how many records are too + # ## many. If the length of facilities == 0, it means + # ## the query either return no records, or the request returned + # ## clusters and we can stop the function and return a message. + # if(length(info[["Results"]][["Facilities"]]) == 0) { + # if(n_records > 0) { + # message("Too many records to return spatial a object, please subset your request and try again.") + # return(invisible(NULL)) + # } + # if(n_records == 0) { + # message("No records returned in your request") + # return(invisible(NULL)) + # } + # } buildOutput <- getGeoJson("caa", qid, diff --git a/R/sdw.R b/R/sdw.R index e6d6edc..2a0528b 100644 --- a/R/sdw.R +++ b/R/sdw.R @@ -59,7 +59,6 @@ echoSDWGetMeta <- function(verbose = FALSE){ #' Uses EPA's ECHO API: \url{https://echo.epa.gov/tools/web-services/facility-search-drinking-water#!/Safe_Drinking_Water/get_sdw_rest_services_get_systems}. #' @param verbose Logical, indicating whether to provide processing and retrieval messages. Defaults to FALSE #' @param ... Further arguments passed as query parameters in request sent to EPA ECHO's API. For more options see: \url{https://echo.epa.gov/tools/web-services/facility-search-drinking-water#!/Safe_Drinking_Water/get_sdw_rest_services_get_systems} for a complete list of parameter options. Examples provided below. -#' @importFrom purrr map #' @import httr #' @import dplyr #' @return returns a dataframe @@ -102,7 +101,11 @@ echoSDWGetSystems <- function(verbose = FALSE, ...) { ## build the request URL statement path <- "echo/sdw_rest_services.get_systems" - query <- paste("output=JSON", queryDots, sep = "&") + ## responseset is the maximum number of records return on one page of paginated + ## results + responseSet <- 1000 + baseParams <- paste("output=JSON", paste0("responseset=",responseSet), sep="&") + query <- paste(baseParams, queryDots, sep = "&") getURL <- requestURL(path = path, query = query) ## Make the request @@ -125,6 +128,13 @@ echoSDWGetSystems <- function(verbose = FALSE, ...) { info <- httr::content(request) + ## if query returns an error message, print message and return invisible null + if(length(info$Results$Error$ErrorMessage)>0){ + message(info$Results$Error$ErrorMessage) + return(invisible(NULL)) + } + + ## return the query id qid <- info[["Results"]][["QueryID"]] @@ -150,36 +160,10 @@ echoSDWGetSystems <- function(verbose = FALSE, ...) { colTypes <- columnsToParse(program = "sdw", colNums) - ## if <= 100000 records use getDownload - if (n_records <= 100000) { - - buildOutput <- getDownload("sdw", - qid, - qcolumns, - col_types = colTypes) - } else { - - # number of pages returned is n_records/5000 - pages <- ceiling(n_records/5000) - # create the progress bar - pb <- progress_bar$new(total = pages) - - buildOutput <- getQID("cwa", - qid, - qcolumns, - page = 1) - pb$tick() - - for (i in 2:pages) { - buildOutput <- bind_rows(buildOutput, - getQID("sdw", - qid, - qcolumns, - page = i)) - Sys.sleep(0.5) - pb$tick() - } - } + buildOutput <- getDownload("sdw", + qid, + qcolumns, + col_types = colTypes) return(buildOutput) } diff --git a/R/utils.R b/R/utils.R index d661607..810566c 100644 --- a/R/utils.R +++ b/R/utils.R @@ -126,49 +126,7 @@ getDownload <- function(service, qid, qcolumns, col_types = NULL) { return(info) } -#' Return paginated data from get_qid endpoint -#' -#' -#' @return a dataframe -#' -#' @keywords internal -#' @importFrom tidyr unnest_wider -#' @noRd -getQID <-function(service, qid, qcolumns, page) { - ## build the request URL statement - if (service == "sdw") { - path <- "echo/sdw_rest_services.get_qid" - } else if (service == "cwa") { - path <- "echo/cwa_rest_services.get_qid" - } else if (service == "caa") { - path <- "echo/air_rest_services.get_qid" - } else { - stop("internal error in getQID, incorrect service argument supplied") - } - qid <- paste0("qid=", qid) - page <- paste0("pageno=", page) - query <- paste(qid, page, qcolumns, sep = "&") - getURL <- requestURL(path = path, query = query) - - ## Make the request - request <- httr::RETRY("GET", - url = getURL, - httr::accept_json()) - - - ## Check for valid response for serve, else returns error - resp_check(request) - - info <- httr::content(request) - ## rectangle info - info <- as_tibble(info$Results) - ## select data we want to return - info <- select(info, "Facilities") - ## rectangle the nested response - info <- unnest_wider(info, "Facilities") - return(info) -} #' Returns geojson from get.geojson endpoints #' @@ -306,6 +264,10 @@ resp_check <- function(response) { message("There was a server error, try again later.") return(FALSE) } + else if(response$status_code == 502) { + message("There was a server error (502 Bad Gateway), try again later.") + return(FALSE) + } else if(response$status_code == 503) { message("The service is unavailable, try again later.") return(FALSE) diff --git a/R/water.R b/R/water.R index f57ffec..bcdce0b 100644 --- a/R/water.R +++ b/R/water.R @@ -11,7 +11,6 @@ #' @param \dots Further arguments passed as query parameters in request sent to EPA ECHO's API. For more options see: \url{https://echo.epa.gov/tools/web-services/facility-search-water#!/Facility_Information/get_cwa_rest_services_get_facility_info} for a complete list of parameter options. Examples provided below. #' @return returns a dataframe or simple features dataframe #' @import httr -#' @import progress #' @importFrom sf st_read #' @importFrom dplyr bind_rows #' @@ -20,19 +19,19 @@ #' ## These examples require an internet connection to run #' #' ## Retrieve table of facilities by bounding box -#' echoWaterGetFacilityInfo(xmin = '-96.407563', -#' ymin = '30.554395', -#' xmax = '-96.25947', -#' ymax = '30.751984', -#' p_pcomp = 'POW', +#' echoWaterGetFacilityInfo(p_c1lon = '-96.407563', +#' p_c1lat = '30.554395', +#' p_c2lon = '-96.25947', +#' p_c2lat = '30.751984', +#' p_pcomp = 'POT', #' output = 'df') #' #' ## Retrieve a simple features dataframe by bounding box -#' spatialdata <- echoWaterGetFacilityInfo(xmin = '-96.407563', -#' ymin = '30.554395', -#' xmax = '-96.25947', -#' ymax = '30.751984', -#' p_pcomp = 'POW', +#' spatialdata <- echoWaterGetFacilityInfo(p_c2lon = '-96.407563', +#' p_c1lat = '30.554395', +#' p_c2lon = '-96.25947', +#' p_c2lat = '30.751984', +#' p_pcomp = 'POT', #' output = 'sf') #' #' } @@ -70,8 +69,12 @@ echoWaterGetFacilityInfo <- function(output = "df", queryDots <- queryList(valuesList) ## build the request URL statement - path <- "echo/cwa_rest_services.get_facility_info" - query <- paste("output=JSON", queryDots, sep = "&") + path <- "echo/cwa_rest_services.get_facilities" + ## responseset is the maximum number of records return on one page of paginated + ## results + responseSet <- 1000 + baseParams <- paste("output=JSON", paste0("responseset=",responseSet), sep="&") + query <- paste(baseParams, queryDots, sep = "&") getURL <- requestURL(path = path, query = query) ## Make the request @@ -94,12 +97,16 @@ echoWaterGetFacilityInfo <- function(output = "df", info <- httr::content(request) + ## if query returns an error message, print message and return invisible null + if(length(info$Results$Error$ErrorMessage)>0){ + message(info$Results$Error$ErrorMessage) + return(invisible(NULL)) + } + + ## return the query id qid <- info[["Results"]][["QueryID"]] - ## return the number of records - n_records <- info[["Results"]][["QueryRows"]] - n_records <- as.numeric(n_records) ## build the output @@ -112,61 +119,38 @@ echoWaterGetFacilityInfo <- function(output = "df", colTypes <- columnsToParse(program = "cwa", colNums) - ## if df return output from air_rest_services.get_download + ## if df return output from .get_download if (output == "df") { - ## if <= 100000 records use getDownload - if (n_records <= 100000) { - - buildOutput <- getDownload("cwa", - qid, - qcolumns, - col_types = colTypes) - } else { - - # number of pages returned is n_records/5000 - pages <- ceiling(n_records/5000) - # create the progress bar - pb <- progress_bar$new(total = pages) - - buildOutput <- getQID("cwa", - qid, - qcolumns, - page = 1) - pb$tick() - - for (i in 2:pages) { - buildOutput <- bind_rows(buildOutput, - getQID("cwa", - qid, - qcolumns, - page = i)) - Sys.sleep(0.5) - pb$tick() - } - } + buildOutput <- getDownload("cwa", + qid, + qcolumns, + col_types = colTypes) return(buildOutput) } - ## if df return output from air_rest_services.get_geojson + ## if df return output from .get_geojson if (output == "sf") { + ## echo now returns clusters in a seperate API call (get_info_clusters) + ## so I think the code below is no longer required. + ## if returns clusters, there are to many records to ## return records via geojson and the request needs to ## be more specific. I'm not sure how many records are too ## many. If the length of facilities == 0, it means ## the query either return no records, or the request returned ## clusters and we can stop the function and return a message. - if(length(info[["Results"]][["Facilities"]]) == 0) { - if(n_records > 0) { - message("Too many records to return spatial a object, please subset your request and try again.") - return(invisible(NULL)) - } - if(n_records == 0) { - message("No records returned in your request") - return(invisible(NULL)) - } - } + # if(length(info[["Results"]][["Facilities"]]) == 0) { + # if(n_records > 0) { + # message("Too many records to return spatial a object, please subset your request and try again.") + # return(invisible(NULL)) + # } + # if(n_records == 0) { + # message("No records returned in your request") + # return(invisible(NULL)) + # } + # } buildOutput <- getGeoJson("cwa", qid, qcolumns, diff --git a/README.Rmd b/README.Rmd index 46f4aa4..b18db72 100644 --- a/README.Rmd +++ b/README.Rmd @@ -71,10 +71,10 @@ library(echor) ## echoWaterGetFacilityInfo() will return a dataframe or simple features (sf) dataframe. df <- echoWaterGetFacilityInfo(output = "df", - xmin = '-96.387509', - ymin = '30.583572', - xmax = '-96.281422', - ymax = '30.640008', + p_c1lon = '-96.387509', + p_c1lat = '30.583572', + p_c2lon = '-96.281422', + p_c2lat = '30.640008', p_ptype = "NPD") head(df) @@ -84,10 +84,10 @@ The ECHO database can provide over 270 different columns. echor returns a subset ```{r example2, echo=TRUE, message=FALSE, warning=FALSE} df <- echoWaterGetFacilityInfo(output = "df", - xmin = '-96.387509', - ymin = '30.583572', - xmax = '-96.281422', - ymax = '30.640008', + p_c1lon = '-96.387509', + p_c1lat = '30.583572', + p_c2lon = '-96.281422', + p_c2lat = '30.640008', qcolumns = '1,14,23,24,25', p_ptype = "NPD") head(df) @@ -95,36 +95,30 @@ head(df) -When returned as sf dataframes, the data is suitable for immediate spatial plotting or analysis **note: the spatial data endpoints do not currently appear to be functioning** -```{r example3, eval=FALSE, echo=TRUE, message=FALSE, warning=FALSE, paged.print=FALSE, out.width="100%"} +When returned as sf dataframes, the data is suitable for immediate spatial plotting or analysis. + +```{r example3, eval=TRUE, echo=TRUE, message=FALSE, warning=FALSE, paged.print=FALSE, out.width="100%"} library(ggspatial) library(sf) library(ggrepel) -library(purrr) +library(prettymapr) df <- echoWaterGetFacilityInfo(output = "sf", - xmin = '-96.387509', - ymin = '30.583572', - xmax = '-96.281422', - ymax = '30.640008', + p_c1lon = '-96.387509', + p_c1lat = '30.583572', + p_c2lon = '-96.281422', + p_c2lat = '30.640008', p_ptype = "NPD") -##to make labels, need to map the coords and use geom_text :( -## can't help but think there is an easier way to do this - -df <- df %>% - mutate( - coords = map(geometry, st_coordinates), - coords_x = map_dbl(coords, 1), - coords_y = map_dbl(coords, 2) - ) ggplot(df) + annotation_map_tile(zoomin = -1, progress = "none") + geom_sf(inherit.aes = FALSE, shape = 21, color = "darkred", fill = "darkred", size = 2, alpha = 0.25) + - geom_label_repel(data = df, aes(x = coords_x, y = coords_y, label = SourceID), + geom_label_repel(data = df, aes(label = SourceID, + geometry = geometry), + stat = "sf_coordinates", point.padding = .5, min.segment.length = 0.1, size = 2, color = "dodgerblue") + theme_mps_noto() + diff --git a/man/echoAirGetFacilityInfo.Rd b/man/echoAirGetFacilityInfo.Rd index 5636230..eb22bab 100644 --- a/man/echoAirGetFacilityInfo.Rd +++ b/man/echoAirGetFacilityInfo.Rd @@ -25,17 +25,17 @@ Uses EPA's ECHO API: \url{https://echo.epa.gov/tools/web-services/facility-searc ## These examples require an internet connection to run ## Retrieve table of facilities by bounding box -echoAirGetFacilityInfo(xmin = '-96.407563', -ymin = '30.554395', -xmax = '-96.25947', -ymax = '30.751984', +echoAirGetFacilityInfo(p_c1lon = '-96.407563', +p_c1lat = '30.554395', +p_c2lon = '-96.25947', +p_c2lat = '30.751984', output = 'df') ## Retrieve a simple features dataframe by bounding box -spatialdata <- echoAirGetFacilityInfo(xmin = '-96.407563', -ymin = '30.554395', -xmax = '-96.25947', -ymax = '30.751984', +spatialdata <- echoAirGetFacilityInfo(p_c1lon = '-96.407563', +p_c1lat = '30.554395', +p_c2lon = '-96.25947', +p_c2lat = '30.751984', output = 'sf') } diff --git a/man/echoWaterGetFacilityInfo.Rd b/man/echoWaterGetFacilityInfo.Rd index e51ea01..4e1dd44 100644 --- a/man/echoWaterGetFacilityInfo.Rd +++ b/man/echoWaterGetFacilityInfo.Rd @@ -25,19 +25,19 @@ Uses EPA's ECHO API: \url{https://echo.epa.gov/tools/web-services/facility-searc ## These examples require an internet connection to run ## Retrieve table of facilities by bounding box -echoWaterGetFacilityInfo(xmin = '-96.407563', -ymin = '30.554395', -xmax = '-96.25947', -ymax = '30.751984', -p_pcomp = 'POW', +echoWaterGetFacilityInfo(p_c1lon = '-96.407563', +p_c1lat = '30.554395', +p_c2lon = '-96.25947', +p_c2lat = '30.751984', +p_pcomp = 'POT', output = 'df') ## Retrieve a simple features dataframe by bounding box -spatialdata <- echoWaterGetFacilityInfo(xmin = '-96.407563', -ymin = '30.554395', -xmax = '-96.25947', -ymax = '30.751984', -p_pcomp = 'POW', +spatialdata <- echoWaterGetFacilityInfo(p_c2lon = '-96.407563', +p_c1lat = '30.554395', +p_c2lon = '-96.25947', +p_c2lat = '30.751984', +p_pcomp = 'POT', output = 'sf') } diff --git a/renv.lock b/renv.lock index abbca74..b373bdf 100644 --- a/renv.lock +++ b/renv.lock @@ -1,6 +1,6 @@ { "R": { - "Version": "4.2.1", + "Version": "4.3.1", "Repositories": [ { "Name": "CRAN", @@ -11,29 +11,29 @@ "Packages": { "DBI": { "Package": "DBI", - "Version": "1.1.3", + "Version": "1.2.2", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "methods" ], - "Hash": "b2866e62bab9378c3cc9476a1954226b" + "Hash": "164809cd72e1d5160b4cb3aa57f510fe" }, "KernSmooth": { "Package": "KernSmooth", - "Version": "2.23-21", + "Version": "2.23-22", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", "stats" ], - "Hash": "6314fc110e09548ba889491db6ae67fb" + "Hash": "2fecebc3047322fa5930f74fae5de70f" }, "MASS": { "Package": "MASS", - "Version": "7.3-60", + "Version": "7.3-60.0.1", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -44,15 +44,16 @@ "stats", "utils" ], - "Hash": "a56a6365b3fa73293ea8d084be0d9bb0" + "Hash": "b765b28387acc8ec9e9c1530713cb19c" }, "Matrix": { "Package": "Matrix", - "Version": "1.5-4.1", + "Version": "1.6-5", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", + "grDevices", "graphics", "grid", "lattice", @@ -60,7 +61,7 @@ "stats", "utils" ], - "Hash": "38082d362d317745fb932e13956dccbb" + "Hash": "8c7115cd3a0e048bda2a7cd110549f7a" }, "R6": { "Package": "R6", @@ -84,14 +85,14 @@ }, "Rcpp": { "Package": "Rcpp", - "Version": "1.0.10", + "Version": "1.0.12", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "methods", "utils" ], - "Hash": "e749cae40fa9ef469b6050959517453c" + "Hash": "5ea2700d21e038ace58269ecdbeb9ec0" }, "abind": { "Package": "abind", @@ -107,13 +108,13 @@ }, "askpass": { "Package": "askpass", - "Version": "1.1", + "Version": "1.2.0", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "sys" ], - "Hash": "e8a22846fff485f0be3770c2da758713" + "Hash": "cad6cf7f1d5f6e906700b9d3e718c796" }, "base64enc": { "Package": "base64enc", @@ -151,30 +152,35 @@ }, "brio": { "Package": "brio", - "Version": "1.1.3", + "Version": "1.1.5", "Source": "Repository", - "Repository": "CRAN", - "Hash": "976cf154dfb043c012d87cddd8bca363" + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "c1ee497a6d999947c2c224ae46799b1a" }, "bslib": { "Package": "bslib", - "Version": "0.5.0", + "Version": "0.7.0", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "base64enc", "cachem", + "fastmap", "grDevices", "htmltools", "jquerylib", "jsonlite", + "lifecycle", "memoise", "mime", "rlang", "sass" ], - "Hash": "1b117970533deb6d4e992c1b34e9d905" + "Hash": "8644cc53f43828f19133548195d7e59e" }, "cachem": { "Package": "cachem", @@ -189,16 +195,16 @@ }, "callr": { "Package": "callr", - "Version": "3.7.3", + "Version": "3.7.6", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "R6", "processx", "utils" ], - "Hash": "9b2191ede20fa29828139b9900922e51" + "Hash": "d7e13f49c19103ece9e58ad2d83a7354" }, "class": { "Package": "class", @@ -215,9 +221,9 @@ }, "classInt": { "Package": "classInt", - "Version": "0.4-9", + "Version": "0.4-10", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "KernSmooth", "R", @@ -227,18 +233,18 @@ "graphics", "stats" ], - "Hash": "bee651a42a89633eccb36dca9d9ab413" + "Hash": "f5a40793b1ae463a7ffb3902a95bf864" }, "cli": { "Package": "cli", - "Version": "3.6.1", + "Version": "3.6.2", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "utils" ], - "Hash": "89e6d8219950eac806ae0c489052048a" + "Hash": "1216ac65ac55ec0058a6f75d7ca0fd52" }, "clipr": { "Package": "clipr", @@ -266,10 +272,13 @@ }, "cpp11": { "Package": "cpp11", - "Version": "0.4.3", + "Version": "0.4.7", "Source": "Repository", - "Repository": "CRAN", - "Hash": "ed588261931ee3be2c700d22e94a29ab" + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "5a295d7d963cc5035284dcdbaf334f4e" }, "crayon": { "Package": "crayon", @@ -285,27 +294,26 @@ }, "curl": { "Package": "curl", - "Version": "5.0.1", + "Version": "5.2.1", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R" ], - "Hash": "2118af9cb164c8d2dddc7b89eaf732d9" + "Hash": "411ca2c03b1ce5f548345d2fc2685f7a" }, "desc": { "Package": "desc", - "Version": "1.4.2", + "Version": "1.4.3", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", "R6", "cli", - "rprojroot", "utils" ], - "Hash": "6b9602c7ebbe87101a9c8edb6e8b6d21" + "Hash": "99b79fcbd6c4d1ce087f5c5c758b384f" }, "diffobj": { "Package": "diffobj", @@ -324,18 +332,18 @@ }, "digest": { "Package": "digest", - "Version": "0.6.31", + "Version": "0.6.35", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "utils" ], - "Hash": "8b708f296afd9ae69f450f9640be8990" + "Hash": "698ece7ba5a4fa4559e3d537e7ec3d31" }, "downlit": { "Package": "downlit", - "Version": "0.4.2", + "Version": "0.4.3", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -351,13 +359,13 @@ "withr", "yaml" ], - "Hash": "79bf3f66590752ffbba20f8d2da94c7c" + "Hash": "14fa1f248b60ed67e1f5418391a17b14" }, "dplyr": { "Package": "dplyr", - "Version": "1.1.2", + "Version": "1.1.4", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "R6", @@ -374,11 +382,11 @@ "utils", "vctrs" ], - "Hash": "dea6970ff715ca541c387de363ff405e" + "Hash": "fedd9d00c2944ff00a0e2696ccf048ec" }, "e1071": { "Package": "e1071", - "Version": "1.7-13", + "Version": "1.7-14", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -390,48 +398,37 @@ "stats", "utils" ], - "Hash": "1046cb48d06cb40c2900d8878f03a0fe" - }, - "ellipsis": { - "Package": "ellipsis", - "Version": "0.3.2", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "rlang" - ], - "Hash": "bb0eec2fe32e88d9e2836c2f73ea2077" + "Hash": "4ef372b716824753719a8a38b258442d" }, "evaluate": { "Package": "evaluate", - "Version": "0.21", + "Version": "0.23", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "methods" ], - "Hash": "d59f3b464e8da1aef82dc04b588b8dfb" + "Hash": "daf4a1246be12c1fa8c7705a0935c1a0" }, "fansi": { "Package": "fansi", - "Version": "1.0.4", + "Version": "1.0.6", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "grDevices", "utils" ], - "Hash": "1d9e7ad3c8312a192dea7d3db0274fde" + "Hash": "962174cf2aeb5b9eea581522286a911f" }, "farver": { "Package": "farver", - "Version": "2.1.1", + "Version": "2.1.2", "Source": "Repository", "Repository": "CRAN", - "Hash": "8106d78941f34855c440ddb946b8f7a5" + "Hash": "680887028577f3fa2a81e410ed0d6e42" }, "fastmap": { "Package": "fastmap", @@ -442,7 +439,7 @@ }, "fontawesome": { "Package": "fontawesome", - "Version": "0.5.1", + "Version": "0.5.2", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -450,18 +447,18 @@ "htmltools", "rlang" ], - "Hash": "1e22b8cabbad1eae951a75e9f8b52378" + "Hash": "c2efdd5f0bcd1ea861c2d4e2a883a67d" }, "fs": { "Package": "fs", - "Version": "1.6.2", + "Version": "1.6.4", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "methods" ], - "Hash": "94af08e0aa9675a16fadbb3aaaa90d2a" + "Hash": "15aeb8c27f5ea5161f9f6a641fafd93a" }, "generics": { "Package": "generics", @@ -476,9 +473,9 @@ }, "ggplot2": { "Package": "ggplot2", - "Version": "3.4.2", + "Version": "3.5.1", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "MASS", "R", @@ -497,11 +494,27 @@ "vctrs", "withr" ], - "Hash": "3a147ee02e85a8941aad9909f1b43b7b" + "Hash": "44c6a2f8202d5b7e878ea274b1092426" + }, + "ggrepel": { + "Package": "ggrepel", + "Version": "0.9.5", + "Source": "Repository", + "Repository": "CRAN", + "Requirements": [ + "R", + "Rcpp", + "ggplot2", + "grid", + "rlang", + "scales", + "withr" + ], + "Hash": "cc3361e234c4a5050e29697d675764aa" }, "ggspatial": { "Package": "ggspatial", - "Version": "1.1.8", + "Version": "1.1.9", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -518,24 +531,24 @@ "tibble", "tidyr" ], - "Hash": "1ef4c8db80fb72bcc0d7e3fbdcd04da7" + "Hash": "0a4e5ed181eb823957df790ec11a28fc" }, "glue": { "Package": "glue", - "Version": "1.6.2", + "Version": "1.7.0", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "methods" ], - "Hash": "4f2596dfb05dac67b9dc558e5c6fba2e" + "Hash": "e0b3a53876554bd45879e596cdb10a52" }, "gtable": { "Package": "gtable", - "Version": "0.3.3", + "Version": "0.3.5", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "cli", @@ -544,7 +557,7 @@ "lifecycle", "rlang" ], - "Hash": "b44addadb528a0d227794121c00572a0" + "Hash": "e18861963cbc65a27736e02b3cd3c4a0" }, "here": { "Package": "here", @@ -583,24 +596,23 @@ }, "htmltools": { "Package": "htmltools", - "Version": "0.5.5", + "Version": "0.5.8.1", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "base64enc", "digest", - "ellipsis", "fastmap", "grDevices", "rlang", "utils" ], - "Hash": "ba0240784ad50a62165058a27459304a" + "Hash": "81d371a9cc60640e74e4ab6ac46dcedc" }, "httptest": { "Package": "httptest", - "Version": "4.2.1", + "Version": "4.2.2", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -613,11 +625,11 @@ "testthat", "utils" ], - "Hash": "c971c66d9224aa506c9c6abc5a5968c9" + "Hash": "d90434cbc2f44ed3ee6ebe4c352406cd" }, "httr": { "Package": "httr", - "Version": "1.4.6", + "Version": "1.4.7", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -628,7 +640,7 @@ "mime", "openssl" ], - "Hash": "7e5e3cbd2a7bc07880c94e22348fb661" + "Hash": "ac107251d9d9fd72f0ca8049988f1d7f" }, "isoband": { "Package": "isoband", @@ -663,23 +675,22 @@ }, "jsonlite": { "Package": "jsonlite", - "Version": "1.8.5", + "Version": "1.8.8", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "methods" ], - "Hash": "3ee4d9899e4db3e976fc82b98d24a31a" + "Hash": "e1b9c55281c5adc4dd113652d9e26768" }, "kableExtra": { "Package": "kableExtra", - "Version": "1.3.4", + "Version": "1.4.0", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "digest", - "glue", "grDevices", "graphics", "htmltools", @@ -687,23 +698,21 @@ "magrittr", "rmarkdown", "rstudioapi", - "rvest", "scales", "stats", "stringr", "svglite", "tools", "viridisLite", - "webshot", "xml2" ], - "Hash": "49b625e6aabe4c5f091f5850aba8ff78" + "Hash": "532d16304274c23c8563f94b79351c86" }, "knitr": { "Package": "knitr", - "Version": "1.43", + "Version": "1.46", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "evaluate", @@ -713,22 +722,22 @@ "xfun", "yaml" ], - "Hash": "9775eb076713f627c07ce41d8199d8f6" + "Hash": "6e008ab1d696a5283c79765fa7b56b47" }, "labeling": { "Package": "labeling", - "Version": "0.4.2", + "Version": "0.4.3", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "graphics", "stats" ], - "Hash": "3d5108641f47470611a32d0bdf357a72" + "Hash": "b64ec208ac5bc1852b285f665d6368b3" }, "lattice": { "Package": "lattice", - "Version": "0.21-8", + "Version": "0.22-6", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -739,20 +748,20 @@ "stats", "utils" ], - "Hash": "0b8a6d63c8770f02a8b5635f3c431e6b" + "Hash": "cc5ac1ba4c238c7ca9fa6a87ca11a7e2" }, "lifecycle": { "Package": "lifecycle", - "Version": "1.0.3", + "Version": "1.0.4", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "cli", "glue", "rlang" ], - "Hash": "001cecbeac1cff9301bdc3775ee46a86" + "Hash": "b8552d117e1b808b09a832f589b79035" }, "magrittr": { "Package": "magrittr", @@ -777,7 +786,7 @@ }, "mgcv": { "Package": "mgcv", - "Version": "1.8-42", + "Version": "1.9-1", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -790,7 +799,7 @@ "stats", "utils" ], - "Hash": "3460beba7ccc8946249ba35327ba902a" + "Hash": "110ee9d83b496279960e162ac97764ce" }, "mime": { "Package": "mime", @@ -807,32 +816,32 @@ "Version": "0.2.0", "Source": "GitHub", "RemoteType": "github", + "RemoteHost": "api.github.com", "RemoteUsername": "mps9506", "RemoteRepo": "mpsTemplates", - "RemoteRef": "HEAD", + "RemoteRef": "main", "RemoteSha": "d7a070e519d68121ff347d4715ace706a72b6613", - "RemoteHost": "api.github.com", "Requirements": [ "fs", "ggplot2", "systemfonts" ], - "Hash": "1317beb80d832c52111a4c70ee6bcc27" + "Hash": "6515e5f0be46452e3fc7e47243f2aab8" }, "munsell": { "Package": "munsell", - "Version": "0.5.0", + "Version": "0.5.1", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "colorspace", "methods" ], - "Hash": "6dfe8bf774944bd5595785e3229d8771" + "Hash": "4fd8900853b746af55b81fda99da7695" }, "nlme": { "Package": "nlme", - "Version": "3.1-162", + "Version": "3.1-164", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -842,17 +851,17 @@ "stats", "utils" ], - "Hash": "0984ce8da8da9ead8643c5cbbb60f83e" + "Hash": "a623a2239e642806158bc4dc3f51565d" }, "openssl": { "Package": "openssl", - "Version": "2.0.6", + "Version": "2.1.2", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "askpass" ], - "Hash": "0f7cd2962e3044bb940cca4f4b5cecbe" + "Hash": "ea2475b073243d9d338aa8f086ce973e" }, "pillar": { "Package": "pillar", @@ -871,6 +880,21 @@ ], "Hash": "15da5a8412f317beeee6175fbc76f4bb" }, + "pkgbuild": { + "Package": "pkgbuild", + "Version": "1.4.4", + "Source": "Repository", + "Repository": "RSPM", + "Requirements": [ + "R", + "R6", + "callr", + "cli", + "desc", + "processx" + ], + "Hash": "a29e8e134a460a01e0ca67a4763c595b" + }, "pkgconfig": { "Package": "pkgconfig", "Version": "2.0.3", @@ -883,7 +907,7 @@ }, "pkgdown": { "Package": "pkgdown", - "Version": "2.0.7", + "Version": "2.0.9", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -909,13 +933,13 @@ "xml2", "yaml" ], - "Hash": "16fa15449c930bf3a7761d3c68f8abf9" + "Hash": "8bf1151ed1a48328d71b937e651117a6" }, "pkgload": { "Package": "pkgload", - "Version": "1.3.2", + "Version": "1.3.4", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "cli", @@ -924,23 +948,24 @@ "fs", "glue", "methods", + "pkgbuild", "rlang", "rprojroot", "utils", "withr" ], - "Hash": "6b0c222c5071efe0f3baf3dae9aa40e2" + "Hash": "876c618df5ae610be84356d5d7a5d124" }, "plyr": { "Package": "plyr", - "Version": "1.8.8", + "Version": "1.8.9", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "Rcpp" ], - "Hash": "d744387aef9047b0b48be2933d78e862" + "Hash": "6b8177fd19982f0020743fadbfdbd933" }, "png": { "Package": "png", @@ -961,7 +986,7 @@ }, "prettymapr": { "Package": "prettymapr", - "Version": "0.2.4", + "Version": "0.2.5", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -970,40 +995,44 @@ "plyr", "rjson" ], - "Hash": "2c6a2aec97aec439daecd68d67653868" + "Hash": "56a976e191eefe5830dfed35b3f77219" }, "prettyunits": { "Package": "prettyunits", - "Version": "1.1.1", + "Version": "1.2.0", "Source": "Repository", - "Repository": "CRAN", - "Hash": "95ef9167b75dde9d2ccc3c7528393e7e" + "Repository": "RSPM", + "Requirements": [ + "R" + ], + "Hash": "6b01fc98b1e86c4f705ce9dcfd2f57c7" }, "processx": { "Package": "processx", - "Version": "3.8.1", + "Version": "3.8.4", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "R6", "ps", "utils" ], - "Hash": "d75b4059d781336efba24021915902b4" + "Hash": "0c90a7d71988856bad2a2a45dd871bb9" }, "progress": { "Package": "progress", - "Version": "1.2.2", + "Version": "1.2.3", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ + "R", "R6", "crayon", "hms", "prettyunits" ], - "Hash": "14dc9f7a3c91ebb14ec5bb9208a07061" + "Hash": "f4625e061cb2865f111b47ff163a5ca6" }, "proxy": { "Package": "proxy", @@ -1019,18 +1048,18 @@ }, "ps": { "Package": "ps", - "Version": "1.7.5", + "Version": "1.7.6", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "utils" ], - "Hash": "709d852d33178db54b17c722e5b1e594" + "Hash": "dd2b9319ee0656c8acf45c7f40c59de7" }, "purrr": { "Package": "purrr", - "Version": "1.0.1", + "Version": "1.0.2", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -1041,18 +1070,18 @@ "rlang", "vctrs" ], - "Hash": "d71c815267c640f17ddbf7f16144b4bb" + "Hash": "1cba04a4e9414bdefc9dcaa99649a8dc" }, "ragg": { "Package": "ragg", - "Version": "1.2.5", + "Version": "1.3.1", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "systemfonts", "textshaping" ], - "Hash": "690bc058ea2b1b8a407d3cfe3dce3ef9" + "Hash": "539dcb63ce611fe389b4c8e2b546cf24" }, "rappdirs": { "Package": "rappdirs", @@ -1066,9 +1095,9 @@ }, "readr": { "Package": "readr", - "Version": "2.1.4", + "Version": "2.1.5", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "R6", @@ -1085,7 +1114,7 @@ "utils", "vroom" ], - "Hash": "b5047343b3825f37ad9d3b5d89aa1078" + "Hash": "9de96463d2117f6ac49980577939dfb3" }, "rematch2": { "Package": "rematch2", @@ -1099,29 +1128,13 @@ }, "renv": { "Package": "renv", - "Version": "0.17.3", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "utils" - ], - "Hash": "4543b8cd233ae25c6aba8548be9e747e" - }, - "rgdal": { - "Package": "rgdal", - "Version": "1.6-7", + "Version": "1.0.7", "Source": "Repository", "Repository": "CRAN", "Requirements": [ - "R", - "grDevices", - "graphics", - "methods", - "sp", - "stats", "utils" ], - "Hash": "10b777236c9e7855bc9dea8e347e30b7" + "Hash": "397b7b2a265bc5a7a06852524dabae20" }, "rjson": { "Package": "rjson", @@ -1135,20 +1148,20 @@ }, "rlang": { "Package": "rlang", - "Version": "1.1.1", + "Version": "1.1.3", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "utils" ], - "Hash": "a85c767b55f0bf9b7ad16c6d7baee5bb" + "Hash": "42548638fae05fd9a9b5f3f437fbbbe2" }, "rmarkdown": { "Package": "rmarkdown", - "Version": "2.22", + "Version": "2.26", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "bslib", @@ -1159,75 +1172,50 @@ "jsonlite", "knitr", "methods", - "stringr", "tinytex", "tools", "utils", "xfun", "yaml" ], - "Hash": "75a01be060d800ceb14e32c666cacac9" + "Hash": "9b148e7f95d33aac01f31282d49e4f44" }, "rosm": { "Package": "rosm", - "Version": "0.2.6", + "Version": "0.3.0", "Source": "Repository", "Repository": "CRAN", "Requirements": [ - "abind", "curl", + "glue", "jpeg", - "methods", - "plyr", "png", - "prettymapr", - "rgdal", - "rjson", - "sp", - "tools" + "progress", + "rlang", + "wk" ], - "Hash": "28c1e811f574441769c93e5367726c8e" + "Hash": "fcd529f183c4163a91430d7b7bbaece5" }, "rprojroot": { "Package": "rprojroot", - "Version": "2.0.3", + "Version": "2.0.4", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R" ], - "Hash": "1de7ab598047a87bba48434ba35d497d" + "Hash": "4c8415e0ec1e29f3f4f6fc108bef0144" }, "rstudioapi": { "Package": "rstudioapi", - "Version": "0.14", - "Source": "Repository", - "Repository": "CRAN", - "Hash": "690bd2acc42a9166ce34845884459320" - }, - "rvest": { - "Package": "rvest", - "Version": "1.0.3", + "Version": "0.16.0", "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "cli", - "glue", - "httr", - "lifecycle", - "magrittr", - "rlang", - "selectr", - "tibble", - "withr", - "xml2" - ], - "Hash": "a4a5ac819a467808c60e36e92ddf195e" + "Repository": "RSPM", + "Hash": "96710351d642b70e8f02ddeb237c46a7" }, "s2": { "Package": "s2", - "Version": "1.1.4", + "Version": "1.1.6", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -1235,13 +1223,13 @@ "Rcpp", "wk" ], - "Hash": "f1cbe03bb3346f8e817518ffa20f9f5a" + "Hash": "32f7b1a15bb01ae809022960abad5363" }, "sass": { "Package": "sass", - "Version": "0.4.6", + "Version": "0.4.9", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R6", "fs", @@ -1249,38 +1237,27 @@ "rappdirs", "rlang" ], - "Hash": "cc3ec7dd33982ef56570229b62d6388e" + "Hash": "d53dbfddf695303ea4ad66f86e99b95d" }, "scales": { "Package": "scales", - "Version": "1.2.1", + "Version": "1.3.0", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "R6", "RColorBrewer", + "cli", "farver", + "glue", "labeling", "lifecycle", "munsell", "rlang", "viridisLite" ], - "Hash": "906cb23d2f1c5680b8ce439b44c6fa63" - }, - "selectr": { - "Package": "selectr", - "Version": "0.4-2", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "R6", - "methods", - "stringr" - ], - "Hash": "3838071b66e0c566d55cc26bd6e27bf4" + "Hash": "c19df082ba346b0ffa6f833e92de34d1" }, "sessioninfo": { "Package": "sessioninfo", @@ -1297,9 +1274,9 @@ }, "sf": { "Package": "sf", - "Version": "1.0-13", + "Version": "1.0-16", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "DBI", "R", @@ -1316,43 +1293,26 @@ "units", "utils" ], - "Hash": "8fb4839843abc03528ff9f86424d6acd" - }, - "sp": { - "Package": "sp", - "Version": "1.6-1", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "grDevices", - "graphics", - "grid", - "lattice", - "methods", - "stats", - "utils" - ], - "Hash": "ca27b2643e3593b7688244d035f2cd92" + "Hash": "ad57b543f7c3fca05213ba78ff63df9b" }, "stringi": { "Package": "stringi", - "Version": "1.7.12", + "Version": "1.8.4", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "stats", "tools", "utils" ], - "Hash": "ca8bd84263c77310739d2cf64d84d7c9" + "Hash": "39e1144fd75428983dc3f63aa53dfa91" }, "stringr": { "Package": "stringr", - "Version": "1.5.0", + "Version": "1.5.1", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "cli", @@ -1363,11 +1323,11 @@ "stringi", "vctrs" ], - "Hash": "671a4d384ae9d32fc47a14e98bfa3dc8" + "Hash": "960e2ae9e09656611e0b8214ad543207" }, "svglite": { "Package": "svglite", - "Version": "2.1.1", + "Version": "2.1.3", "Source": "Repository", "Repository": "CRAN", "Requirements": [ @@ -1375,7 +1335,7 @@ "cpp11", "systemfonts" ], - "Hash": "29442899581643411facb66f4add846a" + "Hash": "124a41fdfa23e8691cb744c762f10516" }, "sys": { "Package": "sys", @@ -1386,20 +1346,20 @@ }, "systemfonts": { "Package": "systemfonts", - "Version": "1.0.4", + "Version": "1.0.6", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "cpp11" ], - "Hash": "90b28393209827327de889f49935140a" + "Hash": "6d538cff441f0f1f36db2209ac7495ac" }, "testthat": { "Package": "testthat", - "Version": "3.1.9", + "Version": "3.2.1.1", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "R6", @@ -1408,7 +1368,6 @@ "cli", "desc", "digest", - "ellipsis", "evaluate", "jsonlite", "lifecycle", @@ -1423,19 +1382,19 @@ "waldo", "withr" ], - "Hash": "bcc48d6c50770b435c655954e45672c1" + "Hash": "3f6e7e5e2220856ff865e4834766bf2b" }, "textshaping": { "Package": "textshaping", - "Version": "0.3.6", + "Version": "0.3.7", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "cpp11", "systemfonts" ], - "Hash": "1ab6223d3670fac7143202cb6a2d43d5" + "Hash": "997aac9ad649e0ef3b97f96cddd5622b" }, "tibble": { "Package": "tibble", @@ -1458,9 +1417,9 @@ }, "tidyr": { "Package": "tidyr", - "Version": "1.3.0", + "Version": "1.3.1", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "cli", @@ -1477,13 +1436,13 @@ "utils", "vctrs" ], - "Hash": "e47debdc7ce599b070c8e78e8ac0cfcf" + "Hash": "915fb7ce036c22a6a33b5a8adb712eb1" }, "tidyselect": { "Package": "tidyselect", - "Version": "1.2.0", + "Version": "1.2.1", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "cli", @@ -1493,17 +1452,17 @@ "vctrs", "withr" ], - "Hash": "79540e5fcd9e0435af547d885f184fd5" + "Hash": "829f27b9c4919c16b593794a6344d6c0" }, "tinytex": { "Package": "tinytex", - "Version": "0.45", + "Version": "0.51", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "xfun" ], - "Hash": "e4e357f28c2edff493936b6cb30c3d65" + "Hash": "d44e2fcd2e4e076f0aac540208559d1d" }, "tzdb": { "Package": "tzdb", @@ -1518,30 +1477,30 @@ }, "units": { "Package": "units", - "Version": "0.8-2", + "Version": "0.8-5", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R", "Rcpp" ], - "Hash": "422376fe53419adcde4710d43acbcdd0" + "Hash": "119d19da480e873f72241ff6962ffd83" }, "utf8": { "Package": "utf8", - "Version": "1.2.3", + "Version": "1.2.4", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R" ], - "Hash": "1fe17157424bb09c48a8b3b550c753bc" + "Hash": "62b65c52671e6665f803ff02954446e9" }, "vctrs": { "Package": "vctrs", - "Version": "0.6.3", + "Version": "0.6.5", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "cli", @@ -1549,7 +1508,7 @@ "lifecycle", "rlang" ], - "Hash": "d0ef2856b83dc33ea6e255caf6229ee2" + "Hash": "c03fa420630029418f7e6da3667aac4a" }, "viridisLite": { "Package": "viridisLite", @@ -1563,9 +1522,9 @@ }, "vroom": { "Package": "vroom", - "Version": "1.6.3", + "Version": "1.6.5", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "bit64", @@ -1585,14 +1544,15 @@ "vctrs", "withr" ], - "Hash": "8318e64ffb3a70e652494017ec455561" + "Hash": "390f9315bc0025be03012054103d227c" }, "waldo": { "Package": "waldo", - "Version": "0.5.1", + "Version": "0.5.2", "Source": "Repository", "Repository": "CRAN", "Requirements": [ + "R", "cli", "diffobj", "fansi", @@ -1602,20 +1562,7 @@ "rlang", "tibble" ], - "Hash": "2c993415154cdb94649d99ae138ff5e5" - }, - "webshot": { - "Package": "webshot", - "Version": "0.5.4", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "callr", - "jsonlite", - "magrittr" - ], - "Hash": "cfd9342c76693ae53108a474aafa1641" + "Hash": "c7d3fd6d29ab077cbac8f0e2751449e6" }, "whisker": { "Package": "whisker", @@ -1626,55 +1573,57 @@ }, "withr": { "Package": "withr", - "Version": "2.5.0", + "Version": "3.0.0", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", "grDevices", - "graphics", - "stats" + "graphics" ], - "Hash": "c0e49a9760983e81e55cdd9be92e7182" + "Hash": "d31b6c62c10dcf11ec530ca6b0dd5d35" }, "wk": { "Package": "wk", - "Version": "0.7.3", + "Version": "0.9.1", "Source": "Repository", "Repository": "CRAN", "Requirements": [ "R" ], - "Hash": "68a7ab6ec1afb5f076172b983c069313" + "Hash": "5d4545e140e36476f35f20d0ca87963e" }, "xfun": { "Package": "xfun", - "Version": "0.39", + "Version": "0.43", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ + "grDevices", "stats", "tools" ], - "Hash": "8f56e9acb54fb525e66464d57ab58bcb" + "Hash": "ab6371d8653ce5f2f9290f4ec7b42a8e" }, "xml2": { "Package": "xml2", - "Version": "1.3.4", + "Version": "1.3.6", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "R", - "methods" + "cli", + "methods", + "rlang" ], - "Hash": "7dc765ac9b909487326a7d471fdd3821" + "Hash": "1d0336142f4cd25d8d23cd3ba7a8fb61" }, "yaml": { "Package": "yaml", - "Version": "2.3.7", + "Version": "2.3.8", "Source": "Repository", - "Repository": "CRAN", - "Hash": "0d0056cc5383fbc240ccd0cb584bf436" + "Repository": "RSPM", + "Hash": "29240487a071f535f5e5d5a323b7afbd" } } } diff --git a/renv/activate.R b/renv/activate.R index a8fdc32..d13f993 100644 --- a/renv/activate.R +++ b/renv/activate.R @@ -2,10 +2,28 @@ local({ # the requested version of renv - version <- "0.17.3" + version <- "1.0.7" + attr(version, "sha") <- NULL # the project directory - project <- getwd() + project <- Sys.getenv("RENV_PROJECT") + if (!nzchar(project)) + project <- getwd() + + # use start-up diagnostics if enabled + diagnostics <- Sys.getenv("RENV_STARTUP_DIAGNOSTICS", unset = "FALSE") + if (diagnostics) { + start <- Sys.time() + profile <- tempfile("renv-startup-", fileext = ".Rprof") + utils::Rprof(profile) + on.exit({ + utils::Rprof(NULL) + elapsed <- signif(difftime(Sys.time(), start, units = "auto"), digits = 2L) + writeLines(sprintf("- renv took %s to run the autoloader.", format(elapsed))) + writeLines(sprintf("- Profile: %s", profile)) + print(utils::summaryRprof(profile)) + }, add = TRUE) + } # figure out whether the autoloader is enabled enabled <- local({ @@ -15,6 +33,14 @@ local({ if (!is.null(override)) return(override) + # if we're being run in a context where R_LIBS is already set, + # don't load -- presumably we're being run as a sub-process and + # the parent process has already set up library paths for us + rcmd <- Sys.getenv("R_CMD", unset = NA) + rlibs <- Sys.getenv("R_LIBS", unset = NA) + if (!is.na(rlibs) && !is.na(rcmd)) + return(FALSE) + # next, check environment variables # TODO: prefer using the configuration one in the future envvars <- c( @@ -34,9 +60,22 @@ local({ }) - if (!enabled) + # bail if we're not enabled + if (!enabled) { + + # if we're not enabled, we might still need to manually load + # the user profile here + profile <- Sys.getenv("R_PROFILE_USER", unset = "~/.Rprofile") + if (file.exists(profile)) { + cfg <- Sys.getenv("RENV_CONFIG_USER_PROFILE", unset = "TRUE") + if (tolower(cfg) %in% c("true", "t", "1")) + sys.source(profile, envir = globalenv()) + } + return(FALSE) + } + # avoid recursion if (identical(getOption("renv.autoloader.running"), TRUE)) { warning("ignoring recursive attempt to run renv autoloader") @@ -60,25 +99,90 @@ local({ # load bootstrap tools `%||%` <- function(x, y) { - if (is.environment(x) || length(x)) x else y + if (is.null(x)) y else x } - `%??%` <- function(x, y) { - if (is.null(x)) y else x + catf <- function(fmt, ..., appendLF = TRUE) { + + quiet <- getOption("renv.bootstrap.quiet", default = FALSE) + if (quiet) + return(invisible()) + + msg <- sprintf(fmt, ...) + cat(msg, file = stdout(), sep = if (appendLF) "\n" else "") + + invisible(msg) + + } + + header <- function(label, + ..., + prefix = "#", + suffix = "-", + n = min(getOption("width"), 78)) + { + label <- sprintf(label, ...) + n <- max(n - nchar(label) - nchar(prefix) - 2L, 8L) + if (n <= 0) + return(paste(prefix, label)) + + tail <- paste(rep.int(suffix, n), collapse = "") + paste0(prefix, " ", label, " ", tail) + + } + + heredoc <- function(text, leave = 0) { + + # remove leading, trailing whitespace + trimmed <- gsub("^\\s*\\n|\\n\\s*$", "", text) + + # split into lines + lines <- strsplit(trimmed, "\n", fixed = TRUE)[[1L]] + + # compute common indent + indent <- regexpr("[^[:space:]]", lines) + common <- min(setdiff(indent, -1L)) - leave + paste(substring(lines, common), collapse = "\n") + + } + + startswith <- function(string, prefix) { + substring(string, 1, nchar(prefix)) == prefix } bootstrap <- function(version, library) { + friendly <- renv_bootstrap_version_friendly(version) + section <- header(sprintf("Bootstrapping renv %s", friendly)) + catf(section) + # attempt to download renv - tarball <- tryCatch(renv_bootstrap_download(version), error = identity) - if (inherits(tarball, "error")) - stop("failed to download renv ", version) + catf("- Downloading renv ... ", appendLF = FALSE) + withCallingHandlers( + tarball <- renv_bootstrap_download(version), + error = function(err) { + catf("FAILED") + stop("failed to download:\n", conditionMessage(err)) + } + ) + catf("OK") + on.exit(unlink(tarball), add = TRUE) # now attempt to install - status <- tryCatch(renv_bootstrap_install(version, tarball, library), error = identity) - if (inherits(status, "error")) - stop("failed to install renv ", version) + catf("- Installing renv ... ", appendLF = FALSE) + withCallingHandlers( + status <- renv_bootstrap_install(version, tarball, library), + error = function(err) { + catf("FAILED") + stop("failed to install:\n", conditionMessage(err)) + } + ) + catf("OK") + + # add empty line to break up bootstrapping from normal output + catf("") + return(invisible()) } renv_bootstrap_tests_running <- function() { @@ -108,13 +212,6 @@ local({ if (!inherits(repos, "error") && length(repos)) return(repos) - # if we're testing, re-use the test repositories - if (renv_bootstrap_tests_running()) { - repos <- getOption("renv.tests.repos") - if (!is.null(repos)) - return(repos) - } - # retrieve current repos repos <- getOption("repos") @@ -158,33 +255,34 @@ local({ renv_bootstrap_download <- function(version) { - # if the renv version number has 4 components, assume it must - # be retrieved via github - nv <- numeric_version(version) - components <- unclass(nv)[[1]] - - # if this appears to be a development version of 'renv', we'll - # try to restore from github - dev <- length(components) == 4L - - # begin collecting different methods for finding renv - methods <- c( - renv_bootstrap_download_tarball, - if (dev) - renv_bootstrap_download_github - else c( - renv_bootstrap_download_cran_latest, - renv_bootstrap_download_cran_archive + sha <- attr(version, "sha", exact = TRUE) + + methods <- if (!is.null(sha)) { + + # attempting to bootstrap a development version of renv + c( + function() renv_bootstrap_download_tarball(sha), + function() renv_bootstrap_download_github(sha) ) - ) + + } else { + + # attempting to bootstrap a release version of renv + c( + function() renv_bootstrap_download_tarball(version), + function() renv_bootstrap_download_cran_latest(version), + function() renv_bootstrap_download_cran_archive(version) + ) + + } for (method in methods) { - path <- tryCatch(method(version), error = identity) + path <- tryCatch(method(), error = identity) if (is.character(path) && file.exists(path)) return(path) } - stop("failed to download renv ", version) + stop("All download methods failed") } @@ -248,8 +346,6 @@ local({ type <- spec$type repos <- spec$repos - message("* Downloading renv ", version, " ... ", appendLF = FALSE) - baseurl <- utils::contrib.url(repos = repos, type = type) ext <- if (identical(type, "source")) ".tar.gz" @@ -266,13 +362,10 @@ local({ condition = identity ) - if (inherits(status, "condition")) { - message("FAILED") + if (inherits(status, "condition")) return(FALSE) - } # report success and return - message("OK (downloaded ", type, ")") destfile } @@ -329,8 +422,6 @@ local({ urls <- file.path(repos, "src/contrib/Archive/renv", name) destfile <- file.path(tempdir(), name) - message("* Downloading renv ", version, " ... ", appendLF = FALSE) - for (url in urls) { status <- tryCatch( @@ -338,14 +429,11 @@ local({ condition = identity ) - if (identical(status, 0L)) { - message("OK") + if (identical(status, 0L)) return(destfile) - } } - message("FAILED") return(FALSE) } @@ -368,7 +456,7 @@ local({ if (!file.exists(tarball)) { # let the user know we weren't able to honour their request - fmt <- "* RENV_BOOTSTRAP_TARBALL is set (%s) but does not exist." + fmt <- "- RENV_BOOTSTRAP_TARBALL is set (%s) but does not exist." msg <- sprintf(fmt, tarball) warning(msg) @@ -377,10 +465,7 @@ local({ } - fmt <- "* Bootstrapping with tarball at path '%s'." - msg <- sprintf(fmt, tarball) - message(msg) - + catf("- Using local tarball '%s'.", tarball) tarball } @@ -407,8 +492,6 @@ local({ on.exit(do.call(base::options, saved), add = TRUE) } - message("* Downloading renv ", version, " from GitHub ... ", appendLF = FALSE) - url <- file.path("https://api.github.com/repos/rstudio/renv/tarball", version) name <- sprintf("renv_%s.tar.gz", version) destfile <- file.path(tempdir(), name) @@ -418,26 +501,105 @@ local({ condition = identity ) - if (!identical(status, 0L)) { - message("FAILED") + if (!identical(status, 0L)) return(FALSE) - } - message("OK") + renv_bootstrap_download_augment(destfile) + return(destfile) } + # Add Sha to DESCRIPTION. This is stop gap until #890, after which we + # can use renv::install() to fully capture metadata. + renv_bootstrap_download_augment <- function(destfile) { + sha <- renv_bootstrap_git_extract_sha1_tar(destfile) + if (is.null(sha)) { + return() + } + + # Untar + tempdir <- tempfile("renv-github-") + on.exit(unlink(tempdir, recursive = TRUE), add = TRUE) + untar(destfile, exdir = tempdir) + pkgdir <- dir(tempdir, full.names = TRUE)[[1]] + + # Modify description + desc_path <- file.path(pkgdir, "DESCRIPTION") + desc_lines <- readLines(desc_path) + remotes_fields <- c( + "RemoteType: github", + "RemoteHost: api.github.com", + "RemoteRepo: renv", + "RemoteUsername: rstudio", + "RemotePkgRef: rstudio/renv", + paste("RemoteRef: ", sha), + paste("RemoteSha: ", sha) + ) + writeLines(c(desc_lines[desc_lines != ""], remotes_fields), con = desc_path) + + # Re-tar + local({ + old <- setwd(tempdir) + on.exit(setwd(old), add = TRUE) + + tar(destfile, compression = "gzip") + }) + invisible() + } + + # Extract the commit hash from a git archive. Git archives include the SHA1 + # hash as the comment field of the tarball pax extended header + # (see https://www.kernel.org/pub/software/scm/git/docs/git-archive.html) + # For GitHub archives this should be the first header after the default one + # (512 byte) header. + renv_bootstrap_git_extract_sha1_tar <- function(bundle) { + + # open the bundle for reading + # We use gzcon for everything because (from ?gzcon) + # > Reading from a connection which does not supply a 'gzip' magic + # > header is equivalent to reading from the original connection + conn <- gzcon(file(bundle, open = "rb", raw = TRUE)) + on.exit(close(conn)) + + # The default pax header is 512 bytes long and the first pax extended header + # with the comment should be 51 bytes long + # `52 comment=` (11 chars) + 40 byte SHA1 hash + len <- 0x200 + 0x33 + res <- rawToChar(readBin(conn, "raw", n = len)[0x201:len]) + + if (grepl("^52 comment=", res)) { + sub("52 comment=", "", res) + } else { + NULL + } + } + renv_bootstrap_install <- function(version, tarball, library) { # attempt to install it into project library - message("* Installing renv ", version, " ... ", appendLF = FALSE) dir.create(library, showWarnings = FALSE, recursive = TRUE) + output <- renv_bootstrap_install_impl(library, tarball) + + # check for successful install + status <- attr(output, "status") + if (is.null(status) || identical(status, 0L)) + return(status) + + # an error occurred; report it + header <- "installation of renv failed" + lines <- paste(rep.int("=", nchar(header)), collapse = "") + text <- paste(c(header, lines, output), collapse = "\n") + stop(text) + + } + + renv_bootstrap_install_impl <- function(library, tarball) { # invoke using system2 so we can capture and report output bin <- R.home("bin") exe <- if (Sys.info()[["sysname"]] == "Windows") "R.exe" else "R" - r <- file.path(bin, exe) + R <- file.path(bin, exe) args <- c( "--vanilla", "CMD", "INSTALL", "--no-multiarch", @@ -445,19 +607,7 @@ local({ shQuote(path.expand(tarball)) ) - output <- system2(r, args, stdout = TRUE, stderr = TRUE) - message("Done!") - - # check for successful install - status <- attr(output, "status") - if (is.numeric(status) && !identical(status, 0L)) { - header <- "Error installing renv:" - lines <- paste(rep.int("=", nchar(header)), collapse = "") - text <- c(header, lines, output) - writeLines(text, con = stderr()) - } - - status + system2(R, args, stdout = TRUE, stderr = TRUE) } @@ -498,6 +648,9 @@ local({ # if the user has requested an automatic prefix, generate it auto <- Sys.getenv("RENV_PATHS_PREFIX_AUTO", unset = NA) + if (is.na(auto) && getRversion() >= "4.4.0") + auto <- "TRUE" + if (auto %in% c("TRUE", "True", "true", "1")) return(renv_bootstrap_platform_prefix_auto()) @@ -667,34 +820,61 @@ local({ } - renv_bootstrap_validate_version <- function(version) { + renv_bootstrap_validate_version <- function(version, description = NULL) { + + # resolve description file + # + # avoid passing lib.loc to `packageDescription()` below, since R will + # use the loaded version of the package by default anyhow. note that + # this function should only be called after 'renv' is loaded + # https://github.com/rstudio/renv/issues/1625 + description <- description %||% packageDescription("renv") - loadedversion <- utils::packageDescription("renv", fields = "Version") - if (version == loadedversion) + # check whether requested version 'version' matches loaded version of renv + sha <- attr(version, "sha", exact = TRUE) + valid <- if (!is.null(sha)) + renv_bootstrap_validate_version_dev(sha, description) + else + renv_bootstrap_validate_version_release(version, description) + + if (valid) return(TRUE) - # assume four-component versions are from GitHub; - # three-component versions are from CRAN - components <- strsplit(loadedversion, "[.-]")[[1]] - remote <- if (length(components) == 4L) - paste("rstudio/renv", loadedversion, sep = "@") + # the loaded version of renv doesn't match the requested version; + # give the user instructions on how to proceed + dev <- identical(description[["RemoteType"]], "github") + remote <- if (dev) + paste("rstudio/renv", description[["RemoteSha"]], sep = "@") else - paste("renv", loadedversion, sep = "@") + paste("renv", description[["Version"]], sep = "@") - fmt <- paste( - "renv %1$s was loaded from project library, but this project is configured to use renv %2$s.", - "Use `renv::record(\"%3$s\")` to record renv %1$s in the lockfile.", - "Use `renv::restore(packages = \"renv\")` to install renv %2$s into the project library.", - sep = "\n" + # display both loaded version + sha if available + friendly <- renv_bootstrap_version_friendly( + version = description[["Version"]], + sha = if (dev) description[["RemoteSha"]] ) - msg <- sprintf(fmt, loadedversion, version, remote) - warning(msg, call. = FALSE) + fmt <- heredoc(" + renv %1$s was loaded from project library, but this project is configured to use renv %2$s. + - Use `renv::record(\"%3$s\")` to record renv %1$s in the lockfile. + - Use `renv::restore(packages = \"renv\")` to install renv %2$s into the project library. + ") + catf(fmt, friendly, renv_bootstrap_version_friendly(version), remote) FALSE } + renv_bootstrap_validate_version_dev <- function(version, description) { + expected <- description[["RemoteSha"]] + is.character(expected) && startswith(expected, version) + } + + renv_bootstrap_validate_version_release <- function(version, description) { + expected <- description[["Version"]] + is.character(expected) && identical(expected, version) + } + renv_bootstrap_hash_text <- function(text) { hashfile <- tempfile("renv-hash-") @@ -718,7 +898,7 @@ local({ hooks <- getHook("renv::autoload") for (hook in hooks) if (is.function(hook)) - tryCatch(hook(), error = warning) + tryCatch(hook(), error = warnify) # load the project renv::load(project) @@ -859,6 +1039,40 @@ local({ } + renv_bootstrap_version_friendly <- function(version, shafmt = NULL, sha = NULL) { + sha <- sha %||% attr(version, "sha", exact = TRUE) + parts <- c(version, sprintf(shafmt %||% " [sha: %s]", substring(sha, 1L, 7L))) + paste(parts, collapse = "") + } + + renv_bootstrap_exec <- function(project, libpath, version) { + if (!renv_bootstrap_load(project, libpath, version)) + renv_bootstrap_run(version, libpath) + } + + renv_bootstrap_run <- function(version, libpath) { + + # perform bootstrap + bootstrap(version, libpath) + + # exit early if we're just testing bootstrap + if (!is.na(Sys.getenv("RENV_BOOTSTRAP_INSTALL_ONLY", unset = NA))) + return(TRUE) + + # try again to load + if (requireNamespace("renv", lib.loc = libpath, quietly = TRUE)) { + return(renv::load(project = getwd())) + } + + # failed to download or load renv; warn the user + msg <- c( + "Failed to find an renv installation: the project will not be loaded.", + "Use `renv::activate()` to re-initialize the project." + ) + + warning(paste(msg, collapse = "\n"), call. = FALSE) + + } renv_json_read <- function(file = NULL, text = NULL) { @@ -867,7 +1081,7 @@ local({ # if jsonlite is loaded, use that instead if ("jsonlite" %in% loadedNamespaces()) { - json <- catch(renv_json_read_jsonlite(file, text)) + json <- tryCatch(renv_json_read_jsonlite(file, text), error = identity) if (!inherits(json, "error")) return(json) @@ -876,7 +1090,7 @@ local({ } # otherwise, fall back to the default JSON reader - json <- catch(renv_json_read_default(file, text)) + json <- tryCatch(renv_json_read_default(file, text), error = identity) if (!inherits(json, "error")) return(json) @@ -889,14 +1103,14 @@ local({ } renv_json_read_jsonlite <- function(file = NULL, text = NULL) { - text <- paste(text %||% read(file), collapse = "\n") + text <- paste(text %||% readLines(file, warn = FALSE), collapse = "\n") jsonlite::fromJSON(txt = text, simplifyVector = FALSE) } renv_json_read_default <- function(file = NULL, text = NULL) { # find strings in the JSON - text <- paste(text %||% read(file), collapse = "\n") + text <- paste(text %||% readLines(file, warn = FALSE), collapse = "\n") pattern <- '["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]' locs <- gregexpr(pattern, text, perl = TRUE)[[1]] @@ -944,14 +1158,14 @@ local({ map <- as.list(map) # remap strings in object - remapped <- renv_json_remap(json, map) + remapped <- renv_json_read_remap(json, map) # evaluate eval(remapped, envir = baseenv()) } - renv_json_remap <- function(json, map) { + renv_json_read_remap <- function(json, map) { # fix names if (!is.null(names(json))) { @@ -978,7 +1192,7 @@ local({ # recurse if (is.recursive(json)) { for (i in seq_along(json)) { - json[i] <- list(renv_json_remap(json[[i]], map)) + json[i] <- list(renv_json_read_remap(json[[i]], map)) } } @@ -998,35 +1212,9 @@ local({ # construct full libpath libpath <- file.path(root, prefix) - # attempt to load - if (renv_bootstrap_load(project, libpath, version)) - return(TRUE) - - # load failed; inform user we're about to bootstrap - prefix <- paste("# Bootstrapping renv", version) - postfix <- paste(rep.int("-", 77L - nchar(prefix)), collapse = "") - header <- paste(prefix, postfix) - message(header) - - # perform bootstrap - bootstrap(version, libpath) - - # exit early if we're just testing bootstrap - if (!is.na(Sys.getenv("RENV_BOOTSTRAP_INSTALL_ONLY", unset = NA))) - return(TRUE) - - # try again to load - if (requireNamespace("renv", lib.loc = libpath, quietly = TRUE)) { - message("* Successfully installed and loaded renv ", version, ".") - return(renv::load()) - } - - # failed to download or load renv; warn the user - msg <- c( - "Failed to find an renv installation: the project will not be loaded.", - "Use `renv::activate()` to re-initialize the project." - ) + # run bootstrap code + renv_bootstrap_exec(project, libpath, version) - warning(paste(msg, collapse = "\n"), call. = FALSE) + invisible() }) diff --git a/tests/testthat/api/air_rest_services.get_download-1c1064.csv b/tests/testthat/api/air_rest_services.get_download-7d79e8.csv similarity index 100% rename from tests/testthat/api/air_rest_services.get_download-1c1064.csv rename to tests/testthat/api/air_rest_services.get_download-7d79e8.csv diff --git a/tests/testthat/api/air_rest_services.get_facilities-2c1991.json b/tests/testthat/api/air_rest_services.get_facilities-2c1991.json new file mode 100644 index 0000000..4621c61 --- /dev/null +++ b/tests/testthat/api/air_rest_services.get_facilities-2c1991.json @@ -0,0 +1,18 @@ +{ + "Results": { + "Message": "Success", + "QueryRows": "1", + "IndianCountryRows": "0", + "EJHighRows": "1", + "SVRows": "0", + "CVRows": "0", + "V3Rows": "0", + "FEARows": "0", + "InfFEARows": "0", + "INSPRows": "1", + "FCERows": "1", + "TotalPenalties": "$0", + "BadSystemIDs": null, + "QueryID": "979" + } +} diff --git a/tests/testthat/api/air_rest_services.get_facilities-fa0469.json b/tests/testthat/api/air_rest_services.get_facilities-fa0469.json new file mode 100644 index 0000000..828793e --- /dev/null +++ b/tests/testthat/api/air_rest_services.get_facilities-fa0469.json @@ -0,0 +1,18 @@ +{ + "Results": { + "Message": "Success", + "QueryRows": "1", + "IndianCountryRows": "0", + "EJHighRows": "1", + "SVRows": "0", + "CVRows": "0", + "V3Rows": "0", + "FEARows": "0", + "InfFEARows": "0", + "INSPRows": "1", + "FCERows": "1", + "TotalPenalties": "$0", + "BadSystemIDs": null, + "QueryID": "983" + } +} diff --git a/tests/testthat/api/air_rest_services.get_facility_info-96582d.json b/tests/testthat/api/air_rest_services.get_facility_info-96582d.json deleted file mode 100644 index 798145b..0000000 --- a/tests/testthat/api/air_rest_services.get_facility_info-96582d.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "Results": { - "Message": "Success", - "QueryID": "340", - "QueryRows": "1", - "IndianCountryRows": "0", - "SVRows": "0", - "CVRows": "0", - "V3Rows": "0", - "FEARows": "0", - "InfFEARows": "0", - "INSPRows": "1", - "TotalPenalties": "$0", - "BadSystemIDs": null, - "IconBaseURL": "https://echo.epa.gov/themes/custom/echo/images/map/", - "PopUpBaseURL": "api/air_rest_services.pop_up?p_id=", - "ServiceBaseURL": "https://ordsint.rtpnc.epa.gov/ords/echo/air_rest_services.get_facility_info", - "QueryParameters": [ - { - "QP": "output", - "QV": "JSON" - }, - { - "QP": "p_pid", - "QV": "NC0000003706500036" - }, - { - "QP": "p_limit_addr", - "QV": "Y" - }, - { - "QP": "qcolumns", - "QV": "1,2,3,4,5,22,23" - } - ], - "Facilities": [ - { - "ObjectId": "1", - "AIRName": "DUKE ENERGY PROGRESS, LLC - L.V. SUTTON ELECTRIC PLANT", - "SourceID": "NC0000003706500036", - "AIRStreet": "801 SUTTON STEAM PLANT ROAD", - "AIRCity": "WILMINGTON", - "AIRState": "NC", - "RegistryID": "110000350174", - "FacLat": "34.283317", - "FacLong": "-77.985226", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - } - ] - } -} diff --git a/tests/testthat/api/air_rest_services.get_facility_info-fdcbbc.json b/tests/testthat/api/air_rest_services.get_facility_info-fdcbbc.json deleted file mode 100644 index 4d4efbf..0000000 --- a/tests/testthat/api/air_rest_services.get_facility_info-fdcbbc.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "Results": { - "Message": "Success", - "QueryID": "336", - "QueryRows": "1", - "IndianCountryRows": "0", - "SVRows": "0", - "CVRows": "0", - "V3Rows": "0", - "FEARows": "0", - "InfFEARows": "0", - "INSPRows": "1", - "TotalPenalties": "$0", - "BadSystemIDs": null, - "IconBaseURL": "https://echo.epa.gov/themes/custom/echo/images/map/", - "PopUpBaseURL": "api/air_rest_services.pop_up?p_id=", - "ServiceBaseURL": "https://ordsint.rtpnc.epa.gov/ords/echo/air_rest_services.get_facility_info", - "QueryParameters": [ - { - "QP": "output", - "QV": "JSON" - }, - { - "QP": "p_pid", - "QV": "NC0000003706500036" - }, - { - "QP": "p_limit_addr", - "QV": "Y" - }, - { - "QP": "qcolumns", - "QV": "1,2,3,4,5" - } - ], - "Facilities": [ - { - "ObjectId": "1", - "AIRName": "DUKE ENERGY PROGRESS, LLC - L.V. SUTTON ELECTRIC PLANT", - "SourceID": "NC0000003706500036", - "AIRStreet": "801 SUTTON STEAM PLANT ROAD", - "AIRCity": "WILMINGTON", - "AIRState": "NC", - "RegistryID": "110000350174", - "FacLat": "34.283317", - "FacLong": "-77.985226", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - } - ] - } -} diff --git a/tests/testthat/api/air_rest_services.get_geojson-ff3b70.json b/tests/testthat/api/air_rest_services.get_geojson-561852.json similarity index 88% rename from tests/testthat/api/air_rest_services.get_geojson-ff3b70.json rename to tests/testthat/api/air_rest_services.get_geojson-561852.json index fe1fe86..03f46f9 100644 --- a/tests/testthat/api/air_rest_services.get_geojson-ff3b70.json +++ b/tests/testthat/api/air_rest_services.get_geojson-561852.json @@ -17,8 +17,8 @@ "AIRCity": "WILMINGTON", "AIRState": "NC", "RegistryID": "110000350174", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null + "FacEisReporter": "Y", + "NaPollutantsNaa": null } } ] diff --git a/tests/testthat/api/air_rest_services.metadata-a4f118.json b/tests/testthat/api/air_rest_services.metadata-a4f118.json index 8b6f63c..d6e3531 100644 --- a/tests/testthat/api/air_rest_services.metadata-a4f118.json +++ b/tests/testthat/api/air_rest_services.metadata-a4f118.json @@ -8,7 +8,7 @@ "DataLength": "200", "ColumnID": "1", "ObjectName": "AIRName", - "Description": "The name of the AIR Facility." + "Description": null }, { "ColumnName": "SOURCE_ID", @@ -24,7 +24,7 @@ "DataLength": "200", "ColumnID": "3", "ObjectName": "AIRStreet", - "Description": "The street address of the AIR facility location." + "Description": null }, { "ColumnName": "AIR_CITY", @@ -32,7 +32,7 @@ "DataLength": "100", "ColumnID": "4", "ObjectName": "AIRCity", - "Description": "The city where the AIR facility is located." + "Description": null }, { "ColumnName": "AIR_STATE", @@ -40,7 +40,7 @@ "DataLength": "2", "ColumnID": "5", "ObjectName": "AIRState", - "Description": "The state where the AIR facility is located." + "Description": null }, { "ColumnName": "LOCAL_CONTROL_REGION_CODE", @@ -48,7 +48,7 @@ "DataLength": "3", "ColumnID": "6", "ObjectName": "LocalControlRegionCode", - "Description": "Code for regions within a state. Search criteria for DFR in OTIS." + "Description": null }, { "ColumnName": "AIR_ZIP", @@ -56,7 +56,7 @@ "DataLength": "10", "ColumnID": "7", "ObjectName": "AIRZip", - "Description": "The five-digit zip code of the AIR facility." + "Description": null }, { "ColumnName": "REGISTRY_ID", @@ -72,7 +72,7 @@ "DataLength": "100", "ColumnID": "9", "ObjectName": "AIRCounty", - "Description": "The name of the county where the AIR facility is located." + "Description": null }, { "ColumnName": "AIR_EPA_REGION", @@ -80,7 +80,7 @@ "DataLength": "2", "ColumnID": "10", "ObjectName": "AIREPARegion", - "Description": "The EPA region where the AIR facility is located." + "Description": null }, { "ColumnName": "FAC_FEDERAL_AGENCY_CODE", @@ -88,7 +88,7 @@ "DataLength": "15", "ColumnID": "11", "ObjectName": "FacFederalAgencyCode", - "Description": "Indicates the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. The five-character code consists of a letter followed by four numbers. There are four possible letters that can occupy the first character position: C = Civilian Federal Agency; D = Department of Defense; E = Department of Energy; X = Unknown. The second and third characters represent the agency code, while the fourth and fifth characters represent the bureau code." + "Description": null }, { "ColumnName": "FAC_FEDERAL_AGENCY_NAME", @@ -96,7 +96,7 @@ "DataLength": "150", "ColumnID": "12", "ObjectName": "FacFederalAgencyName", - "Description": "Indicates the name of the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government." + "Description": null }, { "ColumnName": "FAC_DERIVED_HUC", @@ -104,7 +104,7 @@ "DataLength": "8", "ColumnID": "13", "ObjectName": "FacDerivedHuc", - "Description": "The 8-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides. A HUC number is assigned to every watershed in the nation and uniquely identifies the watershed." + "Description": null }, { "ColumnName": "FAC_FIPS_CODE", @@ -112,7 +112,7 @@ "DataLength": "15", "ColumnID": "14", "ObjectName": "FacFIPSCode", - "Description": "The 2-digit Federal Information Processing Standards (FIPS) code to identify the county that a facility is located in." + "Description": null }, { "ColumnName": "FAC_INDIAN_CNTRY_FLG", @@ -120,7 +120,7 @@ "DataLength": "3", "ColumnID": "15", "ObjectName": "FacIndianCntryFlg", - "Description": "Flag showing Y/N whether the facility is located in Indian Country." + "Description": null }, { "ColumnName": "AIR_INDIAN_CNTRY_FLG", @@ -128,7 +128,7 @@ "DataLength": "3", "ColumnID": "16", "ObjectName": "AIRIndianCntryFlg", - "Description": "Flag indicating whether the AIR facility is located in Indian country." + "Description": null }, { "ColumnName": "FAC_INDIAN_SPATIAL_FLG", @@ -136,7 +136,7 @@ "DataLength": "1", "ColumnID": "17", "ObjectName": "FacIndianSpatialFlg", - "Description": "Returns “Y” if a facility is located within a tribal spatial boundary as defined by the U.S. Census Bureau 2010 tribal boundary layer data for tribes in the lower 48 states and Bureau of Land Management Alaska State Office data for native villages in Alaska. Returns “N” if a facility is not located within a tribal or native Alaskan village area." + "Description": null }, { "ColumnName": "FAC_DERIVED_TRIBES", @@ -144,7 +144,7 @@ "DataLength": "4000", "ColumnID": "18", "ObjectName": "FacDerivedTribes", - "Description": "The tribes or tribal territories located within 25 miles of the facility's location." + "Description": null }, { "ColumnName": "FAC_US_MEX_BORDER_FLG", @@ -152,7 +152,7 @@ "DataLength": "1", "ColumnID": "19", "ObjectName": "FacUsMexBorderFlg", - "Description": "A Y/N flag indicating that the facility is within 100KM of the US-Mexico Border." + "Description": null }, { "ColumnName": "FAC_SIC_CODES", @@ -168,7 +168,7 @@ "DataLength": "4000", "ColumnID": "21", "ObjectName": "AIRNAICS", - "Description": "The facility’s or permit's primary North American Industry Classification System (NAICS) Code." + "Description": null }, { "ColumnName": "FAC_LAT", @@ -192,7 +192,7 @@ "DataLength": "4000", "ColumnID": "24", "ObjectName": "AIRPrograms", - "Description": "Comma-delimited list of AIR programs." + "Description": null }, { "ColumnName": "AIR_MACTS", @@ -200,15 +200,15 @@ "DataLength": "4000", "ColumnID": "25", "ObjectName": "AIRMacts", - "Description": "The Maximum Achievable Control Technology (MACT) Subpart associated with the facility." + "Description": null }, { "ColumnName": "AIR_STATUS", "DataType": "VARCHAR2", - "DataLength": "120", + "DataLength": "500", "ColumnID": "26", "ObjectName": "AIRStatus", - "Description": "The status of the AIR facility location." + "Description": null }, { "ColumnName": "AIR_UNIVERSE", @@ -216,7 +216,7 @@ "DataLength": "150", "ColumnID": "27", "ObjectName": "AIRUniverse", - "Description": "The program office defines each CAA Source ID and the associated permits as being Federally Reportable or Non-Federally Reportable. Under the CAA, federally reportable source include majors, synthetic minors, NESHAP Part 61 minors, minors with an unresolved High Priority Violation (HPV), with recent enforcement action, or included on a Compliance Monitoring Strategy plan." + "Description": null }, { "ColumnName": "AIR_CLASSIFICATION", @@ -226,211 +226,227 @@ "ObjectName": "AIRClassification", "Description": null }, + { + "ColumnName": "AIR_CMS_CATEGORY_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "29", + "ObjectName": "AIRCmsCategoryCode", + "Description": null + }, + { + "ColumnName": "AIR_CMS_CATEGORY_DESC", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "30", + "ObjectName": "AIRCmsCategoryDesc", + "Description": null + }, { "ColumnName": "FAC_DERIVED_WBD", "DataType": "VARCHAR2", "DataLength": "14", - "ColumnID": "29", + "ColumnID": "31", "ObjectName": "FacDerivedWBD", - "Description": "The Hydrologic Unit Code (HUC-12) of the waterbody in which the facility resides, derived based on location data in FRS." + "Description": null }, { "ColumnName": "FAC_DERIVED_WBD_NAME", "DataType": "VARCHAR2", "DataLength": "100", - "ColumnID": "30", + "ColumnID": "32", "ObjectName": "FacDerivedWBDName", - "Description": "The 12 digit Watershed Boundary Dataset Name derived from the FRS Best Pick Coordinate" + "Description": null }, { "ColumnName": "CHESAPEAKE_BAY_FLAG", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "31", + "ColumnID": "33", "ObjectName": "ChesapeakeBayFlag", - "Description": "Displays Y if the facility is located within the Chesapeake Bay watershed." + "Description": null }, { "ColumnName": "AIR_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "32", + "ColumnID": "34", "ObjectName": "AIRIDs", - "Description": "Air Facility System (AFS) ID." + "Description": null }, { "ColumnName": "CWA_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "33", + "ColumnID": "35", "ObjectName": "CWAIDs", - "Description": "A unique ID assigned for each record/permit/site/facility within ICIS-NPDES. These identifiers are for used tracking purposes in the individual data systems." + "Description": null }, { "ColumnName": "RCRA_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "34", + "ColumnID": "36", "ObjectName": "RCRAIDs", - "Description": "A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database." + "Description": null }, { "ColumnName": "RMP_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "35", + "ColumnID": "37", "ObjectName": "RmpIDs", - "Description": "A unique ID assigned to each facility submitting a Risk Management Plan to EPA under the Risk Management Plan Rule." + "Description": null }, { "ColumnName": "SDWA_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "36", + "ColumnID": "38", "ObjectName": "SDWAIDs", - "Description": "A unique 9-character ID assigned for each public water system within the Safe Drinking Water Information System (SDWIS)." + "Description": null }, { "ColumnName": "TRI_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "37", + "ColumnID": "39", "ObjectName": "TRIIDs", - "Description": "A unique 15-character ID assigned for each facility within the Toxics Release Inventory (TRI) program. The format is ZZZZZNNNNNSSSSS, where ZZZZZ = ZIP code, NNNNN = the first 5 consonants of the name, and SSSSS = the first 5 non-blank non-special characters in the street address." + "Description": null }, { "ColumnName": "GHG_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "38", + "ColumnID": "40", "ObjectName": "GHGIDs", - "Description": "A unique ID assigned for each facility within EPA’s Greenhouse Gas Reporting Program (GHGRP) Emissions Data Sets." + "Description": null }, { "ColumnName": "EIS_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "39", + "ColumnID": "41", "ObjectName": "EisIDs", - "Description": "A unique ID assigned for each facility within EPA’s Emissions Inventory System (EIS) Database." + "Description": null }, { "ColumnName": "CAMD_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "40", + "ColumnID": "42", "ObjectName": "CamdIDs", - "Description": "Facility identifiers for the Clean Air Markets Division database." + "Description": null }, { "ColumnName": "AIR_COMPL_STATUS", "DataType": "VARCHAR2", "DataLength": "100", - "ColumnID": "41", + "ColumnID": "43", "ObjectName": "AIRComplStatus", - "Description": "The facility's recent violation status under the Clean Air Act." + "Description": null }, { "ColumnName": "AIR_HPV_STATUS", "DataType": "VARCHAR2", "DataLength": "100", - "ColumnID": "42", + "ColumnID": "44", "ObjectName": "AIRHpvStatus", - "Description": "Indicates whether the facility currently has an unresolved High Priority Violation (HPV) under the Clean Air Act." + "Description": null }, { "ColumnName": "AIR_MNTHS_WITH_HPV", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "43", + "ColumnID": "45", "ObjectName": "AIRMnthsWithHpv", - "Description": "The number of months in the last three years in which the permit or site is considered in High Priority Violation (HPV) status" + "Description": null }, { "ColumnName": "AIR_QTRS_WITH_HPV", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "44", + "ColumnID": "46", "ObjectName": "AIRQtrsWithHpv", - "Description": "The number of quarters in the last three years in which the permit or site is considered in High Priority Violation (HPV) status." + "Description": null }, { "ColumnName": "AIR_QTRS_WITH_VIOL", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "45", + "ColumnID": "47", "ObjectName": "AIRQtrsWithViol", - "Description": "The number of quarters in the last three years in which the permit or site has had unresolved violation(s) reported." + "Description": null }, { "ColumnName": "AIR_POLL_RECENT_VIOL", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "46", + "ColumnID": "48", "ObjectName": "AIRPollRecentViol", - "Description": "The names of pollutants or pollutant categories with violations reported in the last year." + "Description": null }, { "ColumnName": "AIR_RECENT_VIOL_CNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "47", + "ColumnID": "49", "ObjectName": "AIRRecentViolCnt", - "Description": "The number of violations reported in the last year." + "Description": null }, { "ColumnName": "AIR_LAST_VIOL_DATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "48", + "ColumnID": "50", "ObjectName": "AIRLastViolDate", - "Description": "The date on which the most recent violation was reported." + "Description": null }, { "ColumnName": "AIR_EVAL_CNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "49", + "ColumnID": "51", "ObjectName": "AIREvalCnt", - "Description": "The number of compliance evaluations, under the Clean Air Act, occurring at the facility within the last five years." + "Description": null }, { "ColumnName": "AIR_DAYS_LAST_EVAL", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "50", + "ColumnID": "52", "ObjectName": "AIRDaysLastEval", - "Description": "The number of days since the most recent compliance evaluation of the facility." + "Description": null }, { "ColumnName": "AIR_LAST_EVAL_DATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "51", + "ColumnID": "53", "ObjectName": "AIRLastEvalDate", - "Description": "The date on which the most recent Full Compliance Evaluation (FCE) of the facility by EPA or a state agency was completed." + "Description": null }, { "ColumnName": "AIR_LAST_EVAL_DATE_EPA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "52", + "ColumnID": "54", "ObjectName": "AIRLastEvalDateEPA", - "Description": "The last Air Inspection Date performed by EPA." + "Description": null }, { "ColumnName": "AIR_LAST_EVAL_DATE_STATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "53", + "ColumnID": "55", "ObjectName": "AIRLastEvalDateState", - "Description": "The last Air Inspection Date performed by State or local authorities." + "Description": null }, { "ColumnName": "AIR_FCE_CNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "54", + "ColumnID": "56", "ObjectName": "AIRFceCnt", "Description": null }, @@ -438,7 +454,7 @@ "ColumnName": "AIR_DAYS_LAST_FCE", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "55", + "ColumnID": "57", "ObjectName": "AIRDaysLastFce", "Description": null }, @@ -446,7 +462,7 @@ "ColumnName": "AIR_LAST_FCE_DATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "56", + "ColumnID": "58", "ObjectName": "AIRLastFceDate", "Description": null }, @@ -454,7 +470,7 @@ "ColumnName": "AIR_LAST_FCE_DATE_EPA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "57", + "ColumnID": "59", "ObjectName": "AIRLastFceDateEPA", "Description": null }, @@ -462,7 +478,7 @@ "ColumnName": "AIR_LAST_FCE_DATE_STATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "58", + "ColumnID": "60", "ObjectName": "AIRLastFceDateState", "Description": null }, @@ -470,47 +486,47 @@ "ColumnName": "LAST_DATE_PCE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "59", + "ColumnID": "61", "ObjectName": "LastDatePce", - "Description": "The date on which the most recent Partial Compliance Evaluation (PCE) of the facility by EPA or a state agency was completed." + "Description": null }, { "ColumnName": "LAST_DATE_PCE_EPA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "60", + "ColumnID": "62", "ObjectName": "LastDatePceEPA", - "Description": "The date on which the most recent Partial Compliance Evaluation (PCE) of the facility by EPA was completed." + "Description": null }, { "ColumnName": "LAST_DATE_PCE_STA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "61", + "ColumnID": "63", "ObjectName": "LastDatePceSta", - "Description": "The date on which the most recent Partial Compliance Evaluation (PCE) of the facility by a state agency was completed." + "Description": null }, { "ColumnName": "AIR_LAST_STCK_TEST_DATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "62", + "ColumnID": "64", "ObjectName": "AIRLastStckTestDate", - "Description": "The date on which the most recent stack test occurred." + "Description": null }, { "ColumnName": "AIR_LAST_STCK_TEST_RESULTS", "DataType": "VARCHAR2", "DataLength": "100", - "ColumnID": "63", + "ColumnID": "65", "ObjectName": "AIRLastStckTestResults", - "Description": "The result of the most recent stack test (Pass, Fail, Pending, or Blank)." + "Description": null }, { "ColumnName": "AIR_STACK_TEST_5_YR_ALL", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "64", + "ColumnID": "66", "ObjectName": "AIRStackTest5YrAll", "Description": null }, @@ -518,7 +534,7 @@ "ColumnName": "AIR_STACK_TEST_5_YR_FAIL", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "65", + "ColumnID": "67", "ObjectName": "AIRStackTest5YrFail", "Description": null }, @@ -526,431 +542,431 @@ "ColumnName": "FAC_NAA_FLAG", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "66", + "ColumnID": "68", "ObjectName": "FacNaaFlag", - "Description": "Indicates whether the facility is located in a nonattainment area of the country, where air pollution levels persistently exceed the national ambient air quality standards. This flag does not indicate whether or not the facility has violated national ambient area quality standards." + "Description": null }, { "ColumnName": "FAC_TRI_REPORTER", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "67", + "ColumnID": "69", "ObjectName": "FacTRIReporter", - "Description": "Indicates whether facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year." + "Description": null }, { "ColumnName": "FAC_TRI_AIR_RELEASES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "68", + "ColumnID": "70", "ObjectName": "FacTRIAIRReleases", - "Description": "The total chemical releases to air, in pounds, as reported to TRI by the facility for the most recent reporting year." + "Description": null }, { "ColumnName": "FAC_TRI_CARC_AIR_RELEASES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "69", + "ColumnID": "71", "ObjectName": "FacTRICarcAIRReleases", - "Description": "The pounds of chemicals considered to be carcinogens released to air, as reported to TRI for the most recent reporting year. Chemicals are classified as carcinogens under the requirements of the Occupational Safety and Health Administration (OSHA)." + "Description": null }, { "ColumnName": "FAC_TRI_HAPS_RELEASES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "70", + "ColumnID": "72", "ObjectName": "FacTRIHapsReleases", - "Description": "The pounds of chemicals classified as hazardous air pollutants (HAPS) released to air in pounds per year, as reported to TRI for the most recent reporting year." + "Description": null }, { "ColumnName": "FAC_EIS_AIR_RELEASES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "71", + "ColumnID": "73", "ObjectName": "FacEisAIRReleases", - "Description": "The amount of hazardous air pollutants released to air in tons per year, as reported in the most recent National Emissions Inventory (NEI)." + "Description": null }, { "ColumnName": "FAC_GHG_CO2_RELEASES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "72", + "ColumnID": "74", "ObjectName": "FacGHGCO2Releases", - "Description": "The annual sum of total release amounts and associated quantities of all linked Greenhouse Gas IDs from the Office of Air and Radiation Summary 2010 Greenhouse Gas Data. Units are reported as metric tons of CO2 equivalents per year (MTCO2e/year)." + "Description": null }, { "ColumnName": "AIR_IEA_CNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "73", + "ColumnID": "75", "ObjectName": "AIRIeaCnt", - "Description": "The total number of informal enforcement actions taken against the facility within the last five years." + "Description": null }, { "ColumnName": "AIR_FEA_CNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "74", + "ColumnID": "76", "ObjectName": "AIRFeaCnt", - "Description": "The total number of formal enforcement actions taken against the facility within the last five years." + "Description": null }, { "ColumnName": "AIR_LAST_IEA_DATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "75", + "ColumnID": "77", "ObjectName": "AIRLastIeaDate", - "Description": "The effective date of the most recent listed informal enforcement action taken against the facility." + "Description": null }, { "ColumnName": "AIR_LAST_IEA_DATE_STATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "76", + "ColumnID": "78", "ObjectName": "AIRLastIeaDateState", - "Description": "The effective date of the most recent listed informal enforcement action taken against the facility by a state agency." + "Description": null }, { "ColumnName": "AIR_LAST_IEA_DATE_EPA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "77", + "ColumnID": "79", "ObjectName": "AIRLastIeaDateEPA", - "Description": "The effective date of the most recent listed informal enforcement action taken against the facility by EPA." + "Description": null }, { "ColumnName": "AIR_LAST_FEA_DATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "78", + "ColumnID": "80", "ObjectName": "AIRLastFeaDate", - "Description": "The effective date of the most recent listed formal enforcement action taken against the facility." + "Description": null }, { "ColumnName": "AIR_LAST_FEA_DATE_STATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "79", + "ColumnID": "81", "ObjectName": "AIRLastFeaDateState", - "Description": "The last Air Formal Enforcement Action Date take by State or Local authorities." + "Description": null }, { "ColumnName": "AIR_LAST_FEA_DATE_EPA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "80", + "ColumnID": "82", "ObjectName": "AIRLastFeaDateEPA", - "Description": "The last Air Formal Enforcement Action Date take by EPA." + "Description": null }, { "ColumnName": "AIR_PENALTIES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "81", + "ColumnID": "83", "ObjectName": "AIRPenalties", - "Description": "The total dollar amount of assessed (or final) penalties taken against the facility within the last five years under the Clean Air Act. This value only includes penalties that have been entered in the national program database, ICIS-Air." + "Description": null }, { "ColumnName": "AIR_LAST_PENALTY_DATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "82", + "ColumnID": "84", "ObjectName": "AIRLastPenaltyDate", - "Description": "Indicates the date on which the most recent assessed (or final) penalty was taken against the facility for AIR." + "Description": null }, { "ColumnName": "FAC_POPULATION_DENSITY", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "83", + "ColumnID": "85", "ObjectName": "FacPopulationDensity", - "Description": "The number of persons per square mile in the profiled area." + "Description": null }, { "ColumnName": "FAC_PERCENT_MINORITY", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "84", + "ColumnID": "86", "ObjectName": "FacPercentMinority", - "Description": "Percent Minority is the percentage of the population of the given area that is considered minority. Statistics are shown for the area within a 3-mile radius of each facility." + "Description": null }, { "ColumnName": "EPA_SYSTEM", "DataType": "VARCHAR2", "DataLength": "10", - "ColumnID": "85", + "ColumnID": "87", "ObjectName": "EPASystem", - "Description": "The EPA data system in which permit and facility records are kept. EPA's Facility Registry System (FRS) links all program database records (such as permit IDs and IDs facilities use in reporting to EPA) together. The following list describes the individual data systems that are linked to from the detailed facility report: - AFS: Air Facility System for Clean Air Act stationary source programs.- ICP: Integrated Compliance Information System for Clean Water Act programs monitoring National Pollutant Discharge Elimination System (NPDES) permits.- RCR: Resource Conservation and Recovery Act Information System (RCRAInfo) for tracking the Resource Conservation and Recovery Act (RCRA) programs.- NCDB: National Compliance Database System for monitoring national performance of the Toxic Substance Control Act (TSCA); the Emergency Planning and Right-to-Know Act, Section 313 (EPCRA); the Asbestos Hazard Emergency Response (AHERA); and the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).- TRI: Toxics Release Inventory for Emergency Planning and Community Right-to-Know Act, Section 313 submissions.- NEI: National Emissions Inventory database contains information on stationary and mobile sources that emit criteria air pollutants and their precursors, as well as hazardous air pollutants (HAPs). The database includes estimates of annual emissions, by source, of air pollutants in each area of the country, on an annual basis.- TSCA: Toxic Substances Control Act addressing the production, importation, use, and disposal of specific chemicals." + "Description": null }, { "ColumnName": "STATUTE", "DataType": "VARCHAR2", "DataLength": "50", - "ColumnID": "86", + "ColumnID": "88", "ObjectName": "Statute", - "Description": "The name of the statute associated with each of the permits and identifiers linked to the facility: - CAA = the Clean Air Act- CWA = the Clean Water Act- RCRA = the Resource Conservation and Recovery Act- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)- TSCA = the Toxic Substances Control Act- SDWA = the Safe Drinking Water Act" + "Description": null }, { "ColumnName": "LOCAL_CONTROL_REGION_NAME", "DataType": "VARCHAR2", "DataLength": "70", - "ColumnID": "87", + "ColumnID": "89", "ObjectName": "LocalControlRegionName", - "Description": "Regions within a state. Search criteria for DFR in OTIS." + "Description": null }, { "ColumnName": "AIR_FIPS_CODE", "DataType": "NVARCHAR2", "DataLength": "64", - "ColumnID": "88", + "ColumnID": "90", "ObjectName": "AIRFIPSCode", - "Description": "A 5 digit combination of the 2 digit Federal Information Processing Standards (FIPS) code for the state and the 3 digit FIPS code of the county that a facility is located in." + "Description": null }, { "ColumnName": "AIR_TRIBAL_EPAIDS", "DataType": "VARCHAR2", "DataLength": "50", - "ColumnID": "89", + "ColumnID": "91", "ObjectName": "AIRTRIbalEPAids", - "Description": "The EPA Tribal or Native Alaskan Village Identifier for facilities, that based on their Best Pick FRS spatial coordinate, are within a Tribal or Alaskan Village area." + "Description": null }, { "ColumnName": "AIR_TRIBAL_NAMES", "DataType": "VARCHAR2", "DataLength": "200", - "ColumnID": "90", + "ColumnID": "92", "ObjectName": "AIRTRIbalNames", - "Description": "The EPA Tribal or Native Alaskan Village Name for facilities, that based on their Best Pick FRS spatial coordinate, are within a Tribal or Alaskan Village area." + "Description": null }, { "ColumnName": "AIR_CASE_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "91", + "ColumnID": "93", "ObjectName": "AIRCaseIDs", - "Description": "Space-delimited list of AIR cases associated with the facility." + "Description": null }, { "ColumnName": "AIR_LAST_STCK_DATE_EPA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "92", + "ColumnID": "94", "ObjectName": "AIRLastStckDateEPA", - "Description": "The date on which the most recent stack test by EPA occurred." + "Description": null }, { "ColumnName": "AIR_LAST_STCK_DATE_STATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "93", + "ColumnID": "95", "ObjectName": "AIRLastStckDateState", - "Description": "The date on which the most recent stack test by a state agency occurred." + "Description": null }, { "ColumnName": "FAC_MAP_FLG", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "94", + "ColumnID": "96", "ObjectName": "FacMapFlg", - "Description": "Graphical indicator denoting whether geographical data required to map a facility are available." + "Description": null }, { "ColumnName": "FAC_MAP_ICON", "DataType": "VARCHAR2", "DataLength": "20", - "ColumnID": "95", + "ColumnID": "97", "ObjectName": "FacMapIcon", - "Description": "The default map icon image file calculated for the facility by the ECHO program." + "Description": null }, { "ColumnName": "FAC_GHG_REPORTER", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "96", + "ColumnID": "98", "ObjectName": "FacGHGReporter", - "Description": "Indicates whether the facility reports to the Greenhouse Gas Reporting Program (GHGRP)" + "Description": null }, { "ColumnName": "FAC_EIS_REPORTER", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "97", + "ColumnID": "99", "ObjectName": "FacEisReporter", - "Description": "Indicates whether the facility reports to the Emissions Inventory System (EIS)." + "Description": null }, { "ColumnName": "FAC_CAMD_REPORTER", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "98", + "ColumnID": "100", "ObjectName": "FacCamdReporter", - "Description": "Indicates whether the facility reports to the Clean Air Markets Division (CAMD)." + "Description": null }, { "ColumnName": "AIR_FACILITY_TYPE_CODE", "DataType": "VARCHAR2", "DataLength": "3", - "ColumnID": "99", + "ColumnID": "101", "ObjectName": "AIRFacilityTypeCode", - "Description": "A three-character code indicating if plant is government facility.COR - CorporationCNG - County GovernmentDIS - DistrictFDF - Federal Facility (U.S. Government)GOC - GOCO (Gov Owned/Contractor Operated)IND - IndividualMXO - Mixed Ownership (e.g., Public/Private)MWD - Municipal or Water DistrictCTG- MunicipalityNON - Non-GovernmentPOF - Privately Owned FacilitySDT - School DistrictSTF - State GovernmentTRB - Tribal GovernmentUNK - Unknown" + "Description": null }, { "ColumnName": "AIR_MAJOR_FLAG", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "100", + "ColumnID": "102", "ObjectName": "AIRMajorFlag", - "Description": "Indicated whether the facility is designated as a major facilitiy." + "Description": null }, { "ColumnName": "AIR_3YR_COMPL_QTRS_HISTORY", "DataType": "VARCHAR2", "DataLength": "12", - "ColumnID": "101", + "ColumnID": "103", "ObjectName": "AIR3yrComplQtrsHistory", - "Description": "The facility's 3-year compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:_ -No Violation IdentifiedV -Violation IdentifiedS -High Priority ViolationU - Undetermined" + "Description": null }, { "ColumnName": "HAS_POLL_RPT", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "102", + "ColumnID": "104", "ObjectName": "HasPollRpt", - "Description": "???" + "Description": null }, { "ColumnName": "TRIBAL_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "103", + "ColumnID": "105", "ObjectName": "TRIbalFlag", - "Description": "A flag indicating that the facility is within a tribal area." + "Description": null }, { "ColumnName": "CURR_SV_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "104", + "ColumnID": "106", "ObjectName": "CurrSvFlag", - "Description": "Indicates if the facility has a current significant violation. 1 = Yes" + "Description": null }, { "ColumnName": "VIOL_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "105", + "ColumnID": "107", "ObjectName": "ViolFlag", - "Description": "Indicates if the facility had a violation within the last 3 years. 1 = Yes" + "Description": null }, { "ColumnName": "CURR_VIO_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "106", + "ColumnID": "108", "ObjectName": "CurrVioFlag", - "Description": "Indicates if the facility has a current violation. 1 = Yes" + "Description": null }, { "ColumnName": "INSP_5YR_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "107", + "ColumnID": "109", "ObjectName": "Insp5yrFlag", - "Description": "Indicates if the facility has an inspection within the last 5 years. 1 = Yes" + "Description": null }, { "ColumnName": "EA_5YR_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "108", + "ColumnID": "110", "ObjectName": "Ea5yrFlag", - "Description": "Indicates if the facility has a formal enforcement action within the last 5 years. 1 = Yes" + "Description": null }, { "ColumnName": "INFEA_5YR_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "109", + "ColumnID": "111", "ObjectName": "Infea5yrFlag", - "Description": "Indicates if the facility has an informal enforcement action within the last 5 years. 1 = Yes." + "Description": null }, { "ColumnName": "LOWER_48", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "110", + "ColumnID": "112", "ObjectName": "Lower48", - "Description": "Flag showing Y/N whether location is within the contiguous (lower 48) United States." + "Description": null }, { "ColumnName": "ACTIVE_LOWER_48", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "111", + "ColumnID": "113", "ObjectName": "ActiveLower48", - "Description": "A Y/N indicator indicating that the facility is active and located within the lower 48 contiguous US States." + "Description": null }, { "ColumnName": "COLLECTION_METHOD", "DataType": "VARCHAR2", "DataLength": "750", - "ColumnID": "112", + "ColumnID": "114", "ObjectName": "CollectionMethod", - "Description": "??" + "Description": null }, { "ColumnName": "REFERENCE_POINT", "DataType": "VARCHAR2", "DataLength": "750", - "ColumnID": "113", + "ColumnID": "115", "ObjectName": "ReferencePoint", - "Description": "??" + "Description": null }, { "ColumnName": "CALCULATED_ACCURACY_METERS", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "114", + "ColumnID": "116", "ObjectName": "CalculatedAccuracyMeters", - "Description": "The estimated accuracy in Meters for the facility's geospatial coordinate." + "Description": null }, { "ColumnName": "MAP", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "115", + "ColumnID": "117", "ObjectName": "Map", - "Description": "No Longer Used." + "Description": null }, { "ColumnName": "WEB_DOCS", "DataType": "VARCHAR2", "DataLength": "20", - "ColumnID": "116", + "ColumnID": "118", "ObjectName": "WebDocs", - "Description": "Contains flags that identify what web accessible documents are available for the facility." + "Description": null }, { "ColumnName": "NAA_CATEGORIES", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "117", + "ColumnID": "119", "ObjectName": "NaaCategories", - "Description": "The nonattainment area categories that the facility is in, derived spatially based on the facility's geographic coordinates in FRS." + "Description": null }, { "ColumnName": "NAA_POLLUTANTS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "118", + "ColumnID": "120", "ObjectName": "NaaPollutants", - "Description": "All criteria pollutants that the facility is in nonattainment for." + "Description": null }, { "ColumnName": "NA_STANDARDS_NAA", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "119", + "ColumnID": "121", "ObjectName": "NaStandardsNaa", "Description": null }, @@ -958,7 +974,7 @@ "ColumnName": "MAINT_STANDARDS_NAA", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "120", + "ColumnID": "122", "ObjectName": "MaintStandardsNaa", "Description": null }, @@ -966,7 +982,7 @@ "ColumnName": "NA_POLLUTANTS_NAA", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "121", + "ColumnID": "123", "ObjectName": "NaPollutantsNaa", "Description": null }, @@ -974,7 +990,7 @@ "ColumnName": "MAINT_POLLUTANTS_NAA", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "122", + "ColumnID": "124", "ObjectName": "MaintPollutantsNaa", "Description": null }, @@ -982,7 +998,7 @@ "ColumnName": "NA_STATUS_NAA", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "123", + "ColumnID": "125", "ObjectName": "NaStatusNaa", "Description": null }, @@ -990,7 +1006,7 @@ "ColumnName": "MAINT_STATUS_NAA", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "124", + "ColumnID": "126", "ObjectName": "MaintStatusNaa", "Description": null }, @@ -998,39 +1014,39 @@ "ColumnName": "FAC_COUNTY_NAME", "DataType": "VARCHAR2", "DataLength": "100", - "ColumnID": "125", + "ColumnID": "127", "ObjectName": "FacCountyName", - "Description": "The facility county name from EPA's Facility Registry System" + "Description": null }, { "ColumnName": "FAC_STD_COUNTY_NAME", "DataType": "VARCHAR2", "DataLength": "300", - "ColumnID": "126", + "ColumnID": "128", "ObjectName": "FacStdCountyName", - "Description": "The standardized facility county name from EPA's Facility Registry System" + "Description": null }, { "ColumnName": "AIR_NSPS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "127", + "ColumnID": "129", "ObjectName": "AIRNsps", - "Description": "The New Source Performance Standards (NSPS) Subpart associated with the facility." + "Description": null }, { "ColumnName": "AIR_NSPSM", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "128", + "ColumnID": "130", "ObjectName": "AIRNspsm", - "Description": "The Non-Major New Source Performance Standards (NSPS) Subpart associated with the facility." + "Description": null }, { "ColumnName": "AIR_FACILITY_TYPE_DESC", "DataType": "VARCHAR2", "DataLength": "100", - "ColumnID": "129", + "ColumnID": "131", "ObjectName": "AIRFacilityTypeDesc", "Description": null }, @@ -1038,7 +1054,7 @@ "ColumnName": "OTHER_PERMIT_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "130", + "ColumnID": "132", "ObjectName": "OtherPermitIDs", "Description": null }, @@ -1046,7 +1062,7 @@ "ColumnName": "PERCENT_BELOW_LOWINCOME_3MILE", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "131", + "ColumnID": "133", "ObjectName": "PercentBelowLowincome3mile", "Description": null }, @@ -1054,15 +1070,23 @@ "ColumnName": "PERCENT_PEOPLE_OF_COLOR", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "132", + "ColumnID": "134", "ObjectName": "PercentPeopleOfColor", "Description": null }, + { + "ColumnName": "ACS_POPULATION_DENSITY", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "135", + "ObjectName": "AcsPopulationDensity", + "Description": null + }, { "ColumnName": "FAC_US_CANADA_BORDER_FLG", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "133", + "ColumnID": "136", "ObjectName": "FacUsCanadaBorderFlg", "Description": null }, @@ -1070,7 +1094,7 @@ "ColumnName": "AIR_DAYS_LAST_PARTIAL_EVAL", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "134", + "ColumnID": "137", "ObjectName": "AIRDaysLastPartialEval", "Description": null }, @@ -1078,7 +1102,7 @@ "ColumnName": "AIR_PARTIAL_EVAL_CNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "135", + "ColumnID": "138", "ObjectName": "AIRPartialEvalCnt", "Description": null }, @@ -1086,863 +1110,967 @@ "ColumnName": "AIR_INV_CNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "136", + "ColumnID": "139", "ObjectName": "AIRInvCnt", "Description": null }, { - "ColumnName": "CENSUS_BLOCK_GROUP_2020", + "ColumnName": "CENSUS_BLOCK_GROUP_2021", "DataType": "VARCHAR2", - "DataLength": "12", - "ColumnID": "137", - "ObjectName": "CensusBlockGroup2020", - "Description": null - }, - { - "ColumnName": "OVER80_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "138", - "ObjectName": "Over80CountUs", - "Description": "The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in." - }, - { - "ColumnName": "PCTILE_PCTPRE1960_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "139", - "ObjectName": "PctilePctpre1960Us", - "Description": "The national percentile of the census block group for the EJSCREEN Lead paint indicator." - }, - { - "ColumnName": "PCTILE_DPM_US", - "DataType": "NUMBER", - "DataLength": "22", + "DataLength": "4000", "ColumnID": "140", - "ObjectName": "PctileDpmUs", - "Description": "The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator." + "ObjectName": "CensusBlockGroup2021", + "Description": null }, { - "ColumnName": "PCTILE_CANCER_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_EJSCREEN_AUTO_FLAG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "141", - "ObjectName": "PctileCancerUs", - "Description": "The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator." + "ObjectName": "SupEjscreenAutoFlag", + "Description": null }, { - "ColumnName": "PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_EJSCREEN_AUTO_FLAG_REASONS", + "DataType": "VARCHAR2", + "DataLength": "4", "ColumnID": "142", - "ObjectName": "PctileRespUs", - "Description": "The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator." + "ObjectName": "SupEjscreenAutoFlagReasons", + "Description": null }, { - "ColumnName": "PCTILE_TRAFFIC_SCORE_US", + "ColumnName": "EJSCREEN_INDIAN_FLAG_SEARCH", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "143", - "ObjectName": "PctileTrafficScoreUs", - "Description": "The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator." + "ObjectName": "EjscreenIndianFlagSearch", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_NPDES_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "EJSCREEN_INDIAN_FLAG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "144", - "ObjectName": "PctileProximityNPDESUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator." + "ObjectName": "EjscreenIndianFlag", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_NPL_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "US_TERRITORY_FLAG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "145", - "ObjectName": "PctileProximityNplUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator." + "ObjectName": "UsTerritoryFlag", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_EJSCREEN_FLAG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "146", - "ObjectName": "PctileProximityRmpUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator." + "ObjectName": "SupEjscreenFlag", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_EJSCREEN_FLAG_US", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "147", - "ObjectName": "PctileProximityTsdfUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator." + "ObjectName": "SupEjscreenFlagUs", + "Description": null }, { - "ColumnName": "PCTILE_O3_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_EJSCREEN_FLAG_ST", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "148", - "ObjectName": "PctileO3Us", - "Description": "The national percentile of the census block group for the EJSCREEN ozone indicator." + "ObjectName": "SupEjscreenFlagSt", + "Description": null }, { - "ColumnName": "PCTILE_PM_US", + "ColumnName": "SUP_OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "149", - "ObjectName": "PctilePmUs", - "Description": "The national percentile of the census block group for the EJSCREEN particulate matter indicator." + "ObjectName": "SupOver90CountUs", + "Description": null }, { - "ColumnName": "PCTILE_UST_US", + "ColumnName": "SUP_MILEAVG_OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "150", - "ObjectName": "PctileUstUs", + "ObjectName": "SupMileavgOver90CountUs", "Description": null }, { - "ColumnName": "MAX_PCTILE_US", + "ColumnName": "SUP_MILE_OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "151", - "ObjectName": "MaxPctileUs", - "Description": "The maximum percentile from all individual EJSCREEN indicators." + "ObjectName": "SupMileOver90CountUs", + "Description": null }, { - "ColumnName": "EJSCREEN_FLAG_US", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "152", - "ObjectName": "EjscreenFlagUs", - "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." + "ObjectName": "SupOver90CountSt", + "Description": null }, { - "ColumnName": "EJSCREEN_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILEAVG_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "153", - "ObjectName": "EjscreenFlag", - "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." + "ObjectName": "SupMileavgOver90CountSt", + "Description": null }, { - "ColumnName": "PCTILE_PCTPRE1960_ST", + "ColumnName": "SUP_MILE_OVER90_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "154", - "ObjectName": "PctilePctpre1960St", + "ObjectName": "SupMileOver90CountSt", "Description": null }, { - "ColumnName": "PCTILE_DPM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "EJSCREEN_FLAG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "155", - "ObjectName": "PctileDpmSt", + "ObjectName": "EjscreenFlag", "Description": null }, { - "ColumnName": "PCTILE_CANCER_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "EJSCREEN_FLAG_US", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "156", - "ObjectName": "PctileCancerSt", + "ObjectName": "EjscreenFlagUs", "Description": null }, { - "ColumnName": "PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "EJSCREEN_FLAG_ST", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "157", - "ObjectName": "PctileRespSt", + "ObjectName": "EjscreenFlagSt", "Description": null }, { - "ColumnName": "PCTILE_TRAFFIC_SCORE_ST", + "ColumnName": "OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "158", - "ObjectName": "PctileTrafficScoreSt", + "ObjectName": "Over90CountUs", "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_NPDES_ST", + "ColumnName": "OVER90_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "159", - "ObjectName": "PctileProximityNPDESSt", + "ObjectName": "Over90CountSt", "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_NPL_ST", + "ColumnName": "MILEAVG_OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "160", - "ObjectName": "PctileProximityNplSt", + "ObjectName": "MileavgOver90CountUs", "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_RMP_ST", + "ColumnName": "MILEAVG_OVER90_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "161", - "ObjectName": "PctileProximityRmpSt", + "ObjectName": "MileavgOver90CountSt", "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_TSDF_ST", + "ColumnName": "MILE_OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "162", - "ObjectName": "PctileProximityTsdfSt", + "ObjectName": "MileOver90CountUs", "Description": null }, { - "ColumnName": "PCTILE_O3_ST", + "ColumnName": "MILE_OVER90_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "163", - "ObjectName": "PctileO3St", + "ObjectName": "MileOver90CountSt", "Description": null }, { - "ColumnName": "PCTILE_PM_ST", + "ColumnName": "SUP_OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "164", - "ObjectName": "PctilePmSt", + "ObjectName": "SupOver80CountUs", "Description": null }, { - "ColumnName": "PCTILE_UST_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_OVER80_COUNT_US_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "165", - "ObjectName": "PctileUstSt", + "ObjectName": "SupOver80CountUsDisp", "Description": null }, { - "ColumnName": "MAX_PCTILE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_OVER80_COUNT_US_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "166", - "ObjectName": "MaxPctileSt", + "ObjectName": "SupOver80CountUsSearch", "Description": null }, { - "ColumnName": "EJSCREEN_FLAG_ST", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILEAVG_OVER80_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "167", - "ObjectName": "EjscreenFlagSt", + "ObjectName": "SupMileavgOver80CountUs", "Description": null }, { - "ColumnName": "OVER80_COUNT_ST", + "ColumnName": "SUP_MILE_OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "168", - "ObjectName": "Over80CountSt", + "ObjectName": "SupMileOver80CountUs", "Description": null }, { - "ColumnName": "MILE_PCTILE_PCTPRE1960_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILE_OVER80_COUNT_US_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "169", - "ObjectName": "MilePctilePctpre1960Us", + "ObjectName": "SupMileOver80CountUsDisp", "Description": null }, { - "ColumnName": "MILE_PCTILE_DPM_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILE_OVER80_COUNT_US_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "170", - "ObjectName": "MilePctileDpmUs", + "ObjectName": "SupMileOver80CountUsSearch", "Description": null }, { - "ColumnName": "MILE_PCTILE_CANCER_US", + "ColumnName": "SUP_OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "171", - "ObjectName": "MilePctileCancerUs", + "ObjectName": "SupOver80CountSt", "Description": null }, { - "ColumnName": "MILE_PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_OVER80_COUNT_ST_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "172", - "ObjectName": "MilePctileRespUs", + "ObjectName": "SupOver80CountStDisp", "Description": null }, { - "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "173", - "ObjectName": "MilePctileTrafficScoreUs", + "ObjectName": "SupOver80CountStSearch", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_US", + "ColumnName": "SUP_MILEAVG_OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "174", - "ObjectName": "MilePctileProximityNPDESUs", + "ObjectName": "SupMileavgOver80CountSt", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_US", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "175", - "ObjectName": "MilePctileProximityNplUs", + "ObjectName": "SupMileOver80CountSt", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "176", - "ObjectName": "MilePctileProximityRmpUs", + "ObjectName": "SupMileOver80CountStDisp", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "177", - "ObjectName": "MilePctileProximityTsdfUs", + "ObjectName": "SupMileOver80CountStSearch", "Description": null }, { - "ColumnName": "MILE_PCTILE_O3_US", + "ColumnName": "OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "178", - "ObjectName": "MilePctileO3Us", + "ObjectName": "Over80CountUs", "Description": null }, { - "ColumnName": "MILE_PCTILE_PM_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OVER80_COUNT_US_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "179", - "ObjectName": "MilePctilePmUs", + "ObjectName": "Over80CountUsDisp", "Description": null }, { - "ColumnName": "MILE_PCTILE_UST_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OVER80_COUNT_US_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "180", - "ObjectName": "MilePctileUstUs", + "ObjectName": "Over80CountUsSearch", "Description": null }, { - "ColumnName": "MILE_OVER80_COUNT_US", + "ColumnName": "MILEAVG_OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "181", - "ObjectName": "MileOver80CountUs", + "ObjectName": "MileavgOver80CountUs", "Description": null }, { - "ColumnName": "MILE_OVER95_COUNT_US", + "ColumnName": "MILE_OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "182", - "ObjectName": "MileOver95CountUs", + "ObjectName": "MileOver80CountUs", "Description": null }, { - "ColumnName": "MILE_PCTILE_PCTPRE1960_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_US_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "183", - "ObjectName": "MilePctilePctpre1960St", + "ObjectName": "MileOver80CountUsDisp", "Description": null }, { - "ColumnName": "MILE_PCTILE_DPM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_US_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "184", - "ObjectName": "MilePctileDpmSt", + "ObjectName": "MileOver80CountUsSearch", "Description": null }, { - "ColumnName": "MILE_PCTILE_CANCER_ST", + "ColumnName": "OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "185", - "ObjectName": "MilePctileCancerSt", + "ObjectName": "Over80CountSt", "Description": null }, { - "ColumnName": "MILE_PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OVER80_COUNT_ST_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "186", - "ObjectName": "MilePctileRespSt", + "ObjectName": "Over80CountStDisp", "Description": null }, { - "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "187", - "ObjectName": "MilePctileTrafficScoreSt", + "ObjectName": "Over80CountStSearch", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_ST", + "ColumnName": "MILEAVG_OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "188", - "ObjectName": "MilePctileProximityNPDESSt", + "ObjectName": "MileavgOver80CountSt", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_ST", + "ColumnName": "MILE_OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "189", - "ObjectName": "MilePctileProximityNplSt", + "ObjectName": "MileOver80CountSt", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_ST_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "190", - "ObjectName": "MilePctileProximityRmpSt", + "ObjectName": "MileOver80CountStDisp", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "191", - "ObjectName": "MilePctileProximityTsdfSt", + "ObjectName": "MileOver80CountStSearch", "Description": null }, { - "ColumnName": "MILE_PCTILE_O3_ST", + "ColumnName": "SUP_PCTILE_PM_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "192", - "ObjectName": "MilePctileO3St", + "ObjectName": "SupPctilePmUs", "Description": null }, { - "ColumnName": "MILE_PCTILE_PM_ST", + "ColumnName": "SUP_PCTILE_O3_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "193", - "ObjectName": "MilePctilePmSt", + "ObjectName": "SupPctileO3Us", "Description": null }, { - "ColumnName": "MILE_PCTILE_UST_ST", + "ColumnName": "SUP_PCTILE_DPM_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "194", - "ObjectName": "MilePctileUstSt", + "ObjectName": "SupPctileDpmUs", "Description": null }, { - "ColumnName": "MILE_OVER80_COUNT_ST", + "ColumnName": "SUP_PCTILE_CANCER_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "195", - "ObjectName": "MileOver80CountSt", + "ObjectName": "SupPctileCancerUs", "Description": null }, { - "ColumnName": "MILE_OVER95_COUNT_ST", + "ColumnName": "SUP_PCTILE_RESP_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "196", - "ObjectName": "MileOver95CountSt", + "ObjectName": "SupPctileRespUs", "Description": null }, { - "ColumnName": "SUP_OVER80_COUNT_US", + "ColumnName": "SUP_PCTILE_RSEI_AIR_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "197", - "ObjectName": "SupOver80CountUs", + "ObjectName": "SupPctileRseiAIRUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PCTPRE1960_US", + "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "198", - "ObjectName": "SupPctilePctpre1960Us", + "ObjectName": "SupPctileTrafficScoreUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_DPM_US", + "ColumnName": "SUP_PCTILE_PCTPRE1960_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "199", - "ObjectName": "SupPctileDpmUs", + "ObjectName": "SupPctilePctpre1960Us", "Description": null }, { - "ColumnName": "SUP_PCTILE_CANCER_US", + "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "200", - "ObjectName": "SupPctileCancerUs", + "ObjectName": "SupPctileProximityRmpUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_RESP_US", + "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "201", - "ObjectName": "SupPctileRespUs", + "ObjectName": "SupPctileProximityTsdfUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_US", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "202", - "ObjectName": "SupPctileTrafficScoreUs", + "ObjectName": "SupPctileProximityNplUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_US", + "ColumnName": "SUP_PCTILE_UST_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "203", - "ObjectName": "SupPctileProximityNPDESUs", + "ObjectName": "SupPctileUstUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_US", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "204", - "ObjectName": "SupPctileProximityNplUs", + "ObjectName": "SupPctileProximityNPDESUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "205", - "ObjectName": "SupPctileProximityRmpUs", + "ObjectName": "SupMileavgPctilePmUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_O3_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "206", - "ObjectName": "SupPctileProximityTsdfUs", + "ObjectName": "SupMileavgPctileO3Us", "Description": null }, { - "ColumnName": "SUP_PCTILE_O3_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_DPM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "207", - "ObjectName": "SupPctileO3Us", + "ObjectName": "SupMileavgPctileDpmUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PM_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_CANCER_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "208", - "ObjectName": "SupPctilePmUs", + "ObjectName": "SupMileavgPctileCancerUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_UST_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_RESP_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "209", - "ObjectName": "SupPctileUstUs", + "ObjectName": "SupMileavgPctileRespUs", "Description": null }, { - "ColumnName": "SUP_MAX_PCTILE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_RSEI_AIR_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "210", - "ObjectName": "SupMaxPctileUs", + "ObjectName": "SupMileavgPctileRseiAIRUs", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG_US", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILEAVG_PCTILE_TRAFFIC_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "211", - "ObjectName": "SupEjscreenFlagUs", + "ObjectName": "SupMileavgPctileTrafficUs", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILEAVG_PCTILE_LEADPNT_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "212", - "ObjectName": "SupEjscreenFlag", + "ObjectName": "SupMileavgPctileLeadpntUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PCTPRE1960_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_RMP_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "213", - "ObjectName": "SupPctilePctpre1960St", + "ObjectName": "SupMileavgPctileProxRmpUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_DPM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_TSDF_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "214", - "ObjectName": "SupPctileDpmSt", + "ObjectName": "SupMileavgPctileProxTsdfUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_CANCER_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPL_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "215", - "ObjectName": "SupPctileCancerSt", + "ObjectName": "SupMileavgPctileProxNplUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_UST_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "216", - "ObjectName": "SupPctileRespSt", + "ObjectName": "SupMileavgPctileUstUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPDES_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "217", - "ObjectName": "SupPctileTrafficScoreSt", + "ObjectName": "SupMileavgPctileProxNPDESUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_ST", + "ColumnName": "SUP_MILE_PCTILE_PM_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "218", - "ObjectName": "SupPctileProximityNPDESSt", + "ObjectName": "SupMilePctilePmUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_ST", + "ColumnName": "SUP_MILE_PCTILE_O3_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "219", - "ObjectName": "SupPctileProximityNplSt", + "ObjectName": "SupMilePctileO3Us", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_ST", + "ColumnName": "SUP_MILE_PCTILE_DPM_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "220", - "ObjectName": "SupPctileProximityRmpSt", + "ObjectName": "SupMilePctileDpmUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_ST", + "ColumnName": "SUP_MILE_PCTILE_CANCER_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "221", - "ObjectName": "SupPctileProximityTsdfSt", + "ObjectName": "SupMilePctileCancerUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_O3_ST", + "ColumnName": "SUP_MILE_PCTILE_RESP_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "222", - "ObjectName": "SupPctileO3St", + "ObjectName": "SupMilePctileRespUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PM_ST", + "ColumnName": "SUP_MILE_PCTILE_RSEI_AIR_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "223", - "ObjectName": "SupPctilePmSt", + "ObjectName": "SupMilePctileRseiAIRUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_UST_ST", + "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "224", - "ObjectName": "SupPctileUstSt", + "ObjectName": "SupMilePctileTrafficScoreUs", "Description": null }, { - "ColumnName": "SUP_MAX_PCTILE_ST", + "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "225", - "ObjectName": "SupMaxPctileSt", + "ObjectName": "SupMilePctilePctpre1960Us", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG_ST", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "226", - "ObjectName": "SupEjscreenFlagSt", + "ObjectName": "SupMilePctileProxRmpUs", "Description": null }, { - "ColumnName": "SUP_OVER80_COUNT_ST", + "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "227", - "ObjectName": "SupOver80CountSt", + "ObjectName": "SupMilePctileProxTsdfUs", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_US", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "228", - "ObjectName": "SupMilePctilePctpre1960Us", + "ObjectName": "SupMilePctileProxNplUs", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_DPM_US", + "ColumnName": "SUP_MILE_PCTILE_UST_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "229", - "ObjectName": "SupMilePctileDpmUs", + "ObjectName": "SupMilePctileUstUs", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_CANCER_US", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "230", - "ObjectName": "SupMilePctileCancerUs", + "ObjectName": "SupMilePctileProxNPDESUs", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_RESP_US", + "ColumnName": "SUP_PCTILE_PM_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "231", - "ObjectName": "SupMilePctileRespUs", + "ObjectName": "SupPctilePmSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_US", + "ColumnName": "SUP_PCTILE_O3_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "232", - "ObjectName": "SupMilePctileTrafficScoreUs", + "ObjectName": "SupPctileO3St", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_US", + "ColumnName": "SUP_PCTILE_DPM_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "233", - "ObjectName": "SupMilePctileProxNPDESUs", + "ObjectName": "SupPctileDpmSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_US", + "ColumnName": "SUP_PCTILE_CANCER_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "234", - "ObjectName": "SupMilePctileProxNplUs", + "ObjectName": "SupPctileCancerSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_US", + "ColumnName": "SUP_PCTILE_RESP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "235", - "ObjectName": "SupMilePctileProxRmpUs", + "ObjectName": "SupPctileRespSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_US", + "ColumnName": "SUP_PCTILE_RSEI_AIR_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "236", - "ObjectName": "SupMilePctileProxTsdfUs", + "ObjectName": "SupPctileRseiAIRSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_O3_US", + "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "237", - "ObjectName": "SupMilePctileO3Us", + "ObjectName": "SupPctileTrafficScoreSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PM_US", + "ColumnName": "SUP_PCTILE_PCTPRE1960_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "238", - "ObjectName": "SupMilePctilePmUs", + "ObjectName": "SupPctilePctpre1960St", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_UST_US", + "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "239", - "ObjectName": "SupMilePctileUstUs", + "ObjectName": "SupPctileProximityRmpSt", "Description": null }, { - "ColumnName": "SUP_MILE_OVER80_COUNT_US", + "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "240", - "ObjectName": "SupMileOver80CountUs", + "ObjectName": "SupPctileProximityTsdfSt", "Description": null }, { - "ColumnName": "SUP_MILE_OVER95_COUNT_US", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "241", - "ObjectName": "SupMileOver95CountUs", + "ObjectName": "SupPctileProximityNplSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_ST", + "ColumnName": "SUP_PCTILE_UST_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "242", - "ObjectName": "SupMilePctilePctpre1960St", + "ObjectName": "SupPctileUstSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_DPM_ST", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "243", + "ObjectName": "SupPctileProximityNPDESSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_PM_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "244", + "ObjectName": "SupMileavgPctilePmSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_O3_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "245", + "ObjectName": "SupMileavgPctileO3St", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_DPM_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "246", + "ObjectName": "SupMileavgPctileDpmSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_CANCER_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "247", + "ObjectName": "SupMileavgPctileCancerSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_RESP_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "248", + "ObjectName": "SupMileavgPctileRespSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_RSEI_AIR_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "249", + "ObjectName": "SupMileavgPctileRseiAIRSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_TRAFFIC_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "250", + "ObjectName": "SupMileavgPctileTrafficSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_LEADPNT_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "251", + "ObjectName": "SupMileavgPctileLeadpntSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_RMP_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "252", + "ObjectName": "SupMileavgPctileProxRmpSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_TSDF_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "253", + "ObjectName": "SupMileavgPctileProxTsdfSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPL_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "254", + "ObjectName": "SupMileavgPctileProxNplSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_UST_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "255", + "ObjectName": "SupMileavgPctileUstSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPDES_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "256", + "ObjectName": "SupMileavgPctileProxNPDESSt", + "Description": null + }, + { + "ColumnName": "SUP_MILE_PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "257", + "ObjectName": "SupMilePctilePmSt", + "Description": null + }, + { + "ColumnName": "SUP_MILE_PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "258", + "ObjectName": "SupMilePctileO3St", + "Description": null + }, + { + "ColumnName": "SUP_MILE_PCTILE_DPM_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "259", "ObjectName": "SupMilePctileDpmSt", "Description": null }, @@ -1950,7 +2078,7 @@ "ColumnName": "SUP_MILE_PCTILE_CANCER_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "244", + "ColumnID": "260", "ObjectName": "SupMilePctileCancerSt", "Description": null }, @@ -1958,39 +2086,39 @@ "ColumnName": "SUP_MILE_PCTILE_RESP_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "245", + "ColumnID": "261", "ObjectName": "SupMilePctileRespSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_ST", + "ColumnName": "SUP_MILE_PCTILE_RSEI_AIR_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "246", - "ObjectName": "SupMilePctileTrafficScoreSt", + "ColumnID": "262", + "ObjectName": "SupMilePctileRseiAIRSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_ST", + "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "247", - "ObjectName": "SupMilePctileProxNPDESSt", + "ColumnID": "263", + "ObjectName": "SupMilePctileTrafficScoreSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_ST", + "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "248", - "ObjectName": "SupMilePctileProxNplSt", + "ColumnID": "264", + "ObjectName": "SupMilePctilePctpre1960St", "Description": null }, { "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "249", + "ColumnID": "265", "ObjectName": "SupMilePctileProxRmpSt", "Description": null }, @@ -1998,55 +2126,887 @@ "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "250", + "ColumnID": "266", "ObjectName": "SupMilePctileProxTsdfSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_O3_ST", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "251", - "ObjectName": "SupMilePctileO3St", + "ColumnID": "267", + "ObjectName": "SupMilePctileProxNplSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PM_ST", + "ColumnName": "SUP_MILE_PCTILE_UST_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "252", - "ObjectName": "SupMilePctilePmSt", + "ColumnID": "268", + "ObjectName": "SupMilePctileUstSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_UST_ST", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "253", - "ObjectName": "SupMilePctileUstSt", + "ColumnID": "269", + "ObjectName": "SupMilePctileProxNPDESSt", "Description": null }, { - "ColumnName": "SUP_MILE_OVER80_COUNT_ST", + "ColumnName": "SUP_MAX_PCTILE_US", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "254", - "ObjectName": "SupMileOver80CountSt", + "ColumnID": "270", + "ObjectName": "SupMaxPctileUs", "Description": null }, { - "ColumnName": "SUP_MILE_OVER95_COUNT_ST", + "ColumnName": "SUP_MAX_PCTILE_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "255", - "ObjectName": "SupMileOver95CountSt", + "ColumnID": "271", + "ObjectName": "SupMaxPctileSt", "Description": null }, { - "ColumnName": "SCORE", + "ColumnName": "SUP_MILEAVG_MAX_PCTILE_US", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "256", + "ColumnID": "272", + "ObjectName": "SupMileavgMaxPctileUs", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_MAX_PCTILE_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "273", + "ObjectName": "SupMileavgMaxPctileSt", + "Description": null + }, + { + "ColumnName": "PCTILE_PM_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "274", + "ObjectName": "PctilePmUs", + "Description": null + }, + { + "ColumnName": "PCTILE_O3_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "275", + "ObjectName": "PctileO3Us", + "Description": null + }, + { + "ColumnName": "PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "276", + "ObjectName": "PctileDpmUs", + "Description": null + }, + { + "ColumnName": "PCTILE_CANCER_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "277", + "ObjectName": "PctileCancerUs", + "Description": null + }, + { + "ColumnName": "PCTILE_RESP_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "278", + "ObjectName": "PctileRespUs", + "Description": null + }, + { + "ColumnName": "PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "279", + "ObjectName": "PctileRseiAIRUs", + "Description": null + }, + { + "ColumnName": "PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "280", + "ObjectName": "PctileTrafficScoreUs", + "Description": null + }, + { + "ColumnName": "PCTILE_PCTPRE1960_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "281", + "ObjectName": "PctilePctpre1960Us", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "282", + "ObjectName": "PctileProximityRmpUs", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_TSDF_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "283", + "ObjectName": "PctileProximityTsdfUs", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_NPL_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "284", + "ObjectName": "PctileProximityNplUs", + "Description": null + }, + { + "ColumnName": "PCTILE_UST_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "285", + "ObjectName": "PctileUstUs", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_NPDES_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "286", + "ObjectName": "PctileProximityNPDESUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PM_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "287", + "ObjectName": "MileavgPctilePmUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_O3_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "288", + "ObjectName": "MileavgPctileO3Us", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_DPM_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "289", + "ObjectName": "MileavgPctileDpmUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_CANCER_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "290", + "ObjectName": "MileavgPctileCancerUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_RESP_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "291", + "ObjectName": "MileavgPctileRespUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_RSEI_AIR_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "292", + "ObjectName": "MileavgPctileRseiAIRUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_TRAFFIC_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "293", + "ObjectName": "MileavgPctileTrafficUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PCTPRE1960_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "294", + "ObjectName": "MileavgPctilePctpre1960Us", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_RMP_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "295", + "ObjectName": "MileavgPctileProxRmpUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_TSDF_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "296", + "ObjectName": "MileavgPctileProxTsdfUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_NPL_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "297", + "ObjectName": "MileavgPctileProxNplUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_UST_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "298", + "ObjectName": "MileavgPctileUstUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_NPDES_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "299", + "ObjectName": "MileavgPctileProxNPDESUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PM_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "300", + "ObjectName": "MilePctilePmUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_O3_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "301", + "ObjectName": "MilePctileO3Us", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "302", + "ObjectName": "MilePctileDpmUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_CANCER_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "303", + "ObjectName": "MilePctileCancerUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_RESP_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "304", + "ObjectName": "MilePctileRespUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "305", + "ObjectName": "MilePctileRseiAIRUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "306", + "ObjectName": "MilePctileTrafficScoreUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PCTPRE1960_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "307", + "ObjectName": "MilePctilePctpre1960Us", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "308", + "ObjectName": "MilePctileProximityRmpUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "309", + "ObjectName": "MilePctileProximityTsdfUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "310", + "ObjectName": "MilePctileProximityNplUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_UST_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "311", + "ObjectName": "MilePctileUstUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "312", + "ObjectName": "MilePctileProximityNPDESUs", + "Description": null + }, + { + "ColumnName": "PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "313", + "ObjectName": "PctilePmSt", + "Description": null + }, + { + "ColumnName": "PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "314", + "ObjectName": "PctileO3St", + "Description": null + }, + { + "ColumnName": "PCTILE_DPM_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "315", + "ObjectName": "PctileDpmSt", + "Description": null + }, + { + "ColumnName": "PCTILE_CANCER_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "316", + "ObjectName": "PctileCancerSt", + "Description": null + }, + { + "ColumnName": "PCTILE_RESP_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "317", + "ObjectName": "PctileRespSt", + "Description": null + }, + { + "ColumnName": "PCTILE_RSEI_AIR_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "318", + "ObjectName": "PctileRseiAIRSt", + "Description": null + }, + { + "ColumnName": "PCTILE_TRAFFIC_SCORE_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "319", + "ObjectName": "PctileTrafficScoreSt", + "Description": null + }, + { + "ColumnName": "PCTILE_PCTPRE1960_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "320", + "ObjectName": "PctilePctpre1960St", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_RMP_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "321", + "ObjectName": "PctileProximityRmpSt", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_TSDF_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "322", + "ObjectName": "PctileProximityTsdfSt", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_NPL_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "323", + "ObjectName": "PctileProximityNplSt", + "Description": null + }, + { + "ColumnName": "PCTILE_UST_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "324", + "ObjectName": "PctileUstSt", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_NPDES_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "325", + "ObjectName": "PctileProximityNPDESSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PM_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "326", + "ObjectName": "MileavgPctilePmSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_O3_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "327", + "ObjectName": "MileavgPctileO3St", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_DPM_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "328", + "ObjectName": "MileavgPctileDpmSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_CANCER_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "329", + "ObjectName": "MileavgPctileCancerSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_RESP_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "330", + "ObjectName": "MileavgPctileRespSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_RSEI_AIR_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "331", + "ObjectName": "MileavgPctileRseiAIRSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_LEADPNT_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "332", + "ObjectName": "MileavgPctileLeadpntSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_TRAFFIC_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "333", + "ObjectName": "MileavgPctileTrafficSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_RMP_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "334", + "ObjectName": "MileavgPctileProxRmpSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_TSDF_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "335", + "ObjectName": "MileavgPctileProxTsdfSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_NPL_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "336", + "ObjectName": "MileavgPctileProxNplSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_UST_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "337", + "ObjectName": "MileavgPctileUstSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_NPDES_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "338", + "ObjectName": "MileavgPctileProxNPDESSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "339", + "ObjectName": "MilePctilePmSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "340", + "ObjectName": "MilePctileO3St", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_DPM_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "341", + "ObjectName": "MilePctileDpmSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_CANCER_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "342", + "ObjectName": "MilePctileCancerSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_RESP_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "343", + "ObjectName": "MilePctileRespSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_RSEI_AIR_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "344", + "ObjectName": "MilePctileRseiAIRSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "345", + "ObjectName": "MilePctileTrafficScoreSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PCTPRE1960_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "346", + "ObjectName": "MilePctilePctpre1960St", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "347", + "ObjectName": "MilePctileProximityRmpSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "348", + "ObjectName": "MilePctileProximityTsdfSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "349", + "ObjectName": "MilePctileProximityNplSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_UST_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "350", + "ObjectName": "MilePctileUstSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "351", + "ObjectName": "MilePctileProximityNPDESSt", + "Description": null + }, + { + "ColumnName": "MAX_PCTILE_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "352", + "ObjectName": "MaxPctileUs", + "Description": null + }, + { + "ColumnName": "MAX_PCTILE_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "353", + "ObjectName": "MaxPctileSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_MAX_PCTILE_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "354", + "ObjectName": "MileavgMaxPctileUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_MAX_PCTILE_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "355", + "ObjectName": "MileavgMaxPctileSt", + "Description": null + }, + { + "ColumnName": "EJSCREEN_HIGH_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "356", + "ObjectName": "EjscreenHighFlag", + "Description": null + }, + { + "ColumnName": "NEAREST_AMA_SITE_CODE", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "357", + "ObjectName": "NearestAmaSiteCode", + "Description": null + }, + { + "ColumnName": "FACILITY_MONITOR_DISTANCE_KM", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "358", + "ObjectName": "FacilityMonitorDistanceKm", + "Description": null + }, + { + "ColumnName": "AMS_REPORT_LINK", + "DataType": "VARCHAR2", + "DataLength": "250", + "ColumnID": "359", + "ObjectName": "AmsReportLink", + "Description": null + }, + { + "ColumnName": "BFLM_FACILITY_NAME", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "360", + "ObjectName": "BflmFacilityName", + "Description": null + }, + { + "ColumnName": "CURRENT_CEDRI_ID", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "361", + "ObjectName": "CurrentCedriID", + "Description": null + }, + { + "ColumnName": "ANNUAL_AVG_CURRENT_EXCEED", + "DataType": "VARCHAR2", + "DataLength": "1", + "ColumnID": "362", + "ObjectName": "AnnualAvgCurrentExceed", + "Description": null + }, + { + "ColumnName": "PERIOD_AVG_CURRENT_EXCEED", + "DataType": "VARCHAR2", + "DataLength": "1", + "ColumnID": "363", + "ObjectName": "PeriodAvgCurrentExceed", + "Description": null + }, + { + "ColumnName": "MAX_PERIOD_PERIOD_AVG_V2", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "364", + "ObjectName": "MaxPeriodPeriodAvgV2", + "Description": null + }, + { + "ColumnName": "MAX_PERIOD_ANNUAL_AVG_V2", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "365", + "ObjectName": "MaxPeriodAnnualAvgV2", + "Description": null + }, + { + "ColumnName": "ANNUAL_AVG_TOTAL_EXCEEDANCES", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "366", + "ObjectName": "AnnualAvgTotalExceedances", + "Description": null + }, + { + "ColumnName": "PERIOD_AVG_TOTAL_EXCEEDANCES", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "367", + "ObjectName": "PeriodAvgTotalExceedances", + "Description": null + }, + { + "ColumnName": "MAX_ANNUAL_AVG", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "368", + "ObjectName": "MaxAnnualAvg", + "Description": null + }, + { + "ColumnName": "MAX_PERIOD_AVG", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "369", + "ObjectName": "MaxPeriodAvg", + "Description": null + }, + { + "ColumnName": "MAX_BENZENE_PERIOD_AVG", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "370", + "ObjectName": "MaxBenzenePeriodAvg", + "Description": null + }, + { + "ColumnName": "MAX_ANNUAL_AVG_START_DATE", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "371", + "ObjectName": "MaxAnnualAvgStartDate", + "Description": null + }, + { + "ColumnName": "MAX_PERIOD_AVG_START_DATE", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "372", + "ObjectName": "MaxPeriodAvgStartDate", + "Description": null + }, + { + "ColumnName": "MAX_BENZENE_START_DATE", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "373", + "ObjectName": "MaxBenzeneStartDate", + "Description": null + }, + { + "ColumnName": "CURRENT_PERIOD_END", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "374", + "ObjectName": "CurrentPeriodEnd", + "Description": null + }, + { + "ColumnName": "CURRENT_PERIOD_START", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "375", + "ObjectName": "CurrentPeriodStart", + "Description": null + }, + { + "ColumnName": "SCORE", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "376", "ObjectName": "Score", "Description": null } diff --git a/tests/testthat/api/caa_poll_rpt_rest_services.get_caapr-75a2fe.json b/tests/testthat/api/caa_poll_rpt_rest_services.get_caapr-75a2fe.json index 94db164..a958567 100644 --- a/tests/testthat/api/caa_poll_rpt_rest_services.get_caapr-75a2fe.json +++ b/tests/testthat/api/caa_poll_rpt_rest_services.get_caapr-75a2fe.json @@ -1,16 +1,16 @@ { "Results": { "Message": "Success", - "TRI_year_01": "2012", - "TRI_year_02": "2013", - "TRI_year_03": "2014", - "TRI_year_04": "2015", - "TRI_year_05": "2016", - "TRI_year_06": "2017", - "TRI_year_07": "2018", - "TRI_year_08": "2019", - "TRI_year_09": "2020", - "TRI_year_10": "2021", + "TRI_year_01": "2013", + "TRI_year_02": "2014", + "TRI_year_03": "2015", + "TRI_year_04": "2016", + "TRI_year_05": "2017", + "TRI_year_06": "2018", + "TRI_year_07": "2019", + "TRI_year_08": "2020", + "TRI_year_09": "2021", + "TRI_year_10": "2022", "CAAPollRpt": { "RegistryIDs": [ { @@ -28,22 +28,60 @@ } ], "Pollutants": [ + { + "RegistryId": "110000350174", + "Program": "CAMD", + "System": "CAMD", + "ProgramSysId": "2713", + "PollutantType": null, + "Pollutant": "Nitrogen oxides", + "UnitsOfMeasure": "Pounds", + "Year1": "7,361,054.00", + "Year2": "1,153,192.00", + "Year3": "1,094,548.00", + "Year4": "1,137,062.00", + "Year5": "1,237,818.00", + "Year6": "1,102,918.00", + "Year7": "1,206,256.00", + "Year8": "1,196,928.00", + "Year9": "1,168,876.00", + "Year10": "1,148,984.00" + }, { "RegistryId": "110000350174", "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP/VOC", - "Pollutant": "1,3-Butadiene", + "PollutantType": "HAP", + "Pollutant": "Cadmium", + "UnitsOfMeasure": "Pounds", + "Year1": null, + "Year2": "31.17", + "Year3": null, + "Year4": null, + "Year5": "36.29", + "Year6": null, + "Year7": null, + "Year8": "31.64", + "Year9": null, + "Year10": null + }, + { + "RegistryId": "110000350174", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "OTH", + "Pollutant": "Elemental Carbon portion of PM2.5-PRI", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "3.26", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "2.33", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "19,235.46", "Year9": null, "Year10": null }, @@ -52,17 +90,36 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP", - "Pollutant": "Manganese", + "PollutantType": "HAP/VOC", + "Pollutant": "Formaldehyde", + "UnitsOfMeasure": "Pounds", + "Year1": null, + "Year2": "2,599.58", + "Year3": null, + "Year4": null, + "Year5": "3,701.54", + "Year6": null, + "Year7": null, + "Year8": "3,043.90", + "Year9": null, + "Year10": null + }, + { + "RegistryId": "110000350174", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "OTH", + "Pollutant": "Nitrate portion of PM2.5-PRI", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "108.79", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "25.14", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "6,871.47", "Year9": null, "Year10": null }, @@ -71,17 +128,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP/VOC", - "Pollutant": "Polycyclic aromatic hydrocarbons", + "PollutantType": "OTH", + "Pollutant": "Organic Carbon portion of PM2.5-PRI", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "4.77", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "2.79", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "128,876.25", "Year9": null, "Year10": null }, @@ -91,10 +148,10 @@ "System": "TRI", "ProgramSysId": "28401LVSTT801SU", "PollutantType": null, - "Pollutant": "Polycyclic aromatic compounds -- TRI", + "Pollutant": "Mercury compounds", "UnitsOfMeasure": "Pounds", - "Year1": ".60", - "Year2": "1.00", + "Year1": "70.00", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, @@ -104,22 +161,79 @@ "Year9": null, "Year10": null }, + { + "RegistryId": "110000350174", + "Program": "CAMD", + "System": "CAMD", + "ProgramSysId": "2713", + "PollutantType": null, + "Pollutant": "Carbon dioxide", + "UnitsOfMeasure": "Pounds", + "Year1": "3,822,942,332.00", + "Year2": "3,369,215,934.00", + "Year3": "3,680,526,894.00", + "Year4": "3,938,836,118.00", + "Year5": "3,961,427,544.00", + "Year6": "3,252,160,062.00", + "Year7": "3,941,411,924.00", + "Year8": "3,451,292,426.00", + "Year9": "3,515,481,730.00", + "Year10": "3,294,048,596.00" + }, + { + "RegistryId": "110000350174", + "Program": "GHG", + "System": "GHG", + "ProgramSysId": "1000828", + "PollutantType": null, + "Pollutant": "Carbon dioxide", + "UnitsOfMeasure": "MTCO2e", + "Year1": "1,735,347.50", + "Year2": "1,538,804.40", + "Year3": "1,677,398.30", + "Year4": "1,790,683.60", + "Year5": "1,800,763.20", + "Year6": "1,478,073.80", + "Year7": "1,791,480.60", + "Year8": "1,569,059.50", + "Year9": "1,599,525.40", + "Year10": "1,498,784.40" + }, + { + "RegistryId": "110000350174", + "Program": "GHG", + "System": "GHG", + "ProgramSysId": "1000828", + "PollutantType": null, + "Pollutant": "Methane", + "UnitsOfMeasure": "MTCO2e", + "Year1": "4,489.00", + "Year2": "710.25", + "Year3": "781.50", + "Year4": "830.25", + "Year5": "835.50", + "Year6": "685.00", + "Year7": "830.75", + "Year8": "727.50", + "Year9": "741.75", + "Year10": "696.25" + }, { "RegistryId": "110000350174", "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP/VOC", - "Pollutant": "Ethylbenzene", + "PollutantType": "HAP", + "Pollutant": "Chromic(VI) acid", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "113.28", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "163.92", + "Year5": ".32", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": ".28", "Year9": null, "Year10": null }, @@ -128,17 +242,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "CAP", - "Pollutant": "Primary PM10, filterable portion only", + "PollutantType": "HAP", + "Pollutant": "Chromium(III)", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "148,212.84", + "Year2": "38.56", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "188,308.07", + "Year5": "45.31", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "40.07", "Year9": null, "Year10": null }, @@ -147,17 +261,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "CAP/VOC", - "Pollutant": "Volatile organic compounds", + "PollutantType": "CAP", + "Pollutant": "Nitrogen oxides", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "11,640.00", + "Year2": "1,279,620.00", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "33,460.00", + "Year5": "1,244,060.00", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "1,204,420.00", "Year9": null, "Year10": null }, @@ -167,10 +281,10 @@ "System": "TRI", "ProgramSysId": "28401LVSTT801SU", "PollutantType": null, - "Pollutant": "Mercury compounds", + "Pollutant": "Barium compounds -- TRI", "UnitsOfMeasure": "Pounds", - "Year1": "63.00", - "Year2": "70.00", + "Year1": "270.00", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, @@ -180,17 +294,36 @@ "Year9": null, "Year10": null }, + { + "RegistryId": "110000350174", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "CAP/VOC", + "Pollutant": "Volatile organic compounds", + "UnitsOfMeasure": "Pounds", + "Year1": null, + "Year2": "11,640.00", + "Year3": null, + "Year4": null, + "Year5": "33,460.00", + "Year6": null, + "Year7": null, + "Year8": "24,080.00", + "Year9": null, + "Year10": null + }, { "RegistryId": "110000350174", "Program": "TRI", "System": "TRI", "ProgramSysId": "28401LVSTT801SU", "PollutantType": null, - "Pollutant": "Vanadium compounds", + "Pollutant": "Naphthalene", "UnitsOfMeasure": "Pounds", - "Year1": "280.00", - "Year2": "200.00", - "Year3": null, + "Year1": "11.00", + "Year2": ".00", + "Year3": ".00", "Year4": null, "Year5": null, "Year6": null, @@ -201,39 +334,39 @@ }, { "RegistryId": "110000350174", - "Program": "CAMD", - "System": "CAMD", - "ProgramSysId": "2713", - "PollutantType": null, - "Pollutant": "Nitrogen oxides", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "HAP/VOC", + "Pollutant": "Acetaldehyde", "UnitsOfMeasure": "Pounds", - "Year1": "6,639,164.00", - "Year2": "7,361,054.00", - "Year3": "1,153,192.00", - "Year4": "1,094,548.00", - "Year5": "1,137,062.00", - "Year6": "1,237,818.00", - "Year7": "1,102,918.00", - "Year8": "1,206,256.00", - "Year9": "1,196,928.00", - "Year10": "1,168,876.00" + "Year1": null, + "Year2": "141.64", + "Year3": null, + "Year4": null, + "Year5": "204.95", + "Year6": null, + "Year7": null, + "Year8": "168.03", + "Year9": null, + "Year10": null }, { "RegistryId": "110000350174", "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP", - "Pollutant": "Chromium(III)", + "PollutantType": "HAP/VOC", + "Pollutant": "Ethylbenzene", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "38.56", + "Year2": "113.28", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "45.31", + "Year5": "163.92", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "134.40", "Year9": null, "Year10": null }, @@ -246,13 +379,13 @@ "Pollutant": "Nickel", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "58.99", + "Year2": "58.99", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "71.28", + "Year5": "71.28", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "62.19", "Year9": null, "Year10": null }, @@ -262,16 +395,16 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "CAP", - "Pollutant": "Primary PM10 (filterables and condensibles)", + "Pollutant": "Primary PM condensible portion, less than 1 micron", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "268,380.00", + "Year2": "120,167.16", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "334,560.00", + "Year5": "146,251.93", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "152,680.04", "Year9": null, "Year10": null }, @@ -284,49 +417,49 @@ "Pollutant": "Toluene", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "462.76", + "Year2": "462.76", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "668.79", + "Year5": "668.79", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "548.89", "Year9": null, "Year10": null }, - { - "RegistryId": "110000350174", - "Program": "CAMD", - "System": "CAMD", - "ProgramSysId": "2713", - "PollutantType": null, - "Pollutant": "Sulfur dioxide", - "UnitsOfMeasure": "Pounds", - "Year1": "20,663,540.00", - "Year2": "21,634,280.00", - "Year3": "17,022.00", - "Year4": "18,532.00", - "Year5": "19,856.00", - "Year6": "19,980.00", - "Year7": "16,406.00", - "Year8": "19,888.00", - "Year9": "17,444.00", - "Year10": "18,376.00" - }, { "RegistryId": "110000350174", "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "HAP/VOC", - "Pollutant": "Acetaldehyde", + "Pollutant": "Xylene", "UnitsOfMeasure": "Pounds", "Year1": null, + "Year2": "226.57", + "Year3": null, + "Year4": null, + "Year5": "327.89", + "Year6": null, + "Year7": null, + "Year8": "268.87", + "Year9": null, + "Year10": null + }, + { + "RegistryId": "110000350174", + "Program": "TRI", + "System": "TRI", + "ProgramSysId": "28401LVSTT801SU", + "PollutantType": null, + "Pollutant": "Chromium compounds -- TRI", + "UnitsOfMeasure": "Pounds", + "Year1": "154.00", "Year2": null, - "Year3": "141.64", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "204.95", + "Year6": null, "Year7": null, "Year8": null, "Year9": null, @@ -334,39 +467,77 @@ }, { "RegistryId": "110000350174", - "Program": "NEI", - "System": "NEI", - "ProgramSysId": "8547211", - "PollutantType": "HAP/VOC", - "Pollutant": "Acrolein", + "Program": "TRI", + "System": "TRI", + "ProgramSysId": "28401LVSTT801SU", + "PollutantType": null, + "Pollutant": "Manganese compounds", "UnitsOfMeasure": "Pounds", - "Year1": null, + "Year1": "214.00", "Year2": null, - "Year3": "22.65", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "32.79", + "Year6": null, "Year7": null, "Year8": null, "Year9": null, "Year10": null }, + { + "RegistryId": "110000350174", + "Program": "CAMD", + "System": "CAMD", + "ProgramSysId": "2713", + "PollutantType": null, + "Pollutant": "Sulfur dioxide", + "UnitsOfMeasure": "Pounds", + "Year1": "21,634,280.00", + "Year2": "17,022.00", + "Year3": "18,532.00", + "Year4": "19,856.00", + "Year5": "19,980.00", + "Year6": "16,406.00", + "Year7": "19,888.00", + "Year8": "17,444.00", + "Year9": "18,376.00", + "Year10": "17,414.00" + }, + { + "RegistryId": "110000350174", + "Program": "GHG", + "System": "GHG", + "ProgramSysId": "1000828", + "PollutantType": null, + "Pollutant": "Nitrous oxide", + "UnitsOfMeasure": "MTCO2e", + "Year1": "7,719.09", + "Year2": "847.81", + "Year3": "939.30", + "Year4": "990.55", + "Year5": "997.11", + "Year6": "816.52", + "Year7": "990.25", + "Year8": "867.48", + "Year9": "884.76", + "Year10": "833.21" + }, { "RegistryId": "110000350174", "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP/VOC", - "Pollutant": "Formaldehyde", + "PollutantType": "GHG", + "Pollutant": "Methane", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "2,599.58", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "3,701.54", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "64,154.53", "Year9": null, "Year10": null }, @@ -379,13 +550,13 @@ "Pollutant": "Naphthalene", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "8.85", + "Year2": "8.85", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "7.49", + "Year5": "7.49", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "6.06", "Year9": null, "Year10": null }, @@ -395,35 +566,35 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "HAP/VOC", - "Pollutant": "Propylene oxide", + "Pollutant": "Polycyclic aromatic hydrocarbons", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "102.66", + "Year2": "4.77", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "148.56", + "Year5": "2.79", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "1.58", "Year9": null, "Year10": null }, { "RegistryId": "110000350174", - "Program": "TRI", - "System": "TRI", - "ProgramSysId": "28401LVSTT801SU", - "PollutantType": null, - "Pollutant": "Chromium compounds -- TRI", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "OTH", + "Pollutant": "Sulfate Portion of PM2.5-PRI", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": "154.00", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, "Year6": null, "Year7": null, - "Year8": null, + "Year8": "27,332.27", "Year9": null, "Year10": null }, @@ -433,10 +604,10 @@ "System": "TRI", "ProgramSysId": "28401LVSTT801SU", "PollutantType": null, - "Pollutant": "Hydrochloric acid", + "Pollutant": "Ammonia", "UnitsOfMeasure": "Pounds", - "Year1": "1,100,000.00", - "Year2": "1,200,000.00", + "Year1": "440.00", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, @@ -454,8 +625,8 @@ "PollutantType": null, "Pollutant": "Hydrofluoric acid", "UnitsOfMeasure": "Pounds", - "Year1": "86,000.00", - "Year2": "94,000.00", + "Year1": "94,000.00", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, @@ -471,10 +642,10 @@ "System": "TRI", "ProgramSysId": "28401LVSTT801SU", "PollutantType": null, - "Pollutant": "Lead compounds", + "Pollutant": "Sulfuric acid", "UnitsOfMeasure": "Pounds", - "Year1": "262.70", - "Year2": "120.30", + "Year1": "38,000.00", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, @@ -486,39 +657,39 @@ }, { "RegistryId": "110000350174", - "Program": "TRI", - "System": "TRI", - "ProgramSysId": "28401LVSTT801SU", - "PollutantType": null, - "Pollutant": "Manganese compounds", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "HAP", + "Pollutant": "Arsenic", "UnitsOfMeasure": "Pounds", - "Year1": "327.00", - "Year2": "214.00", + "Year1": null, + "Year2": "6.98", "Year3": null, "Year4": null, - "Year5": null, + "Year5": "8.52", "Year6": null, "Year7": null, - "Year8": null, + "Year8": "7.21", "Year9": null, "Year10": null }, { "RegistryId": "110000350174", - "Program": "TRI", - "System": "TRI", - "ProgramSysId": "28401LVSTT801SU", - "PollutantType": null, - "Pollutant": "Zinc compounds", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "HAP/VOC", + "Pollutant": "Benzene", "UnitsOfMeasure": "Pounds", - "Year1": "590.00", - "Year2": "430.00", + "Year1": null, + "Year2": "50.04", "Year3": null, "Year4": null, - "Year5": null, + "Year5": "63.82", "Year6": null, "Year7": null, - "Year8": null, + "Year8": "52.52", "Year9": null, "Year10": null }, @@ -528,16 +699,16 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "HAP/VOC", - "Pollutant": "Benzene", + "Pollutant": "Hexane", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "50.04", + "Year2": "32.73", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "63.82", + "Year5": "13.09", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "13.09", "Year9": null, "Year10": null }, @@ -547,16 +718,16 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "CAP", - "Pollutant": "Carbon monoxide", + "Pollutant": "Lead", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "285,580.00", + "Year2": "15.68", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "453,660.00", + "Year5": "18.60", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "16.04", "Year9": null, "Year10": null }, @@ -566,16 +737,16 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "HAP", - "Pollutant": "Chromium(VI)", + "Pollutant": "Mercury", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "1.81", + "Year2": "7.38", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "2.50", + "Year5": "8.53", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "7.43", "Year9": null, "Year10": null }, @@ -584,15 +755,91 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP", - "Pollutant": "Cobalt", + "PollutantType": "CAP", + "Pollutant": "Primary PM2.5 (filterables and condensibles)", + "UnitsOfMeasure": "Pounds", + "Year1": null, + "Year2": "268,376.60", + "Year3": null, + "Year4": null, + "Year5": "326,396.60", + "Year6": null, + "Year7": null, + "Year8": "281,793.36", + "Year9": null, + "Year10": null + }, + { + "RegistryId": "110000350174", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "CAP", + "Pollutant": "Sulfur dioxide", + "UnitsOfMeasure": "Pounds", + "Year1": null, + "Year2": "64,260.00", + "Year3": null, + "Year4": null, + "Year5": "21,040.00", + "Year6": null, + "Year7": null, + "Year8": "17,100.00", + "Year9": null, + "Year10": null + }, + { + "RegistryId": "110000350174", + "Program": "TRI", + "System": "TRI", + "ProgramSysId": "28401LVSTT801SU", + "PollutantType": null, + "Pollutant": "Hydrochloric acid", + "UnitsOfMeasure": "Pounds", + "Year1": "1,200,000.00", + "Year2": null, + "Year3": null, + "Year4": null, + "Year5": null, + "Year6": null, + "Year7": null, + "Year8": null, + "Year9": null, + "Year10": null + }, + { + "RegistryId": "110000350174", + "Program": "TRI", + "System": "TRI", + "ProgramSysId": "28401LVSTT801SU", + "PollutantType": null, + "Pollutant": "Lead compounds", + "UnitsOfMeasure": "Pounds", + "Year1": "120.30", + "Year2": null, + "Year3": null, + "Year4": null, + "Year5": null, + "Year6": null, + "Year7": null, + "Year8": null, + "Year9": null, + "Year10": null + }, + { + "RegistryId": "110000350174", + "Program": "TRI", + "System": "TRI", + "ProgramSysId": "28401LVSTT801SU", + "PollutantType": null, + "Pollutant": "Polycyclic aromatic compounds -- TRI", "UnitsOfMeasure": "Pounds", - "Year1": null, + "Year1": "1.00", "Year2": null, - "Year3": "2.58", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "3.77", + "Year6": null, "Year7": null, "Year8": null, "Year9": null, @@ -600,18 +847,18 @@ }, { "RegistryId": "110000350174", - "Program": "NEI", - "System": "NEI", - "ProgramSysId": "8547211", - "PollutantType": "CAP", - "Pollutant": "Nitrogen oxides", + "Program": "TRI", + "System": "TRI", + "ProgramSysId": "28401LVSTT801SU", + "PollutantType": null, + "Pollutant": "Vanadium compounds", "UnitsOfMeasure": "Pounds", - "Year1": null, + "Year1": "200.00", "Year2": null, - "Year3": "1,279,620.00", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "1,244,060.00", + "Year6": null, "Year7": null, "Year8": null, "Year9": null, @@ -622,17 +869,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "CAP", - "Pollutant": "Primary PM condensible portion, less than 1 micron", + "PollutantType": "GHG", + "Pollutant": "Carbon Dioxide", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "120,167.16", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "146,251.93", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "3,459,185,764.38", "Year9": null, "Year10": null }, @@ -641,17 +888,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "CAP", - "Pollutant": "Sulfur dioxide", + "PollutantType": "HAP", + "Pollutant": "Cobalt", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "64,260.00", + "Year2": "2.58", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "21,040.00", + "Year5": "3.77", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "3.26", "Year9": null, "Year10": null }, @@ -660,150 +907,74 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP/VOC", - "Pollutant": "Xylene", + "PollutantType": "HAP", + "Pollutant": "Manganese", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "226.57", + "Year2": "108.79", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "327.89", + "Year5": "25.14", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "16.11", "Year9": null, "Year10": null }, { "RegistryId": "110000350174", - "Program": "TRI", - "System": "TRI", - "ProgramSysId": "28401LVSTT801SU", - "PollutantType": null, - "Pollutant": "Barium compounds -- TRI", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "CAP", + "Pollutant": "Primary PM2.5, filterable portion only", "UnitsOfMeasure": "Pounds", - "Year1": "860.00", - "Year2": "270.00", + "Year1": null, + "Year2": "148,209.44", "Year3": null, "Year4": null, - "Year5": null, + "Year5": "180,144.67", "Year6": null, "Year7": null, - "Year8": null, + "Year8": "129,113.32", "Year9": null, "Year10": null }, { "RegistryId": "110000350174", - "Program": "TRI", - "System": "TRI", - "ProgramSysId": "28401LVSTT801SU", - "PollutantType": null, - "Pollutant": "Dioxin and dioxin-like compounds -- TRI", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "HAP/VOC", + "Pollutant": "Propylene oxide", "UnitsOfMeasure": "Pounds", - "Year1": ".00", - "Year2": ".00", + "Year1": null, + "Year2": "102.66", "Year3": null, "Year4": null, - "Year5": null, + "Year5": "148.56", "Year6": null, "Year7": null, - "Year8": null, + "Year8": "121.80", "Year9": null, "Year10": null }, - { - "RegistryId": "110000350174", - "Program": "CAMD", - "System": "CAMD", - "ProgramSysId": "2713", - "PollutantType": null, - "Pollutant": "Carbon dioxide", - "UnitsOfMeasure": "Pounds", - "Year1": "3,038,945,940.00", - "Year2": "3,822,942,320.00", - "Year3": "3,369,215,880.00", - "Year4": "3,680,527,000.00", - "Year5": "3,938,836,200.00", - "Year6": "3,961,427,580.00", - "Year7": "3,252,160,134.00", - "Year8": "3,941,411,990.00", - "Year9": "3,451,292,486.00", - "Year10": "3,515,481,744.00" - }, - { - "RegistryId": "110000350174", - "Program": "GHG", - "System": "GHG", - "ProgramSysId": "1000828", - "PollutantType": null, - "Pollutant": "Carbon dioxide", - "UnitsOfMeasure": "MTCO2e", - "Year1": "1,379,223.60", - "Year2": "1,735,347.50", - "Year3": "1,538,804.40", - "Year4": "1,677,398.30", - "Year5": "1,790,683.60", - "Year6": "1,800,763.20", - "Year7": "1,478,073.80", - "Year8": "1,791,480.60", - "Year9": "1,569,059.50", - "Year10": "1,599,525.40" - }, - { - "RegistryId": "110000350174", - "Program": "GHG", - "System": "GHG", - "ProgramSysId": "1000828", - "PollutantType": null, - "Pollutant": "Methane", - "UnitsOfMeasure": "MTCO2e", - "Year1": "4,079.50", - "Year2": "4,489.00", - "Year3": "710.25", - "Year4": "781.50", - "Year5": "830.25", - "Year6": "835.50", - "Year7": "685.00", - "Year8": "830.75", - "Year9": "727.50", - "Year10": "741.75" - }, - { - "RegistryId": "110000350174", - "Program": "GHG", - "System": "GHG", - "ProgramSysId": "1000828", - "PollutantType": null, - "Pollutant": "Nitrous oxide", - "UnitsOfMeasure": "MTCO2e", - "Year1": "7,073.63", - "Year2": "7,719.09", - "Year3": "847.81", - "Year4": "939.30", - "Year5": "990.55", - "Year6": "997.11", - "Year7": "816.52", - "Year8": "990.25", - "Year9": "867.48", - "Year10": "884.76" - }, { "RegistryId": "110000350174", "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP", - "Pollutant": "Arsenic", + "PollutantType": "HAP/VOC", + "Pollutant": "1,3-Butadiene", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "6.98", + "Year2": "3.26", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "8.52", + "Year5": "2.33", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "1.82", "Year9": null, "Year10": null }, @@ -812,17 +983,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "CAP", - "Pollutant": "Lead", + "PollutantType": "HAP/VOC", + "Pollutant": "Acrolein", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "15.68", + "Year2": "22.65", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "18.60", + "Year5": "32.79", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "26.88", "Year9": null, "Year10": null }, @@ -832,35 +1003,16 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "CAP", - "Pollutant": "Primary PM2.5 (filterables and condensibles)", + "Pollutant": "Carbon monoxide", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "268,376.60", - "Year4": null, - "Year5": null, - "Year6": "326,396.60", - "Year7": null, - "Year8": null, - "Year9": null, - "Year10": null - }, - { - "RegistryId": "110000350174", - "Program": "TRI", - "System": "TRI", - "ProgramSysId": "28401LVSTT801SU", - "PollutantType": null, - "Pollutant": "Sulfuric acid", - "UnitsOfMeasure": "Pounds", - "Year1": "34,000.00", - "Year2": "38,000.00", + "Year2": "285,580.00", "Year3": null, "Year4": null, - "Year5": null, + "Year5": "453,660.00", "Year6": null, "Year7": null, - "Year8": null, + "Year8": "144,000.00", "Year9": null, "Year10": null }, @@ -870,16 +1022,16 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "HAP", - "Pollutant": "Cadmium", + "Pollutant": "Chromium(VI)", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "31.17", + "Year2": "1.81", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "36.29", + "Year5": "2.50", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "2.45", "Year9": null, "Year10": null }, @@ -888,17 +1040,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP/VOC", - "Pollutant": "Hexane", + "PollutantType": "GHG", + "Pollutant": "Nitrous Oxide", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "32.73", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "13.09", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "6,417.66", "Year9": null, "Year10": null }, @@ -908,16 +1060,16 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "CAP", - "Pollutant": "Primary PM2.5, filterable portion only", + "Pollutant": "Primary PM10 (filterables and condensibles)", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "148,209.44", + "Year2": "268,380.00", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "180,144.67", + "Year5": "334,560.00", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "288,900.00", "Year9": null, "Year10": null }, @@ -926,17 +1078,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP", - "Pollutant": "Chromic(VI) acid", + "PollutantType": "CAP", + "Pollutant": "Primary PM10, filterable portion only", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, + "Year2": "148,212.84", "Year3": null, "Year4": null, - "Year5": null, - "Year6": ".32", + "Year5": "188,308.07", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "136,219.96", "Year9": null, "Year10": null }, @@ -945,17 +1097,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP", - "Pollutant": "Mercury", + "PollutantType": "OTH", + "Pollutant": "Remaining PMFINE portion of PM2.5-PRI", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "7.38", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "8.53", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "99,477.76", "Year9": null, "Year10": null }, @@ -965,10 +1117,10 @@ "System": "TRI", "ProgramSysId": "28401LVSTT801SU", "PollutantType": null, - "Pollutant": "Ammonia", + "Pollutant": "Dioxin and dioxin-like compounds -- TRI", "UnitsOfMeasure": "Pounds", - "Year1": "410.00", - "Year2": "440.00", + "Year1": ".00", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, @@ -984,12 +1136,12 @@ "System": "TRI", "ProgramSysId": "28401LVSTT801SU", "PollutantType": null, - "Pollutant": "Naphthalene", + "Pollutant": "Zinc compounds", "UnitsOfMeasure": "Pounds", - "Year1": ".00", - "Year2": "11.00", - "Year3": ".00", - "Year4": ".00", + "Year1": "430.00", + "Year2": null, + "Year3": null, + "Year4": null, "Year5": null, "Year6": null, "Year7": null, @@ -999,6 +1151,26 @@ } ], "Permits": [ + { + "Statute": "CAA", + "EPASystem": "GHG", + "SourceID": "1000828", + "Universe": "Direct Emitter", + "NAICS": "221112", + "NAICSDesc": "Fossil Fuel Electric Power Generation", + "SIC": null, + "FacilityStatus": "Reporting Year 2022: Emitter - Reporting and meeting Verification requirements." + }, + { + "Statute": "CAA", + "EPASystem": "CAMDBS", + "SourceID": "2713", + "Universe": "", + "NAICS": "221112", + "NAICSDesc": "Fossil Fuel Electric Power Generation", + "SIC": "4911", + "FacilityStatus": "INACTIVE" + }, { "Statute": "CAA", "EPASystem": "EIS", @@ -1019,16 +1191,6 @@ "SIC": "4911", "FacilityStatus": "Operating" }, - { - "Statute": "CAA", - "EPASystem": "GHG", - "SourceID": "1000828", - "Universe": "Direct Emitter", - "NAICS": "221112", - "NAICSDesc": "Fossil Fuel Electric Power Generation", - "SIC": null, - "FacilityStatus": "Reporting Year 2021: Reporting and meeting Verification requirements." - }, { "Statute": "CAA", "EPASystem": "CEDRI", @@ -1039,16 +1201,6 @@ "SIC": null, "FacilityStatus": null }, - { - "Statute": "CAA", - "EPASystem": "CAMDBS", - "SourceID": "2713", - "Universe": "", - "NAICS": "221112", - "NAICSDesc": "Fossil Fuel Electric Power Generation", - "SIC": "4911", - "FacilityStatus": "INACTIVE" - }, { "Statute": "EP313", "EPASystem": "TRI", @@ -1056,7 +1208,7 @@ "Universe": "Toxics Release Inventory", "NAICS": "221112", "NAICSDesc": "Fossil Fuel Electric Power Generation", - "SIC": "4911", + "SIC": null, "FacilityStatus": "Last Reported for 2015" } ], @@ -1066,74 +1218,89 @@ "Program": "CAMD", "Pollutant": "CAMD - CO2", "UnitsOfMeasure": "Pounds", - "Year1": "3,038,945,940.00", - "Year2": "3,822,942,320.00", - "Year3": "3,369,215,880.00", - "Year4": "3,680,527,000.00", - "Year5": "3,938,836,200.00", - "Year6": "3,961,427,580.00", - "Year7": "3,252,160,134.00", - "Year8": "3,941,411,990.00", - "Year9": "3,451,292,486.00", - "Year10": "3,515,481,744.00" + "Year1": "3,822,942,332.00", + "Year2": "3,369,215,934.00", + "Year3": "3,680,526,894.00", + "Year4": "3,938,836,118.00", + "Year5": "3,961,427,544.00", + "Year6": "3,252,160,062.00", + "Year7": "3,941,411,924.00", + "Year8": "3,451,292,426.00", + "Year9": "3,515,481,730.00", + "Year10": "3,294,048,596.00" }, { "Program": "CAMD", "Pollutant": "CAMD - NOx", "UnitsOfMeasure": "Pounds", - "Year1": "6,639,164.00", - "Year2": "7,361,054.00", - "Year3": "1,153,192.00", - "Year4": "1,094,548.00", - "Year5": "1,137,062.00", - "Year6": "1,237,818.00", - "Year7": "1,102,918.00", - "Year8": "1,206,256.00", - "Year9": "1,196,928.00", - "Year10": "1,168,876.00" + "Year1": "7,361,054.00", + "Year2": "1,153,192.00", + "Year3": "1,094,548.00", + "Year4": "1,137,062.00", + "Year5": "1,237,818.00", + "Year6": "1,102,918.00", + "Year7": "1,206,256.00", + "Year8": "1,196,928.00", + "Year9": "1,168,876.00", + "Year10": "1,148,984.00" }, { "Program": "CAMD", "Pollutant": "CAMD - SO2", "UnitsOfMeasure": "Pounds", - "Year1": "20,663,540.00", - "Year2": "21,634,280.00", - "Year3": "17,022.00", - "Year4": "18,532.00", - "Year5": "19,856.00", - "Year6": "19,980.00", - "Year7": "16,406.00", - "Year8": "19,888.00", - "Year9": "17,444.00", - "Year10": "18,376.00" + "Year1": "21,634,280.00", + "Year2": "17,022.00", + "Year3": "18,532.00", + "Year4": "19,856.00", + "Year5": "19,980.00", + "Year6": "16,406.00", + "Year7": "19,888.00", + "Year8": "17,444.00", + "Year9": "18,376.00", + "Year10": "17,414.00" }, { "Program": "GHG", "Pollutant": "Total GHGs", "UnitsOfMeasure": "MTCO2e", - "Year1": "1,390,376.73", - "Year2": "1,747,555.59", - "Year3": "1,540,362.46", - "Year4": "1,679,119.10", - "Year5": "1,792,504.40", - "Year6": "1,802,595.81", - "Year7": "1,479,575.32", - "Year8": "1,793,301.60", - "Year9": "1,570,654.48", - "Year10": "1,601,151.91" + "Year1": "1,747,555.59", + "Year2": "1,540,362.46", + "Year3": "1,679,119.10", + "Year4": "1,792,504.40", + "Year5": "1,802,595.81", + "Year6": "1,479,575.32", + "Year7": "1,793,301.60", + "Year8": "1,570,654.48", + "Year9": "1,601,151.91", + "Year10": "1,500,313.86" }, { "Program": "NEI", "Pollutant": "Total CAPs", "UnitsOfMeasure": "Pounds", "Year1": null, + "Year2": "2,594,461.72", + "Year3": null, + "Year4": null, + "Year5": "2,927,899.87", + "Year6": null, + "Year7": null, + "Year8": "2,378,322.72", + "Year9": null, + "Year10": null + }, + { + "Program": "NEI", + "Pollutant": "Total GHGs", + "UnitsOfMeasure": "Pounds", + "Year1": null, "Year2": null, - "Year3": "2,594,461.72", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "2,927,899.87", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "3,459,256,336.57", "Year9": null, "Year10": null }, @@ -1142,13 +1309,13 @@ "Pollutant": "Total HAPs", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "4,025.05", + "Year2": "4,025.05", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "5,539.62", + "Year5": "5,539.62", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "4,558.49", "Year9": null, "Year10": null }, @@ -1157,13 +1324,13 @@ "Pollutant": "Volatile Organic Compounds", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "11,640.00", + "Year2": "11,640.00", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "33,460.00", + "Year5": "33,460.00", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "24,080.00", "Year9": null, "Year10": null }, @@ -1171,10 +1338,10 @@ "Program": "TRI", "Pollutant": "TRI Air Toxics", "UnitsOfMeasure": "Pounds", - "Year1": "1,222,793.30", - "Year2": "1,333,910.30", + "Year1": "1,333,910.30", + "Year2": ".00", "Year3": ".00", - "Year4": ".00", + "Year4": null, "Year5": null, "Year6": null, "Year7": null, @@ -1186,8 +1353,8 @@ "Program": "TRI", "Pollutant": "TRI Criteria Pollutants", "UnitsOfMeasure": "Pounds", - "Year1": "672.70", - "Year2": "560.30", + "Year1": "560.30", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, @@ -1201,10 +1368,10 @@ "Program": "TRI", "Pollutant": "TRI HAPs", "UnitsOfMeasure": "Pounds", - "Year1": "1,186,653.30", - "Year2": "1,294,570.30", + "Year1": "1,294,570.30", + "Year2": ".00", "Year3": ".00", - "Year4": ".00", + "Year4": null, "Year5": null, "Year6": null, "Year7": null, @@ -1216,10 +1383,10 @@ "Program": "TRI", "Pollutant": "TRI Ozone Precursors", "UnitsOfMeasure": "Pounds", - "Year1": ".60", - "Year2": "12.00", + "Year1": "12.00", + "Year2": ".00", "Year3": ".00", - "Year4": ".00", + "Year4": null, "Year5": null, "Year6": null, "Year7": null, @@ -1231,8 +1398,8 @@ "Program": "TRI", "Pollutant": "TRI PBTs", "UnitsOfMeasure": "Pounds", - "Year1": "326.30", - "Year2": "191.30", + "Year1": "191.30", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, diff --git a/tests/testthat/api/cwa_rest_services.get_download-7c6f23.csv b/tests/testthat/api/cwa_rest_services.get_download-06fc20.csv similarity index 100% rename from tests/testthat/api/cwa_rest_services.get_download-7c6f23.csv rename to tests/testthat/api/cwa_rest_services.get_download-06fc20.csv diff --git a/tests/testthat/api/cwa_rest_services.get_download-b2c8cc.csv b/tests/testthat/api/cwa_rest_services.get_download-c60a28.csv similarity index 100% rename from tests/testthat/api/cwa_rest_services.get_download-b2c8cc.csv rename to tests/testthat/api/cwa_rest_services.get_download-c60a28.csv diff --git a/tests/testthat/api/cwa_rest_services.get_facilities-055e07.json b/tests/testthat/api/cwa_rest_services.get_facilities-055e07.json new file mode 100644 index 0000000..301f9fa --- /dev/null +++ b/tests/testthat/api/cwa_rest_services.get_facilities-055e07.json @@ -0,0 +1,21 @@ +{ + "Results": { + "Message": "Success", + "Version": "CWA v2017-10-13 1325", + "QueryRows": "1", + "IndianCountryRows": "0", + "EJHighRows": "0", + "SVRows": "0", + "CVRows": "0", + "V3Rows": "0", + "FEARows": "0", + "InfFEARows": "0", + "INSPRows": "1", + "BioCVRows": "0", + "BioV3Rows": "0", + "VioLast4QRows": "0", + "TotalPenalties": "$0", + "BadSystemIDs": null, + "QueryID": "981" + } +} diff --git a/tests/testthat/api/cwa_rest_services.get_facilities-2b2b6e.json b/tests/testthat/api/cwa_rest_services.get_facilities-2b2b6e.json new file mode 100644 index 0000000..4ee8940 --- /dev/null +++ b/tests/testthat/api/cwa_rest_services.get_facilities-2b2b6e.json @@ -0,0 +1,21 @@ +{ + "Results": { + "Message": "Success", + "Version": "CWA v2017-10-13 1325", + "QueryRows": "1", + "IndianCountryRows": "0", + "EJHighRows": "0", + "SVRows": "0", + "CVRows": "0", + "V3Rows": "0", + "FEARows": "0", + "InfFEARows": "0", + "INSPRows": "1", + "BioCVRows": "0", + "BioV3Rows": "0", + "VioLast4QRows": "0", + "TotalPenalties": "$0", + "BadSystemIDs": null, + "QueryID": "982" + } +} diff --git a/tests/testthat/api/cwa_rest_services.get_facilities-7240e7.json b/tests/testthat/api/cwa_rest_services.get_facilities-7240e7.json new file mode 100644 index 0000000..5ceb726 --- /dev/null +++ b/tests/testthat/api/cwa_rest_services.get_facilities-7240e7.json @@ -0,0 +1,21 @@ +{ + "Results": { + "Message": "Success", + "Version": "CWA v2017-10-13 1325", + "QueryRows": "1", + "IndianCountryRows": "0", + "EJHighRows": "0", + "SVRows": "0", + "CVRows": "0", + "V3Rows": "0", + "FEARows": "0", + "InfFEARows": "0", + "INSPRows": "1", + "BioCVRows": "0", + "BioV3Rows": "0", + "VioLast4QRows": "0", + "TotalPenalties": "$0", + "BadSystemIDs": null, + "QueryID": "984" + } +} diff --git a/tests/testthat/api/cwa_rest_services.get_facilities-cc8093.json b/tests/testthat/api/cwa_rest_services.get_facilities-cc8093.json new file mode 100644 index 0000000..8505e07 --- /dev/null +++ b/tests/testthat/api/cwa_rest_services.get_facilities-cc8093.json @@ -0,0 +1,7 @@ +{ + "Results": { + "Error": { + "ErrorMessage": "Rows Returned would be 131843. Queryset Limit would be exceeded - please make search parameters more selective." + } + } +} diff --git a/tests/testthat/api/cwa_rest_services.get_facility_info-3c5df1.json b/tests/testthat/api/cwa_rest_services.get_facility_info-3c5df1.json deleted file mode 100644 index 4748cb3..0000000 --- a/tests/testthat/api/cwa_rest_services.get_facility_info-3c5df1.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "Results": { - "Message": "Success", - "QueryID": "341", - "QueryRows": "1", - "IndianCountryRows": "0", - "SVRows": "0", - "CVRows": "0", - "V3Rows": "0", - "FEARows": "0", - "InfFEARows": "0", - "INSPRows": "1", - "BioCVRows": "0", - "BioV3Rows": "0", - "VioLast4QRows": "0", - "TotalPenalties": "$0", - "BadSystemIDs": null, - "IconBaseURL": "https://echo.epa.gov/themes/custom/echo/images/map/", - "PopUpBaseURL": "api/cwa_rest_services.pop_up?p_id=", - "ServiceBaseURL": "https://ordsint.rtpnc.epa.gov/ords/echo/cwa_rest_services.get_facility_info", - "QueryParameters": [ - { - "QP": "output", - "QV": "JSON" - }, - { - "QP": "p_pid", - "QV": "ALR040033" - }, - { - "QP": "p_limit_addr", - "QV": "Y" - }, - { - "QP": "qcolumns", - "QV": "1,2,3,4,5,6,7,8,9,10,11,14,23,24,25,26,30,36,58,60,63,64,65,67,86,206" - } - ], - "Facilities": [ - { - "ObjectId": "1", - "CWPName": "US ARMY REDSTONE ARSENAL MS4 PH II", - "SourceID": "ALR040033", - "CWPStreet": "BUILDING 4488", - "CWPCity": "REDSTONE ARSENAL", - "CWPState": "AL", - "CWPStateDistrict": null, - "CWPZip": "35898", - "MasterExternalPermitNmbr": "ALR040000", - "RegistryID": "110020837601", - "CWPCounty": "Madison", - "CWPEPARegion": "04", - "FacDerivedHuc": "06030002", - "CWPNAICSCodes": "924110", - "FacLat": "34.630123", - "FacLong": "-86.643041", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "AL0000019 ALR040033", - "SDWAIDs": null, - "CWPDateLastInspSt": "02/23/2022", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "010890111001" - } - ] - } -} diff --git a/tests/testthat/api/cwa_rest_services.get_facility_info-3ebb0f.json b/tests/testthat/api/cwa_rest_services.get_facility_info-3ebb0f.json deleted file mode 100644 index 52934e2..0000000 --- a/tests/testthat/api/cwa_rest_services.get_facility_info-3ebb0f.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "Results": { - "Message": "Success", - "QueryID": "339", - "QueryRows": "1", - "IndianCountryRows": "0", - "SVRows": "0", - "CVRows": "0", - "V3Rows": "0", - "FEARows": "0", - "InfFEARows": "0", - "INSPRows": "1", - "BioCVRows": "0", - "BioV3Rows": "0", - "VioLast4QRows": "0", - "TotalPenalties": "$0", - "BadSystemIDs": null, - "IconBaseURL": "https://echo.epa.gov/themes/custom/echo/images/map/", - "PopUpBaseURL": "api/cwa_rest_services.pop_up?p_id=", - "ServiceBaseURL": "https://ordsint.rtpnc.epa.gov/ords/echo/cwa_rest_services.get_facility_info", - "QueryParameters": [ - { - "QP": "output", - "QV": "JSON" - }, - { - "QP": "p_pid", - "QV": "ALR040033" - }, - { - "QP": "p_limit_addr", - "QV": "Y" - }, - { - "QP": "qcolumns", - "QV": "1,2,3" - } - ], - "Facilities": [ - { - "ObjectId": "1", - "CWPName": "US ARMY REDSTONE ARSENAL MS4 PH II", - "SourceID": "ALR040033", - "CWPStreet": "BUILDING 4488", - "RegistryID": "110020837601", - "CWPNAICSCodes": "924110", - "FacLat": "34.630123", - "CensusBlockGroup2020": "010890111001" - } - ] - } -} diff --git a/tests/testthat/api/cwa_rest_services.get_facility_info-5daf35.json b/tests/testthat/api/cwa_rest_services.get_facility_info-5daf35.json deleted file mode 100644 index eea8f08..0000000 --- a/tests/testthat/api/cwa_rest_services.get_facility_info-5daf35.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Results": { - "Message": "Success", - "QueryID": "338", - "QueryRows": "1", - "IndianCountryRows": "0", - "SVRows": "0", - "CVRows": "0", - "V3Rows": "0", - "FEARows": "0", - "InfFEARows": "0", - "INSPRows": "1", - "BioCVRows": "0", - "BioV3Rows": "0", - "VioLast4QRows": "0", - "TotalPenalties": "$0", - "BadSystemIDs": null, - "IconBaseURL": "https://echo.epa.gov/themes/custom/echo/images/map/", - "PopUpBaseURL": "api/cwa_rest_services.pop_up?p_id=", - "ServiceBaseURL": "https://ordsint.rtpnc.epa.gov/ords/echo/cwa_rest_services.get_facility_info", - "QueryParameters": [ - { - "QP": "output", - "QV": "JSON" - }, - { - "QP": "p_pid", - "QV": "ALR040033" - }, - { - "QP": "p_limit_addr", - "QV": "Y" - }, - { - "QP": "qcolumns", - "QV": "1,2,3,4,5" - } - ], - "Facilities": [ - { - "ObjectId": "1", - "CWPName": "US ARMY REDSTONE ARSENAL MS4 PH II", - "SourceID": "ALR040033", - "CWPStreet": "BUILDING 4488", - "CWPCity": "REDSTONE ARSENAL", - "CWPState": "AL", - "RegistryID": "110020837601", - "CWPNAICSCodes": "924110", - "FacLat": "34.630123", - "CensusBlockGroup2020": "010890111001" - } - ] - } -} diff --git a/tests/testthat/api/cwa_rest_services.get_geojson-6fc0a8.json b/tests/testthat/api/cwa_rest_services.get_geojson-762b5f.json similarity index 53% rename from tests/testthat/api/cwa_rest_services.get_geojson-6fc0a8.json rename to tests/testthat/api/cwa_rest_services.get_geojson-762b5f.json index b50bcdb..85e2fb2 100644 --- a/tests/testthat/api/cwa_rest_services.get_geojson-6fc0a8.json +++ b/tests/testthat/api/cwa_rest_services.get_geojson-762b5f.json @@ -6,8 +6,8 @@ "geometry": { "type": "Point", "coordinates": [ - -86.643041, - 34.630123 + -86.679708, + 34.676233 ] }, "properties": { @@ -20,22 +20,22 @@ "CWPZip": "35898", "MasterExternalPermitNmbr": "ALR040000", "RegistryID": "110020837601", - "CWPCounty": "Madison", - "CWPEPARegion": "04", - "FacDerivedHuc": "06030002", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, "CWPNAICSCodes": "924110", "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, "AIRIDs": null, - "NPDESIDs": "AL0000019 ALR040033", - "SDWAIDs": null, - "CWPDateLastInspSt": "2022-02-23T00:00:00.00+00:00", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "010890111001" + "CensusBlockGroup": "010890111001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 4, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 46 } } ] diff --git a/tests/testthat/api/cwa_rest_services.metadata-a4f118.json b/tests/testthat/api/cwa_rest_services.metadata-a4f118.json index ecf38ea..488cef2 100644 --- a/tests/testthat/api/cwa_rest_services.metadata-a4f118.json +++ b/tests/testthat/api/cwa_rest_services.metadata-a4f118.json @@ -75,44 +75,44 @@ "Description": "An internal 12-digit Facility Registry Service (FRS) tracking number used to tie all facility data together in EPA regulatory program databases." }, { - "ColumnName": "CWP_COUNTY", + "ColumnName": "EPA_SYSTEM", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "10", - "ObjectName": "CWPCounty", - "Description": "County in which the facility is located." + "ObjectName": "EPASystem", + "Description": "The EPA data system in which permit and facility records are kept. EPA's Facility Registry System (FRS) links all program database records (such as permit IDs and IDs facilities use in reporting to EPA) together. The following list describes the individual data systems that are linked to from the detailed facility report: - AFS: Air Facility System for Clean Air Act stationary source programs.- ICP: Integrated Compliance Information System for Clean Water Act programs monitoring National Pollutant Discharge Elimination System (NPDES) permits.- RCR: Resource Conservation and Recovery Act Information System (RCRAInfo) for tracking the Resource Conservation and Recovery Act (RCRA) programs.- NCDB: National Compliance Database System for monitoring national performance of the Toxic Substance Control Act (TSCA); the Emergency Planning and Right-to-Know Act, Section 313 (EPCRA); the Asbestos Hazard Emergency Response (AHERA); and the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).- TRI: Toxics Release Inventory for Emergency Planning and Community Right-to-Know Act, Section 313 submissions.- NEI: National Emissions Inventory database contains information on stationary and mobile sources that emit criteria air pollutants and their precursors, as well as hazardous air pollutants (HAPs). The database includes estimates of annual emissions, by source, of air pollutants in each area of the country, on an annual basis.- TSCA: Toxic Substances Control Act addressing the production, importation, use, and disposal of specific chemicals." }, { - "ColumnName": "CWP_EPA_REGION", - "DataType": "CHAR", - "DataLength": "2", + "ColumnName": "STATUTE", + "DataType": "VARCHAR2", + "DataLength": "50", "ColumnID": "11", - "ObjectName": "CWPEPARegion", - "Description": "The EPA region where the facility is located. EPA has 10 regional offices that execute programs within several states and territories." + "ObjectName": "Statute", + "Description": "The name of the statute associated with each of the permits and identifiers linked to the facility: - CAA = the Clean Air Act- CWA = the Clean Water Act- RCRA = the Resource Conservation and Recovery Act- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)- TSCA = the Toxic Substances Control Act- SDWA = the Safe Drinking Water Act" }, { - "ColumnName": "FAC_FEDERAL_AGENCY_CODE", + "ColumnName": "CWP_COUNTY", "DataType": "VARCHAR2", - "DataLength": "15", + "DataLength": "100", "ColumnID": "12", - "ObjectName": "FacFederalAgencyCode", - "Description": "Indicates the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. The five-character code consists of a letter followed by four numbers. There are four possible letters that can occupy the first character position: C = Civilian Federal Agency; D = Department of Defense; E = Department of Energy; X = Unknown. The second and third characters represent the agency code, while the fourth and fifth characters represent the bureau code." + "ObjectName": "CWPCounty", + "Description": "County in which the facility is located." }, { - "ColumnName": "FAC_FEDERAL_AGENCY_NAME", + "ColumnName": "FAC_COUNTY_NAME", "DataType": "VARCHAR2", - "DataLength": "150", + "DataLength": "100", "ColumnID": "13", - "ObjectName": "FacFederalAgencyName", - "Description": "Indicates the name of the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government." + "ObjectName": "FacCountyName", + "Description": "The facility county name from EPA's Facility Registry System" }, { - "ColumnName": "FAC_DERIVED_HUC", + "ColumnName": "FAC_STD_COUNTY_NAME", "DataType": "VARCHAR2", - "DataLength": "8", + "DataLength": "300", "ColumnID": "14", - "ObjectName": "FacDerivedHuc", - "Description": "The 8-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides. A HUC number is assigned to every watershed in the nation and uniquely identifies the watershed." + "ObjectName": "FacStdCountyName", + "Description": "The standardized facility county name from EPA's Facility Registry System" }, { "ColumnName": "FAC_FIPS_CODE", @@ -123,36 +123,36 @@ "Description": "The 2-digit Federal Information Processing Standards (FIPS) code to identify the county that a facility is located in." }, { - "ColumnName": "FAC_INDIAN_CNTRY_FLG", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "CWP_EPA_REGION", + "DataType": "CHAR", + "DataLength": "2", "ColumnID": "16", - "ObjectName": "FacIndianCntryFlg", - "Description": "Flag showing Y/N whether the facility is located in Indian Country." + "ObjectName": "CWPEPARegion", + "Description": "The EPA region where the facility is located. EPA has 10 regional offices that execute programs within several states and territories." }, { - "ColumnName": "CWP_INDIAN_CNTRY_FLG", + "ColumnName": "FAC_FEDERAL_AGENCY_CODE", "DataType": "VARCHAR2", - "DataLength": "3", + "DataLength": "15", "ColumnID": "17", - "ObjectName": "CWPIndianCntryFlg", - "Description": "Displays Y if a facility is located in Indian country." + "ObjectName": "FacFederalAgencyCode", + "Description": "Indicates the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. The five-character code consists of a letter followed by four numbers. There are four possible letters that can occupy the first character position: C = Civilian Federal Agency; D = Department of Defense; E = Department of Energy; X = Unknown. The second and third characters represent the agency code, while the fourth and fifth characters represent the bureau code." }, { - "ColumnName": "FAC_INDIAN_SPATIAL_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "FAC_FEDERAL_AGENCY_NAME", + "DataType": "VARCHAR2", + "DataLength": "150", "ColumnID": "18", - "ObjectName": "FacIndianSpatialFlg", - "Description": "Returns “Y” if a facility is located within a tribal spatial boundary as defined by the U.S. Census Bureau 2010 tribal boundary layer data for tribes in the lower 48 states and Bureau of Land Management Alaska State Office data for native villages in Alaska. Returns “N” if a facility is not located within a tribal or native Alaskan village area." + "ObjectName": "FacFederalAgencyName", + "Description": "Indicates the name of the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government." }, { - "ColumnName": "FAC_DERIVED_TRIBES", + "ColumnName": "FAC_DERIVED_HUC", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "8", "ColumnID": "19", - "ObjectName": "FacDerivedTribes", - "Description": "The tribes or tribal territories located within 25 miles of the facility's location." + "ObjectName": "FacDerivedHuc", + "Description": "The 8-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides. A HUC number is assigned to every watershed in the nation and uniquely identifies the watershed." }, { "ColumnName": "FAC_US_MEX_BORDER_FLG", @@ -235,2634 +235,3482 @@ "Description": null }, { - "ColumnName": "DSCH_TO_MS4", + "ColumnName": "AIR_IDS", "DataType": "VARCHAR2", - "DataLength": "1", + "DataLength": "4000", "ColumnID": "30", - "ObjectName": "DschToMs4", - "Description": "Indicatesif a facility discharges into a Municipal Separate Storm Sewer System (MS4)." + "ObjectName": "AIRIDs", + "Description": "Air Facility System (AFS) ID." }, { - "ColumnName": "RECEIVING_MS4_NAME", + "ColumnName": "NPDES_IDS", "DataType": "VARCHAR2", "DataLength": "4000", "ColumnID": "31", - "ObjectName": "ReceivingMs4Name", - "Description": "This is the name of the receiving MS4(s)." + "ObjectName": "NPDESIDs", + "Description": "Clean Water Act ID from the ICIS-NPDES (Integrated Compliance Information System - National Pollutant Discharge Elimination System)" }, { - "ColumnName": "STORM_WATER_AREA", + "ColumnName": "RCRA_IDS", "DataType": "VARCHAR2", "DataLength": "4000", "ColumnID": "32", - "ObjectName": "StormWaterArea", - "Description": "The estimated area of industrial activity at the site exposed to stormwater in acres." + "ObjectName": "RCRAIDs", + "Description": "A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database." }, { - "ColumnName": "HISTORIC_CRITERION_CODE", + "ColumnName": "SDWA_IDS", "DataType": "VARCHAR2", - "DataLength": "3", + "DataLength": "4000", "ColumnID": "33", - "ObjectName": "HistoricCriterionCode", - "Description": "Indicates the eligibility criteria for historic properties preservation." + "ObjectName": "SDWAIDs", + "Description": "A unique 9-character ID assigned for each public water system within the Safe Drinking Water Information System (SDWIS)." }, { - "ColumnName": "SPECIES_CRITICAL_HABITAL_FLAG", + "ColumnName": "TRI_IDS", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "4000", "ColumnID": "34", - "ObjectName": "SpeciesCriticalHabitalFlag", - "Description": "This identifies if Endangered Species Act (ESA) provisions are met." + "ObjectName": "TRIIDs", + "Description": "A unique 15-character ID assigned for each facility within the Toxics Release Inventory (TRI) program. The format is ZZZZZNNNNNSSSSS, where ZZZZZ = ZIP code, NNNNN = the first 5 consonants of the name, and SSSSS = the first 5 non-blank non-special characters in the street address." }, { - "ColumnName": "SWPPP_URL", + "ColumnName": "RMP_IDS", "DataType": "VARCHAR2", - "DataLength": "1000", + "DataLength": "4000", "ColumnID": "35", - "ObjectName": "SwpppUrl", - "Description": "Web address URL of Internet page where current copy of Stormwater Pollution Prevention Plan (SWPPP) is maintained." + "ObjectName": "RmpIDs", + "Description": "A unique ID assigned to each facility submitting a Risk Management Plan to EPA under the Risk Management Plan Rule." }, { - "ColumnName": "EXPOSED_ACTIVITY", + "ColumnName": "CENSUS_BLOCK_GROUP", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "48", "ColumnID": "36", - "ObjectName": "ExposedActivity", - "Description": "Description of onsite industrial activities exposed to stormwater and potential spill and leak areas." + "ObjectName": "CensusBlockGroup", + "Description": "A geographic unit used by the United States Census Bureau, generally defined to contain between 600 and 3,000 people." }, { - "ColumnName": "ASSOCIATED_POLLUTANT", + "ColumnName": "CENSUS_BLOCK_GROUP_2021", "DataType": "VARCHAR2", "DataLength": "4000", "ColumnID": "37", - "ObjectName": "AssociatedPollutant", - "Description": "Description of pollutant(s) or pollutant constituent(s) associated with each industrial activity exposed to stormwater." + "ObjectName": "CensusBlockGroup2021", + "Description": null }, { - "ColumnName": "CONTROL_MEASURE", + "ColumnName": "SUP_EJSCREEN_AUTO_FLAG", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "3", "ColumnID": "38", - "ObjectName": "ControlMeasure", - "Description": "Description of control measures employed to comply with the non-numeric technology-based effluent limits required in Part 2.1.2 and Part 8." + "ObjectName": "SupEjscreenAutoFlag", + "Description": null }, { - "ColumnName": "CONTROL_MEASURE_SCHEDULE", + "ColumnName": "SUP_EJSCREEN_AUTO_FLAG_REASONS", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "4", "ColumnID": "39", - "ObjectName": "ControlMeasureSchedule", - "Description": "Description of schedule for control measures associated with good housekeeping and maintenance." + "ObjectName": "SupEjscreenAutoFlagReasons", + "Description": null }, { - "ColumnName": "TYPE_OF_MONITORING", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "EJSCREEN_INDIAN_FLAG_SEARCH", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "40", - "ObjectName": "TypeOfMonitoring", - "Description": "The type of monitoring specified in the SWPPP." + "ObjectName": "EjscreenIndianFlagSearch", + "Description": null }, { - "ColumnName": "TYPE_OF_WATER", + "ColumnName": "EJSCREEN_INDIAN_FLAG", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "3", "ColumnID": "41", - "ObjectName": "TypeOfWater", - "Description": "The type of water body receiving discharges stormwater discharges specified in the SWPPP." + "ObjectName": "EjscreenIndianFlag", + "Description": null }, { - "ColumnName": "FAC_POP_DEN", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "US_TERRITORY_FLAG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "42", - "ObjectName": "FacPopDen", - "Description": "The number of persons per square mile in the area being profiled. This field is the ratio of total persons (displayed in the Total Persons field) to total land area (displayed in the Land Area field)." + "ObjectName": "UsTerritoryFlag", + "Description": null }, { - "ColumnName": "FAC_PERCENT_MINORITY", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_EJSCREEN_FLAG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "43", - "ObjectName": "FacPercentMinority", - "Description": "Percent Minority is the percentage of the population of the given area that is considered minority. Statistics are shown for the area within a 3-mile radius of each facility." + "ObjectName": "SupEjscreenFlag", + "Description": null }, { - "ColumnName": "SECTOR", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_EJSCREEN_FLAG_US", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "44", - "ObjectName": "Sector", - "Description": "The sector code and description for the industrial stormwater facility." + "ObjectName": "SupEjscreenFlagUs", + "Description": null }, { - "ColumnName": "SUBSECTOR", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_EJSCREEN_FLAG_ST", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "45", - "ObjectName": "Subsector", - "Description": "The industrial subsector associated with the facility." + "ObjectName": "SupEjscreenFlagSt", + "Description": null }, { - "ColumnName": "MSGP_PERMIT_TYPE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "SUP_OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "46", - "ObjectName": "MsgpPermitType", - "Description": "The Industrial stormwater permit type." + "ObjectName": "SupOver90CountUs", + "Description": null }, { - "ColumnName": "CWP_VERSION_NMBR", + "ColumnName": "SUP_MILEAVG_OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "47", - "ObjectName": "CWPVersionNmbr", - "Description": "The version number of the facility's NPDES permit." + "ObjectName": "SupMileavgOver90CountUs", + "Description": null }, { - "ColumnName": "CWP_PERMIT_STATUS_DESC", - "DataType": "VARCHAR2", - "DataLength": "20", + "ColumnName": "SUP_MILE_OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "48", - "ObjectName": "CWPPermitStatusDesc", - "Description": "The current stage/status in the NPDES permit life cycle." + "ObjectName": "SupMileOver90CountUs", + "Description": null }, { - "ColumnName": "ISSUING_AGENCY", - "DataType": "VARCHAR2", - "DataLength": "5", + "ColumnName": "SUP_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "49", - "ObjectName": "IssuingAgency", - "Description": "This is the name of the organization issuing or granting a permit." + "ObjectName": "SupOver90CountSt", + "Description": null }, { - "ColumnName": "SUBMITTED_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "50", - "ObjectName": "SubmittedDate", - "Description": "Date that the permit was submitted to the issuing agency." + "ObjectName": "SupMileavgOver90CountSt", + "Description": null }, { - "ColumnName": "CWP_PERMIT_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "120", + "ColumnName": "SUP_MILE_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "51", - "ObjectName": "CWPPermitTypeDesc", - "Description": "NPDES facility permit classification:- NPDES Individual Permit- General Permit Covered Facility- NPDES Master General Permit- Associated Permit Record- Individual Industrial User Permit- Individual State Issued Permit- State Issued Master General Permit- Unpermitted Facility" + "ObjectName": "SupMileOver90CountSt", + "Description": null }, { - "ColumnName": "CWP_ISSUE_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "EJSCREEN_FLAG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "52", - "ObjectName": "CWPIssueDate", - "Description": "Date (MM/DD/YYYY) that the permit was issued." + "ObjectName": "EjscreenFlag", + "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." }, { - "ColumnName": "CWP_EFFECTIVE_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "53", - "ObjectName": "CWPEffectiveDate", - "Description": "Date (MM/DD/YYYY) that the permit became effective." + "ColumnName": "EJSCREEN_FLAG_US", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "53", + "ObjectName": "EjscreenFlagUs", + "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." }, { - "ColumnName": "CWP_TERMINATION_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "EJSCREEN_FLAG_ST", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "54", - "ObjectName": "CWPTerminationDate", - "Description": "Date (MM/DD/YYYY) that the permit was terminated." + "ObjectName": "EjscreenFlagSt", + "Description": null }, { - "ColumnName": "CWP_EXPIRATION_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "55", - "ObjectName": "CWPExpirationDate", - "Description": "Date that the permit expires." + "ObjectName": "Over90CountUs", + "Description": null }, { - "ColumnName": "CWP_MAJOR_MINOR_STATUS_FLAG", - "DataType": "VARCHAR2", - "DataLength": "1", + "ColumnName": "OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "56", - "ObjectName": "CWPMajorMinorStatusFlag", - "Description": "Facilities marked M for major refers to CWA major permittees.- M = Major- N = Minor" + "ObjectName": "Over90CountSt", + "Description": null }, { - "ColumnName": "PERMIT_COMPONENTS", - "DataType": "VARCHAR2", - "DataLength": "1000", + "ColumnName": "MILEAVG_OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "57", - "ObjectName": "PermitComponents", - "Description": "Indicates the permit component(s) associated with the NPDES Permit Program Area." + "ObjectName": "MileavgOver90CountUs", + "Description": null }, { - "ColumnName": "NPDES_DATA_GROUPS_DESCS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "MILEAVG_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "58", - "ObjectName": "NPDESDataGroupsDescs", - "Description": "Description for each NPDES Data Group eReporting rule code related to the current NPDES permit." + "ObjectName": "MileavgOver90CountSt", + "Description": null }, { - "ColumnName": "MSGP_LAST_REPORT_YEAR", - "DataType": "VARCHAR2", - "DataLength": "4", + "ColumnName": "MILE_OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "59", - "ObjectName": "MsgpLastReportYear", - "Description": "The calendar year of the latest MSGP annual report submitted by the permitted facility." + "ObjectName": "MileOver90CountUs", + "Description": null }, { - "ColumnName": "MSGP_FACILITY_INSPCTN_SMMRY", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "MILE_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "60", - "ObjectName": "MsgpFacilityInspctnSmmry", - "Description": "Summary of the quarterly facility inspection documentation (part 3.1 of the permit) during the MSGP annual report year." + "ObjectName": "MileOver90CountSt", + "Description": null }, { - "ColumnName": "MSGP_VISUAL_ASSESSMENT_SMMRY", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_OVER80_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "61", - "ObjectName": "MsgpVisualAssessmentSmmry", - "Description": "Summary of the quarterly visual assessment documentation (part 3.3 of the permit) during the MSGP annual report year." + "ObjectName": "SupOver80CountUs", + "Description": null }, { - "ColumnName": "MSGP_NO_FURTHER_RDCTN_RTNLE", + "ColumnName": "SUP_OVER80_COUNT_US_DISP", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "40", "ColumnID": "62", - "ObjectName": "MsgpNoFurtherRdctnRtnle", - "Description": "Description of rationale for why no further reductions are achievable (part 6.2.1.2 of the permit) during the MSGP annual report year." + "ObjectName": "SupOver80CountUsDisp", + "Description": null }, { - "ColumnName": "MSGP_CORRECTIVE_ACTION_SMMRY", + "ColumnName": "SUP_OVER80_COUNT_US_SEARCH", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "1", "ColumnID": "63", - "ObjectName": "MsgpCorrectiveActionSmmry", - "Description": "Summary of the corrective action documentation (part 4.3 of the permit) during the MSGP annual report year." + "ObjectName": "SupOver80CountUsSearch", + "Description": null }, { - "ColumnName": "AIR_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILEAVG_OVER80_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "64", - "ObjectName": "AIRIDs", - "Description": "Air Facility System (AFS) ID." + "ObjectName": "SupMileavgOver80CountUs", + "Description": null }, { - "ColumnName": "NPDES_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_OVER80_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "65", - "ObjectName": "NPDESIDs", - "Description": "Clean Water Act ID from the ICIS-NPDES (Integrated Compliance Information System - National Pollutant Discharge Elimination System)" + "ObjectName": "SupMileOver80CountUs", + "Description": null }, { - "ColumnName": "RCRA_IDS", + "ColumnName": "SUP_MILE_OVER80_COUNT_US_DISP", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "40", "ColumnID": "66", - "ObjectName": "RCRAIDs", - "Description": "A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database." + "ObjectName": "SupMileOver80CountUsDisp", + "Description": null }, { - "ColumnName": "SDWA_IDS", + "ColumnName": "SUP_MILE_OVER80_COUNT_US_SEARCH", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "1", "ColumnID": "67", - "ObjectName": "SDWAIDs", - "Description": "A unique 9-character ID assigned for each public water system within the Safe Drinking Water Information System (SDWIS)." + "ObjectName": "SupMileOver80CountUsSearch", + "Description": null }, { - "ColumnName": "TRI_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_OVER80_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "68", - "ObjectName": "TRIIDs", - "Description": "A unique 15-character ID assigned for each facility within the Toxics Release Inventory (TRI) program. The format is ZZZZZNNNNNSSSSS, where ZZZZZ = ZIP code, NNNNN = the first 5 consonants of the name, and SSSSS = the first 5 non-blank non-special characters in the street address." + "ObjectName": "SupOver80CountSt", + "Description": null }, { - "ColumnName": "RMP_IDS", + "ColumnName": "SUP_OVER80_COUNT_ST_DISP", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "40", "ColumnID": "69", - "ObjectName": "RmpIDs", - "Description": "A unique ID assigned to each facility submitting a Risk Management Plan to EPA under the Risk Management Plan Rule." + "ObjectName": "SupOver80CountStDisp", + "Description": null }, { - "ColumnName": "BIO_VIO_LAST_YEAR_FLAG", - "DataType": "CHAR", + "ColumnName": "SUP_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", "DataLength": "1", "ColumnID": "70", - "ObjectName": "BioVioLastYearFlag", - "Description": "Y if the facility has a biosolids single event violation under the Clean Water Act in the last year. Note: Violations reported on the 2016 and 2017 Biosolids Annual Report are not updated with the weekly data refresh and may not be representative of a facility's recently submitted or updated report." + "ObjectName": "SupOver80CountStSearch", + "Description": null }, { - "ColumnName": "BIO_QTRS_WITH_VIO", + "ColumnName": "SUP_MILEAVG_OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "71", - "ObjectName": "BioQtrsWithVio", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered with violations for biosolids." + "ObjectName": "SupMileavgOver80CountSt", + "Description": null }, { - "ColumnName": "CWP_STATUS", - "DataType": "VARCHAR2", - "DataLength": "120", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "72", - "ObjectName": "CWPStatus", - "Description": "An indication of the facility's current compliance status under the Clean Water Act:- Significant Violation- Noncompliance- No Violation- Unknown" + "ObjectName": "SupMileOver80CountSt", + "Description": null }, { - "ColumnName": "CWP_SNC_STATUS", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST_DISP", "DataType": "VARCHAR2", - "DataLength": "50", + "DataLength": "40", "ColumnID": "73", - "ObjectName": "CWPSNCStatus", - "Description": "Indicates when a major source is in significant noncompliance (SNC) or a non-major source has a Category I violation." + "ObjectName": "SupMileOver80CountStDisp", + "Description": null }, { - "ColumnName": "CWP_SNC_STATUS_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "74", - "ObjectName": "CWPSNCStatusDate", - "Description": "The status date of the facility's Significant Noncompliance designation." + "ObjectName": "SupMileOver80CountStSearch", + "Description": null }, { - "ColumnName": "CWP_QTRS_WITH_NC", + "ColumnName": "OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "75", - "ObjectName": "CWPQtrsWithNC", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered either with violations, in noncompliance (NC) status, or in Significant Noncompliance (SNC), as described above under Compliance Status." + "ObjectName": "Over80CountUs", + "Description": "The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in." }, { - "ColumnName": "CWP_VIOL_STATUS", + "ColumnName": "OVER80_COUNT_US_DISP", "DataType": "VARCHAR2", - "DataLength": "3", + "DataLength": "40", "ColumnID": "76", - "ObjectName": "CWPViolStatus", - "Description": "Indicates if the facility is currently in any violation under the Clean Water Act, either in Noncompliance or Significant Noncompliance." + "ObjectName": "Over80CountUsDisp", + "Description": null }, { - "ColumnName": "CWP_QTRS_WITH_SNC", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OVER80_COUNT_US_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "77", - "ObjectName": "CWPQtrsWithSNC", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit is considered in Significant Noncompliance (SNC), as described above under Compliance Status." + "ObjectName": "Over80CountUsSearch", + "Description": null }, { - "ColumnName": "MISS_DMR_QTRS", + "ColumnName": "MILEAVG_OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "78", - "ObjectName": "MissDMRQtrs", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which EPA's data system was not able to determine the facility-level compliance status." + "ObjectName": "MileavgOver80CountUs", + "Description": null }, { - "ColumnName": "CWP_E90_CNT", + "ColumnName": "MILE_OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "79", - "ObjectName": "CWPE90Cnt", - "Description": "Displays the number of instances where effluent limits have been exceeded in the past 3 years (E90 compliance code), based on monthly Discharge Monitoring Reports (DMRs) submitted by facilities." + "ObjectName": "MileOver80CountUs", + "Description": null }, { - "ColumnName": "CWP_COMPLIANCE_TRACKING", + "ColumnName": "MILE_OVER80_COUNT_US_DISP", "DataType": "VARCHAR2", - "DataLength": "8", + "DataLength": "40", "ColumnID": "80", - "ObjectName": "CWPComplianceTracking", - "Description": "Extent to which data is being entered and effluent exceedances are being identified (Off, On, Partial)." + "ObjectName": "MileOver80CountUsDisp", + "Description": null }, { - "ColumnName": "ALR_EXCEEDENCES", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_US_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "81", - "ObjectName": "AlrExceedences", + "ObjectName": "MileOver80CountUsSearch", "Description": null }, { - "ColumnName": "CWP_INSPECTION_COUNT", + "ColumnName": "OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "82", - "ObjectName": "CWPInspectionCount", - "Description": "The number of inspections/compliance evaluations, under the corresponding statute, occurring at the facility within the last five years." + "ObjectName": "Over80CountSt", + "Description": null }, { - "ColumnName": "CWP_DAYS_LAST_INSPECTION", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OVER80_COUNT_ST_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "83", - "ObjectName": "CWPDaysLastInspection", - "Description": "Indicates the number of days since the most recent inspection of the facility." + "ObjectName": "Over80CountStDisp", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INSPECTION", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "84", - "ObjectName": "CWPDateLastInspection", - "Description": "The date on which the most recent inspection of the facility took place. For the CAA, the date on which a Full Compliance Evaluation (FCE) was completed." + "ObjectName": "Over80CountStSearch", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INSP_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "MILEAVG_OVER80_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "85", - "ObjectName": "CWPDateLastInspEPA", - "Description": "Indicates the effective date of the most recent inspection taken against the facility." + "ObjectName": "MileavgOver80CountSt", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INSP_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "MILE_OVER80_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "86", - "ObjectName": "CWPDateLastInspSt", - "Description": "Indicates the effective date of the most recent inspection taken against the facility by a state environmental agency." + "ObjectName": "MileOver80CountSt", + "Description": null }, { - "ColumnName": "CWP_BIO_INSP_COUNT", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_ST_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "87", - "ObjectName": "CWPBioInspCount", - "Description": "The count of Biosolids related Inspections that have occured for the facility." + "ObjectName": "MileOver80CountStDisp", + "Description": null }, { - "ColumnName": "CWP_DAYS_LAST_BIO_INSP", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "88", - "ObjectName": "CWPDaysLastBioInsp", - "Description": "Indicates the number of days since the most recent Biosolids related inspection of the facility." + "ObjectName": "MileOver80CountStSearch", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_INSP", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "89", - "ObjectName": "CWPDateLastBioInsp", - "Description": "The date on which the most recent biosolids program inspection of the facility took place." + "ObjectName": "SupPctilePmUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_INSP_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_O3_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "90", - "ObjectName": "CWPDateLastBioInspEPA", - "Description": "Indicate the last inspection date by EPA" + "ObjectName": "SupPctileO3Us", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_INSP_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "91", - "ObjectName": "CWPDateLastBioInspSt", - "Description": "Indicate the last inspection date by state environmental agency" + "ObjectName": "SupPctileDpmUs", + "Description": null }, { - "ColumnName": "CWP_INFORMAL_ENF_ACT_COUNT", + "ColumnName": "SUP_PCTILE_CANCER_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "92", - "ObjectName": "CWPInformalEnfActCount", - "Description": "Indicates the total number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years." + "ObjectName": "SupPctileCancerUs", + "Description": null }, { - "ColumnName": "CWP_FORMAL_EA_CNT", + "ColumnName": "SUP_PCTILE_RESP_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "93", - "ObjectName": "CWPFormalEaCnt", - "Description": "Indicates the total number of enforcement actions taken against the facility within the last five years. NA indicates that this measure is not applicable for facilities with no associated CAA, CWA, or RCRA permits." + "ObjectName": "SupPctileRespUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INFORMAL_EA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "94", - "ObjectName": "CWPDateLastInformalEa", - "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility." + "ObjectName": "SupPctileRseiAIRUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_IEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "95", - "ObjectName": "CWPDateLastIeaEPA", - "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility by EPA." + "ObjectName": "SupPctileTrafficScoreUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_IEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PCTPRE1960_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "96", - "ObjectName": "CWPDateLastIeaSt", - "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility by a state environmental agency." + "ObjectName": "SupPctilePctpre1960Us", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_FEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "97", - "ObjectName": "CWPDateLastFea", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility." + "ObjectName": "SupPctileProximityRmpUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_FEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "98", - "ObjectName": "CWPDateLastFeaEPA", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA." + "ObjectName": "SupPctileProximityTsdfUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_FEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "99", - "ObjectName": "CWPDateLastFeaSt", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency." + "ObjectName": "SupPctileProximityNplUs", + "Description": null }, { - "ColumnName": "CWP_BIO_IEA_COUNT", + "ColumnName": "SUP_PCTILE_UST_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "100", - "ObjectName": "CWPBioIeaCount", - "Description": "The count of Biosolids related Informal Enforcement Actions that have been taken against the Facility." + "ObjectName": "SupPctileUstUs", + "Description": null }, { - "ColumnName": "CWP_BIO_FEA_COUNT", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "101", - "ObjectName": "CWPBioFeaCount", - "Description": "The count of Biosolids related Formal Enforcement Actions that have been taken against the Facility." + "ObjectName": "SupPctileProximityNPDESUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_IEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_PM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "102", - "ObjectName": "CWPDateLastBioIea", - "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility within the last five years." + "ObjectName": "SupMileavgPctilePmUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_IEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_O3_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "103", - "ObjectName": "CWPDateLastBioIeaEPA", - "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by EPA within the last five years." + "ObjectName": "SupMileavgPctileO3Us", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_IEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_DPM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "104", - "ObjectName": "CWPDateLastBioIeaSt", - "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by a state environmental agency within the last five years." + "ObjectName": "SupMileavgPctileDpmUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_FEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_CANCER_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "105", - "ObjectName": "CWPDateLastBioFea", - "Description": "Indicates the effective date of the most recent listed biosolids formal enforcement action taken against the facility within the last five years." + "ObjectName": "SupMileavgPctileCancerUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_FEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_RESP_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "106", - "ObjectName": "CWPDateLastBioFeaEPA", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA within the last five years." + "ObjectName": "SupMileavgPctileRespUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_FEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_RSEI_AIR_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "107", - "ObjectName": "CWPDateLastBioFeaSt", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency within the last five years." + "ObjectName": "SupMileavgPctileRseiAIRUs", + "Description": null }, { - "ColumnName": "CWP_BIO_PENALTIES", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_TRAFFIC_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "108", - "ObjectName": "CWPBioPenalties", - "Description": "The total amount of Biosolids related penalties that have been assessed against the facility." + "ObjectName": "SupMileavgPctileTrafficUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_PENALTY", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_LEADPNT_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "109", - "ObjectName": "CWPDateLastBioPenalty", - "Description": "Indicates the date on which the most recent assessed (or final) biosolids penalty was taken against the facility within the last five years. This measure only includes penalties that have been entered in the program database ICIS-NPDES." + "ObjectName": "SupMileavgPctileLeadpntUs", + "Description": null }, { - "ColumnName": "BIO_VIO_STATUS", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_RMP_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "110", - "ObjectName": "BioVioStatus", - "Description": "A value of 1 indicates if the Biosolids facility currently has an unresolved biosolids related Single Event Violation." + "ObjectName": "SupMileavgPctileProxRmpUs", + "Description": null }, { - "ColumnName": "BIO_VIOL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_TSDF_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "111", - "ObjectName": "BioViolFlag", - "Description": "Displays Yes if the facility is in violation for biosolids under the Clean Water Act, in the last three years." + "ObjectName": "SupMileavgPctileProxTsdfUs", + "Description": null }, { - "ColumnName": "BIO_VIO_LAST_YEAR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPL_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "112", - "ObjectName": "BioVioLastYear", - "Description": "A flag (values of 1 for Yes, 0 for No) that a Bisolids Violation occurred in the last 4 quarters." + "ObjectName": "SupMileavgPctileProxNplUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_FEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_UST_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "113", - "ObjectName": "CWPDateLastIndswFea", + "ObjectName": "SupMileavgPctileUstUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_FEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPDES_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "114", - "ObjectName": "CWPDateLastIndswFeaSt", + "ObjectName": "SupMileavgPctileProxNPDESUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_FEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_PM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "115", - "ObjectName": "CWPDateLastIndswFeaEPA", + "ObjectName": "SupMilePctilePmUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_IEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_O3_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "116", - "ObjectName": "CWPDateLastIndswIea", + "ObjectName": "SupMilePctileO3Us", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_IEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "117", - "ObjectName": "CWPDateLastIndswIeaEPA", + "ObjectName": "SupMilePctileDpmUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_IEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_CANCER_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "118", - "ObjectName": "CWPDateLastIndswIeaSt", + "ObjectName": "SupMilePctileCancerUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_INSP", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_RESP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "119", - "ObjectName": "CWPDateLastIndswInsp", + "ObjectName": "SupMilePctileRespUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_INSP_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "120", - "ObjectName": "CWPDateLastIndswInspEPA", + "ObjectName": "SupMilePctileRseiAIRUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_INSP_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "121", - "ObjectName": "CWPDateLastIndswInspSt", + "ObjectName": "SupMilePctileTrafficScoreUs", "Description": null }, { - "ColumnName": "CWP_INDSW_FEA_COUNT", + "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "122", - "ObjectName": "CWPIndswFeaCount", + "ObjectName": "SupMilePctilePctpre1960Us", "Description": null }, { - "ColumnName": "CWP_INDSW_IEA_COUNT", + "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "123", - "ObjectName": "CWPIndswIeaCount", + "ObjectName": "SupMilePctileProxRmpUs", "Description": null }, { - "ColumnName": "CWP_INDSW_INSP_COUNT", + "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "124", - "ObjectName": "CWPIndswInspCount", + "ObjectName": "SupMilePctileProxTsdfUs", "Description": null }, { - "ColumnName": "CWP_DAYS_LAST_INDSW_INSP", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "125", - "ObjectName": "CWPDaysLastIndswInsp", + "ObjectName": "SupMilePctileProxNplUs", "Description": null }, { - "ColumnName": "CWP_INDSW_PENALTIES", + "ColumnName": "SUP_MILE_PCTILE_UST_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "126", - "ObjectName": "CWPIndswPenalties", + "ObjectName": "SupMilePctileUstUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_PENALTY", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "127", - "ObjectName": "CWPDateLastIndswPenalty", + "ObjectName": "SupMilePctileProxNPDESUs", "Description": null }, { - "ColumnName": "POLL_WITH_VIOLATION", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "128", - "ObjectName": "PollWithViolation", - "Description": "The names of pollutants with effluent exceedances (i.e., violation code E90) in the past three years in ICIS-NPDES." + "ObjectName": "SupPctilePmSt", + "Description": null }, { - "ColumnName": "LIM_POLLUTANT", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "129", - "ObjectName": "LimPollutant", - "Description": "The list of pollutants with enforceable (i.e., numeric limits or monitoring only) and/or benchmark limits in the current version of a NPDES permit." + "ObjectName": "SupPctileO3St", + "Description": null }, { - "ColumnName": "DMR_POUNDS", + "ColumnName": "SUP_PCTILE_DPM_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "130", - "ObjectName": "DMRPounds", - "Description": "Total pounds of pollutants discharged by the NPDES ID for the most recent complete calendar year." + "ObjectName": "SupPctileDpmSt", + "Description": null }, { - "ColumnName": "DMR_TWPE", + "ColumnName": "SUP_PCTILE_CANCER_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "131", - "ObjectName": "DMRTwpe", - "Description": "Total toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year. TWPE is the mass of a pollutant or chemical discharged that accounts for its relative toxicity." + "ObjectName": "SupPctileCancerSt", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_CONV_POLLUTANTS", + "ColumnName": "SUP_PCTILE_RESP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "132", - "ObjectName": "PastCalYrConvPollutants", - "Description": "Total pounds of conventional pollutants discharged by the NPDES ID for the most recent complete calendar year." + "ObjectName": "SupPctileRespSt", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_CONV_POL_OVR_LMT", + "ColumnName": "SUP_PCTILE_RSEI_AIR_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "133", - "ObjectName": "PastCalYrConvPolOvrLmt", - "Description": "Total load over limit of conventional pollutant pounds equivalent discharged by the NPDES ID for the most recent complete calendar year." + "ObjectName": "SupPctileRseiAIRSt", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_TOXIC_POL_OVR_LMT", + "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "134", - "ObjectName": "PastCalYrToxicPolOvrLmt", - "Description": "Total load over limit of toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year." + "ObjectName": "SupPctileTrafficScoreSt", + "Description": null }, { - "ColumnName": "FAC_TRI_SW_REL", + "ColumnName": "SUP_PCTILE_PCTPRE1960_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "135", - "ObjectName": "FacTRISwRel", - "Description": "Chemical surface water release information from the Toxics Release Inventory (TRI) represents the total chemical releases discharged to surface water, in pounds, for the most recent reporting year." + "ObjectName": "SupPctilePctpre1960St", + "Description": null }, { - "ColumnName": "FAC_TRI_POTW_TRANS", + "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "136", - "ObjectName": "FacTRIPotwTrans", - "Description": "POTW transfer information from the Toxics Release Inventory (TRI) represents the amount of toxic chemicals transferred to a Publicly Operated Treatment Works (POTW), in pounds, for the most recent reporting year." + "ObjectName": "SupPctileProximityRmpSt", + "Description": null }, { - "ColumnName": "CWP_CSO_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "137", - "ObjectName": "CWPCsoFlag", - "Description": "The discharge from a Combined Sewer System at a point prior to the treatment plant. CSOs are point sources subject to NPDES permit requirements including both technology-based and water quality-based requirements of the Clean Water Act." + "ObjectName": "SupPctileProximityTsdfSt", + "Description": null }, { - "ColumnName": "CWP_CSO_OUTFALLS", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "138", - "ObjectName": "CWPCsoOutfalls", - "Description": "The number of discharge outfalls at points prior to the treatment plant." + "ObjectName": "SupPctileProximityNplSt", + "Description": null }, { - "ColumnName": "CWP_STATE_WATER_BODY_CODE", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_PCTILE_UST_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "139", - "ObjectName": "CWPStateWaterBodyCode", - "Description": "Code from the Assessment TMDL Tracking & Implementation System (ATTAINS) database, assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification:- Region (first-level, 2-digit HUC)- Subregion (second-level, 4-digit HUC)- Accounting unit (third-level, 6-digit HUC)- Cataloguing unit (fourth-level, 8-digit HUC)- Watershed (fifth-level, 10-digit HUC)- Subwatershed (sixth-level, 12-digit HUC)" + "ObjectName": "SupPctileUstSt", + "Description": null }, { - "ColumnName": "CWP_STATE_WATER_BODY_NAME", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "140", - "ObjectName": "CWPStateWaterBodyName", - "Description": "The name of the watershed from the ATTAINS database in which the facility resides." + "ObjectName": "SupPctileProximityNPDESSt", + "Description": null }, { - "ColumnName": "ATTAINS_CYCLE_YEAR", + "ColumnName": "SUP_MILEAVG_PCTILE_PM_ST", "DataType": "VARCHAR2", - "DataLength": "4", + "DataLength": "10", "ColumnID": "141", - "ObjectName": "AttainsCycleYear", - "Description": "The year in which the most recent state assessment occurred for the waterbody. The data are from the ATTAINS database." + "ObjectName": "SupMileavgPctilePmSt", + "Description": null }, { - "ColumnName": "RAD_GNIS_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_O3_ST", "DataType": "VARCHAR2", - "DataLength": "60", + "DataLength": "10", "ColumnID": "142", - "ObjectName": "RadGnisName", - "Description": "The name of the waterbody from the Geographic Names Information System (GNIS) database in which the facility is permitted to discharge directly." + "ObjectName": "SupMileavgPctileO3St", + "Description": null }, { - "ColumnName": "RAD_REACHCODE", + "ColumnName": "SUP_MILEAVG_PCTILE_DPM_ST", "DataType": "VARCHAR2", - "DataLength": "14", + "DataLength": "10", "ColumnID": "143", - "ObjectName": "RadReachcode", - "Description": "A nationally unique and permanent identifier for the waterbody, assigned by the US Geological Survey." + "ObjectName": "SupMileavgPctileDpmSt", + "Description": null }, { - "ColumnName": "RAD_WBD_HU8", + "ColumnName": "SUP_MILEAVG_PCTILE_CANCER_ST", "DataType": "VARCHAR2", - "DataLength": "8", + "DataLength": "10", "ColumnID": "144", - "ObjectName": "RadWBDHu8", - "Description": "Hydrologic Unit Code (HUC) from the Reach Address Database (RAD), which is derived from the USGS Watershed Boundary Dataset." + "ObjectName": "SupMileavgPctileCancerSt", + "Description": null }, { - "ColumnName": "RAD_WBD_HU8_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_RESP_ST", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "145", - "ObjectName": "RadWBDHu8Name", - "Description": "The name of the hydrologic unit in which the facility may discharge, from the Reach Address Database (RAD) and derived from the USGS Watershed Boundary Dataset." + "ObjectName": "SupMileavgPctileRespSt", + "Description": null }, { - "ColumnName": "FAC_DERIVED_WBD_HU8", + "ColumnName": "SUP_MILEAVG_PCTILE_RSEI_AIR_ST", "DataType": "VARCHAR2", - "DataLength": "8", + "DataLength": "10", "ColumnID": "146", - "ObjectName": "FacDerivedWBDHu8", - "Description": "Spatially derived HUC based on the facility's geographic coordinates in FRS." + "ObjectName": "SupMileavgPctileRseiAIRSt", + "Description": null }, { - "ColumnName": "FAC_DERIVED_WBD_HU8_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_TRAFFIC_ST", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "147", - "ObjectName": "FacDerivedWBDHu8Name", - "Description": "The name of the hydrologic unit in which the facility is located within, derived spatially based on the facility's geographic coordinates in FRS." + "ObjectName": "SupMileavgPctileTrafficSt", + "Description": null }, { - "ColumnName": "RAD_WBD_HUC12", + "ColumnName": "SUP_MILEAVG_PCTILE_LEADPNT_ST", "DataType": "VARCHAR2", - "DataLength": "12", + "DataLength": "10", "ColumnID": "148", - "ObjectName": "RadWBDHuc12", - "Description": "Code from the Reach Address Database (RAD), assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification:- Region (first-level, 2-digit HUC)- Subregion (second-level, 4-digit HUC)- Accounting unit (third-level, 6-digit HUC)- Cataloguing unit (fourth-level, 8-digit HUC)- Watershed (fifth-level, 10-digit HUC)- Subwatershed (sixth-level, 12-digit HUC)" + "ObjectName": "SupMileavgPctileLeadpntSt", + "Description": null }, { - "ColumnName": "RAD_HU_12_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_RMP_ST", "DataType": "VARCHAR2", - "DataLength": "80", + "DataLength": "10", "ColumnID": "149", - "ObjectName": "RadHu12Name", - "Description": "The name of the waterbody in which the facility is permitted to discharge directly (from the Reach Address Database, RAD)." + "ObjectName": "SupMileavgPctileProxRmpSt", + "Description": null }, { - "ColumnName": "RAD_WBD_HUC12S", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_TSDF_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "150", - "ObjectName": "RadWBDHuc12s", + "ObjectName": "SupMileavgPctileProxTsdfSt", "Description": null }, { - "ColumnName": "FAC_DERIVED_WBD", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPL_ST", "DataType": "VARCHAR2", - "DataLength": "12", + "DataLength": "10", "ColumnID": "151", - "ObjectName": "FacDerivedWBD", - "Description": "The Hydrologic Unit Code (HUC-12) of the waterbody in which the facility resides, derived based on location data in FRS." + "ObjectName": "SupMileavgPctileProxNplSt", + "Description": null }, { - "ColumnName": "FAC_DERIVED_WBD_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_UST_ST", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "152", - "ObjectName": "FacDerivedWBDName", - "Description": "The 12 digit Watershed Boundary Dataset Name derived from the FRS Best Pick Coordinate" + "ObjectName": "SupMileavgPctileUstSt", + "Description": null }, { - "ColumnName": "ATTAINS_SOURCE", - "DataType": "CHAR", - "DataLength": "6", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPDES_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "153", - "ObjectName": "AttainsSource", - "Description": "The CWA Report in which the waterbody data can be found. The data are from the Assessment TMDL Tracking & Implementation System (ATTAINS) database." + "ObjectName": "SupMileavgPctileProxNPDESSt", + "Description": null }, { - "ColumnName": "CWP_IMP_WATER_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "154", - "ObjectName": "CWPImpWaterFlg", - "Description": "Displays Y if the permitted facility discharges directly into category 4 or 5 impaired waters, as designated under section 303(d) of the Clean Water Act." + "ObjectName": "SupMilePctilePmSt", + "Description": null }, { - "ColumnName": "ATTAINS_IMP_WATER_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "155", - "ObjectName": "AttainsImpWaterFlg", - "Description": "Displays Y if the waterbody in which the facility resides is listed for impairment. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileO3St", + "Description": null }, { - "ColumnName": "ATTAINS_AU_CATEGORY", - "DataType": "VARCHAR2", - "DataLength": "50", + "ColumnName": "SUP_MILE_PCTILE_DPM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "156", - "ObjectName": "AttainsAuCategory", - "Description": "The impairment class or category of the waterbody in which the facility is permitted to discharge directly. The data are from the ATTAINS database:- 5 = Impaired: TMDL needed. Available information indicates that at least one designated use is not being supported and a TMDL is needed (also known as the 303(d) listed waters).- 4 = Impaired: TMDL not needed. Available information indicates that at least one designated use is not being supported, but a TMDL is not needed (see subcategories).- 4a = TMDL completed. A TMDL has been completed, but impairment still exists.- 4b = TMDL alternative. Impairment is being addressed by a method other than a TMDL (e.g., stream bank improvements).- 4c = Non-pollutant causes. Cause of impairment is not a pollutant (e.g., habitat destruction)." + "ObjectName": "SupMilePctileDpmSt", + "Description": null }, { - "ColumnName": "ATTAINS_STATE_CAUSES", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_PCTILE_CANCER_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "157", - "ObjectName": "AttainsStateCauses", - "Description": "Lists all pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileCancerSt", + "Description": null }, { - "ColumnName": "ATTAINS_CAUSE_GROUPS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_PCTILE_RESP_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "158", - "ObjectName": "AttainsCauseGroups", - "Description": "Lists all groups of pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileRespSt", + "Description": null }, { - "ColumnName": "ATTAINS_POSSIBLE_NPDES_PARAMS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_PCTILE_RSEI_AIR_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "159", - "ObjectName": "AttainsPossibleNPDESParams", - "Description": "Lists all pollutants discharged by the facility that are potentially contributing to the impairment of local waterbodies." + "ObjectName": "SupMilePctileRseiAIRSt", + "Description": null }, { - "ColumnName": "ATTAINS_PSSBLE_E90_NPDES_PARAMS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "160", - "ObjectName": "AttainsPssbleE90NPDESParams", + "ObjectName": "SupMilePctileTrafficScoreSt", "Description": null }, { - "ColumnName": "ATTAINS_AQUATIC_LIFE_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "161", - "ObjectName": "AttainsAquaticLifeUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for aquatic life use. The data are from the ATTAINS database." + "ObjectName": "SupMilePctilePctpre1960St", + "Description": null }, { - "ColumnName": "ATTAINS_EXCEPTNL_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "162", - "ObjectName": "AttainsExceptnlUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for exceptional use. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileProxRmpSt", + "Description": null }, { - "ColumnName": "ATTAINS_RECREATION_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "163", - "ObjectName": "AttainsRecreationUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for recreational use. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileProxTsdfSt", + "Description": null }, { - "ColumnName": "ATTAINS_FISHCNSMPTN_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "164", - "ObjectName": "AttainsFishcnsmptnUseFlg", + "ObjectName": "SupMilePctileProxNplSt", "Description": null }, { - "ColumnName": "ATTAINS_DRINKING_WATER_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_UST_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "165", - "ObjectName": "AttainsDrinkingWaterUseFlg", + "ObjectName": "SupMilePctileUstSt", "Description": null }, { - "ColumnName": "ATTAINS_SHELLFISH_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "166", - "ObjectName": "AttainsShellfishUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for shellfish use. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileProxNPDESSt", + "Description": null }, { - "ColumnName": "BEACH_CLOSE_LAST_YEAR_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MAX_PCTILE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "167", - "ObjectName": "BeachCloseLastYearFlg", - "Description": "Displays Y if the facility is located on or near a waterbody with a beach closure within the last year." + "ObjectName": "SupMaxPctileUs", + "Description": null }, { - "ColumnName": "BEACH_CLOSE_LAST_2YRS_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MAX_PCTILE_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "168", - "ObjectName": "BeachCloseLast2yrsFlg", - "Description": "Displays Y if the facility is located on or near a waterbody with a beach closure within the last two years." + "ObjectName": "SupMaxPctileSt", + "Description": null }, { - "ColumnName": "CHESAPEAKE_BAY_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILEAVG_MAX_PCTILE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "169", - "ObjectName": "ChesapeakeBayFlag", - "Description": "Displays Y if the facility is located within the Chesapeake Bay watershed." + "ObjectName": "SupMileavgMaxPctileUs", + "Description": null }, { - "ColumnName": "EPA_SYSTEM", - "DataType": "VARCHAR2", - "DataLength": "10", + "ColumnName": "SUP_MILEAVG_MAX_PCTILE_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "170", - "ObjectName": "EPASystem", - "Description": "The EPA data system in which permit and facility records are kept. EPA's Facility Registry System (FRS) links all program database records (such as permit IDs and IDs facilities use in reporting to EPA) together. The following list describes the individual data systems that are linked to from the detailed facility report: - AFS: Air Facility System for Clean Air Act stationary source programs.- ICP: Integrated Compliance Information System for Clean Water Act programs monitoring National Pollutant Discharge Elimination System (NPDES) permits.- RCR: Resource Conservation and Recovery Act Information System (RCRAInfo) for tracking the Resource Conservation and Recovery Act (RCRA) programs.- NCDB: National Compliance Database System for monitoring national performance of the Toxic Substance Control Act (TSCA); the Emergency Planning and Right-to-Know Act, Section 313 (EPCRA); the Asbestos Hazard Emergency Response (AHERA); and the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).- TRI: Toxics Release Inventory for Emergency Planning and Community Right-to-Know Act, Section 313 submissions.- NEI: National Emissions Inventory database contains information on stationary and mobile sources that emit criteria air pollutants and their precursors, as well as hazardous air pollutants (HAPs). The database includes estimates of annual emissions, by source, of air pollutants in each area of the country, on an annual basis.- TSCA: Toxic Substances Control Act addressing the production, importation, use, and disposal of specific chemicals." + "ObjectName": "SupMileavgMaxPctileSt", + "Description": null }, { - "ColumnName": "STATUTE", - "DataType": "VARCHAR2", - "DataLength": "50", + "ColumnName": "PCTILE_PM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "171", - "ObjectName": "Statute", - "Description": "The name of the statute associated with each of the permits and identifiers linked to the facility: - CAA = the Clean Air Act- CWA = the Clean Water Act- RCRA = the Resource Conservation and Recovery Act- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)- TSCA = the Toxic Substances Control Act- SDWA = the Safe Drinking Water Act" + "ObjectName": "PctilePmUs", + "Description": "The national percentile of the census block group for the EJSCREEN particulate matter indicator." }, { - "ColumnName": "CWP_TRIBAL_LAND_CODE", - "DataType": "VARCHAR2", - "DataLength": "80", + "ColumnName": "PCTILE_O3_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "172", - "ObjectName": "CWPTRIbalLandCode", - "Description": "From ICIS, the unique identifier for every unit of land within Indian Country." + "ObjectName": "PctileO3Us", + "Description": "The national percentile of the census block group for the EJSCREEN ozone indicator." }, { - "ColumnName": "CWP_PERMIT_STATUS_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "173", - "ObjectName": "CWPPermitStatusCode", - "Description": "The code associated with the facility's NPDES permit status." + "ObjectName": "PctileDpmUs", + "Description": "The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator." }, { - "ColumnName": "CWP_PERMIT_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "PCTILE_CANCER_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "174", - "ObjectName": "CWPPermitTypeCode", - "Description": "The code associated with the facility's NPDES permit classification." + "ObjectName": "PctileCancerUs", + "Description": "The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator." }, { - "ColumnName": "CWP_SNC_EVENT_DESC", - "DataType": "VARCHAR2", - "DataLength": "200", + "ColumnName": "PCTILE_RESP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "175", - "ObjectName": "CWPSNCEventDesc", - "Description": "Describes the event that resulted in the facility's status of Significant Noncompliance." + "ObjectName": "PctileRespUs", + "Description": "The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator." }, { - "ColumnName": "FAC_MAP_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "176", - "ObjectName": "FacMapFlg", - "Description": "Graphical indicator denoting whether geographical data required to map a facility are available." + "ObjectName": "PctileRseiAIRUs", + "Description": null }, { - "ColumnName": "FAC_MAP_ICON", - "DataType": "VARCHAR2", - "DataLength": "20", + "ColumnName": "PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "177", - "ObjectName": "FacMapIcon", - "Description": "The default map icon image file calculated for the facility by the ECHO program." + "ObjectName": "PctileTrafficScoreUs", + "Description": "The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator." }, { - "ColumnName": "CWP_DATE_LAST_PENALTY", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "PCTILE_PCTPRE1960_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "178", - "ObjectName": "CWPDateLastPenalty", - "Description": "Indicates date of most recent penalty against the facility." + "ObjectName": "PctilePctpre1960Us", + "Description": "The national percentile of the census block group for the EJSCREEN Lead paint indicator." }, { - "ColumnName": "FAC_TRI_REPORTER", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_PROXIMITY_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "179", - "ObjectName": "FacTRIReporter", - "Description": "Indicates whether facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year." + "ObjectName": "PctileProximityRmpUs", + "Description": "The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator." }, { - "ColumnName": "CWP_13QTRS_COMPL_HISTORY", - "DataType": "VARCHAR2", - "DataLength": "15", + "ColumnName": "PCTILE_PROXIMITY_TSDF_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "180", - "ObjectName": "CWP13qtrsComplHistory", - "Description": "The facility's 3-year or 13-quarter compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:_ -No Violation IdentifiedV -Violation IdentifiedS -High Priority ViolationU - Undetermined" + "ObjectName": "PctileProximityTsdfUs", + "Description": "The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator." }, { - "ColumnName": "CWP_CASE_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "PCTILE_PROXIMITY_NPL_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "181", - "ObjectName": "CWPCaseIDs", - "Description": "Indicates the ICIS Case Number, a unique number identifying the civil enforcement action." + "ObjectName": "PctileProximityNplUs", + "Description": "The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator." }, { - "ColumnName": "CWP_FIPS_CODE", - "DataType": "VARCHAR2", - "DataLength": "5", + "ColumnName": "PCTILE_UST_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "182", - "ObjectName": "CWPFIPSCode", - "Description": "A 5 digit combination of the 2 digit Federal Information Processing Standards (FIPS) code for the state and the 3 digit FIPS code of the county that a facility is located in." + "ObjectName": "PctileUstUs", + "Description": null }, { - "ColumnName": "DMR_IMPAIRED_POLL", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "PCTILE_PROXIMITY_NPDES_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "183", - "ObjectName": "DMRImpairedPoll", - "Description": "The pollutants with limits or monitoring requirements in a facility's NPDES permit with the potential to contribute to impairment of local waterbodies" + "ObjectName": "PctileProximityNPDESUs", + "Description": "The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator." }, { - "ColumnName": "CURR_SV_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_PM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "184", - "ObjectName": "CurrSvFlag", - "Description": "Indicates if the facility has a current significant violation. 1 = Yes" + "ObjectName": "MileavgPctilePmUs", + "Description": null }, { - "ColumnName": "VIOL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "185", - "ObjectName": "ViolFlag", - "Description": "Indicates if the facility had a violation within the last 3 years. 1 = Yes" + "ColumnName": "MILEAVG_PCTILE_O3_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "185", + "ObjectName": "MileavgPctileO3Us", + "Description": null }, { - "ColumnName": "CURR_VIO_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_DPM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "186", - "ObjectName": "CurrVioFlag", - "Description": "Indicates if the facility has a current violation. 1 = Yes" + "ObjectName": "MileavgPctileDpmUs", + "Description": null }, { - "ColumnName": "INSP_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_CANCER_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "187", - "ObjectName": "Insp5yrFlag", - "Description": "Indicates if the facility has an inspection within the last 5 years. 1 = Yes" + "ObjectName": "MileavgPctileCancerUs", + "Description": null }, { - "ColumnName": "EA_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_RESP_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "188", - "ObjectName": "Ea5yrFlag", - "Description": "Indicates if the facility has a formal enforcement action within the last 5 years. 1 = Yes" + "ObjectName": "MileavgPctileRespUs", + "Description": null }, { - "ColumnName": "INFEA_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_RSEI_AIR_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "189", - "ObjectName": "Infea5yrFlag", - "Description": "Indicates if the facility has an informal enforcement action within the last 5 years. 1 = Yes." + "ObjectName": "MileavgPctileRseiAIRUs", + "Description": null }, { - "ColumnName": "CWP_TOTAL_PENALTIES", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_TRAFFIC_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "190", - "ObjectName": "CWPTotalPenalties", - "Description": "The total penalty value incurred over 5 years." + "ObjectName": "MileavgPctileTrafficUs", + "Description": null }, { - "ColumnName": "TRIBAL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_PCTPRE1960_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "191", - "ObjectName": "TRIbalFlag", - "Description": "A flag indicating that the facility is within a tribal area." + "ObjectName": "MileavgPctilePctpre1960Us", + "Description": null }, { - "ColumnName": "CENSUS_BLOCK_GROUP", + "ColumnName": "MILEAVG_PCTILE_PROX_RMP_US", "DataType": "VARCHAR2", - "DataLength": "48", + "DataLength": "10", "ColumnID": "192", - "ObjectName": "CensusBlockGroup", - "Description": "A geographic unit used by the United States Census Bureau, generally defined to contain between 600 and 3,000 people." + "ObjectName": "MileavgPctileProxRmpUs", + "Description": null }, { - "ColumnName": "LAST_DMR_VALUE_RCVD_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "MILEAVG_PCTILE_PROX_TSDF_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "193", - "ObjectName": "LastDMRValueRcvdDate", - "Description": "The latest date that a Discharge Monitoring Report was received by the State or EPA." + "ObjectName": "MileavgPctileProxTsdfUs", + "Description": null }, { - "ColumnName": "LOWER_48", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILEAVG_PCTILE_PROX_NPL_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "194", - "ObjectName": "Lower48", - "Description": "Flag showing Y/N whether location is within the contiguous (lower 48) United States." + "ObjectName": "MileavgPctileProxNplUs", + "Description": null }, { - "ColumnName": "ACTIVE_LOWER_48", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILEAVG_PCTILE_UST_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "195", - "ObjectName": "ActiveLower48", - "Description": "A Y/N indicator indicating that the facility is active and located within the lower 48 contiguous US States." + "ObjectName": "MileavgPctileUstUs", + "Description": null }, { - "ColumnName": "EFF_EXCEEDS", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_PROX_NPDES_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "196", - "ObjectName": "EffExceeds", - "Description": "The number of E90 Effluent Violations in the last 3 years." + "ObjectName": "MileavgPctileProxNPDESUs", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_AVERAGE_FLOW", + "ColumnName": "MILE_PCTILE_PM_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "197", - "ObjectName": "PastCalYrAverageFlow", - "Description": "The past calendar year average flow in Million Gallons a Day (MGD)." + "ObjectName": "MilePctilePmUs", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_TOXIC_POLLUTANTS", + "ColumnName": "MILE_PCTILE_O3_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "198", - "ObjectName": "PastCalYrToxicPollutants", - "Description": "The toxic pollutants discharged by the NPDES facility for the most recent complete calendar year." + "ObjectName": "MilePctileO3Us", + "Description": null }, { - "ColumnName": "CWP_VIO_STATUS", - "DataType": "VARCHAR2", - "DataLength": "50", + "ColumnName": "MILE_PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "199", - "ObjectName": "CWPVioStatus", - "Description": "The current Reportable Non Compliance value for the facility." + "ObjectName": "MilePctileDpmUs", + "Description": null }, { - "ColumnName": "INDSW_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_CANCER_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "200", - "ObjectName": "IndswFlag", - "Description": "A value of Y indicates an Industrial Stormwater Permit." + "ObjectName": "MilePctileCancerUs", + "Description": null }, { - "ColumnName": "CERTIFIED_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "MILE_PCTILE_RESP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "201", - "ObjectName": "CertifiedDate", - "Description": "The issue date or effective date of the permit." + "ObjectName": "MilePctileRespUs", + "Description": null }, { - "ColumnName": "COLLECTION_METHOD", - "DataType": "VARCHAR2", - "DataLength": "750", + "ColumnName": "MILE_PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "202", - "ObjectName": "CollectionMethod", - "Description": "??" + "ObjectName": "MilePctileRseiAIRUs", + "Description": null }, { - "ColumnName": "REFERENCE_POINT", - "DataType": "VARCHAR2", - "DataLength": "750", + "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "203", - "ObjectName": "ReferencePoint", - "Description": "??" + "ObjectName": "MilePctileTrafficScoreUs", + "Description": null }, { - "ColumnName": "CALCULATED_ACCURACY_METERS", + "ColumnName": "MILE_PCTILE_PCTPRE1960_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "204", - "ObjectName": "CalculatedAccuracyMeters", - "Description": "The estimated accuracy in Meters for the facility's geospatial coordinate." + "ObjectName": "MilePctilePctpre1960Us", + "Description": null }, { - "ColumnName": "MAP", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "205", - "ObjectName": "Map", - "Description": "No Longer Used." + "ObjectName": "MilePctileProximityRmpUs", + "Description": null }, { - "ColumnName": "BIOSOLIDS_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "206", - "ObjectName": "BiosolidsFlag", - "Description": "A Yes/No field to indicate permits with biosolids management and compliance information." + "ObjectName": "MilePctileProximityTsdfUs", + "Description": null }, { - "ColumnName": "VIO_LAST_YEAR", + "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "207", - "ObjectName": "VioLastYear", - "Description": "A flag (values of 1 for Yes, 0 for No) that a Water Program Violation occurred in the last 4 quarters." + "ObjectName": "MilePctileProximityNplUs", + "Description": null }, { - "ColumnName": "STATE_AUTH_NPDES", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_UST_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "208", - "ObjectName": "StateAuthNPDES", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for NPDES Facilities." + "ObjectName": "MilePctileUstUs", + "Description": null }, { - "ColumnName": "STATE_AUTH_FEDFAC", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "209", - "ObjectName": "StateAuthFedfac", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized to regulate Federally owned facilities." + "ObjectName": "MilePctileProximityNPDESUs", + "Description": null }, { - "ColumnName": "STATE_AUTH_PRETREAT", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "210", - "ObjectName": "StateAuthPretreat", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Pretreatment Facilities." + "ObjectName": "PctilePmSt", + "Description": null }, { - "ColumnName": "STATE_AUTH_GEN", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "211", - "ObjectName": "StateAuthGen", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for General NPDES Facilities." + "ObjectName": "PctileO3St", + "Description": null }, { - "ColumnName": "STATE_AUTH_BIOSOLIDS", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_DPM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "212", - "ObjectName": "StateAuthBiosolids", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Biosolids." + "ObjectName": "PctileDpmSt", + "Description": null }, { - "ColumnName": "NPDES_DATA_GROUPS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "PCTILE_CANCER_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "213", - "ObjectName": "NPDESDataGroups", - "Description": "This is the code indicating the NPDES eReporting Rule Data Group that applies to the data." + "ObjectName": "PctileCancerSt", + "Description": null }, { - "ColumnName": "PERMITTING_AGENCY", - "DataType": "VARCHAR2", - "DataLength": "100", + "ColumnName": "PCTILE_RESP_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "214", - "ObjectName": "PermittingAgency", - "Description": "This is the type of organization issuing or granting a permit." + "ObjectName": "PctileRespSt", + "Description": null }, { - "ColumnName": "ELECTR_RPT_WAIVER_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "PCTILE_RSEI_AIR_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "215", - "ObjectName": "ElectrRptWaiverTypeCode", - "Description": "The unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part." + "ObjectName": "PctileRseiAIRSt", + "Description": null }, { - "ColumnName": "ELECTR_RPT_WAIVER_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "100", + "ColumnName": "PCTILE_TRAFFIC_SCORE_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "216", - "ObjectName": "ElectrRptWaiverTypeDesc", - "Description": "Description of the unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part." + "ObjectName": "PctileTrafficScoreSt", + "Description": null }, { - "ColumnName": "ELECTR_RPT_WAIVER_EFF_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "PCTILE_PCTPRE1960_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "217", - "ObjectName": "ElectrRptWaiverEffDate", - "Description": "This is the effective date for a waiver from electronic reporting in compliance with this part. This data element should always be populated for a waiver." + "ObjectName": "PctilePctpre1960St", + "Description": null }, { - "ColumnName": "ELECTR_RPT_WAIVER_EXP_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "PCTILE_PROXIMITY_RMP_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "218", - "ObjectName": "ElectrRptWaiverExpDate", - "Description": "This is the expiration date for a temporary waiver from electronic reporting in compliance with this part. This data element should be left blank if the permittee has a permanent waiver from electronic reporting or if the permittee does not have a waiver from electronic reporting in compliance with this part." + "ObjectName": "PctileProximityRmpSt", + "Description": null }, { - "ColumnName": "ELECTR_SUBMISSION_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "PCTILE_PROXIMITY_TSDF_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "219", - "ObjectName": "ElectrSubmissionTypeCode", - "Description": "This is the code indicating the means by which the data were submitted electronically." + "ObjectName": "PctileProximityTsdfSt", + "Description": null }, { - "ColumnName": "ELECTR_SUBMISSION_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "250", + "ColumnName": "PCTILE_PROXIMITY_NPL_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "220", - "ObjectName": "ElectrSubmissionTypeDesc", - "Description": "This is the description of the code indicating the means by which the data were submitted electronically." + "ObjectName": "PctileProximityNplSt", + "Description": null }, { - "ColumnName": "WEB_DOCS", - "DataType": "VARCHAR2", - "DataLength": "20", + "ColumnName": "PCTILE_UST_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "221", - "ObjectName": "WebDocs", - "Description": "Contains flags that identify what web accessible documents are available for the facility." + "ObjectName": "PctileUstSt", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_5YR", + "ColumnName": "PCTILE_PROXIMITY_NPDES_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "222", - "ObjectName": "E90Exceeds5yr", - "Description": "The number of E90 Exceedences in the last 5 years." + "ObjectName": "PctileProximityNPDESSt", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_4YR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_PM_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "223", - "ObjectName": "E90Exceeds4yr", - "Description": "The number of E90 Exceedences in the last 4 years." + "ObjectName": "MileavgPctilePmSt", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_3YR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_O3_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "224", - "ObjectName": "E90Exceeds3yr", - "Description": "The number of E90 Exceedences in the last 3 years." + "ObjectName": "MileavgPctileO3St", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_2YR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_DPM_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "225", - "ObjectName": "E90Exceeds2yr", - "Description": "The number of E90 Exceedences in the last 2 years." + "ObjectName": "MileavgPctileDpmSt", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_1YR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_CANCER_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "226", - "ObjectName": "E90Exceeds1yr", - "Description": "The number of E90 Exceedences in the last year." + "ObjectName": "MileavgPctileCancerSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_5YR", + "ColumnName": "MILEAVG_PCTILE_RESP_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "227", - "ObjectName": "E90Pollutants5yr", - "Description": "The pollutants for the E90 Exceedences in the last 5 years." + "ObjectName": "MileavgPctileRespSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_4YR", + "ColumnName": "MILEAVG_PCTILE_RSEI_AIR_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "228", - "ObjectName": "E90Pollutants4yr", - "Description": "The pollutants for the E90 Exceedences in the last 4 years." + "ObjectName": "MileavgPctileRseiAIRSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_3YR", + "ColumnName": "MILEAVG_PCTILE_LEADPNT_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "229", - "ObjectName": "E90Pollutants3yr", - "Description": "The pollutants for the E90 Exceedences in the last 3 years." + "ObjectName": "MileavgPctileLeadpntSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_2YR", + "ColumnName": "MILEAVG_PCTILE_TRAFFIC_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "230", - "ObjectName": "E90Pollutants2yr", - "Description": "The pollutants for the E90 Exceedences in the last 2 years." + "ObjectName": "MileavgPctileTrafficSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_1YR", + "ColumnName": "MILEAVG_PCTILE_PROX_RMP_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "231", - "ObjectName": "E90Pollutants1yr", - "Description": "The pollutants for the E90 Exceedences in the last year." + "ObjectName": "MileavgPctileProxRmpSt", + "Description": null }, { - "ColumnName": "FAC_COUNTY_NAME", + "ColumnName": "MILEAVG_PCTILE_PROX_TSDF_ST", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "232", - "ObjectName": "FacCountyName", - "Description": "The facility county name from EPA's Facility Registry System" + "ObjectName": "MileavgPctileProxTsdfSt", + "Description": null }, { - "ColumnName": "FAC_STD_COUNTY_NAME", + "ColumnName": "MILEAVG_PCTILE_PROX_NPL_ST", "DataType": "VARCHAR2", - "DataLength": "300", + "DataLength": "10", "ColumnID": "233", - "ObjectName": "FacStdCountyName", - "Description": "The standardized facility county name from EPA's Facility Registry System" + "ObjectName": "MileavgPctileProxNplSt", + "Description": null }, { - "ColumnName": "EFF_CHARTS_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILEAVG_PCTILE_UST_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "234", - "ObjectName": "EffChartsFlag", + "ObjectName": "MileavgPctileUstSt", "Description": null }, { - "ColumnName": "OTHER_PERMIT_IDS", + "ColumnName": "MILEAVG_PCTILE_PROX_NPDES_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "235", - "ObjectName": "OtherPermitIDs", + "ObjectName": "MileavgPctileProxNPDESSt", "Description": null }, { - "ColumnName": "PERMIT_NAME", - "DataType": "VARCHAR2", - "DataLength": "120", + "ColumnName": "MILE_PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "236", - "ObjectName": "PermitName", + "ObjectName": "MilePctilePmSt", "Description": null }, { - "ColumnName": "PERCENT_BELOW_LOWINCOME_3MILE", + "ColumnName": "MILE_PCTILE_O3_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "237", - "ObjectName": "PercentBelowLowincome3mile", + "ObjectName": "MilePctileO3St", "Description": null }, { - "ColumnName": "PERCENT_PEOPLE_OF_COLOR", + "ColumnName": "MILE_PCTILE_DPM_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "238", - "ObjectName": "PercentPeopleOfColor", + "ObjectName": "MilePctileDpmSt", "Description": null }, { - "ColumnName": "CENSUS_BLOCK_GROUP_2020", - "DataType": "VARCHAR2", - "DataLength": "12", + "ColumnName": "MILE_PCTILE_CANCER_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "239", - "ObjectName": "CensusBlockGroup2020", + "ObjectName": "MilePctileCancerSt", "Description": null }, { - "ColumnName": "OVER80_COUNT_US", + "ColumnName": "MILE_PCTILE_RESP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "240", - "ObjectName": "Over80CountUs", - "Description": "The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in." + "ObjectName": "MilePctileRespSt", + "Description": null }, { - "ColumnName": "PCTILE_PCTPRE1960_US", + "ColumnName": "MILE_PCTILE_RSEI_AIR_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "241", - "ObjectName": "PctilePctpre1960Us", - "Description": "The national percentile of the census block group for the EJSCREEN Lead paint indicator." + "ObjectName": "MilePctileRseiAIRSt", + "Description": null }, { - "ColumnName": "PCTILE_DPM_US", + "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "242", - "ObjectName": "PctileDpmUs", - "Description": "The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator." + "ObjectName": "MilePctileTrafficScoreSt", + "Description": null }, { - "ColumnName": "PCTILE_CANCER_US", + "ColumnName": "MILE_PCTILE_PCTPRE1960_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "243", - "ObjectName": "PctileCancerUs", - "Description": "The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator." + "ObjectName": "MilePctilePctpre1960St", + "Description": null }, { - "ColumnName": "PCTILE_RESP_US", + "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "244", - "ObjectName": "PctileRespUs", - "Description": "The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator." + "ObjectName": "MilePctileProximityRmpSt", + "Description": null }, { - "ColumnName": "PCTILE_TRAFFIC_SCORE_US", + "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "245", - "ObjectName": "PctileTrafficScoreUs", - "Description": "The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator." + "ObjectName": "MilePctileProximityTsdfSt", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_NPDES_US", + "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "246", - "ObjectName": "PctileProximityNPDESUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator." + "ObjectName": "MilePctileProximityNplSt", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_NPL_US", + "ColumnName": "MILE_PCTILE_UST_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "247", - "ObjectName": "PctileProximityNplUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator." + "ObjectName": "MilePctileUstSt", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_RMP_US", + "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "248", - "ObjectName": "PctileProximityRmpUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator." + "ObjectName": "MilePctileProximityNPDESSt", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_TSDF_US", + "ColumnName": "MAX_PCTILE_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "249", - "ObjectName": "PctileProximityTsdfUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator." + "ObjectName": "MaxPctileUs", + "Description": "The maximum percentile from all individual EJSCREEN indicators." }, { - "ColumnName": "PCTILE_O3_US", + "ColumnName": "MAX_PCTILE_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "250", - "ObjectName": "PctileO3Us", - "Description": "The national percentile of the census block group for the EJSCREEN ozone indicator." + "ObjectName": "MaxPctileSt", + "Description": null }, { - "ColumnName": "PCTILE_PM_US", + "ColumnName": "MILEAVG_MAX_PCTILE_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "251", - "ObjectName": "PctilePmUs", - "Description": "The national percentile of the census block group for the EJSCREEN particulate matter indicator." + "ObjectName": "MileavgMaxPctileUs", + "Description": null }, { - "ColumnName": "PCTILE_UST_US", + "ColumnName": "MILEAVG_MAX_PCTILE_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "252", - "ObjectName": "PctileUstUs", + "ObjectName": "MileavgMaxPctileSt", "Description": null }, { - "ColumnName": "MAX_PCTILE_US", + "ColumnName": "EJSCREEN_HIGH_FLAG", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "253", - "ObjectName": "MaxPctileUs", - "Description": "The maximum percentile from all individual EJSCREEN indicators." + "ObjectName": "EjscreenHighFlag", + "Description": null }, { - "ColumnName": "EJSCREEN_FLAG_US", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "254", - "ObjectName": "EjscreenFlagUs", - "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." + "ColumnName": "FAC_POP_DEN", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "254", + "ObjectName": "FacPopDen", + "Description": "The number of persons per square mile in the area being profiled. This field is the ratio of total persons (displayed in the Total Persons field) to total land area (displayed in the Land Area field)." }, { - "ColumnName": "EJSCREEN_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PERCENT_PEOPLE_OF_COLOR", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "255", - "ObjectName": "EjscreenFlag", - "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." + "ObjectName": "PercentPeopleOfColor", + "Description": "The percentage of the population of the given area that is people of color. The field is calculated by subtracting the number of persons who are white (and not of Hispanic origin) from the total persons. This number is then divided by the total persons and multiplied by one hundred to determine the percentage." }, { - "ColumnName": "PCTILE_PCTPRE1960_ST", + "ColumnName": "ACS_POPULATION_DENSITY", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "256", - "ObjectName": "PctilePctpre1960St", + "ObjectName": "AcsPopulationDensity", "Description": null }, { - "ColumnName": "PCTILE_DPM_ST", + "ColumnName": "PERCENT_BELOW_LOWINCOME_3MILE", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "257", - "ObjectName": "PctileDpmSt", + "ObjectName": "PercentBelowLowincome3mile", "Description": null }, { - "ColumnName": "PCTILE_CANCER_ST", + "ColumnName": "FAC_PERCENT_MINORITY", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "258", - "ObjectName": "PctileCancerSt", - "Description": null + "ObjectName": "FacPercentMinority", + "Description": "Percent Minority is the percentage of the population of the given area that is considered minority. Statistics are shown for the area within a 3-mile radius of each facility." }, { - "ColumnName": "PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "FAC_INDIAN_CNTRY_FLG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "259", - "ObjectName": "PctileRespSt", - "Description": null + "ObjectName": "FacIndianCntryFlg", + "Description": "Flag showing Y/N whether the facility is located in Indian Country." }, { - "ColumnName": "PCTILE_TRAFFIC_SCORE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_INDIAN_CNTRY_FLG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "260", - "ObjectName": "PctileTrafficScoreSt", - "Description": null + "ObjectName": "CWPIndianCntryFlg", + "Description": "Displays Y if a facility is located in Indian country." }, { - "ColumnName": "PCTILE_PROXIMITY_NPDES_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "FAC_INDIAN_SPATIAL_FLG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "261", - "ObjectName": "PctileProximityNPDESSt", - "Description": null + "ObjectName": "FacIndianSpatialFlg", + "Description": "Returns “Y” if a facility is located within a tribal spatial boundary as defined by the U.S. Census Bureau 2010 tribal boundary layer data for tribes in the lower 48 states and Bureau of Land Management Alaska State Office data for native villages in Alaska. Returns “N” if a facility is not located within a tribal or native Alaskan village area." }, { - "ColumnName": "PCTILE_PROXIMITY_NPL_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "FAC_DERIVED_TRIBES", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "262", - "ObjectName": "PctileProximityNplSt", - "Description": null + "ObjectName": "FacDerivedTribes", + "Description": "The tribes or tribal territories located within 25 miles of the facility's location." }, { - "ColumnName": "PCTILE_PROXIMITY_RMP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "PERMIT_NAME", + "DataType": "VARCHAR2", + "DataLength": "120", "ColumnID": "263", - "ObjectName": "PctileProximityRmpSt", + "ObjectName": "PermitName", "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_TSDF_ST", + "ColumnName": "CWP_VERSION_NMBR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "264", - "ObjectName": "PctileProximityTsdfSt", - "Description": null + "ObjectName": "CWPVersionNmbr", + "Description": "The version number of the facility's NPDES permit." }, { - "ColumnName": "PCTILE_O3_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SECTOR", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "265", - "ObjectName": "PctileO3St", - "Description": null + "ObjectName": "Sector", + "Description": "The sector code and description for the industrial stormwater facility." }, { - "ColumnName": "PCTILE_PM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUBSECTOR", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "266", - "ObjectName": "PctilePmSt", - "Description": null + "ObjectName": "Subsector", + "Description": "The industrial subsector associated with the facility." }, { - "ColumnName": "PCTILE_UST_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_PERMIT_TYPE", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "267", - "ObjectName": "PctileUstSt", - "Description": null + "ObjectName": "MsgpPermitType", + "Description": "The Industrial stormwater permit type." }, { - "ColumnName": "MAX_PCTILE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_PERMIT_STATUS_DESC", + "DataType": "VARCHAR2", + "DataLength": "20", "ColumnID": "268", - "ObjectName": "MaxPctileSt", - "Description": null + "ObjectName": "CWPPermitStatusDesc", + "Description": "The current stage/status in the NPDES permit life cycle." }, { - "ColumnName": "EJSCREEN_FLAG_ST", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "ISSUING_AGENCY", + "DataType": "VARCHAR2", + "DataLength": "5", "ColumnID": "269", - "ObjectName": "EjscreenFlagSt", - "Description": null + "ObjectName": "IssuingAgency", + "Description": "This is the name of the organization issuing or granting a permit." }, { - "ColumnName": "OVER80_COUNT_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OTHER_PERMIT_IDS", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "270", - "ObjectName": "Over80CountSt", + "ObjectName": "OtherPermitIDs", "Description": null }, { - "ColumnName": "MILE_PCTILE_PCTPRE1960_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_PERMIT_TYPE_DESC", + "DataType": "VARCHAR2", + "DataLength": "120", "ColumnID": "271", - "ObjectName": "MilePctilePctpre1960Us", - "Description": null + "ObjectName": "CWPPermitTypeDesc", + "Description": "NPDES facility permit classification:- NPDES Individual Permit- General Permit Covered Facility- NPDES Master General Permit- Associated Permit Record- Individual Industrial User Permit- Individual State Issued Permit- State Issued Master General Permit- Unpermitted Facility" }, { - "ColumnName": "MILE_PCTILE_DPM_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUBMITTED_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "272", - "ObjectName": "MilePctileDpmUs", - "Description": null + "ObjectName": "SubmittedDate", + "Description": "Date that the permit was submitted to the issuing agency." }, { - "ColumnName": "MILE_PCTILE_CANCER_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_ISSUE_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "273", - "ObjectName": "MilePctileCancerUs", - "Description": null + "ObjectName": "CWPIssueDate", + "Description": "Date (MM/DD/YYYY) that the permit was issued." }, { - "ColumnName": "MILE_PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_EFFECTIVE_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "274", - "ObjectName": "MilePctileRespUs", - "Description": null + "ObjectName": "CWPEffectiveDate", + "Description": "Date (MM/DD/YYYY) that the permit became effective." }, { - "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_TERMINATION_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "275", - "ObjectName": "MilePctileTrafficScoreUs", - "Description": null + "ObjectName": "CWPTerminationDate", + "Description": "Date (MM/DD/YYYY) that the permit was terminated." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_EXPIRATION_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "276", - "ObjectName": "MilePctileProximityNPDESUs", - "Description": null + "ObjectName": "CWPExpirationDate", + "Description": "Date that the permit expires." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_MAJOR_MINOR_STATUS_FLAG", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "277", - "ObjectName": "MilePctileProximityNplUs", - "Description": null + "ObjectName": "CWPMajorMinorStatusFlag", + "Description": "Facilities marked M for major refers to CWA major permittees.- M = Major- N = Minor" }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "PERMIT_COMPONENTS", + "DataType": "VARCHAR2", + "DataLength": "1000", "ColumnID": "278", - "ObjectName": "MilePctileProximityRmpUs", - "Description": null + "ObjectName": "PermitComponents", + "Description": "Indicates the permit component(s) associated with the NPDES Permit Program Area." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "NPDES_DATA_GROUPS", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "279", - "ObjectName": "MilePctileProximityTsdfUs", - "Description": null + "ObjectName": "NPDESDataGroups", + "Description": "This is the code indicating the NPDES eReporting Rule Data Group that applies to the data." }, { - "ColumnName": "MILE_PCTILE_O3_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "NPDES_DATA_GROUPS_DESCS", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "280", - "ObjectName": "MilePctileO3Us", - "Description": null + "ObjectName": "NPDESDataGroupsDescs", + "Description": "Description for each NPDES Data Group eReporting rule code related to the current NPDES permit." }, { - "ColumnName": "MILE_PCTILE_PM_US", + "ColumnName": "CWP_INSPECTION_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "281", - "ObjectName": "MilePctilePmUs", - "Description": null + "ObjectName": "CWPInspectionCount", + "Description": "The number of inspections/compliance evaluations, under the corresponding statute, occurring at the facility within the last five years." }, { - "ColumnName": "MILE_PCTILE_UST_US", + "ColumnName": "CWP_DAYS_LAST_INSPECTION", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "282", - "ObjectName": "MilePctileUstUs", - "Description": null + "ObjectName": "CWPDaysLastInspection", + "Description": "Indicates the number of days since the most recent inspection of the facility." }, { - "ColumnName": "MILE_OVER80_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INSPECTION", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "283", - "ObjectName": "MileOver80CountUs", - "Description": null + "ObjectName": "CWPDateLastInspection", + "Description": "The date on which the most recent inspection of the facility took place. For the CAA, the date on which a Full Compliance Evaluation (FCE) was completed." }, { - "ColumnName": "MILE_OVER95_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INSP_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "284", - "ObjectName": "MileOver95CountUs", - "Description": null + "ObjectName": "CWPDateLastInspEPA", + "Description": "Indicates the effective date of the most recent inspection taken against the facility." }, { - "ColumnName": "MILE_PCTILE_PCTPRE1960_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INSP_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "285", - "ObjectName": "MilePctilePctpre1960St", - "Description": null + "ObjectName": "CWPDateLastInspSt", + "Description": "Indicates the effective date of the most recent inspection taken against the facility by a state environmental agency." }, { - "ColumnName": "MILE_PCTILE_DPM_ST", + "ColumnName": "CWP_BIO_INSP_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "286", - "ObjectName": "MilePctileDpmSt", - "Description": null + "ObjectName": "CWPBioInspCount", + "Description": "The count of Biosolids related Inspections that have occured for the facility." }, { - "ColumnName": "MILE_PCTILE_CANCER_ST", + "ColumnName": "CWP_DAYS_LAST_BIO_INSP", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "287", - "ObjectName": "MilePctileCancerSt", - "Description": null + "ObjectName": "CWPDaysLastBioInsp", + "Description": "Indicates the number of days since the most recent Biosolids related inspection of the facility." }, { - "ColumnName": "MILE_PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_BIO_INSP", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "288", - "ObjectName": "MilePctileRespSt", - "Description": null + "ObjectName": "CWPDateLastBioInsp", + "Description": "The date on which the most recent biosolids program inspection of the facility took place." }, { - "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_BIO_INSP_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "289", - "ObjectName": "MilePctileTrafficScoreSt", - "Description": null + "ObjectName": "CWPDateLastBioInspEPA", + "Description": "Indicate the last inspection date by EPA" }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_BIO_INSP_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "290", - "ObjectName": "MilePctileProximityNPDESSt", - "Description": null + "ObjectName": "CWPDateLastBioInspSt", + "Description": "Indicate the last inspection date by state environmental agency" }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "BIO_VIO_LAST_YEAR_FLAG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "291", - "ObjectName": "MilePctileProximityNplSt", - "Description": null + "ObjectName": "BioVioLastYearFlag", + "Description": "Y if the facility has a biosolids single event violation under the Clean Water Act in the last year. Note: Violations reported on the 2016 and 2017 Biosolids Annual Report are not updated with the weekly data refresh and may not be representative of a facility's recently submitted or updated report." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_ST", + "ColumnName": "BIO_QTRS_WITH_VIO", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "292", - "ObjectName": "MilePctileProximityRmpSt", - "Description": null + "ObjectName": "BioQtrsWithVio", + "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered with violations for biosolids." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "DSCH_TO_MS4", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "293", - "ObjectName": "MilePctileProximityTsdfSt", - "Description": null + "ObjectName": "DschToMs4", + "Description": "Indicatesif a facility discharges into a Municipal Separate Storm Sewer System (MS4)." }, { - "ColumnName": "MILE_PCTILE_O3_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "RECEIVING_MS4_NAME", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "294", - "ObjectName": "MilePctileO3St", - "Description": null + "ObjectName": "ReceivingMs4Name", + "Description": "This is the name of the receiving MS4(s)." }, { - "ColumnName": "MILE_PCTILE_PM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "STORM_WATER_AREA", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "295", - "ObjectName": "MilePctilePmSt", - "Description": null + "ObjectName": "StormWaterArea", + "Description": "The estimated area of industrial activity at the site exposed to stormwater in acres." }, { - "ColumnName": "MILE_PCTILE_UST_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "HISTORIC_CRITERION_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "296", - "ObjectName": "MilePctileUstSt", - "Description": null + "ObjectName": "HistoricCriterionCode", + "Description": "Indicates the eligibility criteria for historic properties preservation." }, { - "ColumnName": "MILE_OVER80_COUNT_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SPECIES_CRITICAL_HABITAL_FLAG", + "DataType": "VARCHAR2", + "DataLength": "100", "ColumnID": "297", - "ObjectName": "MileOver80CountSt", - "Description": null + "ObjectName": "SpeciesCriticalHabitalFlag", + "Description": "This identifies if Endangered Species Act (ESA) provisions are met." }, { - "ColumnName": "MILE_OVER95_COUNT_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SWPPP_URL", + "DataType": "VARCHAR2", + "DataLength": "1000", "ColumnID": "298", - "ObjectName": "MileOver95CountSt", - "Description": null + "ObjectName": "SwpppUrl", + "Description": "Web address URL of Internet page where current copy of Stormwater Pollution Prevention Plan (SWPPP) is maintained." }, { - "ColumnName": "SUP_OVER80_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "EXPOSED_ACTIVITY", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "299", - "ObjectName": "SupOver80CountUs", - "Description": null + "ObjectName": "ExposedActivity", + "Description": "Description of onsite industrial activities exposed to stormwater and potential spill and leak areas." }, { - "ColumnName": "SUP_PCTILE_PCTPRE1960_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "ASSOCIATED_POLLUTANT", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "300", - "ObjectName": "SupPctilePctpre1960Us", - "Description": null + "ObjectName": "AssociatedPollutant", + "Description": "Description of pollutant(s) or pollutant constituent(s) associated with each industrial activity exposed to stormwater." }, { - "ColumnName": "SUP_PCTILE_DPM_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CONTROL_MEASURE", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "301", - "ObjectName": "SupPctileDpmUs", - "Description": null + "ObjectName": "ControlMeasure", + "Description": "Description of control measures employed to comply with the non-numeric technology-based effluent limits required in Part 2.1.2 and Part 8." }, { - "ColumnName": "SUP_PCTILE_CANCER_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CONTROL_MEASURE_SCHEDULE", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "302", - "ObjectName": "SupPctileCancerUs", - "Description": null + "ObjectName": "ControlMeasureSchedule", + "Description": "Description of schedule for control measures associated with good housekeeping and maintenance." }, { - "ColumnName": "SUP_PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "TYPE_OF_MONITORING", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "303", - "ObjectName": "SupPctileRespUs", - "Description": null + "ObjectName": "TypeOfMonitoring", + "Description": "The type of monitoring specified in the SWPPP." }, { - "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "TYPE_OF_WATER", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "304", - "ObjectName": "SupPctileTrafficScoreUs", - "Description": null + "ObjectName": "TypeOfWater", + "Description": "The type of water body receiving discharges stormwater discharges specified in the SWPPP." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_LAST_REPORT_YEAR", + "DataType": "VARCHAR2", + "DataLength": "4", "ColumnID": "305", - "ObjectName": "SupPctileProximityNPDESUs", - "Description": null + "ObjectName": "MsgpLastReportYear", + "Description": "The calendar year of the latest MSGP annual report submitted by the permitted facility." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_FACILITY_INSPCTN_SMMRY", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "306", - "ObjectName": "SupPctileProximityNplUs", - "Description": null + "ObjectName": "MsgpFacilityInspctnSmmry", + "Description": "Summary of the quarterly facility inspection documentation (part 3.1 of the permit) during the MSGP annual report year." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_VISUAL_ASSESSMENT_SMMRY", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "307", - "ObjectName": "SupPctileProximityRmpUs", - "Description": null + "ObjectName": "MsgpVisualAssessmentSmmry", + "Description": "Summary of the quarterly visual assessment documentation (part 3.3 of the permit) during the MSGP annual report year." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_NO_FURTHER_RDCTN_RTNLE", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "308", - "ObjectName": "SupPctileProximityTsdfUs", - "Description": null + "ObjectName": "MsgpNoFurtherRdctnRtnle", + "Description": "Description of rationale for why no further reductions are achievable (part 6.2.1.2 of the permit) during the MSGP annual report year." }, { - "ColumnName": "SUP_PCTILE_O3_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_CORRECTIVE_ACTION_SMMRY", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "309", - "ObjectName": "SupPctileO3Us", - "Description": null + "ObjectName": "MsgpCorrectiveActionSmmry", + "Description": "Summary of the corrective action documentation (part 4.3 of the permit) during the MSGP annual report year." }, { - "ColumnName": "SUP_PCTILE_PM_US", + "ColumnName": "CWP_INDSW_INSP_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "310", - "ObjectName": "SupPctilePmUs", + "ObjectName": "CWPIndswInspCount", "Description": null }, { - "ColumnName": "SUP_PCTILE_UST_US", + "ColumnName": "CWP_DAYS_LAST_INDSW_INSP", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "311", - "ObjectName": "SupPctileUstUs", + "ObjectName": "CWPDaysLastIndswInsp", "Description": null }, { - "ColumnName": "SUP_MAX_PCTILE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_INSP", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "312", - "ObjectName": "SupMaxPctileUs", + "ObjectName": "CWPDateLastIndswInsp", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG_US", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "CWP_DATE_LAST_INDSW_INSP_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "313", - "ObjectName": "SupEjscreenFlagUs", + "ObjectName": "CWPDateLastIndswInspEPA", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "CWP_DATE_LAST_INDSW_INSP_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "314", - "ObjectName": "SupEjscreenFlag", + "ObjectName": "CWPDateLastIndswInspSt", "Description": null }, { - "ColumnName": "SUP_PCTILE_PCTPRE1960_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_STATUS", + "DataType": "VARCHAR2", + "DataLength": "500", "ColumnID": "315", - "ObjectName": "SupPctilePctpre1960St", - "Description": null + "ObjectName": "CWPStatus", + "Description": "An indication of the facility's current compliance status under the Clean Water Act:- Significant Violation- Noncompliance- No Violation- Unknown" }, { - "ColumnName": "SUP_PCTILE_DPM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_SNC_STATUS", + "DataType": "VARCHAR2", + "DataLength": "50", "ColumnID": "316", - "ObjectName": "SupPctileDpmSt", - "Description": null + "ObjectName": "CWPSNCStatus", + "Description": "Indicates when a major source is in significant noncompliance (SNC) or a non-major source has a Category I violation." }, { - "ColumnName": "SUP_PCTILE_CANCER_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_VIO_STATUS", + "DataType": "VARCHAR2", + "DataLength": "50", "ColumnID": "317", - "ObjectName": "SupPctileCancerSt", - "Description": null + "ObjectName": "CWPVioStatus", + "Description": "The current Reportable Non Compliance value for the facility." }, { - "ColumnName": "SUP_PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_SNC_STATUS_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "318", - "ObjectName": "SupPctileRespSt", - "Description": null + "ObjectName": "CWPSNCStatusDate", + "Description": "The status date of the facility's Significant Noncompliance designation." }, { - "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_ST", + "ColumnName": "CWP_QTRS_WITH_NC", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "319", - "ObjectName": "SupPctileTrafficScoreSt", - "Description": null + "ObjectName": "CWPQtrsWithNC", + "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered either with violations, in noncompliance (NC) status, or in Significant Noncompliance (SNC), as described above under Compliance Status." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_VIOL_STATUS", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "320", - "ObjectName": "SupPctileProximityNPDESSt", - "Description": null + "ObjectName": "CWPViolStatus", + "Description": "Indicates if the facility is currently in any violation under the Clean Water Act, either in Noncompliance or Significant Noncompliance." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_ST", + "ColumnName": "CWP_QTRS_WITH_SNC", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "321", - "ObjectName": "SupPctileProximityNplSt", - "Description": null + "ObjectName": "CWPQtrsWithSNC", + "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit is considered in Significant Noncompliance (SNC), as described above under Compliance Status." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_ST", + "ColumnName": "MISS_DMR_QTRS", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "322", - "ObjectName": "SupPctileProximityRmpSt", - "Description": null + "ObjectName": "MissDMRQtrs", + "Description": "Count of the number of quarters, out of the last twelve quarters, in which EPA's data system was not able to determine the facility-level compliance status." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_ST", + "ColumnName": "CWP_E90_CNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "323", - "ObjectName": "SupPctileProximityTsdfSt", - "Description": null + "ObjectName": "CWPE90Cnt", + "Description": "Displays the number of instances where effluent limits have been exceeded in the past 3 years (E90 compliance code), based on monthly Discharge Monitoring Reports (DMRs) submitted by facilities." }, { - "ColumnName": "SUP_PCTILE_O3_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_COMPLIANCE_TRACKING", + "DataType": "VARCHAR2", + "DataLength": "8", "ColumnID": "324", - "ObjectName": "SupPctileO3St", - "Description": null + "ObjectName": "CWPComplianceTracking", + "Description": "Extent to which data is being entered and effluent exceedances are being identified (Off, On, Partial)." }, { - "ColumnName": "SUP_PCTILE_PM_ST", + "ColumnName": "ALR_EXCEEDENCES", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "325", - "ObjectName": "SupPctilePmSt", + "ObjectName": "AlrExceedences", "Description": null }, { - "ColumnName": "SUP_PCTILE_UST_ST", + "ColumnName": "ALR_EXCEEDS_5YR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "326", - "ObjectName": "SupPctileUstSt", + "ObjectName": "AlrExceeds5yr", "Description": null }, { - "ColumnName": "SUP_MAX_PCTILE_ST", + "ColumnName": "ALR_EXCEEDS_4YR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "327", - "ObjectName": "SupMaxPctileSt", + "ObjectName": "AlrExceeds4yr", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG_ST", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "ALR_EXCEEDS_3YR", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "328", - "ObjectName": "SupEjscreenFlagSt", + "ObjectName": "AlrExceeds3yr", "Description": null }, { - "ColumnName": "SUP_OVER80_COUNT_ST", + "ColumnName": "ALR_EXCEEDS_2YR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "329", - "ObjectName": "SupOver80CountSt", + "ObjectName": "AlrExceeds2yr", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_US", + "ColumnName": "ALR_EXCEEDS_1YR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "330", - "ObjectName": "SupMilePctilePctpre1960Us", + "ObjectName": "AlrExceeds1yr", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_DPM_US", + "ColumnName": "CWP_INFORMAL_ENF_ACT_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "331", - "ObjectName": "SupMilePctileDpmUs", - "Description": null + "ObjectName": "CWPInformalEnfActCount", + "Description": "Indicates the total number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years." }, { - "ColumnName": "SUP_MILE_PCTILE_CANCER_US", + "ColumnName": "CWP_FORMAL_EA_CNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "332", - "ObjectName": "SupMilePctileCancerUs", - "Description": null + "ObjectName": "CWPFormalEaCnt", + "Description": "Indicates the total number of enforcement actions taken against the facility within the last five years. NA indicates that this measure is not applicable for facilities with no associated CAA, CWA, or RCRA permits." }, { - "ColumnName": "SUP_MILE_PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INFORMAL_EA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "333", - "ObjectName": "SupMilePctileRespUs", - "Description": null + "ObjectName": "CWPDateLastInformalEa", + "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility." }, { - "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_IEA_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "334", - "ObjectName": "SupMilePctileTrafficScoreUs", - "Description": null + "ObjectName": "CWPDateLastIeaEPA", + "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility by EPA." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_IEA_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "335", - "ObjectName": "SupMilePctileProxNPDESUs", - "Description": null + "ObjectName": "CWPDateLastIeaSt", + "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility by a state environmental agency." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_FEA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "336", - "ObjectName": "SupMilePctileProxNplUs", - "Description": null + "ObjectName": "CWPDateLastFea", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_FEA_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "337", - "ObjectName": "SupMilePctileProxRmpUs", - "Description": null + "ObjectName": "CWPDateLastFeaEPA", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_FEA_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "338", - "ObjectName": "SupMilePctileProxTsdfUs", - "Description": null + "ObjectName": "CWPDateLastFeaSt", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency." }, { - "ColumnName": "SUP_MILE_PCTILE_O3_US", + "ColumnName": "CWP_TOTAL_PENALTIES", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "339", - "ObjectName": "SupMilePctileO3Us", - "Description": null + "ObjectName": "CWPTotalPenalties", + "Description": "The total penalty value incurred over 5 years." }, { - "ColumnName": "SUP_MILE_PCTILE_PM_US", + "ColumnName": "CWP_INDSW_IEA_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "340", - "ObjectName": "SupMilePctilePmUs", + "ObjectName": "CWPIndswIeaCount", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_UST_US", + "ColumnName": "CWP_INDSW_FEA_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "341", - "ObjectName": "SupMilePctileUstUs", + "ObjectName": "CWPIndswFeaCount", "Description": null }, { - "ColumnName": "SUP_MILE_OVER80_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_IEA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "342", - "ObjectName": "SupMileOver80CountUs", + "ObjectName": "CWPDateLastIndswIea", "Description": null }, { - "ColumnName": "SUP_MILE_OVER95_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_IEA_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "343", - "ObjectName": "SupMileOver95CountUs", + "ObjectName": "CWPDateLastIndswIeaEPA", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_IEA_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "344", - "ObjectName": "SupMilePctilePctpre1960St", + "ObjectName": "CWPDateLastIndswIeaSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_DPM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_FEA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "345", - "ObjectName": "SupMilePctileDpmSt", + "ObjectName": "CWPDateLastIndswFea", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_CANCER_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_FEA_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "346", - "ObjectName": "SupMilePctileCancerSt", + "ObjectName": "CWPDateLastIndswFeaEPA", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "347", - "ObjectName": "SupMilePctileRespSt", + "ColumnName": "CWP_DATE_LAST_INDSW_FEA_ST", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "347", + "ObjectName": "CWPDateLastIndswFeaSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_ST", + "ColumnName": "CWP_INDSW_PENALTIES", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "348", - "ObjectName": "SupMilePctileTrafficScoreSt", + "ObjectName": "CWPIndswPenalties", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_PENALTY", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "349", - "ObjectName": "SupMilePctileProxNPDESSt", + "ObjectName": "CWPDateLastIndswPenalty", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_ST", + "ColumnName": "CWP_BIO_IEA_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "350", - "ObjectName": "SupMilePctileProxNplSt", - "Description": null + "ObjectName": "CWPBioIeaCount", + "Description": "The count of Biosolids related Informal Enforcement Actions that have been taken against the Facility." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_ST", + "ColumnName": "CWP_BIO_FEA_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "351", - "ObjectName": "SupMilePctileProxRmpSt", - "Description": null + "ObjectName": "CWPBioFeaCount", + "Description": "The count of Biosolids related Formal Enforcement Actions that have been taken against the Facility." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_ST", + "ColumnName": "CWP_DATE_LAST_BIO_IEA", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "352", + "ObjectName": "CWPDateLastBioIea", + "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_IEA_EPA", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "353", + "ObjectName": "CWPDateLastBioIeaEPA", + "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by EPA within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_IEA_ST", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "354", + "ObjectName": "CWPDateLastBioIeaSt", + "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by a state environmental agency within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_FEA", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "355", + "ObjectName": "CWPDateLastBioFea", + "Description": "Indicates the effective date of the most recent listed biosolids formal enforcement action taken against the facility within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_FEA_EPA", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "356", + "ObjectName": "CWPDateLastBioFeaEPA", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_FEA_ST", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "357", + "ObjectName": "CWPDateLastBioFeaSt", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency within the last five years." + }, + { + "ColumnName": "CWP_BIO_PENALTIES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "352", - "ObjectName": "SupMilePctileProxTsdfSt", - "Description": null + "ColumnID": "358", + "ObjectName": "CWPBioPenalties", + "Description": "The total amount of Biosolids related penalties that have been assessed against the facility." }, { - "ColumnName": "SUP_MILE_PCTILE_O3_ST", + "ColumnName": "CWP_DATE_LAST_BIO_PENALTY", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "359", + "ObjectName": "CWPDateLastBioPenalty", + "Description": "Indicates the date on which the most recent assessed (or final) biosolids penalty was taken against the facility within the last five years. This measure only includes penalties that have been entered in the program database ICIS-NPDES." + }, + { + "ColumnName": "BIO_VIO_STATUS", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "353", - "ObjectName": "SupMilePctileO3St", - "Description": null + "ColumnID": "360", + "ObjectName": "BioVioStatus", + "Description": "A value of 1 indicates if the Biosolids facility currently has an unresolved biosolids related Single Event Violation." }, { - "ColumnName": "SUP_MILE_PCTILE_PM_ST", + "ColumnName": "BIO_VIOL_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "354", - "ObjectName": "SupMilePctilePmSt", - "Description": null + "ColumnID": "361", + "ObjectName": "BioViolFlag", + "Description": "Displays Yes if the facility is in violation for biosolids under the Clean Water Act, in the last three years." }, { - "ColumnName": "SUP_MILE_PCTILE_UST_ST", + "ColumnName": "BIO_VIO_LAST_YEAR", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "355", - "ObjectName": "SupMilePctileUstSt", - "Description": null + "ColumnID": "362", + "ObjectName": "BioVioLastYear", + "Description": "A flag (values of 1 for Yes, 0 for No) that a Bisolids Violation occurred in the last 4 quarters." }, { - "ColumnName": "SUP_MILE_OVER80_COUNT_ST", + "ColumnName": "POLL_WITH_VIOLATION", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "363", + "ObjectName": "PollWithViolation", + "Description": "The names of pollutants with effluent exceedances (i.e., violation code E90) in the past three years in ICIS-NPDES." + }, + { + "ColumnName": "LIM_POLLUTANT", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "364", + "ObjectName": "LimPollutant", + "Description": "The list of pollutants with enforceable (i.e., numeric limits or monitoring only) and/or benchmark limits in the current version of a NPDES permit." + }, + { + "ColumnName": "DMR_POUNDS", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "356", - "ObjectName": "SupMileOver80CountSt", - "Description": null + "ColumnID": "365", + "ObjectName": "DMRPounds", + "Description": "Total pounds of pollutants discharged by the NPDES ID for the most recent complete calendar year." }, { - "ColumnName": "SUP_MILE_OVER95_COUNT_ST", + "ColumnName": "PAST_CAL_YR_AVERAGE_FLOW", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "357", - "ObjectName": "SupMileOver95CountSt", - "Description": null + "ColumnID": "366", + "ObjectName": "PastCalYrAverageFlow", + "Description": "The past calendar year average flow in Million Gallons a Day (MGD)." }, { - "ColumnName": "SCORE", + "ColumnName": "PAST_CAL_YR_CONV_POLLUTANTS", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "358", + "ColumnID": "367", + "ObjectName": "PastCalYrConvPollutants", + "Description": "Total pounds of conventional pollutants discharged by the NPDES ID for the most recent complete calendar year." + }, + { + "ColumnName": "PAST_CAL_YR_CONV_POL_OVR_LMT", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "368", + "ObjectName": "PastCalYrConvPolOvrLmt", + "Description": "Total load over limit of conventional pollutant pounds equivalent discharged by the NPDES ID for the most recent complete calendar year." + }, + { + "ColumnName": "DMR_TWPE", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "369", + "ObjectName": "DMRTwpe", + "Description": "Total toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year. TWPE is the mass of a pollutant or chemical discharged that accounts for its relative toxicity." + }, + { + "ColumnName": "PAST_CAL_YR_TOXIC_POLLUTANTS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "370", + "ObjectName": "PastCalYrToxicPollutants", + "Description": "The toxic pollutants discharged by the NPDES facility for the most recent complete calendar year." + }, + { + "ColumnName": "PAST_CAL_YR_TOXIC_POL_OVR_LMT", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "371", + "ObjectName": "PastCalYrToxicPolOvrLmt", + "Description": "Total load over limit of toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year." + }, + { + "ColumnName": "FAC_TRI_SW_REL", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "372", + "ObjectName": "FacTRISwRel", + "Description": "Chemical surface water release information from the Toxics Release Inventory (TRI) represents the total chemical releases discharged to surface water, in pounds, for the most recent reporting year." + }, + { + "ColumnName": "FAC_TRI_POTW_TRANS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "373", + "ObjectName": "FacTRIPotwTrans", + "Description": "POTW transfer information from the Toxics Release Inventory (TRI) represents the amount of toxic chemicals transferred to a Publicly Operated Treatment Works (POTW), in pounds, for the most recent reporting year." + }, + { + "ColumnName": "CWP_CSO_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "374", + "ObjectName": "CWPCsoFlag", + "Description": "The discharge from a Combined Sewer System at a point prior to the treatment plant. CSOs are point sources subject to NPDES permit requirements including both technology-based and water quality-based requirements of the Clean Water Act." + }, + { + "ColumnName": "CWP_CSO_OUTFALLS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "375", + "ObjectName": "CWPCsoOutfalls", + "Description": "The number of discharge outfalls at points prior to the treatment plant." + }, + { + "ColumnName": "CWP_STATE_WATER_BODY_CODE", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "376", + "ObjectName": "CWPStateWaterBodyCode", + "Description": "Code from the Assessment TMDL Tracking & Implementation System (ATTAINS) database, assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification:- Region (first-level, 2-digit HUC)- Subregion (second-level, 4-digit HUC)- Accounting unit (third-level, 6-digit HUC)- Cataloguing unit (fourth-level, 8-digit HUC)- Watershed (fifth-level, 10-digit HUC)- Subwatershed (sixth-level, 12-digit HUC)" + }, + { + "ColumnName": "CWP_STATE_WATER_BODY_NAME", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "377", + "ObjectName": "CWPStateWaterBodyName", + "Description": "The name of the watershed from the ATTAINS database in which the facility resides." + }, + { + "ColumnName": "ATTAINS_CYCLE_YEAR", + "DataType": "VARCHAR2", + "DataLength": "4", + "ColumnID": "378", + "ObjectName": "AttainsCycleYear", + "Description": "The year in which the most recent state assessment occurred for the waterbody. The data are from the ATTAINS database." + }, + { + "ColumnName": "FAC_DERIVED_WBD_HU8", + "DataType": "VARCHAR2", + "DataLength": "8", + "ColumnID": "379", + "ObjectName": "FacDerivedWBDHu8", + "Description": "Spatially derived HUC based on the facility's geographic coordinates in FRS." + }, + { + "ColumnName": "FAC_DERIVED_WBD_HU8_NAME", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "380", + "ObjectName": "FacDerivedWBDHu8Name", + "Description": "The name of the hydrologic unit in which the facility is located within, derived spatially based on the facility's geographic coordinates in FRS." + }, + { + "ColumnName": "RAD_WBD_HUC12S", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "381", + "ObjectName": "RadWBDHuc12s", + "Description": null + }, + { + "ColumnName": "FAC_DERIVED_WBD", + "DataType": "VARCHAR2", + "DataLength": "12", + "ColumnID": "382", + "ObjectName": "FacDerivedWBD", + "Description": "The Hydrologic Unit Code (HUC-12) of the waterbody in which the facility resides, derived based on location data in FRS." + }, + { + "ColumnName": "FAC_DERIVED_WBD_NAME", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "383", + "ObjectName": "FacDerivedWBDName", + "Description": "The 12 digit Watershed Boundary Dataset Name derived from the FRS Best Pick Coordinate" + }, + { + "ColumnName": "RAD_GNIS_NAME", + "DataType": "VARCHAR2", + "DataLength": "60", + "ColumnID": "384", + "ObjectName": "RadGnisName", + "Description": "The name of the waterbody from the Geographic Names Information System (GNIS) database in which the facility is permitted to discharge directly." + }, + { + "ColumnName": "RAD_REACHCODE", + "DataType": "VARCHAR2", + "DataLength": "14", + "ColumnID": "385", + "ObjectName": "RadReachcode", + "Description": "A nationally unique and permanent identifier for the waterbody, assigned by the US Geological Survey." + }, + { + "ColumnName": "RAD_WBD_HU8", + "DataType": "VARCHAR2", + "DataLength": "8", + "ColumnID": "386", + "ObjectName": "RadWBDHu8", + "Description": "Hydrologic Unit Code (HUC) from the Reach Address Database (RAD), which is derived from the USGS Watershed Boundary Dataset." + }, + { + "ColumnName": "RAD_WBD_HU8_NAME", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "387", + "ObjectName": "RadWBDHu8Name", + "Description": "The name of the hydrologic unit in which the facility may discharge, from the Reach Address Database (RAD) and derived from the USGS Watershed Boundary Dataset." + }, + { + "ColumnName": "RAD_WBD_HUC12", + "DataType": "VARCHAR2", + "DataLength": "12", + "ColumnID": "388", + "ObjectName": "RadWBDHuc12", + "Description": "Code from the Reach Address Database (RAD), assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification:- Region (first-level, 2-digit HUC)- Subregion (second-level, 4-digit HUC)- Accounting unit (third-level, 6-digit HUC)- Cataloguing unit (fourth-level, 8-digit HUC)- Watershed (fifth-level, 10-digit HUC)- Subwatershed (sixth-level, 12-digit HUC)" + }, + { + "ColumnName": "RAD_HU_12_NAME", + "DataType": "VARCHAR2", + "DataLength": "80", + "ColumnID": "389", + "ObjectName": "RadHu12Name", + "Description": "The name of the waterbody in which the facility is permitted to discharge directly (from the Reach Address Database, RAD)." + }, + { + "ColumnName": "ATTAINS_SOURCE", + "DataType": "CHAR", + "DataLength": "6", + "ColumnID": "390", + "ObjectName": "AttainsSource", + "Description": "The CWA Report in which the waterbody data can be found. The data are from the Assessment TMDL Tracking & Implementation System (ATTAINS) database." + }, + { + "ColumnName": "CWP_IMP_WATER_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "391", + "ObjectName": "CWPImpWaterFlg", + "Description": "Displays Y if the permitted facility discharges directly into category 4 or 5 impaired waters, as designated under section 303(d) of the Clean Water Act." + }, + { + "ColumnName": "ATTAINS_IMP_WATER_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "392", + "ObjectName": "AttainsImpWaterFlg", + "Description": "Displays Y if the waterbody in which the facility resides is listed for impairment. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_AU_CATEGORY", + "DataType": "VARCHAR2", + "DataLength": "50", + "ColumnID": "393", + "ObjectName": "AttainsAuCategory", + "Description": "The impairment class or category of the waterbody in which the facility is permitted to discharge directly. The data are from the ATTAINS database:- 5 = Impaired: TMDL needed. Available information indicates that at least one designated use is not being supported and a TMDL is needed (also known as the 303(d) listed waters).- 4 = Impaired: TMDL not needed. Available information indicates that at least one designated use is not being supported, but a TMDL is not needed (see subcategories).- 4a = TMDL completed. A TMDL has been completed, but impairment still exists.- 4b = TMDL alternative. Impairment is being addressed by a method other than a TMDL (e.g., stream bank improvements).- 4c = Non-pollutant causes. Cause of impairment is not a pollutant (e.g., habitat destruction)." + }, + { + "ColumnName": "ATTAINS_STATE_CAUSES", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "394", + "ObjectName": "AttainsStateCauses", + "Description": "Lists all pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_CAUSE_GROUPS", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "395", + "ObjectName": "AttainsCauseGroups", + "Description": "Lists all groups of pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_POSSIBLE_NPDES_PARAMS", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "396", + "ObjectName": "AttainsPossibleNPDESParams", + "Description": "Lists all pollutants discharged by the facility that are potentially contributing to the impairment of local waterbodies." + }, + { + "ColumnName": "ATTAINS_PSSBLE_E90_NPDES_PARAMS", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "397", + "ObjectName": "AttainsPssbleE90NPDESParams", + "Description": null + }, + { + "ColumnName": "ATTAINS_AQUATIC_LIFE_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "398", + "ObjectName": "AttainsAquaticLifeUseFlg", + "Description": "Displays Y if the waterbody in which the facility resides is designated for aquatic life use. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_RECREATION_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "399", + "ObjectName": "AttainsRecreationUseFlg", + "Description": "Displays Y if the waterbody in which the facility resides is designated for recreational use. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_FISHCNSMPTN_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "400", + "ObjectName": "AttainsFishcnsmptnUseFlg", + "Description": null + }, + { + "ColumnName": "ATTAINS_DRINKING_WATER_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "401", + "ObjectName": "AttainsDrinkingWaterUseFlg", + "Description": null + }, + { + "ColumnName": "ATTAINS_SHELLFISH_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "402", + "ObjectName": "AttainsShellfishUseFlg", + "Description": "Displays Y if the waterbody in which the facility resides is designated for shellfish use. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_EXCEPTNL_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "403", + "ObjectName": "AttainsExceptnlUseFlg", + "Description": "Displays Y if the waterbody in which the facility resides is designated for exceptional use. The data are from the ATTAINS database." + }, + { + "ColumnName": "BEACH_CLOSE_LAST_YEAR_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "404", + "ObjectName": "BeachCloseLastYearFlg", + "Description": "Displays Y if the facility is located on or near a waterbody with a beach closure within the last year." + }, + { + "ColumnName": "BEACH_CLOSE_LAST_2YRS_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "405", + "ObjectName": "BeachCloseLast2yrsFlg", + "Description": "Displays Y if the facility is located on or near a waterbody with a beach closure within the last two years." + }, + { + "ColumnName": "CHESAPEAKE_BAY_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "406", + "ObjectName": "ChesapeakeBayFlag", + "Description": "Displays Y if the facility is located within the Chesapeake Bay watershed." + }, + { + "ColumnName": "CWP_TRIBAL_LAND_CODE", + "DataType": "VARCHAR2", + "DataLength": "80", + "ColumnID": "407", + "ObjectName": "CWPTRIbalLandCode", + "Description": "From ICIS, the unique identifier for every unit of land within Indian Country." + }, + { + "ColumnName": "CWP_PERMIT_STATUS_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "408", + "ObjectName": "CWPPermitStatusCode", + "Description": "The code associated with the facility's NPDES permit status." + }, + { + "ColumnName": "CWP_PERMIT_TYPE_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "409", + "ObjectName": "CWPPermitTypeCode", + "Description": "The code associated with the facility's NPDES permit classification." + }, + { + "ColumnName": "CWP_SNC_EVENT_DESC", + "DataType": "VARCHAR2", + "DataLength": "200", + "ColumnID": "410", + "ObjectName": "CWPSNCEventDesc", + "Description": "Describes the event that resulted in the facility's status of Significant Noncompliance." + }, + { + "ColumnName": "CWP_DATE_LAST_PENALTY", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "411", + "ObjectName": "CWPDateLastPenalty", + "Description": "Indicates date of most recent penalty against the facility." + }, + { + "ColumnName": "FAC_TRI_REPORTER", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "412", + "ObjectName": "FacTRIReporter", + "Description": "Indicates whether facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year." + }, + { + "ColumnName": "CWP_13QTRS_COMPL_HISTORY", + "DataType": "VARCHAR2", + "DataLength": "15", + "ColumnID": "413", + "ObjectName": "CWP13qtrsComplHistory", + "Description": "The facility's 3-year or 13-quarter compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:_ -No Violation IdentifiedV -Violation IdentifiedS -High Priority ViolationU - Undetermined" + }, + { + "ColumnName": "CWP_CASE_IDS", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "414", + "ObjectName": "CWPCaseIDs", + "Description": "Indicates the ICIS Case Number, a unique number identifying the civil enforcement action." + }, + { + "ColumnName": "CWP_FIPS_CODE", + "DataType": "VARCHAR2", + "DataLength": "5", + "ColumnID": "415", + "ObjectName": "CWPFIPSCode", + "Description": "A 5 digit combination of the 2 digit Federal Information Processing Standards (FIPS) code for the state and the 3 digit FIPS code of the county that a facility is located in." + }, + { + "ColumnName": "DMR_IMPAIRED_POLL", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "416", + "ObjectName": "DMRImpairedPoll", + "Description": "The pollutants with limits or monitoring requirements in a facility's NPDES permit with the potential to contribute to impairment of local waterbodies" + }, + { + "ColumnName": "INDSW_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "417", + "ObjectName": "IndswFlag", + "Description": "A value of Y indicates an Industrial Stormwater Permit." + }, + { + "ColumnName": "EFF_CHARTS_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "418", + "ObjectName": "EffChartsFlag", + "Description": null + }, + { + "ColumnName": "MAP", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "419", + "ObjectName": "Map", + "Description": "No Longer Used." + }, + { + "ColumnName": "BIOSOLIDS_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "420", + "ObjectName": "BiosolidsFlag", + "Description": "A Yes/No field to indicate permits with biosolids management and compliance information." + }, + { + "ColumnName": "CURR_SV_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "421", + "ObjectName": "CurrSvFlag", + "Description": "Indicates if the facility has a current significant violation. 1 = Yes" + }, + { + "ColumnName": "VIOL_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "422", + "ObjectName": "ViolFlag", + "Description": "Indicates if the facility had a violation within the last 3 years. 1 = Yes" + }, + { + "ColumnName": "CURR_VIO_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "423", + "ObjectName": "CurrVioFlag", + "Description": "Indicates if the facility has a current violation. 1 = Yes" + }, + { + "ColumnName": "INSP_5YR_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "424", + "ObjectName": "Insp5yrFlag", + "Description": "Indicates if the facility has an inspection within the last 5 years. 1 = Yes" + }, + { + "ColumnName": "EA_5YR_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "425", + "ObjectName": "Ea5yrFlag", + "Description": "Indicates if the facility has a formal enforcement action within the last 5 years. 1 = Yes" + }, + { + "ColumnName": "INFEA_5YR_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "426", + "ObjectName": "Infea5yrFlag", + "Description": "Indicates if the facility has an informal enforcement action within the last 5 years. 1 = Yes." + }, + { + "ColumnName": "TRIBAL_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "427", + "ObjectName": "TRIbalFlag", + "Description": "A flag indicating that the facility is within a tribal area." + }, + { + "ColumnName": "FAC_MAP_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "428", + "ObjectName": "FacMapFlg", + "Description": "Graphical indicator denoting whether geographical data required to map a facility are available." + }, + { + "ColumnName": "FAC_MAP_ICON", + "DataType": "VARCHAR2", + "DataLength": "20", + "ColumnID": "429", + "ObjectName": "FacMapIcon", + "Description": "The default map icon image file calculated for the facility by the ECHO program." + }, + { + "ColumnName": "LAST_DMR_VALUE_RCVD_DATE", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "430", + "ObjectName": "LastDMRValueRcvdDate", + "Description": "The latest date that a Discharge Monitoring Report was received by the State or EPA." + }, + { + "ColumnName": "LOWER_48", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "431", + "ObjectName": "Lower48", + "Description": "Flag showing Y/N whether location is within the contiguous (lower 48) United States." + }, + { + "ColumnName": "ACTIVE_LOWER_48", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "432", + "ObjectName": "ActiveLower48", + "Description": "A Y/N indicator indicating that the facility is active and located within the lower 48 contiguous US States." + }, + { + "ColumnName": "EFF_EXCEEDS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "433", + "ObjectName": "EffExceeds", + "Description": "The number of E90 Effluent Violations in the last 3 years." + }, + { + "ColumnName": "E90_EXCEEDS_5YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "434", + "ObjectName": "E90Exceeds5yr", + "Description": "The number of E90 Exceedences in the last 5 years." + }, + { + "ColumnName": "E90_EXCEEDS_4YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "435", + "ObjectName": "E90Exceeds4yr", + "Description": "The number of E90 Exceedences in the last 4 years." + }, + { + "ColumnName": "E90_EXCEEDS_3YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "436", + "ObjectName": "E90Exceeds3yr", + "Description": "The number of E90 Exceedences in the last 3 years." + }, + { + "ColumnName": "E90_EXCEEDS_2YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "437", + "ObjectName": "E90Exceeds2yr", + "Description": "The number of E90 Exceedences in the last 2 years." + }, + { + "ColumnName": "E90_EXCEEDS_1YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "438", + "ObjectName": "E90Exceeds1yr", + "Description": "The number of E90 Exceedences in the last year." + }, + { + "ColumnName": "E90_POLLUTANTS_5YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "439", + "ObjectName": "E90Pollutants5yr", + "Description": "The pollutants for the E90 Exceedences in the last 5 years." + }, + { + "ColumnName": "E90_POLLUTANTS_4YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "440", + "ObjectName": "E90Pollutants4yr", + "Description": "The pollutants for the E90 Exceedences in the last 4 years." + }, + { + "ColumnName": "E90_POLLUTANTS_3YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "441", + "ObjectName": "E90Pollutants3yr", + "Description": "The pollutants for the E90 Exceedences in the last 3 years." + }, + { + "ColumnName": "E90_POLLUTANTS_2YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "442", + "ObjectName": "E90Pollutants2yr", + "Description": "The pollutants for the E90 Exceedences in the last 2 years." + }, + { + "ColumnName": "E90_POLLUTANTS_1YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "443", + "ObjectName": "E90Pollutants1yr", + "Description": "The pollutants for the E90 Exceedences in the last year." + }, + { + "ColumnName": "CERTIFIED_DATE", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "444", + "ObjectName": "CertifiedDate", + "Description": "The issue date or effective date of the permit." + }, + { + "ColumnName": "COLLECTION_METHOD", + "DataType": "VARCHAR2", + "DataLength": "750", + "ColumnID": "445", + "ObjectName": "CollectionMethod", + "Description": "??" + }, + { + "ColumnName": "REFERENCE_POINT", + "DataType": "VARCHAR2", + "DataLength": "750", + "ColumnID": "446", + "ObjectName": "ReferencePoint", + "Description": "??" + }, + { + "ColumnName": "CALCULATED_ACCURACY_METERS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "447", + "ObjectName": "CalculatedAccuracyMeters", + "Description": "The estimated accuracy in Meters for the facility's geospatial coordinate." + }, + { + "ColumnName": "VIO_LAST_YEAR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "448", + "ObjectName": "VioLastYear", + "Description": "A flag (values of 1 for Yes, 0 for No) that a Water Program Violation occurred in the last 4 quarters." + }, + { + "ColumnName": "STATE_AUTH_NPDES", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "449", + "ObjectName": "StateAuthNPDES", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for NPDES Facilities." + }, + { + "ColumnName": "STATE_AUTH_FEDFAC", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "450", + "ObjectName": "StateAuthFedfac", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized to regulate Federally owned facilities." + }, + { + "ColumnName": "STATE_AUTH_PRETREAT", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "451", + "ObjectName": "StateAuthPretreat", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Pretreatment Facilities." + }, + { + "ColumnName": "STATE_AUTH_GEN", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "452", + "ObjectName": "StateAuthGen", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for General NPDES Facilities." + }, + { + "ColumnName": "STATE_AUTH_BIOSOLIDS", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "453", + "ObjectName": "StateAuthBiosolids", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Biosolids." + }, + { + "ColumnName": "PERMITTING_AGENCY", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "454", + "ObjectName": "PermittingAgency", + "Description": "This is the type of organization issuing or granting a permit." + }, + { + "ColumnName": "ELECTR_RPT_WAIVER_TYPE_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "455", + "ObjectName": "ElectrRptWaiverTypeCode", + "Description": "The unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part." + }, + { + "ColumnName": "ELECTR_RPT_WAIVER_TYPE_DESC", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "456", + "ObjectName": "ElectrRptWaiverTypeDesc", + "Description": "Description of the unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part." + }, + { + "ColumnName": "ELECTR_RPT_WAIVER_EFF_DATE", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "457", + "ObjectName": "ElectrRptWaiverEffDate", + "Description": "This is the effective date for a waiver from electronic reporting in compliance with this part. This data element should always be populated for a waiver." + }, + { + "ColumnName": "ELECTR_RPT_WAIVER_EXP_DATE", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "458", + "ObjectName": "ElectrRptWaiverExpDate", + "Description": "This is the expiration date for a temporary waiver from electronic reporting in compliance with this part. This data element should be left blank if the permittee has a permanent waiver from electronic reporting or if the permittee does not have a waiver from electronic reporting in compliance with this part." + }, + { + "ColumnName": "ELECTR_SUBMISSION_TYPE_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "459", + "ObjectName": "ElectrSubmissionTypeCode", + "Description": "This is the code indicating the means by which the data were submitted electronically." + }, + { + "ColumnName": "ELECTR_SUBMISSION_TYPE_DESC", + "DataType": "VARCHAR2", + "DataLength": "250", + "ColumnID": "460", + "ObjectName": "ElectrSubmissionTypeDesc", + "Description": "This is the description of the code indicating the means by which the data were submitted electronically." + }, + { + "ColumnName": "AIM_FLAG", + "DataType": "VARCHAR2", + "DataLength": "5", + "ColumnID": "461", + "ObjectName": "AimFlag", + "Description": null + }, + { + "ColumnName": "BIO_AR_FLAG", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "462", + "ObjectName": "BioArFlag", + "Description": null + }, + { + "ColumnName": "WEB_DOCS", + "DataType": "VARCHAR2", + "DataLength": "20", + "ColumnID": "463", + "ObjectName": "WebDocs", + "Description": "Contains flags that identify what web accessible documents are available for the facility." + }, + { + "ColumnName": "SCORE", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "464", "ObjectName": "Score", "Description": null } diff --git a/tests/testthat/api/eff_rest_services.download_effluent_chart-81e3b7.csv b/tests/testthat/api/eff_rest_services.download_effluent_chart-81e3b7.csv index 14b950c..adcf8a2 100644 --- a/tests/testthat/api/eff_rest_services.download_effluent_chart-81e3b7.csv +++ b/tests/testthat/api/eff_rest_services.download_effluent_chart-81e3b7.csv @@ -1,391 +1,391 @@ -activity_id,npdes_id,version_nmbr,perm_feature_id,perm_feature_nmbr,perm_feature_type_code,perm_feature_type_desc,limit_set_id,limit_set_schedule_id,limit_id,limit_type_code,limit_begin_date,limit_end_date,nmbr_of_submission,parameter_code,parameter_desc,monitoring_location_code,monitoring_location_desc,stay_type_code,stay_type_desc,limit_value_id,limit_value_type_code,limit_value_type_desc,limit_value_nmbr,limit_unit_code,limit_unit_desc,standard_unit_code,standard_unit_desc,limit_value_standard_units,statistical_base_code,statistical_base_short_desc,statistical_base_type_code,statistical_base_type_desc,limit_value_qualifier_code,stay_value_nmbr,dmr_event_id,monitoring_period_end_date,dmr_form_value_id,value_type_code,value_type_desc,dmr_value_id,dmr_value_nmbr,dmr_unit_code,dmr_unit_desc,dmr_value_standard_units,dmr_value_qualifier_code,value_received_date,days_late,nodi_code,nodi_desc,exceedence_pct,npdes_violation_id,violation_code,violation_desc,rnc_detection_code,rnc_detection_desc,rnc_detection_date,rnc_resolution_code,rnc_resolution_desc,rnc_resolution_date,violation_severity -3600141707,"TX0124362",4,3600038488,"001","EXO","External Outfall",3600039292,3600047113,3600333124,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600517390,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3611385908,10/31/2019,3768174788,"Q1","Quantity1",3700039735,.463,"03","MGD",.463,"=",12/19/2019,29,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038488,"001","EXO","External Outfall",3600039292,3600047113,3600333124,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600517389,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3611385908,10/31/2019,3768174789,"Q2","Quantity2",3700039737,.7363,"03","MGD",.7363,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038488,"001","EXO","External Outfall",3600039292,3600047113,3600333124,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600517390,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3611385909,11/30/2019,3768174796,"Q1","Quantity1",3702313324,.272,"03","MGD",.272,"=",12/19/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038488,"001","EXO","External Outfall",3600039292,3600047113,3600333124,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600517389,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3611385909,11/30/2019,3768174797,"Q2","Quantity2",3702313326,.545,"03","MGD",.545,"=",12/19/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038488,"001","EXO","External Outfall",3600039292,3600047113,3600333124,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600517389,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3611385910,12/31/2019,3768174805,"Q2","Quantity2",3703886210,.6411,"03","MGD",.6411,"=",01/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038488,"001","EXO","External Outfall",3600039292,3600047113,3600333124,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600517390,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3611385910,12/31/2019,3768174804,"Q1","Quantity1",3703886209,.4989,"03","MGD",.4989,"=",01/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3611385911,01/31/2020,3768174813,"Q2","Quantity2",3709126910,.5077,"03","MGD",.5077,"=",02/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3611385911,01/31/2020,3768174812,"Q1","Quantity1",3709126909,.4419,"03","MGD",.4419,"=",02/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3611385912,02/29/2020,3768174821,"Q2","Quantity2",3710464910,.5389,"03","MGD",.5389,"=",03/16/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3611385912,02/29/2020,3768174820,"Q1","Quantity1",3710464909,.4609,"03","MGD",.4609,"=",03/16/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3611385913,03/31/2020,3768174829,"Q2","Quantity2",3711717273,.6796,"03","MGD",.6796,"=",04/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3611385913,03/31/2020,3768174828,"Q1","Quantity1",3711717271,.4229,"03","MGD",.4229,"=",04/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3611385914,04/30/2020,3768174837,"Q2","Quantity2",3714598676,.7026,"03","MGD",.7026,"=",05/18/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3611385914,04/30/2020,3768174836,"Q1","Quantity1",3714598675,.5128,"03","MGD",.5128,"=",05/18/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3611385915,05/31/2020,3768174845,"Q2","Quantity2",3715931312,.9691,"03","MGD",.9691,"=",06/18/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3611385915,05/31/2020,3768174844,"Q1","Quantity1",3715931311,.5187,"03","MGD",.5187,"=",06/18/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3611385916,06/30/2020,3768174852,"Q1","Quantity1",3717154787,.4884,"03","MGD",.4884,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3611385916,06/30/2020,3768174853,"Q2","Quantity2",3717154788,.5683,"03","MGD",.5683,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3611385917,07/31/2020,3768174861,"Q2","Quantity2",3719150994,.6114,"03","MGD",.6114,"=",08/17/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3611385917,07/31/2020,3768174860,"Q1","Quantity1",3719150992,.491,"03","MGD",.491,"=",08/17/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3611385918,08/31/2020,3768174868,"Q1","Quantity1",3721703403,.5286,"03","MGD",.5286,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3611385918,08/31/2020,3768174869,"Q2","Quantity2",3721703404,.6583,"03","MGD",.6583,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3611385919,09/30/2020,3768174876,"Q1","Quantity1",3723390001,.4289,"03","MGD",.4289,"=",10/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3611385919,09/30/2020,3768174877,"Q2","Quantity2",3723390002,.4971,"03","MGD",.4971,"=",10/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3611385920,10/31/2020,3768174885,"Q2","Quantity2",3726508237,.5813,"03","MGD",.5813,"=",11/16/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3611385920,10/31/2020,3768174884,"Q1","Quantity1",3726508236,.2694,"03","MGD",.2694,"=",11/16/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523872,11/30/2020,3810469835,"Q2","Quantity2",3729621464,.5683,"03","MGD",.5683,"=",12/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523872,11/30/2020,3810469825,"Q1","Quantity1",3729621463,.476,"03","MGD",.476,"=",12/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523881,12/31/2020,3810469932,"Q2","Quantity2",3730988069,.5683,"03","MGD",.5683,"=",01/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523881,12/31/2020,3810469921,"Q1","Quantity1",3730988068,.476,"03","MGD",.476,"=",01/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523887,01/31/2021,3810470037,"Q2","Quantity2",3733227040,.474,"03","MGD",.474,"=",02/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523887,01/31/2021,3810470035,"Q1","Quantity1",3733227039,.4371,"03","MGD",.4371,"=",02/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523890,02/28/2021,3810470143,"Q2","Quantity2",3735742590,.69,"03","MGD",.69,"=",03/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523890,02/28/2021,3810470113,"Q1","Quantity1",3735742589,.4504,"03","MGD",.4504,"=",03/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523898,03/31/2021,3810470223,"Q1","Quantity1",3736862908,.4505,"03","MGD",.4505,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523898,03/31/2021,3810470228,"Q2","Quantity2",3736862909,.5255,"03","MGD",.5255,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523905,04/30/2021,3810470344,"Q1","Quantity1",3741040493,.2443,"03","MGD",.2443,"=",05/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523905,04/30/2021,3810470356,"Q2","Quantity2",3741040494,.5874,"03","MGD",.5874,"=",05/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523908,05/31/2021,3810470449,"Q2","Quantity2",3742788114,.6392,"03","MGD",.6392,"=",06/15/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523908,05/31/2021,3810470444,"Q1","Quantity1",3742788113,.3874,"03","MGD",.3874,"=",06/15/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523921,06/30/2021,3810470597,"Q2","Quantity2",3743718679,.6596,"03","MGD",.6596,"=",07/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523921,06/30/2021,3810470582,"Q1","Quantity1",3743718678,.5434,"03","MGD",.5434,"=",07/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523925,07/31/2021,3810470709,"Q1","Quantity1",3745997964,.5754,"03","MGD",.5754,"=",08/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523925,07/31/2021,3810470767,"Q2","Quantity2",3745997965,.817,"03","MGD",.817,"=",08/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523935,08/31/2021,3810470882,"Q1","Quantity1",3748546882,.5701,"03","MGD",.5701,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523935,08/31/2021,3810470888,"Q2","Quantity2",3748546883,.688,"03","MGD",.688,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523943,09/30/2021,3810471014,"Q2","Quantity2",3749990114,.806,"03","MGD",.806,"=",10/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523943,09/30/2021,3810471012,"Q1","Quantity1",3749990113,.5735,"03","MGD",.5735,"=",10/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523948,10/31/2021,3810471132,"Q2","Quantity2",3753126340,.6772,"03","MGD",.6772,"=",11/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523948,10/31/2021,3810471126,"Q1","Quantity1",3753126339,.4478,"03","MGD",.4478,"=",11/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523958,11/30/2021,3810471292,"Q1","Quantity1",3754257129,.0873,"03","MGD",.0873,"=",12/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523958,11/30/2021,3810471296,"Q2","Quantity2",3754257130,.4061,"03","MGD",.4061,"=",12/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040037,12/31/2021,3817752782,"Q1","Quantity1",3756293354,.0873,"03","MGD",.0873,"=",01/18/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040037,12/31/2021,3817752790,"Q2","Quantity2",3756293356,.4061,"03","MGD",.4061,"=",01/18/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040044,01/31/2022,3817752838,"Q2","Quantity2",3758753391,.2297,"03","MGD",.2297,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040044,01/31/2022,3817752836,"Q1","Quantity1",3758753390,.0735,"03","MGD",.0735,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040046,02/28/2022,3817752884,"Q2","Quantity2",3762561840,.5325,"03","MGD",.5325,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040046,02/28/2022,3817752879,"Q1","Quantity1",3762561838,.3403,"03","MGD",.3403,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040052,03/31/2022,3817752952,"Q1","Quantity1",3763916616,.4699,"03","MGD",.4699,"=",04/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040052,03/31/2022,3817752955,"Q2","Quantity2",3763916617,.6292,"03","MGD",.6292,"=",04/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040055,04/30/2022,3817752995,"Q2","Quantity2",3767253776,.6276,"03","MGD",.6276,"=",05/17/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040055,04/30/2022,3817752994,"Q1","Quantity1",3767253771,.5037,"03","MGD",.5037,"=",05/17/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040057,05/31/2022,3817753050,"Q2","Quantity2",3768710214,.6224,"03","MGD",.6224,"=",06/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040057,05/31/2022,3817753048,"Q1","Quantity1",3768710212,.5566,"03","MGD",.5566,"=",06/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040062,06/30/2022,3817753132,"Q1","Quantity1",3770144923,.6428,"03","MGD",.6428,"=",07/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040062,06/30/2022,3817753134,"Q2","Quantity2",3770144924,.779,"03","MGD",.779,"=",07/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040065,07/31/2022,3817753162,"Q1","Quantity1",3773617837,.6678,"03","MGD",.6678,"=",08/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040065,07/31/2022,3817753164,"Q2","Quantity2",3773617838,.8803,"03","MGD",.8803,"=",08/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040068,08/31/2022,3817753223,"Q1","Quantity1",3774839311,.712,"03","MGD",.712,"=",09/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040068,08/31/2022,3817753225,"Q2","Quantity2",3774839313,.876,"03","MGD",.876,"=",09/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040075,09/30/2022,3817753271,"Q2","Quantity2",3776374576,.7188,"03","MGD",.7188,"=",10/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040075,09/30/2022,3817753268,"Q1","Quantity1",3776374572,.61,"03","MGD",.61,"=",10/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040078,10/31/2022,3817753294,"Q2","Quantity2",3779605692,.7361,"03","MGD",.7361,"=",11/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040078,10/31/2022,3817753291,"Q1","Quantity1",3779605691,.5948,"03","MGD",.5948,"=",11/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040080,11/30/2022,3817753357,"Q2","Quantity2",3781224816,.477,"03","MGD",.477,"=",12/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040080,11/30/2022,3817753353,"Q1","Quantity1",3781224815,.2381,"03","MGD",.2381,"=",12/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040084,12/31/2022,3817753393,"Q1","Quantity1",3782924906,.5948,"03","MGD",.5948,"=",01/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040084,12/31/2022,3817753395,"Q2","Quantity2",3782924907,.7361,"03","MGD",.7361,"=",01/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038489,"101","INO","Internal Outfall",3600039293,3600047114,3600333125,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517392,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385922,10/31/2019,3768174890,"Q1","Quantity1",3700039482,,"","",,"",11/13/2019,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038489,"101","INO","Internal Outfall",3600039293,3600047114,3600333125,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517391,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385922,10/31/2019,3768174891,"Q2","Quantity2",3700039483,,"","",,"",11/13/2019,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038489,"101","INO","Internal Outfall",3600039293,3600047114,3600333125,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517392,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385923,11/30/2019,3768174892,"Q1","Quantity1",3702313247,,"","",,"",12/17/2019,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038489,"101","INO","Internal Outfall",3600039293,3600047114,3600333125,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517391,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385923,11/30/2019,3768174893,"Q2","Quantity2",3702313248,,"","",,"",12/17/2019,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038489,"101","INO","Internal Outfall",3600039293,3600047114,3600333125,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517391,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385924,12/31/2019,3768174895,"Q2","Quantity2",3703886204,0,"03","MGD",0,"=",01/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038489,"101","INO","Internal Outfall",3600039293,3600047114,3600333125,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517392,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385924,12/31/2019,3768174894,"Q1","Quantity1",3703886203,0,"03","MGD",0,"=",01/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385925,01/31/2020,3768174896,"Q1","Quantity1",3709127161,,"","",,"",02/14/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385925,01/31/2020,3768174897,"Q2","Quantity2",3709127162,,"","",,"",02/14/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385926,02/29/2020,3768174898,"Q1","Quantity1",3710464917,,"","",,"",03/16/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385926,02/29/2020,3768174899,"Q2","Quantity2",3710464918,,"","",,"",03/16/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385927,03/31/2020,3768174901,"Q2","Quantity2",3711717304,,"","",,"",04/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385927,03/31/2020,3768174900,"Q1","Quantity1",3711717303,,"","",,"",04/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385928,04/30/2020,3768174902,"Q1","Quantity1",3714598574,,"","",,"",05/18/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385928,04/30/2020,3768174903,"Q2","Quantity2",3714598575,,"","",,"",05/18/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385929,05/31/2020,3768174904,"Q1","Quantity1",3715931391,,"","",,"",06/18/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385929,05/31/2020,3768174905,"Q2","Quantity2",3715931393,,"","",,"",06/18/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385930,06/30/2020,3768174906,"Q1","Quantity1",3717154678,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385930,06/30/2020,3768174907,"Q2","Quantity2",3717154679,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385931,07/31/2020,3768174908,"Q1","Quantity1",3719150859,,"","",,"",08/17/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385931,07/31/2020,3768174909,"Q2","Quantity2",3719150860,,"","",,"",08/17/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385932,08/31/2020,3768174911,"Q2","Quantity2",3721703378,,"","",,"",09/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385932,08/31/2020,3768174910,"Q1","Quantity1",3721703377,,"","",,"",09/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385933,09/30/2020,3768174912,"Q1","Quantity1",3723390053,,"","",,"",10/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385933,09/30/2020,3768174913,"Q2","Quantity2",3723390054,,"","",,"",10/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385934,10/31/2020,3768174915,"Q2","Quantity2",3726508233,,"","",,"",11/16/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385934,10/31/2020,3768174914,"Q1","Quantity1",3726508232,,"","",,"",11/16/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523966,11/30/2020,3810471390,"Q2","Quantity2",3729621353,,"","",,"",12/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523966,11/30/2020,3810471385,"Q1","Quantity1",3729621352,,"","",,"",12/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523969,12/31/2020,3810471406,"Q1","Quantity1",3730988118,,"","",,"",01/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523969,12/31/2020,3810471410,"Q2","Quantity2",3730988120,,"","",,"",01/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523970,01/31/2021,3810471440,"Q2","Quantity2",3733227022,,"","",,"",02/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523970,01/31/2021,3810471432,"Q1","Quantity1",3733227021,,"","",,"",02/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523977,02/28/2021,3810471464,"Q1","Quantity1",3735742585,,"","",,"",03/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523977,02/28/2021,3810471471,"Q2","Quantity2",3735742586,,"","",,"",03/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523978,03/31/2021,3810471514,"Q1","Quantity1",3736862898,,"","",,"",04/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523978,03/31/2021,3810471533,"Q2","Quantity2",3736862899,,"","",,"",04/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523981,04/30/2021,3810471542,"Q1","Quantity1",3741040486,,"","",,"",05/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523981,04/30/2021,3810471543,"Q2","Quantity2",3741040487,,"","",,"",05/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523982,05/31/2021,3810471562,"Q2","Quantity2",3742788080,,"","",,"",06/15/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523982,05/31/2021,3810471554,"Q1","Quantity1",3742788079,,"","",,"",06/15/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523984,06/30/2021,3810471595,"Q1","Quantity1",3743718632,,"","",,"",07/12/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523984,06/30/2021,3810471598,"Q2","Quantity2",3743718633,,"","",,"",07/12/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523987,07/31/2021,3810471623,"Q1","Quantity1",3746004959,,"","",,"",08/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523987,07/31/2021,3810471627,"Q2","Quantity2",3746004960,,"","",,"",08/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523989,08/31/2021,3810471656,"Q2","Quantity2",3748546889,,"","",,"",09/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523989,08/31/2021,3810471655,"Q1","Quantity1",3748546888,,"","",,"",09/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523990,09/30/2021,3810471684,"Q1","Quantity1",3749990129,,"","",,"",10/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523990,09/30/2021,3810471695,"Q2","Quantity2",3749990130,,"","",,"",10/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523994,10/31/2021,3810471717,"Q1","Quantity1",3753126263,,"","",,"",11/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523994,10/31/2021,3810471725,"Q2","Quantity2",3753126264,,"","",,"",11/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523997,11/30/2021,3810471750,"Q1","Quantity1",3754257135,,"","",,"",12/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523997,11/30/2021,3810471759,"Q2","Quantity2",3754257136,,"","",,"",12/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040284,12/31/2021,3817756030,"Q1","Quantity1",3756293329,,"","",,"",01/18/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040284,12/31/2021,3817756038,"Q2","Quantity2",3756293330,,"","",,"",01/18/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040285,01/31/2022,3817756048,"Q2","Quantity2",3758753387,,"","",,"",02/09/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040285,01/31/2022,3817756044,"Q1","Quantity1",3758753386,,"","",,"",02/09/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040286,02/28/2022,3817756053,"Q1","Quantity1",3762561689,,"","",,"",03/15/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040286,02/28/2022,3817756057,"Q2","Quantity2",3762561690,,"","",,"",03/15/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040287,03/31/2022,3817756063,"Q1","Quantity1",3763916623,,"","",,"",04/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040287,03/31/2022,3817756065,"Q2","Quantity2",3763916625,,"","",,"",04/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040289,04/30/2022,3817756076,"Q1","Quantity1",3767253866,,"","",,"",05/17/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040289,04/30/2022,3817756078,"Q2","Quantity2",3767253869,,"","",,"",05/17/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040290,05/31/2022,3817756084,"Q1","Quantity1",3768710175,,"","",,"",06/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040290,05/31/2022,3817756092,"Q2","Quantity2",3768710176,,"","",,"",06/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040292,06/30/2022,3817756099,"Q1","Quantity1",3770144933,,"","",,"",07/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040292,06/30/2022,3817756101,"Q2","Quantity2",3770144934,,"","",,"",07/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040293,07/31/2022,3817756110,"Q2","Quantity2",3773617896,,"","",,"",08/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040293,07/31/2022,3817756109,"Q1","Quantity1",3773617895,,"","",,"",08/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040294,08/31/2022,3817756117,"Q2","Quantity2",3774839292,,"","",,"",09/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040294,08/31/2022,3817756115,"Q1","Quantity1",3774839291,,"","",,"",09/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040296,09/30/2022,3817756125,"Q2","Quantity2",3776374611,,"","",,"",10/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040296,09/30/2022,3817756123,"Q1","Quantity1",3776374610,,"","",,"",10/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040297,10/31/2022,3817756134,"Q2","Quantity2",3779605651,,"","",,"",11/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040297,10/31/2022,3817756133,"Q1","Quantity1",3779605650,,"","",,"",11/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040299,11/30/2022,3817756139,"Q1","Quantity1",3781224819,,"","",,"",12/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040299,11/30/2022,3817756142,"Q2","Quantity2",3781224820,,"","",,"",12/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040300,12/31/2022,3817756147,"Q1","Quantity1",3782924932,,"","",,"",01/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040300,12/31/2022,3817756149,"Q2","Quantity2",3782924933,,"","",,"",01/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038490,"201","INO","Internal Outfall",3600039294,3600047115,3600333130,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517401,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385936,10/31/2019,3768174935,"Q2","Quantity2",3700039652,,"","",,"",11/13/2019,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038490,"201","INO","Internal Outfall",3600039294,3600047115,3600333130,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517402,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385936,10/31/2019,3768174934,"Q1","Quantity1",3700039651,,"","",,"",11/13/2019,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038490,"201","INO","Internal Outfall",3600039294,3600047115,3600333130,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517401,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385937,11/30/2019,3768174945,"Q2","Quantity2",3702313343,,"","",,"",12/17/2019,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038490,"201","INO","Internal Outfall",3600039294,3600047115,3600333130,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517402,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385937,11/30/2019,3768174944,"Q1","Quantity1",3702313342,,"","",,"",12/17/2019,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038490,"201","INO","Internal Outfall",3600039294,3600047115,3600333130,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517401,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385938,12/31/2019,3768174955,"Q2","Quantity2",3703886419,0,"03","MGD",0,"=",01/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038490,"201","INO","Internal Outfall",3600039294,3600047115,3600333130,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517402,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385938,12/31/2019,3768174954,"Q1","Quantity1",3703886418,0,"03","MGD",0,"=",01/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385940,01/31/2020,3768174975,"Q2","Quantity2",3709127001,,"","",,"",02/14/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385940,01/31/2020,3768174973,"Q1","Quantity1",3709127000,,"","",,"",02/14/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385942,02/29/2020,3768174995,"Q1","Quantity1",3710464965,,"","",,"",03/16/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385942,02/29/2020,3768174996,"Q2","Quantity2",3710464967,,"","",,"",03/16/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385945,03/31/2020,3768175017,"Q2","Quantity2",3711717262,,"","",,"",04/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385945,03/31/2020,3768175015,"Q1","Quantity1",3711717261,,"","",,"",04/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385947,04/30/2020,3768175040,"Q1","Quantity1",3714598648,,"","",,"",05/18/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385947,04/30/2020,3768175044,"Q2","Quantity2",3714598649,,"","",,"",05/18/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385950,05/31/2020,3768175086,"Q2","Quantity2",3715931428,,"","",,"",06/18/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385950,05/31/2020,3768175083,"Q1","Quantity1",3715931427,,"","",,"",06/18/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385955,06/30/2020,3768175108,"Q1","Quantity1",3717154793,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385955,06/30/2020,3768175116,"Q2","Quantity2",3717154794,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385960,07/31/2020,3768175173,"Q2","Quantity2",3719150899,,"","",,"",08/17/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385960,07/31/2020,3768175172,"Q1","Quantity1",3719150898,,"","",,"",08/17/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385968,08/31/2020,3768175223,"Q1","Quantity1",3721703385,,"","",,"",09/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385968,08/31/2020,3768175225,"Q2","Quantity2",3721703386,,"","",,"",09/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385973,09/30/2020,3768175314,"Q2","Quantity2",3723390060,,"","",,"",10/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385973,09/30/2020,3768175310,"Q1","Quantity1",3723390059,,"","",,"",10/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611385983,10/31/2020,3768175365,"Q1","Quantity1",3726508269,,"","",,"",11/16/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611385983,10/31/2020,3768175370,"Q2","Quantity2",3726508271,,"","",,"",11/16/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524005,11/30/2020,3810472015,"Q2","Quantity2",3729621145,,"","",,"",12/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524005,11/30/2020,3810471994,"Q1","Quantity1",3729621144,,"","",,"",12/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524012,12/31/2020,3810472150,"Q1","Quantity1",3730988121,,"","",,"",01/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524012,12/31/2020,3810472157,"Q2","Quantity2",3730988122,,"","",,"",01/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524021,01/31/2021,3810472282,"Q2","Quantity2",3733227032,,"","",,"",02/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524021,01/31/2021,3810472279,"Q1","Quantity1",3733227029,,"","",,"",02/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524030,02/28/2021,3810472419,"Q1","Quantity1",3735742469,,"","",,"",03/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524030,02/28/2021,3810472422,"Q2","Quantity2",3735742471,,"","",,"",03/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524037,03/31/2021,3810472502,"Q2","Quantity2",3736862945,,"","",,"",04/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524037,03/31/2021,3810472494,"Q1","Quantity1",3736862943,,"","",,"",04/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524045,04/30/2021,3810472619,"Q1","Quantity1",3741040509,,"","",,"",05/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524045,04/30/2021,3810472634,"Q2","Quantity2",3741040511,,"","",,"",05/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524053,05/31/2021,3810472764,"Q2","Quantity2",3742788131,,"","",,"",06/15/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524053,05/31/2021,3810472759,"Q1","Quantity1",3742788130,,"","",,"",06/15/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524060,06/30/2021,3810472881,"Q1","Quantity1",3743718647,,"","",,"",07/12/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524060,06/30/2021,3810472886,"Q2","Quantity2",3743718649,,"","",,"",07/12/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524068,07/31/2021,3810473005,"Q2","Quantity2",3746004964,,"","",,"",08/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524068,07/31/2021,3810473000,"Q1","Quantity1",3746004963,,"","",,"",08/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524075,08/31/2021,3810473110,"Q1","Quantity1",3748546901,,"","",,"",09/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524075,08/31/2021,3810473117,"Q2","Quantity2",3748546902,,"","",,"",09/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524084,09/30/2021,3810473254,"Q2","Quantity2",3749990167,,"","",,"",10/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524084,09/30/2021,3810473234,"Q1","Quantity1",3749990166,,"","",,"",10/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524093,10/31/2021,3810473434,"Q1","Quantity1",3753126378,,"","",,"",11/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524093,10/31/2021,3810473448,"Q2","Quantity2",3753126381,,"","",,"",11/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524113,11/30/2021,3810473579,"Q2","Quantity2",3754257144,,"","",,"",12/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524113,11/30/2021,3810473575,"Q1","Quantity1",3754257143,,"","",,"",12/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040408,12/31/2021,3817757048,"Q1","Quantity1",3756293346,,"","",,"",01/18/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040408,12/31/2021,3817757050,"Q2","Quantity2",3756293347,,"","",,"",01/18/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040414,01/31/2022,3817757152,"Q2","Quantity2",3758753504,,"","",,"",02/09/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040414,01/31/2022,3817757148,"Q1","Quantity1",3758753503,,"","",,"",02/09/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040427,02/28/2022,3817757243,"Q1","Quantity1",3762561782,,"","",,"",03/15/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040427,02/28/2022,3817757246,"Q2","Quantity2",3762561783,,"","",,"",03/15/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040438,03/31/2022,3817757316,"Q2","Quantity2",3763916718,,"","",,"",04/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040438,03/31/2022,3817757313,"Q1","Quantity1",3763916717,,"","",,"",04/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040445,04/30/2022,3817757412,"Q1","Quantity1",3767253856,,"","",,"",05/17/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040445,04/30/2022,3817757413,"Q2","Quantity2",3767253857,,"","",,"",05/17/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040455,05/31/2022,3817757538,"Q2","Quantity2",3768710202,,"","",,"",06/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040455,05/31/2022,3817757534,"Q1","Quantity1",3768710198,,"","",,"",06/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040463,06/30/2022,3817757628,"Q1","Quantity1",3770144959,,"","",,"",07/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040463,06/30/2022,3817757637,"Q2","Quantity2",3770144960,,"","",,"",07/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040470,07/31/2022,3817757720,"Q2","Quantity2",3773617853,,"","",,"",08/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040470,07/31/2022,3817757711,"Q1","Quantity1",3773617852,,"","",,"",08/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040482,08/31/2022,3817757766,"Q1","Quantity1",3774839273,,"","",,"",09/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040482,08/31/2022,3817757770,"Q2","Quantity2",3774839274,,"","",,"",09/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040486,09/30/2022,3817757892,"Q2","Quantity2",3776374558,,"","",,"",10/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040486,09/30/2022,3817757886,"Q1","Quantity1",3776374557,,"","",,"",10/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040498,10/31/2022,3817757981,"Q1","Quantity1",3779605739,,"","",,"",11/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040498,10/31/2022,3817757984,"Q2","Quantity2",3779605741,,"","",,"",11/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040509,11/30/2022,3817758078,"Q2","Quantity2",3781233732,,"","",,"",12/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040509,11/30/2022,3817758070,"Q1","Quantity1",3781233731,,"","",,"",12/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040517,12/31/2022,3817758145,"Q1","Quantity1",3782924948,,"","",,"",01/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040517,12/31/2022,3817758148,"Q2","Quantity2",3782924949,,"","",,"",01/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038491,"301","INO","Internal Outfall",3600039295,3600047116,3600333133,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517408,"Q1","Quantity1",.3,"03","MGD","03","MGD",.3,"DB","DAILY AV","AVG","Average","<=",,3611386000,10/31/2019,3768175533,"Q1","Quantity1",3700039605,.0048,"03","MGD",.0048,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038491,"301","INO","Internal Outfall",3600039295,3600047116,3600333133,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517407,"Q2","Quantity2",.51,"03","MGD","03","MGD",.51,"DD","DAILY MX","MAX","Maximum","<=",,3611386000,10/31/2019,3768175540,"Q2","Quantity2",3700039606,.0354,"03","MGD",.0354,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038491,"301","INO","Internal Outfall",3600039295,3600047116,3600333133,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517407,"Q2","Quantity2",.51,"03","MGD","03","MGD",.51,"DD","DAILY MX","MAX","Maximum","<=",,3611386004,11/30/2019,3768175570,"Q2","Quantity2",3702313355,.0495,"03","MGD",.0495,"=",12/17/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038491,"301","INO","Internal Outfall",3600039295,3600047116,3600333133,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517408,"Q1","Quantity1",.3,"03","MGD","03","MGD",.3,"DB","DAILY AV","AVG","Average","<=",,3611386004,11/30/2019,3768175566,"Q1","Quantity1",3702313354,.0048,"03","MGD",.0048,"=",12/17/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038491,"301","INO","Internal Outfall",3600039295,3600047116,3600333133,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517408,"Q1","Quantity1",.3,"03","MGD","03","MGD",.3,"DB","DAILY AV","AVG","Average","<=",,3611386007,12/31/2019,3768175633,"Q1","Quantity1",3703886253,.002,"03","MGD",.002,"=",01/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038491,"301","INO","Internal Outfall",3600039295,3600047116,3600333133,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517407,"Q2","Quantity2",.51,"03","MGD","03","MGD",.51,"DD","DAILY MX","MAX","Maximum","<=",,3611386007,12/31/2019,3768175634,"Q2","Quantity2",3703886254,.003,"03","MGD",.003,"=",01/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386012,01/31/2020,3768175697,"Q2","Quantity2",3709127043,.0111,"03","MGD",.0111,"=",02/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386012,01/31/2020,3768175691,"Q1","Quantity1",3709127040,.0013,"03","MGD",.0013,"=",02/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386017,02/29/2020,3768175752,"Q1","Quantity1",3710465002,.0006,"03","MGD",.0006,"=",03/16/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386017,02/29/2020,3768175756,"Q2","Quantity2",3710465003,.0057,"03","MGD",.0057,"=",03/16/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386022,03/31/2020,3768175837,"Q2","Quantity2",3711717329,.0147,"03","MGD",.0147,"=",04/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386022,03/31/2020,3768175827,"Q1","Quantity1",3711717328,.0023,"03","MGD",.0023,"=",04/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386027,04/30/2020,3768175887,"Q1","Quantity1",3714598861,.0018,"03","MGD",.0018,"=",05/18/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386027,04/30/2020,3768175891,"Q2","Quantity2",3714598862,.0231,"03","MGD",.0231,"=",05/18/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386032,05/31/2020,3768175937,"Q2","Quantity2",3715931436,.0348,"03","MGD",.0348,"=",06/18/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386032,05/31/2020,3768175935,"Q1","Quantity1",3715931435,.0052,"03","MGD",.0052,"=",06/18/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386036,06/30/2020,3768175991,"Q1","Quantity1",3717154722,.0054,"03","MGD",.0054,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386036,06/30/2020,3768175996,"Q2","Quantity2",3717154723,.0054,"03","MGD",.0054,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386040,07/31/2020,3768176040,"Q2","Quantity2",3719150962,.114,"03","MGD",.114,"=",08/17/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386040,07/31/2020,3768176038,"Q1","Quantity1",3719150961,.0014,"03","MGD",.0014,"=",08/17/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386041,08/31/2020,3768176081,"Q1","Quantity1",3721707242,.0002,"03","MGD",.0002,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386041,08/31/2020,3768176085,"Q2","Quantity2",3721707243,.0033,"03","MGD",.0033,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386044,09/30/2020,3768176148,"Q2","Quantity2",3723390052,.0234,"03","MGD",.0234,"=",10/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386044,09/30/2020,3768176144,"Q1","Quantity1",3723390051,.0017,"03","MGD",.0017,"=",10/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386049,10/31/2020,3768176211,"Q1","Quantity1",3726508326,.0051,"03","MGD",.0051,"=",11/16/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386049,10/31/2020,3768176218,"Q2","Quantity2",3726508327,.0264,"03","MGD",.0264,"=",11/16/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524136,11/30/2020,3810473727,"Q2","Quantity2",3729621307,.0051,"03","MGD",.0051,"=",12/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524136,11/30/2020,3810473719,"Q1","Quantity1",3729621306,.0009,"03","MGD",.0009,"=",12/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524142,12/31/2020,3810473798,"Q1","Quantity1",3730988089,.0009,"03","MGD",.0009,"=",01/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524142,12/31/2020,3810473799,"Q2","Quantity2",3730988090,.0051,"03","MGD",.0051,"=",01/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524143,01/31/2021,3810473876,"Q2","Quantity2",3733227026,.0117,"03","MGD",.0117,"=",02/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524143,01/31/2021,3810473873,"Q1","Quantity1",3733227025,.0028,"03","MGD",.0028,"=",02/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524148,02/28/2021,3810473932,"Q1","Quantity1",3735742576,.0069,"03","MGD",.0069,"=",03/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524148,02/28/2021,3810473936,"Q2","Quantity2",3735742577,.0873,"03","MGD",.0873,"=",03/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524149,03/31/2021,3810473993,"Q2","Quantity2",3736862919,.0225,"03","MGD",.0225,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524149,03/31/2021,3810473980,"Q1","Quantity1",3736862918,.003,"03","MGD",.003,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524155,04/30/2021,3810474040,"Q1","Quantity1",3741040588,.0059,"03","MGD",.0059,"=",05/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524155,04/30/2021,3810474046,"Q2","Quantity2",3741040589,.0462,"03","MGD",.0462,"=",05/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524158,05/31/2021,3810474111,"Q2","Quantity2",3742788110,.0324,"03","MGD",.0324,"=",06/15/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524158,05/31/2021,3810474102,"Q1","Quantity1",3742788109,.0086,"03","MGD",.0086,"=",06/15/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524161,06/30/2021,3810474137,"Q1","Quantity1",3743718662,.0042,"03","MGD",.0042,"=",07/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524161,06/30/2021,3810474146,"Q2","Quantity2",3743718663,.0222,"03","MGD",.0222,"=",07/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524163,07/31/2021,3810474201,"Q2","Quantity2",3746004954,.0111,"03","MGD",.0111,"=",08/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524163,07/31/2021,3810474182,"Q1","Quantity1",3746004953,.0039,"03","MGD",.0039,"=",08/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524167,08/31/2021,3810474328,"Q1","Quantity1",3748546904,.0052,"03","MGD",.0052,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524167,08/31/2021,3810474344,"Q2","Quantity2",3748546906,.0237,"03","MGD",.0237,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524172,09/30/2021,3810474389,"Q2","Quantity2",3749990163,.0798,"03","MGD",.0798,"=",10/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524172,09/30/2021,3810474384,"Q1","Quantity1",3749990162,.0051,"03","MGD",.0051,"=",10/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524179,10/31/2021,3810474486,"Q1","Quantity1",3753126288,.0037,"03","MGD",.0037,"=",11/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524179,10/31/2021,3810474487,"Q2","Quantity2",3753126289,.0378,"03","MGD",.0378,"=",11/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524183,11/30/2021,3810474577,"Q2","Quantity2",3754257176,.0261,"03","MGD",.0261,"=",12/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524183,11/30/2021,3810474575,"Q1","Quantity1",3754257175,.0075,"03","MGD",.0075,"=",12/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040765,12/31/2021,3817761140,"Q1","Quantity1",3756293335,.0075,"03","MGD",.0075,"=",01/18/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040765,12/31/2021,3817761145,"Q2","Quantity2",3756293336,.0261,"03","MGD",.0261,"=",01/18/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040771,01/31/2022,3817761181,"Q2","Quantity2",3758753458,.1071,"03","MGD",.1071,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040771,01/31/2022,3817761179,"Q1","Quantity1",3758753454,.0191,"03","MGD",.0191,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040773,02/28/2022,3817761207,"Q1","Quantity1",3762561769,.0085,"03","MGD",.0085,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040773,02/28/2022,3817761209,"Q2","Quantity2",3762561770,.0456,"03","MGD",.0456,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040777,03/31/2022,3817761262,"Q2","Quantity2",3763916785,.0114,"03","MGD",.0114,"=",04/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040777,03/31/2022,3817761260,"Q1","Quantity1",3763916784,.0018,"03","MGD",.0018,"=",04/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040788,04/30/2022,3817761285,"Q1","Quantity1",3767253693,.0022,"03","MGD",.0022,"=",05/17/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040788,04/30/2022,3817761289,"Q2","Quantity2",3767253694,.018,"03","MGD",.018,"=",05/17/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040790,05/31/2022,3817761321,"Q2","Quantity2",3768710182,.135,"03","MGD",.135,"=",06/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040790,05/31/2022,3817761320,"Q1","Quantity1",3768710180,.0051,"03","MGD",.0051,"=",06/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040793,06/30/2022,3817761346,"Q1","Quantity1",3770144965,.005,"03","MGD",.005,"=",07/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040793,06/30/2022,3817761357,"Q2","Quantity2",3770144966,.0075,"03","MGD",.0075,"=",07/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040798,07/31/2022,3817761389,"Q2","Quantity2",3773617774,.009,"03","MGD",.009,"=",08/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040798,07/31/2022,3817761385,"Q1","Quantity1",3773617773,.0047,"03","MGD",.0047,"=",08/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040802,08/31/2022,3817761407,"Q1","Quantity1",3774839287,.0052,"03","MGD",.0052,"=",09/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040802,08/31/2022,3817761418,"Q2","Quantity2",3774839289,.0144,"03","MGD",.0144,"=",09/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040808,09/30/2022,3817761446,"Q2","Quantity2",3776374599,.0069,"03","MGD",.0069,"=",10/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040808,09/30/2022,3817761438,"Q1","Quantity1",3776374597,.0037,"03","MGD",.0037,"=",10/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040812,10/31/2022,3817761490,"Q1","Quantity1",3779605744,.0049,"03","MGD",.0049,"=",11/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040812,10/31/2022,3817761494,"Q2","Quantity2",3779605746,.0084,"03","MGD",.0084,"=",11/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040815,11/30/2022,3817761511,"Q2","Quantity2",3781233668,.0375,"03","MGD",.0375,"=",12/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040815,11/30/2022,3817761508,"Q1","Quantity1",3781233667,.0116,"03","MGD",.0116,"=",12/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040817,12/31/2022,3817761546,"Q1","Quantity1",3782924934,.0049,"03","MGD",.0049,"=",01/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040817,12/31/2022,3817761554,"Q2","Quantity2",3782924935,.0084,"03","MGD",.0084,"=",01/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038492,"401","INO","Internal Outfall",3600039296,3600047117,3600333134,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517410,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386059,10/31/2019,3768176324,"Q1","Quantity1",3700039521,,"","",,"",11/13/2019,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038492,"401","INO","Internal Outfall",3600039296,3600047117,3600333134,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517409,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386059,10/31/2019,3768176327,"Q2","Quantity2",3700039523,,"","",,"",11/13/2019,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038492,"401","INO","Internal Outfall",3600039296,3600047117,3600333134,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517409,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386064,11/30/2019,3768176350,"Q2","Quantity2",3702313357,,"","",,"",12/17/2019,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038492,"401","INO","Internal Outfall",3600039296,3600047117,3600333134,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517410,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386064,11/30/2019,3768176343,"Q1","Quantity1",3702313356,,"","",,"",12/17/2019,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038492,"401","INO","Internal Outfall",3600039296,3600047117,3600333134,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517410,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386065,12/31/2019,3768176381,"Q1","Quantity1",3703886227,0,"03","MGD",0,"=",01/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600141707,"TX0124362",4,3600038492,"401","INO","Internal Outfall",3600039296,3600047117,3600333134,"ENF",06/01/2015,09/01/2019,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3600517409,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386065,12/31/2019,3768176385,"Q2","Quantity2",3703886228,0,"03","MGD",0,"=",01/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386067,01/31/2020,3768176430,"Q1","Quantity1",3709127091,,"","",,"",02/14/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386067,01/31/2020,3768176433,"Q2","Quantity2",3709127092,,"","",,"",02/14/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386070,02/29/2020,3768176453,"Q2","Quantity2",3710464978,,"","",,"",03/16/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386070,02/29/2020,3768176442,"Q1","Quantity1",3710464977,,"","",,"",03/16/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386073,03/31/2020,3768176460,"Q1","Quantity1",3711717269,,"","",,"",04/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386073,03/31/2020,3768176470,"Q2","Quantity2",3711717270,,"","",,"",04/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386076,04/30/2020,3768176497,"Q2","Quantity2",3714598740,,"","",,"",05/18/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386076,04/30/2020,3768176477,"Q1","Quantity1",3714598739,,"","",,"",05/18/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386077,05/31/2020,3768176506,"Q1","Quantity1",3715931431,,"","",,"",06/18/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386077,05/31/2020,3768176508,"Q2","Quantity2",3715931432,,"","",,"",06/18/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386078,06/30/2020,3768176527,"Q2","Quantity2",3717154706,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386078,06/30/2020,3768176522,"Q1","Quantity1",3717154705,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386080,07/31/2020,3768176549,"Q1","Quantity1",3719150843,,"","",,"",08/17/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386080,07/31/2020,3768176553,"Q2","Quantity2",3719150844,,"","",,"",08/17/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386083,08/31/2020,3768176583,"Q2","Quantity2",3721707268,,"","",,"",09/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386083,08/31/2020,3768176582,"Q1","Quantity1",3721707265,,"","",,"",09/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386088,09/30/2020,3768176595,"Q1","Quantity1",3723390033,,"","",,"",10/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386088,09/30/2020,3768176607,"Q2","Quantity2",3723390034,,"","",,"",10/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3611386089,10/31/2020,3768176637,"Q2","Quantity2",3726508331,,"","",,"",11/16/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3611386089,10/31/2020,3768176626,"Q1","Quantity1",3726508330,,"","",,"",11/16/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524193,11/30/2020,3810474726,"Q1","Quantity1",3729621459,,"","",,"",12/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524193,11/30/2020,3810474747,"Q2","Quantity2",3729621460,,"","",,"",12/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524195,12/31/2020,3810474762,"Q2","Quantity2",3730988124,,"","",,"",01/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524195,12/31/2020,3810474758,"Q1","Quantity1",3730988123,,"","",,"",01/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524197,01/31/2021,3810474838,"Q1","Quantity1",3733227019,,"","",,"",02/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524197,01/31/2021,3810474839,"Q2","Quantity2",3733227020,,"","",,"",02/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524200,02/28/2021,3810474865,"Q2","Quantity2",3735742588,,"","",,"",03/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524200,02/28/2021,3810474853,"Q1","Quantity1",3735742587,,"","",,"",03/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524202,03/31/2021,3810474900,"Q1","Quantity1",3736862986,,"","",,"",04/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524202,03/31/2021,3810474915,"Q2","Quantity2",3736862987,,"","",,"",04/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524206,04/30/2021,3810474975,"Q2","Quantity2",3741040638,,"","",,"",05/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524206,04/30/2021,3810474968,"Q1","Quantity1",3741040637,,"","",,"",05/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524213,05/31/2021,3810474999,"Q1","Quantity1",3742788059,,"","",,"",06/15/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524213,05/31/2021,3810475015,"Q2","Quantity2",3742788060,,"","",,"",06/15/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524216,06/30/2021,3810475038,"Q2","Quantity2",3743718635,,"","",,"",07/12/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524216,06/30/2021,3810475033,"Q1","Quantity1",3743718634,,"","",,"",07/12/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524218,07/31/2021,3810475056,"Q1","Quantity1",3746004934,,"","",,"",08/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524218,07/31/2021,3810475057,"Q2","Quantity2",3746004935,,"","",,"",08/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524221,08/31/2021,3810475114,"Q2","Quantity2",3748546891,,"","",,"",09/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524221,08/31/2021,3810475102,"Q1","Quantity1",3748546890,,"","",,"",09/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524223,09/30/2021,3810475126,"Q1","Quantity1",3749990187,,"","",,"",10/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524223,09/30/2021,3810475129,"Q2","Quantity2",3749990188,,"","",,"",10/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524225,10/31/2021,3810475170,"Q2","Quantity2",3753126255,,"","",,"",11/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524225,10/31/2021,3810475165,"Q1","Quantity1",3753126254,,"","",,"",11/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524226,11/30/2021,3810475185,"Q1","Quantity1",3754257149,,"","",,"",12/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524226,11/30/2021,3810475190,"Q2","Quantity2",3754257150,,"","",,"",12/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040975,12/31/2021,3817763570,"Q2","Quantity2",3756293405,,"","",,"",01/18/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040975,12/31/2021,3817763568,"Q1","Quantity1",3756293403,,"","",,"",01/18/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040976,01/31/2022,3817763578,"Q1","Quantity1",3758753517,,"","",,"",02/09/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040976,01/31/2022,3817763584,"Q2","Quantity2",3758753518,,"","",,"",02/09/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040977,02/28/2022,3817763596,"Q2","Quantity2",3762561688,,"","",,"",03/15/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040977,02/28/2022,3817763592,"Q1","Quantity1",3762561687,,"","",,"",03/15/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040979,03/31/2022,3817763607,"Q1","Quantity1",3763916646,,"","",,"",04/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040979,03/31/2022,3817763626,"Q2","Quantity2",3763916647,,"","",,"",04/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040986,04/30/2022,3817763685,"Q2","Quantity2",3767253930,,"","",,"",05/17/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040986,04/30/2022,3817763675,"Q1","Quantity1",3767253928,,"","",,"",05/17/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040992,05/31/2022,3817763718,"Q1","Quantity1",3768710173,,"","",,"",06/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040992,05/31/2022,3817763722,"Q2","Quantity2",3768710174,,"","",,"",06/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040996,06/30/2022,3817763756,"Q2","Quantity2",3770144996,,"","",,"",07/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040996,06/30/2022,3817763753,"Q1","Quantity1",3770144995,,"","",,"",07/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041001,07/31/2022,3817763773,"Q1","Quantity1",3773617820,,"","",,"",08/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041001,07/31/2022,3817763781,"Q2","Quantity2",3773617821,,"","",,"",08/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041003,08/31/2022,3817763796,"Q2","Quantity2",3774839413,,"","",,"",09/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041003,08/31/2022,3817763789,"Q1","Quantity1",3774839412,,"","",,"",09/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041004,09/30/2022,3817763814,"Q1","Quantity1",3776374549,,"","",,"",10/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041004,09/30/2022,3817763818,"Q2","Quantity2",3776374550,,"","",,"",10/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041007,10/31/2022,3817763838,"Q2","Quantity2",3779605731,,"","",,"",11/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041007,10/31/2022,3817763830,"Q1","Quantity1",3779605730,,"","",,"",11/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041010,11/30/2022,3817763847,"Q1","Quantity1",3781224817,,"","",,"",12/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041010,11/30/2022,3817763852,"Q2","Quantity2",3781224818,,"","",,"",12/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041012,12/31/2022,3817763880,"Q2","Quantity2",3782924961,,"","",,"",01/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041012,12/31/2022,3817763874,"Q1","Quantity1",3782924960,,"","",,"",01/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" +activity_id,npdes_id,version_nmbr,perm_feature_id,perm_feature_nmbr,perm_feature_type_code,perm_feature_type_desc,limit_set_id,limit_set_schedule_id,limit_id,limit_season_id,limit_type_code,limit_begin_date,limit_end_date,nmbr_of_submission,parameter_code,parameter_desc,monitoring_location_code,monitoring_location_desc,stay_type_code,stay_type_desc,limit_value_id,limit_value_type_code,limit_value_type_desc,limit_value_nmbr,limit_unit_code,limit_unit_desc,standard_unit_code,standard_unit_desc,limit_value_standard_units,statistical_base_code,statistical_base_short_desc,statistical_base_type_code,statistical_base_type_desc,limit_value_qualifier_code,stay_value_nmbr,dmr_event_id,monitoring_period_end_date,dmr_form_value_id,value_type_code,value_type_desc,dmr_value_id,dmr_value_nmbr,dmr_unit_code,dmr_unit_desc,dmr_value_standard_units,dmr_value_qualifier_code,value_received_date,days_late,nodi_code,nodi_desc,exceedence_pct,npdes_violation_id,violation_code,violation_desc,rnc_detection_code,rnc_detection_desc,rnc_detection_date,rnc_resolution_code,rnc_resolution_desc,rnc_resolution_date,violation_severity,dmr_due_date,dmr_limit_type_code_desc,dmr_limit_type_desc +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523887,01/31/2021,3810470037,"Q2","Quantity2",3733227040,.474,"03","MGD",.474,"=",02/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523887,01/31/2021,3810470035,"Q1","Quantity1",3733227039,.4371,"03","MGD",.4371,"=",02/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523890,02/28/2021,3810470113,"Q1","Quantity1",3735742589,.4504,"03","MGD",.4504,"=",03/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523890,02/28/2021,3810470143,"Q2","Quantity2",3735742590,.69,"03","MGD",.69,"=",03/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523898,03/31/2021,3810470228,"Q2","Quantity2",3736862909,.5255,"03","MGD",.5255,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523898,03/31/2021,3810470223,"Q1","Quantity1",3736862908,.4505,"03","MGD",.4505,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523905,04/30/2021,3810470344,"Q1","Quantity1",3741040493,.2443,"03","MGD",.2443,"=",05/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523905,04/30/2021,3810470356,"Q2","Quantity2",3741040494,.5874,"03","MGD",.5874,"=",05/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523908,05/31/2021,3810470449,"Q2","Quantity2",3742788114,.6392,"03","MGD",.6392,"=",06/15/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523908,05/31/2021,3810470444,"Q1","Quantity1",3742788113,.3874,"03","MGD",.3874,"=",06/15/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523921,06/30/2021,3810470582,"Q1","Quantity1",3743718678,.5434,"03","MGD",.5434,"=",07/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523921,06/30/2021,3810470597,"Q2","Quantity2",3743718679,.6596,"03","MGD",.6596,"=",07/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523925,07/31/2021,3810470767,"Q2","Quantity2",3745997965,.817,"03","MGD",.817,"=",08/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523925,07/31/2021,3810470709,"Q1","Quantity1",3745997964,.5754,"03","MGD",.5754,"=",08/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523935,08/31/2021,3810470882,"Q1","Quantity1",3748546882,.5701,"03","MGD",.5701,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523935,08/31/2021,3810470888,"Q2","Quantity2",3748546883,.688,"03","MGD",.688,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523943,09/30/2021,3810471014,"Q2","Quantity2",3749990114,.806,"03","MGD",.806,"=",10/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523943,09/30/2021,3810471012,"Q1","Quantity1",3749990113,.5735,"03","MGD",.5735,"=",10/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523948,10/31/2021,3810471126,"Q1","Quantity1",3753126339,.4478,"03","MGD",.4478,"=",11/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523948,10/31/2021,3810471132,"Q2","Quantity2",3753126340,.6772,"03","MGD",.6772,"=",11/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3614523958,11/30/2021,3810471296,"Q2","Quantity2",3754257130,.4061,"03","MGD",.4061,"=",12/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3614523958,11/30/2021,3810471292,"Q1","Quantity1",3754257129,.0873,"03","MGD",.0873,"=",12/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040037,12/31/2021,3817752782,"Q1","Quantity1",3756293354,.0873,"03","MGD",.0873,"=",01/18/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040037,12/31/2021,3817752790,"Q2","Quantity2",3756293356,.4061,"03","MGD",.4061,"=",01/18/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040044,01/31/2022,3817752838,"Q2","Quantity2",3758753391,.2297,"03","MGD",.2297,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040044,01/31/2022,3817752836,"Q1","Quantity1",3758753390,.0735,"03","MGD",.0735,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040046,02/28/2022,3817752879,"Q1","Quantity1",3762561838,.3403,"03","MGD",.3403,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040046,02/28/2022,3817752884,"Q2","Quantity2",3762561840,.5325,"03","MGD",.5325,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040052,03/31/2022,3817752955,"Q2","Quantity2",3763916617,.6292,"03","MGD",.6292,"=",04/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040052,03/31/2022,3817752952,"Q1","Quantity1",3763916616,.4699,"03","MGD",.4699,"=",04/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040055,04/30/2022,3817752994,"Q1","Quantity1",3767253771,.5037,"03","MGD",.5037,"=",05/17/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040055,04/30/2022,3817752995,"Q2","Quantity2",3767253776,.6276,"03","MGD",.6276,"=",05/17/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040057,05/31/2022,3817753050,"Q2","Quantity2",3768710214,.6224,"03","MGD",.6224,"=",06/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040057,05/31/2022,3817753048,"Q1","Quantity1",3768710212,.5566,"03","MGD",.5566,"=",06/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040062,06/30/2022,3817753132,"Q1","Quantity1",3770144923,.6428,"03","MGD",.6428,"=",07/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040062,06/30/2022,3817753134,"Q2","Quantity2",3770144924,.779,"03","MGD",.779,"=",07/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040065,07/31/2022,3817753164,"Q2","Quantity2",3773617838,.8803,"03","MGD",.8803,"=",08/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040065,07/31/2022,3817753162,"Q1","Quantity1",3773617837,.6678,"03","MGD",.6678,"=",08/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040068,08/31/2022,3817753223,"Q1","Quantity1",3774839311,.712,"03","MGD",.712,"=",09/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040068,08/31/2022,3817753225,"Q2","Quantity2",3774839313,.876,"03","MGD",.876,"=",09/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040075,09/30/2022,3817753271,"Q2","Quantity2",3776374576,.7188,"03","MGD",.7188,"=",10/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040075,09/30/2022,3817753268,"Q1","Quantity1",3776374572,.61,"03","MGD",.61,"=",10/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040078,10/31/2022,3817753294,"Q2","Quantity2",3779605692,.7361,"03","MGD",.7361,"=",11/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040078,10/31/2022,3817753291,"Q1","Quantity1",3779605691,.5948,"03","MGD",.5948,"=",11/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040080,11/30/2022,3817753353,"Q1","Quantity1",3781224815,.2381,"03","MGD",.2381,"=",12/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040080,11/30/2022,3817753357,"Q2","Quantity2",3781224816,.477,"03","MGD",.477,"=",12/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040084,12/31/2022,3817753393,"Q1","Quantity1",3782924906,.5948,"03","MGD",.5948,"=",01/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040084,12/31/2022,3817753395,"Q2","Quantity2",3782924907,.7361,"03","MGD",.7361,"=",01/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040086,01/31/2023,3817753455,"Q2","Quantity2",3786461267,.8193,"03","MGD",.8193,"=",02/16/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040086,01/31/2023,3817753451,"Q1","Quantity1",3786461266,.4977,"03","MGD",.4977,"=",02/16/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040090,02/28/2023,3817753521,"Q1","Quantity1",3789009182,.5412,"03","MGD",.5412,"=",03/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040090,02/28/2023,3817753522,"Q2","Quantity2",3789009183,.7837,"03","MGD",.7837,"=",03/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040096,03/31/2023,3817753572,"Q2","Quantity2",3791203088,.6912,"03","MGD",.6912,"=",04/18/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040096,03/31/2023,3817753569,"Q1","Quantity1",3791203087,.5706,"03","MGD",.5706,"=",04/18/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040099,04/30/2023,3817753627,"Q1","Quantity1",3793664130,.5509,"03","MGD",.5509,"=",05/15/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040099,04/30/2023,3817753630,"Q2","Quantity2",3793664131,.7376,"03","MGD",.7376,"=",05/15/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040102,05/31/2023,3817753666,"Q2","Quantity2",3794907823,.7076,"03","MGD",.7076,"=",06/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040102,05/31/2023,3817753663,"Q1","Quantity1",3794907822,.3222,"03","MGD",.3222,"=",06/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040105,06/30/2023,3817753717,"Q1","Quantity1",3796596900,.4208,"03","MGD",.4208,"=",07/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040105,06/30/2023,3817753738,"Q2","Quantity2",3796596901,.9437,"03","MGD",.9437,"=",07/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040110,07/31/2023,3817753790,"Q2","Quantity2",3798728902,1.0274,"03","MGD",1.0274,"=",08/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040110,07/31/2023,3817753785,"Q1","Quantity1",3798728901,.8407,"03","MGD",.8407,"=",08/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040113,08/31/2023,3817753845,"Q1","Quantity1",3801495006,.9262,"03","MGD",.9262,"=",09/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040113,08/31/2023,3817753847,"Q2","Quantity2",3801495007,.998,"03","MGD",.998,"=",09/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040115,09/30/2023,3817753904,"Q2","Quantity2",3803054364,.998,"03","MGD",.998,"=",10/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040115,09/30/2023,3817753895,"Q1","Quantity1",3803054363,.9262,"03","MGD",.9262,"=",10/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040120,10/31/2023,3817753939,"Q1","Quantity1",3804774288,.7369,"03","MGD",.7369,"=",11/15/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040120,10/31/2023,3817753965,"Q2","Quantity2",3804774289,.888,"03","MGD",.888,"=",11/15/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040125,11/30/2023,3817754003,"Q2","Quantity2",3807871260,.637,"03","MGD",.637,"=",12/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040125,11/30/2023,3817754000,"Q1","Quantity1",3807871259,.2244,"03","MGD",.2244,"=",12/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040127,12/31/2023,3817754079,"Q1","Quantity1",3809302908,.7369,"03","MGD",.7369,"=",01/16/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040127,12/31/2023,3817754091,"Q2","Quantity2",3809302909,.8877,"03","MGD",.8877,"=",01/16/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040133,01/31/2024,3817754166,"Q2","Quantity2",3812385999,.9669,"03","MGD",.9669,"=",02/16/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040133,01/31/2024,3817754163,"Q1","Quantity1",3812385998,.6496,"03","MGD",.6496,"=",02/16/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040138,02/29/2024,3817754222,"Q1","Quantity1",3813767610,.6632,"03","MGD",.6632,"=",03/13/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040138,02/29/2024,3817754224,"Q2","Quantity2",3813767611,.8977,"03","MGD",.8977,"=",03/13/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328162,"Q2","Quantity2",1.5,"03","MGD","03","MGD",1.5,"DD","DAILY MX","MAX","Maximum","<=",,3615040142,03/31/2024,3817754277,"Q2","Quantity2",3815376750,.9969,"03","MGD",.9969,"=",04/17/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434534,"001","EXO","External Outfall",3600477554,3600683502,3604909682,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608328163,"Q1","Quantity1",1.3,"03","MGD","03","MGD",1.3,"DB","DAILY AV","AVG","Average","<=",,3615040142,03/31/2024,3817754273,"Q1","Quantity1",3815376749,.6025,"03","MGD",.6025,"=",04/17/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523970,01/31/2021,3810471440,"Q2","Quantity2",3733227022,,"","",,"",02/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523970,01/31/2021,3810471432,"Q1","Quantity1",3733227021,,"","",,"",02/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523977,02/28/2021,3810471464,"Q1","Quantity1",3735742585,,"","",,"",03/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523977,02/28/2021,3810471471,"Q2","Quantity2",3735742586,,"","",,"",03/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523978,03/31/2021,3810471533,"Q2","Quantity2",3736862899,,"","",,"",04/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523978,03/31/2021,3810471514,"Q1","Quantity1",3736862898,,"","",,"",04/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523981,04/30/2021,3810471542,"Q1","Quantity1",3741040486,,"","",,"",05/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523981,04/30/2021,3810471543,"Q2","Quantity2",3741040487,,"","",,"",05/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523982,05/31/2021,3810471562,"Q2","Quantity2",3742788080,,"","",,"",06/15/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523982,05/31/2021,3810471554,"Q1","Quantity1",3742788079,,"","",,"",06/15/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523984,06/30/2021,3810471595,"Q1","Quantity1",3743718632,,"","",,"",07/12/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523984,06/30/2021,3810471598,"Q2","Quantity2",3743718633,,"","",,"",07/12/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523987,07/31/2021,3810471627,"Q2","Quantity2",3746004960,,"","",,"",08/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523987,07/31/2021,3810471623,"Q1","Quantity1",3746004959,,"","",,"",08/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523989,08/31/2021,3810471655,"Q1","Quantity1",3748546888,,"","",,"",09/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523989,08/31/2021,3810471656,"Q2","Quantity2",3748546889,,"","",,"",09/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523990,09/30/2021,3810471695,"Q2","Quantity2",3749990130,,"","",,"",10/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523990,09/30/2021,3810471684,"Q1","Quantity1",3749990129,,"","",,"",10/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523994,10/31/2021,3810471717,"Q1","Quantity1",3753126263,,"","",,"",11/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523994,10/31/2021,3810471725,"Q2","Quantity2",3753126264,,"","",,"",11/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614523997,11/30/2021,3810471759,"Q2","Quantity2",3754257136,,"","",,"",12/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614523997,11/30/2021,3810471750,"Q1","Quantity1",3754257135,,"","",,"",12/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040284,12/31/2021,3817756030,"Q1","Quantity1",3756293329,,"","",,"",01/18/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040284,12/31/2021,3817756038,"Q2","Quantity2",3756293330,,"","",,"",01/18/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040285,01/31/2022,3817756048,"Q2","Quantity2",3758753387,,"","",,"",02/09/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040285,01/31/2022,3817756044,"Q1","Quantity1",3758753386,,"","",,"",02/09/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040286,02/28/2022,3817756053,"Q1","Quantity1",3762561689,,"","",,"",03/15/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040286,02/28/2022,3817756057,"Q2","Quantity2",3762561690,,"","",,"",03/15/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040287,03/31/2022,3817756065,"Q2","Quantity2",3763916625,,"","",,"",04/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040287,03/31/2022,3817756063,"Q1","Quantity1",3763916623,,"","",,"",04/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040289,04/30/2022,3817756076,"Q1","Quantity1",3767253866,,"","",,"",05/17/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040289,04/30/2022,3817756078,"Q2","Quantity2",3767253869,,"","",,"",05/17/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040290,05/31/2022,3817756092,"Q2","Quantity2",3768710176,,"","",,"",06/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040290,05/31/2022,3817756084,"Q1","Quantity1",3768710175,,"","",,"",06/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040292,06/30/2022,3817756099,"Q1","Quantity1",3770144933,,"","",,"",07/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040292,06/30/2022,3817756101,"Q2","Quantity2",3770144934,,"","",,"",07/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040293,07/31/2022,3817756110,"Q2","Quantity2",3773617896,,"","",,"",08/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040293,07/31/2022,3817756109,"Q1","Quantity1",3773617895,,"","",,"",08/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040294,08/31/2022,3817756115,"Q1","Quantity1",3774839291,,"","",,"",09/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040294,08/31/2022,3817756117,"Q2","Quantity2",3774839292,,"","",,"",09/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040296,09/30/2022,3817756125,"Q2","Quantity2",3776374611,,"","",,"",10/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040296,09/30/2022,3817756123,"Q1","Quantity1",3776374610,,"","",,"",10/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040297,10/31/2022,3817756133,"Q1","Quantity1",3779605650,,"","",,"",11/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040297,10/31/2022,3817756134,"Q2","Quantity2",3779605651,,"","",,"",11/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040299,11/30/2022,3817756142,"Q2","Quantity2",3781224820,,"","",,"",12/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040299,11/30/2022,3817756139,"Q1","Quantity1",3781224819,,"","",,"",12/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040300,12/31/2022,3817756147,"Q1","Quantity1",3782924932,,"","",,"",01/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040300,12/31/2022,3817756149,"Q2","Quantity2",3782924933,,"","",,"",01/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040302,01/31/2023,3817756162,"Q2","Quantity2",3786461263,,"","",,"",02/16/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040302,01/31/2023,3817756159,"Q1","Quantity1",3786461262,,"","",,"",02/16/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040304,02/28/2023,3817756170,"Q1","Quantity1",3789009043,,"","",,"",03/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040304,02/28/2023,3817756180,"Q2","Quantity2",3789009044,,"","",,"",03/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040306,03/31/2023,3817756187,"Q2","Quantity2",3791203221,,"","",,"",04/18/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040306,03/31/2023,3817756183,"Q1","Quantity1",3791203220,,"","",,"",04/18/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040307,04/30/2023,3817756192,"Q1","Quantity1",3793664124,,"","",,"",05/15/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040307,04/30/2023,3817756194,"Q2","Quantity2",3793664125,,"","",,"",05/15/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040308,05/31/2023,3817756199,"Q2","Quantity2",3794907837,,"","",,"",06/12/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040308,05/31/2023,3817756197,"Q1","Quantity1",3794907836,,"","",,"",06/12/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040309,06/30/2023,3817756214,"Q1","Quantity1",3796596934,,"","",,"",07/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040309,06/30/2023,3817756221,"Q2","Quantity2",3796596935,,"","",,"",07/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040311,07/31/2023,3817756230,"Q2","Quantity2",3798728750,,"","",,"",08/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040311,07/31/2023,3817756228,"Q1","Quantity1",3798728749,,"","",,"",08/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040312,08/31/2023,3817756243,"Q1","Quantity1",3801495009,,"","",,"",09/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040312,08/31/2023,3817756244,"Q2","Quantity2",3801495016,,"","",,"",09/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040313,09/30/2023,3817756255,"Q2","Quantity2",3803054378,,"","",,"",10/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040313,09/30/2023,3817756253,"Q1","Quantity1",3803054377,,"","",,"",10/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040314,10/31/2023,3817756260,"Q1","Quantity1",3804774252,,"","",,"",11/15/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040314,10/31/2023,3817756263,"Q2","Quantity2",3804774253,,"","",,"",11/15/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040316,11/30/2023,3817756269,"Q2","Quantity2",3807871238,,"","",,"",12/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040316,11/30/2023,3817756267,"Q1","Quantity1",3807871237,,"","",,"",12/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040317,12/31/2023,3817756271,"Q1","Quantity1",3809302870,,"","",,"",01/16/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040317,12/31/2023,3817756275,"Q2","Quantity2",3809302871,,"","",,"",01/16/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040318,01/31/2024,3817756280,"Q2","Quantity2",3812386030,,"","",,"",02/16/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040318,01/31/2024,3817756278,"Q1","Quantity1",3812386029,,"","",,"",02/16/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040320,02/29/2024,3817756294,"Q1","Quantity1",3813767678,,"","",,"",03/13/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040320,02/29/2024,3817756296,"Q2","Quantity2",3813767679,,"","",,"",03/13/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328166,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040322,03/31/2024,3817756322,"Q2","Quantity2",3815376631,,"","",,"",04/17/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434535,"101","INO","Internal Outfall",3600477555,3600683503,3604909684,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328167,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040322,03/31/2024,3817756320,"Q1","Quantity1",3815376630,,"","",,"",04/17/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524021,01/31/2021,3810472282,"Q2","Quantity2",3733227032,,"","",,"",02/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524021,01/31/2021,3810472279,"Q1","Quantity1",3733227029,,"","",,"",02/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524030,02/28/2021,3810472419,"Q1","Quantity1",3735742469,,"","",,"",03/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524030,02/28/2021,3810472422,"Q2","Quantity2",3735742471,,"","",,"",03/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524037,03/31/2021,3810472502,"Q2","Quantity2",3736862945,,"","",,"",04/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524037,03/31/2021,3810472494,"Q1","Quantity1",3736862943,,"","",,"",04/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524045,04/30/2021,3810472619,"Q1","Quantity1",3741040509,,"","",,"",05/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524045,04/30/2021,3810472634,"Q2","Quantity2",3741040511,,"","",,"",05/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524053,05/31/2021,3810472764,"Q2","Quantity2",3742788131,,"","",,"",06/15/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524053,05/31/2021,3810472759,"Q1","Quantity1",3742788130,,"","",,"",06/15/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524060,06/30/2021,3810472881,"Q1","Quantity1",3743718647,,"","",,"",07/12/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524060,06/30/2021,3810472886,"Q2","Quantity2",3743718649,,"","",,"",07/12/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524068,07/31/2021,3810473005,"Q2","Quantity2",3746004964,,"","",,"",08/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524068,07/31/2021,3810473000,"Q1","Quantity1",3746004963,,"","",,"",08/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524075,08/31/2021,3810473110,"Q1","Quantity1",3748546901,,"","",,"",09/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524075,08/31/2021,3810473117,"Q2","Quantity2",3748546902,,"","",,"",09/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524084,09/30/2021,3810473254,"Q2","Quantity2",3749990167,,"","",,"",10/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524084,09/30/2021,3810473234,"Q1","Quantity1",3749990166,,"","",,"",10/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524093,10/31/2021,3810473434,"Q1","Quantity1",3753126378,,"","",,"",11/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524093,10/31/2021,3810473448,"Q2","Quantity2",3753126381,,"","",,"",11/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524113,11/30/2021,3810473579,"Q2","Quantity2",3754257144,,"","",,"",12/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524113,11/30/2021,3810473575,"Q1","Quantity1",3754257143,,"","",,"",12/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040408,12/31/2021,3817757048,"Q1","Quantity1",3756293346,,"","",,"",01/18/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040408,12/31/2021,3817757050,"Q2","Quantity2",3756293347,,"","",,"",01/18/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040414,01/31/2022,3817757152,"Q2","Quantity2",3758753504,,"","",,"",02/09/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040414,01/31/2022,3817757148,"Q1","Quantity1",3758753503,,"","",,"",02/09/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040427,02/28/2022,3817757243,"Q1","Quantity1",3762561782,,"","",,"",03/15/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040427,02/28/2022,3817757246,"Q2","Quantity2",3762561783,,"","",,"",03/15/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040438,03/31/2022,3817757316,"Q2","Quantity2",3763916718,,"","",,"",04/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040438,03/31/2022,3817757313,"Q1","Quantity1",3763916717,,"","",,"",04/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040445,04/30/2022,3817757412,"Q1","Quantity1",3767253856,,"","",,"",05/17/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040445,04/30/2022,3817757413,"Q2","Quantity2",3767253857,,"","",,"",05/17/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040455,05/31/2022,3817757538,"Q2","Quantity2",3768710202,,"","",,"",06/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040455,05/31/2022,3817757534,"Q1","Quantity1",3768710198,,"","",,"",06/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040463,06/30/2022,3817757628,"Q1","Quantity1",3770144959,,"","",,"",07/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040463,06/30/2022,3817757637,"Q2","Quantity2",3770144960,,"","",,"",07/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040470,07/31/2022,3817757720,"Q2","Quantity2",3773617853,,"","",,"",08/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040470,07/31/2022,3817757711,"Q1","Quantity1",3773617852,,"","",,"",08/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040482,08/31/2022,3817757766,"Q1","Quantity1",3774839273,,"","",,"",09/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040482,08/31/2022,3817757770,"Q2","Quantity2",3774839274,,"","",,"",09/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040486,09/30/2022,3817757892,"Q2","Quantity2",3776374558,,"","",,"",10/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040486,09/30/2022,3817757886,"Q1","Quantity1",3776374557,,"","",,"",10/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040498,10/31/2022,3817757981,"Q1","Quantity1",3779605739,,"","",,"",11/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040498,10/31/2022,3817757984,"Q2","Quantity2",3779605741,,"","",,"",11/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040509,11/30/2022,3817758078,"Q2","Quantity2",3781233732,,"","",,"",12/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040509,11/30/2022,3817758070,"Q1","Quantity1",3781233731,,"","",,"",12/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040517,12/31/2022,3817758145,"Q1","Quantity1",3782924948,,"","",,"",01/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040517,12/31/2022,3817758148,"Q2","Quantity2",3782924949,,"","",,"",01/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040525,01/31/2023,3817758205,"Q2","Quantity2",3786461281,,"","",,"",02/16/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040525,01/31/2023,3817758202,"Q1","Quantity1",3786461280,,"","",,"",02/16/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040531,02/28/2023,3817758287,"Q1","Quantity1",3789009350,,"","",,"",03/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040531,02/28/2023,3817758291,"Q2","Quantity2",3789009351,,"","",,"",03/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040537,03/31/2023,3817758370,"Q2","Quantity2",3791203225,,"","",,"",04/18/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040537,03/31/2023,3817758368,"Q1","Quantity1",3791203224,,"","",,"",04/18/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040545,04/30/2023,3817758438,"Q1","Quantity1",3793664243,,"","",,"",05/15/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040545,04/30/2023,3817758443,"Q2","Quantity2",3793664244,,"","",,"",05/15/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040552,05/31/2023,3817758554,"Q2","Quantity2",3794907663,,"","",,"",06/12/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040552,05/31/2023,3817758549,"Q1","Quantity1",3794907661,,"","",,"",06/12/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040561,06/30/2023,3817758643,"Q1","Quantity1",3796596992,,"","",,"",07/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040561,06/30/2023,3817758647,"Q2","Quantity2",3796596993,,"","",,"",07/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040570,07/31/2023,3817758724,"Q2","Quantity2",3798728863,,"","",,"",08/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040570,07/31/2023,3817758721,"Q1","Quantity1",3798728862,,"","",,"",08/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040574,08/31/2023,3817758868,"Q1","Quantity1",3801494875,,"","",,"",09/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040574,08/31/2023,3817758871,"Q2","Quantity2",3801494876,,"","",,"",09/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040585,09/30/2023,3817758972,"Q2","Quantity2",3803054308,,"","",,"",10/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040585,09/30/2023,3817758959,"Q1","Quantity1",3803054307,,"","",,"",10/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040589,10/31/2023,3817759030,"Q1","Quantity1",3804774278,,"","",,"",11/15/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040589,10/31/2023,3817759036,"Q2","Quantity2",3804774279,,"","",,"",11/15/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040596,11/30/2023,3817759126,"Q2","Quantity2",3807871247,,"","",,"",12/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040596,11/30/2023,3817759122,"Q1","Quantity1",3807871246,,"","",,"",12/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040601,12/31/2023,3817759191,"Q1","Quantity1",3809302984,,"","",,"",01/16/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040601,12/31/2023,3817759195,"Q2","Quantity2",3809302985,,"","",,"",01/16/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040606,01/31/2024,3817759272,"Q2","Quantity2",3812386036,,"","",,"",02/16/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040606,01/31/2024,3817759269,"Q1","Quantity1",3812386035,,"","",,"",02/16/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040611,02/29/2024,3817759323,"Q1","Quantity1",3813767590,,"","",,"",03/13/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040611,02/29/2024,3817759328,"Q2","Quantity2",3813767591,,"","",,"",03/13/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328176,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040617,03/31/2024,3817759364,"Q2","Quantity2",3815376756,,"","",,"",04/17/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434536,"201","INO","Internal Outfall",3600477556,3600683504,3604909689,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328177,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040617,03/31/2024,3817759361,"Q1","Quantity1",3815376755,,"","",,"",04/17/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524143,01/31/2021,3810473876,"Q2","Quantity2",3733227026,.0117,"03","MGD",.0117,"=",02/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524143,01/31/2021,3810473873,"Q1","Quantity1",3733227025,.0028,"03","MGD",.0028,"=",02/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524148,02/28/2021,3810473932,"Q1","Quantity1",3735742576,.0069,"03","MGD",.0069,"=",03/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524148,02/28/2021,3810473936,"Q2","Quantity2",3735742577,.0873,"03","MGD",.0873,"=",03/17/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524149,03/31/2021,3810473993,"Q2","Quantity2",3736862919,.0225,"03","MGD",.0225,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524149,03/31/2021,3810473980,"Q1","Quantity1",3736862918,.003,"03","MGD",.003,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524155,04/30/2021,3810474040,"Q1","Quantity1",3741040588,.0059,"03","MGD",.0059,"=",05/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524155,04/30/2021,3810474046,"Q2","Quantity2",3741040589,.0462,"03","MGD",.0462,"=",05/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524158,05/31/2021,3810474111,"Q2","Quantity2",3742788110,.0324,"03","MGD",.0324,"=",06/15/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524158,05/31/2021,3810474102,"Q1","Quantity1",3742788109,.0086,"03","MGD",.0086,"=",06/15/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524161,06/30/2021,3810474137,"Q1","Quantity1",3743718662,.0042,"03","MGD",.0042,"=",07/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524161,06/30/2021,3810474146,"Q2","Quantity2",3743718663,.0222,"03","MGD",.0222,"=",07/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524163,07/31/2021,3810474201,"Q2","Quantity2",3746004954,.0111,"03","MGD",.0111,"=",08/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524163,07/31/2021,3810474182,"Q1","Quantity1",3746004953,.0039,"03","MGD",.0039,"=",08/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524167,08/31/2021,3810474328,"Q1","Quantity1",3748546904,.0052,"03","MGD",.0052,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524167,08/31/2021,3810474344,"Q2","Quantity2",3748546906,.0237,"03","MGD",.0237,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524172,09/30/2021,3810474389,"Q2","Quantity2",3749990163,.0798,"03","MGD",.0798,"=",10/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524172,09/30/2021,3810474384,"Q1","Quantity1",3749990162,.0051,"03","MGD",.0051,"=",10/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524179,10/31/2021,3810474486,"Q1","Quantity1",3753126288,.0037,"03","MGD",.0037,"=",11/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524179,10/31/2021,3810474487,"Q2","Quantity2",3753126289,.0378,"03","MGD",.0378,"=",11/16/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524183,11/30/2021,3810474577,"Q2","Quantity2",3754257176,.0261,"03","MGD",.0261,"=",12/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524183,11/30/2021,3810474575,"Q1","Quantity1",3754257175,.0075,"03","MGD",.0075,"=",12/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040765,12/31/2021,3817761140,"Q1","Quantity1",3756293335,.0075,"03","MGD",.0075,"=",01/18/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040765,12/31/2021,3817761145,"Q2","Quantity2",3756293336,.0261,"03","MGD",.0261,"=",01/18/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040771,01/31/2022,3817761181,"Q2","Quantity2",3758753458,.1071,"03","MGD",.1071,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040771,01/31/2022,3817761179,"Q1","Quantity1",3758753454,.0191,"03","MGD",.0191,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040773,02/28/2022,3817761207,"Q1","Quantity1",3762561769,.0085,"03","MGD",.0085,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040773,02/28/2022,3817761209,"Q2","Quantity2",3762561770,.0456,"03","MGD",.0456,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040777,03/31/2022,3817761262,"Q2","Quantity2",3763916785,.0114,"03","MGD",.0114,"=",04/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040777,03/31/2022,3817761260,"Q1","Quantity1",3763916784,.0018,"03","MGD",.0018,"=",04/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040788,04/30/2022,3817761285,"Q1","Quantity1",3767253693,.0022,"03","MGD",.0022,"=",05/17/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040788,04/30/2022,3817761289,"Q2","Quantity2",3767253694,.018,"03","MGD",.018,"=",05/17/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040790,05/31/2022,3817761321,"Q2","Quantity2",3768710182,.135,"03","MGD",.135,"=",06/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040790,05/31/2022,3817761320,"Q1","Quantity1",3768710180,.0051,"03","MGD",.0051,"=",06/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040793,06/30/2022,3817761346,"Q1","Quantity1",3770144965,.005,"03","MGD",.005,"=",07/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040793,06/30/2022,3817761357,"Q2","Quantity2",3770144966,.0075,"03","MGD",.0075,"=",07/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040798,07/31/2022,3817761389,"Q2","Quantity2",3773617774,.009,"03","MGD",.009,"=",08/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040798,07/31/2022,3817761385,"Q1","Quantity1",3773617773,.0047,"03","MGD",.0047,"=",08/16/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040802,08/31/2022,3817761407,"Q1","Quantity1",3774839287,.0052,"03","MGD",.0052,"=",09/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040802,08/31/2022,3817761418,"Q2","Quantity2",3774839289,.0144,"03","MGD",.0144,"=",09/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040808,09/30/2022,3817761446,"Q2","Quantity2",3776374599,.0069,"03","MGD",.0069,"=",10/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040808,09/30/2022,3817761438,"Q1","Quantity1",3776374597,.0037,"03","MGD",.0037,"=",10/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040812,10/31/2022,3817761490,"Q1","Quantity1",3779605744,.0049,"03","MGD",.0049,"=",11/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040812,10/31/2022,3817761494,"Q2","Quantity2",3779605746,.0084,"03","MGD",.0084,"=",11/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040815,11/30/2022,3817761511,"Q2","Quantity2",3781233668,.0375,"03","MGD",.0375,"=",12/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040815,11/30/2022,3817761508,"Q1","Quantity1",3781233667,.0116,"03","MGD",.0116,"=",12/14/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040817,12/31/2022,3817761546,"Q1","Quantity1",3782924934,.0049,"03","MGD",.0049,"=",01/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040817,12/31/2022,3817761554,"Q2","Quantity2",3782924935,.0084,"03","MGD",.0084,"=",01/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040820,01/31/2023,3817761598,"Q2","Quantity2",3786461306,.0126,"03","MGD",.0126,"=",02/16/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040820,01/31/2023,3817761596,"Q1","Quantity1",3786461303,.0052,"03","MGD",.0052,"=",02/16/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040824,02/28/2023,3817761632,"Q1","Quantity1",3789009119,.0022,"03","MGD",.0022,"=",03/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040824,02/28/2023,3817761636,"Q2","Quantity2",3789009122,.051,"03","MGD",.051,"=",03/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040827,03/31/2023,3817761653,"Q2","Quantity2",3791203106,.0153,"03","MGD",.0153,"=",04/18/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040827,03/31/2023,3817761651,"Q1","Quantity1",3791203105,.0048,"03","MGD",.0048,"=",04/18/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040828,04/30/2023,3817761674,"Q1","Quantity1",3793664348,.0075,"03","MGD",.0075,"=",05/15/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040828,04/30/2023,3817761676,"Q2","Quantity2",3793664349,.033,"03","MGD",.033,"=",05/15/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040829,05/31/2023,3817761702,"Q2","Quantity2",3794907861,.1086,"03","MGD",.1086,"=",06/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040829,05/31/2023,3817761700,"Q1","Quantity1",3794907860,.0165,"03","MGD",.0165,"=",06/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040830,06/30/2023,3817761733,"Q1","Quantity1",3796596994,.0124,"03","MGD",.0124,"=",07/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040830,06/30/2023,3817761734,"Q2","Quantity2",3796596995,.0864,"03","MGD",.0864,"=",07/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040834,07/31/2023,3817761778,"Q2","Quantity2",3798728742,.0099,"03","MGD",.0099,"=",08/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040834,07/31/2023,3817761776,"Q1","Quantity1",3798728741,.005,"03","MGD",.005,"=",08/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040836,08/31/2023,3817761815,"Q1","Quantity1",3801495044,.0033,"03","MGD",.0033,"=",09/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040836,08/31/2023,3817761827,"Q2","Quantity2",3801495045,.0087,"03","MGD",.0087,"=",09/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040840,09/30/2023,3817761864,"Q2","Quantity2",3803054342,.0087,"03","MGD",.0087,"=",10/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040840,09/30/2023,3817761858,"Q1","Quantity1",3803054340,.0033,"03","MGD",.0033,"=",10/17/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040843,10/31/2023,3817761903,"Q1","Quantity1",3804774408,.0078,"03","MGD",.0078,"=",11/15/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040843,10/31/2023,3817761909,"Q2","Quantity2",3804774410,.0456,"03","MGD",.0456,"=",11/15/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040845,11/30/2023,3817761977,"Q2","Quantity2",3807871248,.0147,"03","MGD",.0147,"=",12/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040845,11/30/2023,3817761973,"Q1","Quantity1",3807871244,.0061,"03","MGD",.0061,"=",12/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040850,12/31/2023,3817762014,"Q1","Quantity1",3809302992,.0058,"03","MGD",.0058,"=",01/16/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040850,12/31/2023,3817762019,"Q2","Quantity2",3809302993,.0135,"03","MGD",.0135,"=",01/16/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040853,01/31/2024,3817762048,"Q2","Quantity2",3812386052,.0117,"03","MGD",.0117,"=",02/16/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040853,01/31/2024,3817762045,"Q1","Quantity1",3812386051,.0051,"03","MGD",.0051,"=",02/16/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040857,02/29/2024,3817762070,"Q1","Quantity1",3813767592,.0036,"03","MGD",.0036,"=",03/13/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040857,02/29/2024,3817762074,"Q2","Quantity2",3813767593,.0102,"03","MGD",.0102,"=",03/13/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328182,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040860,03/31/2024,3817762131,"Q2","Quantity2",3815376768,.0264,"03","MGD",.0264,"=",04/17/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434537,"301","INO","Internal Outfall",3600477557,3600683505,3604909692,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328183,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040860,03/31/2024,3817762118,"Q1","Quantity1",3815376767,.0047,"03","MGD",.0047,"=",04/17/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524197,01/31/2021,3810474839,"Q2","Quantity2",3733227020,,"","",,"",02/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524197,01/31/2021,3810474838,"Q1","Quantity1",3733227019,,"","",,"",02/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524200,02/28/2021,3810474853,"Q1","Quantity1",3735742587,,"","",,"",03/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524200,02/28/2021,3810474865,"Q2","Quantity2",3735742588,,"","",,"",03/17/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524202,03/31/2021,3810474915,"Q2","Quantity2",3736862987,,"","",,"",04/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524202,03/31/2021,3810474900,"Q1","Quantity1",3736862986,,"","",,"",04/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524206,04/30/2021,3810474968,"Q1","Quantity1",3741040637,,"","",,"",05/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524206,04/30/2021,3810474975,"Q2","Quantity2",3741040638,,"","",,"",05/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524213,05/31/2021,3810475015,"Q2","Quantity2",3742788060,,"","",,"",06/15/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524213,05/31/2021,3810474999,"Q1","Quantity1",3742788059,,"","",,"",06/15/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524216,06/30/2021,3810475033,"Q1","Quantity1",3743718634,,"","",,"",07/12/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524216,06/30/2021,3810475038,"Q2","Quantity2",3743718635,,"","",,"",07/12/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524218,07/31/2021,3810475057,"Q2","Quantity2",3746004935,,"","",,"",08/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524218,07/31/2021,3810475056,"Q1","Quantity1",3746004934,,"","",,"",08/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524221,08/31/2021,3810475102,"Q1","Quantity1",3748546890,,"","",,"",09/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524221,08/31/2021,3810475114,"Q2","Quantity2",3748546891,,"","",,"",09/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524223,09/30/2021,3810475129,"Q2","Quantity2",3749990188,,"","",,"",10/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524223,09/30/2021,3810475126,"Q1","Quantity1",3749990187,,"","",,"",10/14/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524225,10/31/2021,3810475165,"Q1","Quantity1",3753126254,,"","",,"",11/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524225,10/31/2021,3810475170,"Q2","Quantity2",3753126255,,"","",,"",11/16/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3614524226,11/30/2021,3810475190,"Q2","Quantity2",3754257150,,"","",,"",12/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3614524226,11/30/2021,3810475185,"Q1","Quantity1",3754257149,,"","",,"",12/13/2021,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040975,12/31/2021,3817763568,"Q1","Quantity1",3756293403,,"","",,"",01/18/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040975,12/31/2021,3817763570,"Q2","Quantity2",3756293405,,"","",,"",01/18/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040976,01/31/2022,3817763584,"Q2","Quantity2",3758753518,,"","",,"",02/09/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040976,01/31/2022,3817763578,"Q1","Quantity1",3758753517,,"","",,"",02/09/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040977,02/28/2022,3817763592,"Q1","Quantity1",3762561687,,"","",,"",03/15/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040977,02/28/2022,3817763596,"Q2","Quantity2",3762561688,,"","",,"",03/15/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040979,03/31/2022,3817763626,"Q2","Quantity2",3763916647,,"","",,"",04/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040979,03/31/2022,3817763607,"Q1","Quantity1",3763916646,,"","",,"",04/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040986,04/30/2022,3817763675,"Q1","Quantity1",3767253928,,"","",,"",05/17/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040986,04/30/2022,3817763685,"Q2","Quantity2",3767253930,,"","",,"",05/17/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040992,05/31/2022,3817763722,"Q2","Quantity2",3768710174,,"","",,"",06/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040992,05/31/2022,3817763718,"Q1","Quantity1",3768710173,,"","",,"",06/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615040996,06/30/2022,3817763753,"Q1","Quantity1",3770144995,,"","",,"",07/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615040996,06/30/2022,3817763756,"Q2","Quantity2",3770144996,,"","",,"",07/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041001,07/31/2022,3817763781,"Q2","Quantity2",3773617821,,"","",,"",08/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041001,07/31/2022,3817763773,"Q1","Quantity1",3773617820,,"","",,"",08/16/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041003,08/31/2022,3817763789,"Q1","Quantity1",3774839412,,"","",,"",09/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041003,08/31/2022,3817763796,"Q2","Quantity2",3774839413,,"","",,"",09/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041004,09/30/2022,3817763818,"Q2","Quantity2",3776374550,,"","",,"",10/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041004,09/30/2022,3817763814,"Q1","Quantity1",3776374549,,"","",,"",10/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041007,10/31/2022,3817763830,"Q1","Quantity1",3779605730,,"","",,"",11/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041007,10/31/2022,3817763838,"Q2","Quantity2",3779605731,,"","",,"",11/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041010,11/30/2022,3817763852,"Q2","Quantity2",3781224818,,"","",,"",12/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041010,11/30/2022,3817763847,"Q1","Quantity1",3781224817,,"","",,"",12/14/2022,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041012,12/31/2022,3817763874,"Q1","Quantity1",3782924960,,"","",,"",01/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041012,12/31/2022,3817763880,"Q2","Quantity2",3782924961,,"","",,"",01/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041014,01/31/2023,3817763923,"Q2","Quantity2",3786461197,,"","",,"",02/16/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041014,01/31/2023,3817763917,"Q1","Quantity1",3786461196,,"","",,"",02/16/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041018,02/28/2023,3817763950,"Q1","Quantity1",3789009228,,"","",,"",03/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041018,02/28/2023,3817763952,"Q2","Quantity2",3789009229,,"","",,"",03/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041021,03/31/2023,3817763997,"Q2","Quantity2",3791203104,,"","",,"",04/18/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041021,03/31/2023,3817763963,"Q1","Quantity1",3791203103,,"","",,"",04/18/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041026,04/30/2023,3817764006,"Q1","Quantity1",3793664233,,"","",,"",05/15/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041026,04/30/2023,3817764008,"Q2","Quantity2",3793664234,,"","",,"",05/15/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041027,05/31/2023,3817764029,"Q2","Quantity2",3794907827,,"","",,"",06/12/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041027,05/31/2023,3817764017,"Q1","Quantity1",3794907826,,"","",,"",06/12/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041028,06/30/2023,3817764042,"Q1","Quantity1",3796596982,,"","",,"",07/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041028,06/30/2023,3817764044,"Q2","Quantity2",3796596983,,"","",,"",07/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041030,07/31/2023,3817764058,"Q2","Quantity2",3798728684,,"","",,"",08/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041030,07/31/2023,3817764057,"Q1","Quantity1",3798728683,,"","",,"",08/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041033,08/31/2023,3817764093,"Q1","Quantity1",3801495058,,"","",,"",09/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041033,08/31/2023,3817764096,"Q2","Quantity2",3801495059,,"","",,"",09/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041034,09/30/2023,3817764104,"Q2","Quantity2",3803054304,,"","",,"",10/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041034,09/30/2023,3817764102,"Q1","Quantity1",3803054303,,"","",,"",10/17/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041036,10/31/2023,3817764124,"Q1","Quantity1",3804774218,,"","",,"",11/15/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041036,10/31/2023,3817764130,"Q2","Quantity2",3804774219,,"","",,"",11/15/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041038,11/30/2023,3817764140,"Q2","Quantity2",3807871240,,"","",,"",12/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041038,11/30/2023,3817764136,"Q1","Quantity1",3807871239,,"","",,"",12/14/2023,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041041,12/31/2023,3817764153,"Q1","Quantity1",3809303019,,"","",,"",01/16/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041041,12/31/2023,3817764169,"Q2","Quantity2",3809303020,,"","",,"",01/16/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041044,01/31/2024,3817764184,"Q2","Quantity2",3812386054,,"","",,"",02/16/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041044,01/31/2024,3817764182,"Q1","Quantity1",3812386053,,"","",,"",02/16/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041045,02/29/2024,3817764190,"Q1","Quantity1",3813767586,,"","",,"",03/13/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041045,02/29/2024,3817764192,"Q2","Quantity2",3813767587,,"","",,"",03/13/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328184,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615041046,03/31/2024,3817764203,"Q2","Quantity2",3815376764,,"","",,"",04/17/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602060984,"TX0124362",0,3600434538,"401","INO","Internal Outfall",3600477558,3600683506,3604909693,"0","ENF",01/01/2020,12/04/2024,1,"50050","Flow, in conduit or thru treatment plant","J","Intermediate Treatment, Process Complete","","",3608328185,"Q1","Quantity1",,"03","MGD","03","MGD",,"DB","DAILY AV","AVG","Average","",,3615041046,03/31/2024,3817764201,"Q1","Quantity1",3815376763,,"","",,"",04/17/2024,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" diff --git a/tests/testthat/api/sdw_rest_services.get_download-6659b8.csv b/tests/testthat/api/sdw_rest_services.get_download-7dc1b8.csv similarity index 69% rename from tests/testthat/api/sdw_rest_services.get_download-6659b8.csv rename to tests/testthat/api/sdw_rest_services.get_download-7dc1b8.csv index 1b8f390..68f4a30 100644 --- a/tests/testthat/api/sdw_rest_services.get_download-6659b8.csv +++ b/tests/testthat/api/sdw_rest_services.get_download-7dc1b8.csv @@ -1,41 +1,41 @@ -"PWSName","PWSId","CitiesServed","StateCode","ZipCodesServed","CountiesServed","EPARegion","RegistryID","IndianCountry","PWSTypeCode","PWSTypeDesc","PrimarySourceCode","PrimarySourceDesc","PopulationServedCount","PWSActivityCode","PWSActivityDesc","OwnerTypeCode","OwnerDesc","QtrsWithVio","QtrsWithSNC","SeriousViolator","HealthFlag","MrFlag","PnFlag","OtherFlag","NewVioFlg","RulesVio3yr","RulesVio","Viopaccr","Vioremain","Viofeanot","Viortcfea","Viortcnofea","Ifea","Feas","SDWDateLastIea","SDWDateLastIeaEPA","SDWDateLastIeaSt","SDWDateLastFea","SDWDateLastFeaEPA","SDWDateLastFeaSt","SDWAContaminantsInViol3yr","SDWAContaminantsInCurViol","PbAle","CuAle","Rc350Viol","DfrUrl","FIPSCodes","SNC","GwSwCode","SDWA3yrComplQtrsHistory","SDWAContaminants","PbViol","CuViol","LeadAndCopperViol","TRIbalFlag","FeaFlag","IeaFlag","SNCFlag","CurrVioFlag","VioFlag","Insp5yrFlag","ServiceAreaTypeCode","ServiceAreaTypeDesc","ViolationCategories","Sansurvey5yr","DateLastSansurvey","SignificantDeficiencyCount","SignificantDeficiencyCountIls","SDWDateLastVisit","SDWDateLastVisitEPA","SDWDateLastVisitState","SDWDateLastVisitLocal","SiteVisits5yrAll","SiteVisits5yrInspections","SiteVisits5yrOther" -"ABBATE TWIN LAKES TRAILER PARK","TX0210023",,"TX",,"Brazos","06","110049009149","N","CWS","Community water system","GW","Ground water",81,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049009149","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"MH","Mobile Home Park",,,,,,,,,,0,0, -"AL LEONARD RANCH","TX0210062",,"TX",,"Brazos","06","110049906624","N","CWS","Community water system","GW","Ground water",33,"A","Active","P","Private",2,0,"No","No","No","No","No","No",1,0,3,0,,,3,7,,10/25/2021,,10/25/2021,,,,"0999=Chlorine",,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049906624","48041","No Violation","GW","___V__V______","0999=Chlorine; 5000=Lead and Copper Rule",,,,0,0,1,0,0,1,1,"RA","Residential Area","Monitoring and Reporting",2,12/02/2021,,,12/02/2021,,12/02/2021,,3,0,3 -"B J'S CAFE","TX0210049",,"TX",,"Brazos","06","110049686041","N","TNCWS","Transient non-community system","GW","Ground water",15,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049686041","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RS","Restaurant",,,,,,,,,,0,0, -"BENCHLEY OAKS SUBDIVISION","TX0210039",,"TX",,"Brazos","06","110012830525","N","CWS","Community water system","GW","Ground water",525,"A","Active","P","Private",0,0,"No","No","No","No","No","No",0,0,1,0,,,1,,,12/21/2016,,12/21/2016,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830525","48041","No Violation","GW","_____________","3014=E. COLI; 5000=Lead and Copper Rule",,,,0,0,0,0,0,0,1,"RA","Residential Area",,1,06/24/2019,,,06/24/2019,,06/24/2019,,3,0,3 -"BOBBITT TRAILER PARK","TX0210031",,"TX",,"Brazos","06","110049537122","N","CWS","Community water system","GW","Ground water",15,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049537122","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"MH","Mobile Home Park",,,,,,,,,,0,0, -"BRUSHY WSC","TX0210014",,"TX",,"Brazos","06","110012938768","N","CWS","Community water system","GW","Ground water",0,"N","Changed from public to non-public","L","Local government",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012938768","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,01/20/2011,,0,0, -"CAFE SUZE","TX0210057",,"TX",,"Brazos","06","110049906535","N","TNCWS","Transient non-community system","GW","Ground water",100,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049906535","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RS","Restaurant",,,,,,,,,,0,0, -"CAROUSEL MOBILE HOME PARK","TX0210045",,"TX",,"Brazos","06","110012830543","N","CWS","Community water system","GW","Ground water",54,"A","Active","P","Private",12,0,"No","No","No","Yes","Yes","No",2,1,4,0,,,4,5,,02/14/2019,,02/14/2019,,,,"7500=Public Notice","7500=Public Notice",,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830543","48041","In Violation","GW","VVVVVVVVVVVVV","0999=Chlorine; 5000=Lead and Copper Rule; 7000=Consumer Confidence Rule; 7500=Public Notice",,,,0,0,1,0,1,1,1,"MH","Mobile Home Park","Other Violation",2,10/07/2020,,,10/07/2020,,10/07/2020,,3,0,3 -"CITY OF BRYAN","TX0210001",,"TX",,"Brazos","06","110001866623","N","CWS","Community water system","GW","Ground water",88434,"A","Active","L","Local government",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,01/29/2016,,01/29/2016,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110001866623","48041","No Violation","GW","_____________",,,,,0,0,0,0,0,0,1,"RA","Residential Area",,2,07/27/2020,,,07/27/2020,,07/27/2020,,4,0,4 -"CITY OF COLLEGE STATION","TX0210002",,"TX",,"Brazos","06","110012830384","N","CWS","Community water system","GW","Ground water",100498,"A","Active","L","Local government",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830384","48041","No Violation","GW","_____________",,,,,0,0,0,0,0,0,1,"RA","Residential Area",,1,02/18/2020,,,02/18/2020,,02/18/2020,,3,0,3 -"CURBY TRAILER PARK","TX0210037",,"TX",,"Brazos","06","110049555496","N","CWS","Community water system","GW","Ground water",22,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049555496","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"MH","Mobile Home Park",,,,,,,,,,0,0, -"FOREST LAKES WATER SYSTEM","TX0210058",,"TX",,"Brazos","06","110049906553","N","CWS","Community water system","GW","Ground water",63,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,03/30/2000,03/30/2000,,05/03/2000,05/03/2000,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049906553","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,01/22/1999,,0,0, -"FOXFIRE DEVELOPMENT WATER SYSTEM","TX0210064",,"TX",,"Brazos","06","110049906722","N","CWS","Community water system","GWP","Ground water purchased",315,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049906722","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,0,0, -"GLEN OAKS MOBILE HOME PARK","TX0210047",,"TX",,"Brazos","06","110012830561","N","CWS","Community water system","GW","Ground water",0,"N","Changed from public to non-public","P","Private",1,0,"No","No","No","No","No","No",1,0,1,0,,,1,2,,04/29/2021,,04/29/2021,,,,"8000=Revised Total Coliform Rule",,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830561","48041","Inactive","GW","_____V_ ","8000=Revised Total Coliform Rule",,,,0,0,1,0,0,1,1,"MH","Mobile Home Park","Monitoring Violation",2,09/04/2020,,,09/04/2020,,09/04/2020,,3,0,3 -"GREENS WORLD","TX0210063",,"TX",,"Brazos","06","110049906697","N","TNCWS","Transient non-community system","GW","Ground water",50,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,10/06/1992,10/06/1992,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049906697","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"OT","Other Transient Area",,,,,,,,,,0,0, -"HANDI PLUS 18","TX0210052",,"TX",,"Brazos","06","110049686103","N","TNCWS","Transient non-community system","GW","Ground water",100,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,03/07/2006,07/23/1991,03/07/2006,06/23/2001,,06/23/2001,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049686103","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RS","Restaurant",,,,,,,,05/31/2001,,0,0, -"HOLLOW HEIGHTS - WATER HOLE NO 1","TX0210032",,"TX",,"Brazos","06","110049537140","N","CWS","Community water system","GW","Ground water",26,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049537140","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,0,0, -"LAKE PLACID SUBDIVISION","TX0210007",,"TX",,"Brazos","06","110049750042","N","CWS","Community water system","GW","Ground water",27,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049750042","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,0,0, -"LAKEWOOD ESTATES","TX0210042",,"TX",,"Brazos","06","110012938884","N","CWS","Community water system","GW","Ground water",202,"A","Active","P","Private",9,0,"No","No","No","No","No","No",3,0,3,2,,,1,1,,01/29/2021,,01/29/2021,,,,"1005=Arsenic; 1010=Barium; 1015=Cadmium; 1020=Chromium; 1035=Mercury; 1045=Selenium; 1074=Antimony, Total; 1075=Beryllium, Total; 1085=Thallium, Total",,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012938884","48041","No Violation","GW","VVVVVVVVV____","1005=Arsenic; 1010=Barium; 1015=Cadmium; 1020=Chromium; 1035=Mercury; 1045=Selenium; 1074=Antimony, Total; 1075=Beryllium, Total; 1085=Thallium, Total; 5000=Lead and Copper Rule",,,,0,0,1,0,0,1,1,"RA","Residential Area","Monitoring and Reporting",2,06/14/2022,,,06/14/2022,,06/14/2022,,4,0,4 -"MARA TRAILER PARK","TX0210009",,"TX",,"Brazos","06","110012830428","N","CWS","Community water system","GW","Ground water",90,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,06/18/2004,,06/18/2004,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830428","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"MH","Mobile Home Park",,,,,,,,06/30/2005,,0,0, -"MARY OF THE OAKS MONTESSORI SCHOOL","TX0210040",,"TX",,"Brazos","06","110049555593","N","NTNCWS","Non-Transient non-community system","GW","Ground water",18,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049555593","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"SC","School",,,,,,,,,,0,0, -"NEELEY RIVER OAKS HOPES CR MEADOW","TX0210036",,"TX",,"Brazos","06","110049555469","N","CWS","Community water system","GW","Ground water",141,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049555469","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,10/17/2002,,0,0, -"O S R WSC","TX0210061",,"TX",,"Brazos","06","110012830589","N","CWS","Community water system","GWP","Ground water purchased",0,"N","Changed from public to non-public","L","Local government",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830589","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,12/28/2011,,0,0, -"OAKLAND LAKE","TX0210029",,"TX",,"Brazos","06","110012938857","N","CWS","Community water system","GW","Ground water",150,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012938857","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,10/17/2002,,0,0, -"PORTERFIELD APARTMENTS","TX0210027",,"TX",,"Brazos","06","110049009247","N","CWS","Community water system","GW","Ground water",27,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049009247","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,11/18/1999,,0,0, -"RAMBLEWOOD MOBILE HOME PARK","TX0210006",,"TX",,"Brazos","06","110012830400","N","CWS","Community water system","GWP","Ground water purchased",346,"A","Active","P","Private",3,0,"No","No","No","No","No","No",2,0,6,0,,,6,4,,06/17/2020,,06/17/2020,,,,"1040=Nitrate",,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830400","48041","No Violation","GW","VVV__________","1040=Nitrate; 5000=Lead and Copper Rule",,,,0,0,1,0,0,1,1,"MH","Mobile Home Park","Monitoring and Reporting",1,11/07/2019,,,11/07/2019,,11/07/2019,,3,0,3 -"SANDERSON FARMS BRYAN FACILITY","TX0210065",,"TX",,"Brazos","06","110049906740","N","NTNCWS","Non-Transient non-community system","GW","Ground water",1325,"A","Active","P","Private",4,0,"No","No","No","No","No","No",1,0,2,1,,,1,6,,03/24/2022,,03/24/2022,,,,"5000=Lead and Copper Rule",,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049906740","48041","No Violation","GW","_______VVVV__","5000=Lead and Copper Rule",,,,0,0,1,0,0,1,1,"IA","Industrial/Agricultural","Monitoring and Reporting",1,12/10/2019,,,12/10/2019,,12/10/2019,,2,0,2 -"SHEIGA HEIGHTS","TX0210022",,"TX",,"Brazos","06","110049009096","N","CWS","Community water system","GW","Ground water",51,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049009096","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,0,0, -"SHERWOOD HEIGHTS WATER SYSTEM","TX0210034",,"TX",,"Brazos","06","110049555361","N","CWS","Community water system","GW","Ground water",240,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049555361","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,0,0, -"SMETANA FOREST","TX0210010",,"TX",,"Brazos","06","110012830446","N","CWS","Community water system","GW","Ground water",150,"A","Active","P","Private",12,2,"Yes","No","No","No","No","No",2,0,39,15,,15,9,29,2,10/07/2022,,10/07/2022,02/03/2020,,02/03/2020,"2950=TTHM","2950=TTHM",,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830446","48041","Enforcement Priority","GW","VVVVVVVVVSVS_","2950=TTHM; 5000=Lead and Copper Rule; 7500=Public Notice",,,,0,1,1,1,1,1,1,"RA","Residential Area","Maximum Contaminant Level Violation | Other Violation",1,08/28/2019,,,08/28/2019,,08/28/2019,,3,0,3 -"STEEP HOLLOW CIRCLE","TX0210021",,"TX",,"Brazos","06","110049009069","N","CWS","Community water system","GW","Ground water",99,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049009069","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,0,0, -"SYKES WS","TX0210070",,"TX",,"Brazos","06","110070772428","N","CWS","Community water system","GW","Ground water",21,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,2,0,,,2,2,,11/06/2018,,11/06/2018,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110070772428","48041","Inactive","GW"," ","0999=Chlorine; 8000=Revised Total Coliform Rule",,,,0,0,1,0,0,0,0,"SU","Subdivision",,,,,,,,,,0,0, -"TEXAS A&M UNIVERSITY MAIN CAMPUS","TX0210017",,"TX",,"Brazos","06","110012830482","N","CWS","Community water system","GW","Ground water",62500,"A","Active","S","State government",0,0,"No","No","No","No","No","No",0,0,0,0,,,,1,,06/21/2018,,06/21/2018,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830482","48041","No Violation","GW","_____________","7500=Public Notice",,,,0,0,1,0,0,0,1,"SC","School",,2,07/09/2020,,,07/09/2020,,07/09/2020,,3,0,3 -"TEXAS A&M UNIVERSITY RIVERSIDE CAMPUS","TX0210048",,"TX",,"Brazos","06","110049686005","N","NTNCWS","Non-Transient non-community system","GW","Ground water",500,"N","Changed from public to non-public","S","State government",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049686005","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"SC","School",,,,,,,,04/16/1998,,0,0, -"TEXAS WORLD SPEEDWAY","TX0210003",,"TX",,"Brazos","06","110049750024","N","TNCWS","Transient non-community system","GWP","Ground water purchased",0,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049750024","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"PA","Recreation Area",,,,,,,,01/21/2010,,0,0, -"THE RIVER PLACE","TX0210071",,"TX",,"Brazos","06","110071196973","N","TNCWS","Transient non-community system","GW","Ground water",20,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110071196973","48041","Inactive","GW","_________ ",,,,,0,0,0,0,0,0,0,"OT","Other Transient Area",,,,,,,,,,0,0, -"WELLBORN SUD","TX0210016",,"TX",,"Brazos","06","110012830464","N","CWS","Community water system","SW","Surface water",23170,"A","Active","L","Local government",1,0,"No","No","No","No","No","No",1,0,2,0,,,2,6,,06/17/2020,,06/17/2020,10/06/2014,,10/06/2014,"1009=Chlorite",,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830464","48041","No Violation","SW","V____________","1009=Chlorite",,,,0,0,1,0,0,1,1,"RA","Residential Area","Monitoring and Reporting",2,04/27/2022,1,1,04/27/2022,,04/27/2022,,4,0,4 -"WHEELOCK EXPRESS","TX0210069",,"TX",,"Brazos","06","110063352633","N","TNCWS","Transient non-community system","GW","Ground water",142,"A","Active","P","Private",12,0,"No","No","No","No","No","No",3,0,10,0,,,10,19,,10/17/2022,,10/17/2022,,,,"1040=Nitrate; 7500=Public Notice; 8000=Revised Total Coliform Rule","7500=Public Notice",,,,"https://echo.epa.gov/detailed-facility-report?fid=110063352633","48041","No Violation","GW","VVVVVVVVVVVVV","1040=Nitrate; 7500=Public Notice; 8000=Revised Total Coliform Rule",,,,0,0,1,0,0,1,1,"OT","Other Transient Area","Monitoring Violation | Monitoring and Reporting | Other Violation",1,01/17/2018,,,01/17/2018,,01/17/2018,,1,0,1 -"WICKSON CREEK SUD","TX0210005",,"TX",,"Brazos","06","110012938688","N","CWS","Community water system","GW","Ground water",15000,"A","Active","L","Local government",10,0,"No","No","No","No","No","No",3,0,3,1,,,2,7,,09/15/2022,,09/15/2022,,,,"0999=Chlorine",,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012938688","48041","No Violation","GW","VVVVVVVVV_V__","0999=Chlorine; 3014=E. COLI; 7500=Public Notice",,,,0,0,1,0,0,1,1,"RA","Residential Area","Monitoring and Reporting | Other Violation",2,06/07/2022,,,06/07/2022,,06/07/2022,,4,0,4 -"WILMAS PLACE","TX0210059",,"TX",,"Brazos","06","110049906571","N","TNCWS","Transient non-community system","GW","Ground water",25,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049906571","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RS","Restaurant",,,,,,,,,,0,0, +"PWSName","PWSId","CitiesServed","StateCode","ZipCodesServed","CountiesServed","EPARegion","RegistryID","IndianCountry","PWSTypeCode","PWSTypeDesc","PrimarySourceCode","PrimarySourceDesc","PopulationServedCount","PWSActivityCode","PWSActivityDesc","OwnerTypeCode","OwnerDesc","QtrsWithVio","QtrsWithSNC","SeriousViolator","HealthFlag","MrFlag","PnFlag","OtherFlag","NewVioFlg","RulesVio3yr","RulesVio","Viopaccr","Vioremain","Viofeanot","Viortcfea","Viortcnofea","Ifea","Feas","SDWDateLastIea","SDWDateLastIeaEPA","SDWDateLastIeaSt","SDWDateLastFea","SDWDateLastFeaEPA","SDWDateLastFeaSt","SDWAContaminantsInViol3yr","SDWAContaminantsInCurViol","PbAle","CuAle","Rc350Viol","DfrUrl","FIPSCodes","SNC","GwSwCode","SDWA3yrComplQtrsHistory","SDWAContaminants","PbViol","CuViol","LeadAndCopperViol","TRIbalFlag","FeaFlag","IeaFlag","SNCFlag","CurrVioFlag","VioFlag","Insp5yrFlag","ServiceAreaTypeCode","ServiceAreaTypeDesc","ViolationCategories","Sansurvey5yr","DateLastSansurvey","DateLastSurveyAct","SignificantDeficiencyCount","SignificantDeficiencyCountIls","SigDefCountIlsAct","SDWDateLastVisit","SDWDateLastVisitEPA","SDWDateLastVisitState","SDWDateLastVisitLocal","SiteVisits5yrAll" +"ABBATE TWIN LAKES TRAILER PARK","TX0210023",,"TX",,"Brazos","06","110049009149","N","CWS","Community water system","GW","Ground water",81,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049009149","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"MH","Mobile Home Park",,,,,,,,,,,,0 +"AL LEONARD RANCH","TX0210062",,"TX",,"Brazos","06","110049906624","N","CWS","Community water system","GW","Ground water",33,"A","Active","P","Private",1,0,"No","No","No","No","No","No",1,0,3,0,,,3,7,,10/25/2021,,10/25/2021,,,,"0999=Chlorine",,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049906624","48041","No Violation","GW","_V__________U","0999=Chlorine; 5000=Lead and Copper Rule",,,,0,0,1,0,0,1,1,"RA","Residential Area","Monitoring and Reporting",2,12/02/2021,12/02/2021,,,,12/02/2021,,12/02/2021,,2 +"B J'S CAFE","TX0210049",,"TX",,"Brazos","06","110049686041","N","TNCWS","Transient non-community system","GW","Ground water",15,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049686041","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RS","Restaurant",,,,,,,,,,,,0 +"BENCHLEY OAKS SUBDIVISION","TX0210039",,"TX",,"Brazos","06","110012830525","N","CWS","Community water system","GW","Ground water",525,"A","Active","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,12/21/2016,,12/21/2016,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830525","48041","No Violation","GW","____________U",,,,,0,0,0,0,0,0,1,"RA","Residential Area",,2,08/17/2022,08/17/2022,,,,08/17/2022,,08/17/2022,,2 +"BOBBITT TRAILER PARK","TX0210031",,"TX",,"Brazos","06","110049537122","N","CWS","Community water system","GW","Ground water",15,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049537122","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"MH","Mobile Home Park",,,,,,,,,,,,0 +"BRUSHY WSC","TX0210014",,"TX",,"Brazos","06","110012938768","N","CWS","Community water system","GW","Ground water",0,"N","Changed from public to non-public","L","Local government",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012938768","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,01/20/2011,,0 +"CAFE SUZE","TX0210057",,"TX",,"Brazos","06","110049906535","N","TNCWS","Transient non-community system","GW","Ground water",100,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049906535","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RS","Restaurant",,,,,,,,,,,,0 +"CAROUSEL MOBILE HOME PARK","TX0210045",,"TX",,"Brazos","06","110012830543","N","CWS","Community water system","GW","Ground water",56,"A","Active","P","Private",12,0,"No","No","No","Yes","Yes","No",1,1,1,0,,,1,5,,02/14/2019,,02/14/2019,,,,"7500=Public Notice","7500=Public Notice",,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830543","48041","In Violation","GW","VVVVVVVVVVVVU","7000=Consumer Confidence Rule; 7500=Public Notice",,,,0,0,1,0,1,1,1,"MH","Mobile Home Park","Other Violation",2,08/02/2023,08/02/2023,,,,08/02/2023,,08/02/2023,,2 +"CITY OF BRYAN","TX0210001",,"TX",,"Brazos","06","110001866623","N","CWS","Community water system","GW","Ground water",87816,"A","Active","L","Local government",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,01/29/2016,,01/29/2016,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110001866623","48041","No Violation","GW","____________U",,,,,0,0,0,0,0,0,1,"RA","Residential Area",,2,05/23/2023,05/23/2023,,,,05/23/2023,,05/23/2023,,2 +"CITY OF COLLEGE STATION","TX0210002",,"TX",,"Brazos","06","110012830384","N","CWS","Community water system","GW","Ground water",104103,"A","Active","L","Local government",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830384","48041","No Violation","GW","____________U",,,,,0,0,0,0,0,0,1,"RA","Residential Area",,2,01/11/2023,01/11/2023,,,,01/11/2023,,01/11/2023,,2 +"CURBY TRAILER PARK","TX0210037",,"TX",,"Brazos","06","110049555496","N","CWS","Community water system","GW","Ground water",22,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049555496","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"MH","Mobile Home Park",,,,,,,,,,,,0 +"FOREST LAKES WATER SYSTEM","TX0210058",,"TX",,"Brazos","06","110049906553","N","CWS","Community water system","GW","Ground water",63,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,03/30/2000,03/30/2000,,05/03/2000,05/03/2000,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049906553","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,01/22/1999,,0 +"FOXFIRE DEVELOPMENT WATER SYSTEM","TX0210064",,"TX",,"Brazos","06","110049906722","N","CWS","Community water system","GWP","Ground water purchased",315,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049906722","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,,,0 +"GLEN OAKS MOBILE HOME PARK","TX0210047",,"TX",,"Brazos","06","110012830561","N","CWS","Community water system","GW","Ground water",0,"N","Changed from public to non-public","P","Private",1,0,"No","No","No","No","No","No",1,0,1,0,,,1,2,,04/29/2021,,04/29/2021,,,,"8000=Revised Total Coliform Rule",,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830561","48041","Inactive","GW","V_ ","8000=Revised Total Coliform Rule",,,,0,0,1,0,0,1,1,"MH","Mobile Home Park","Monitoring Violation",1,09/04/2020,09/04/2020,,,,09/04/2020,,09/04/2020,,1 +"GREENS WORLD","TX0210063",,"TX",,"Brazos","06","110049906697","N","TNCWS","Transient non-community system","GW","Ground water",50,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,10/06/1992,10/06/1992,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049906697","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"OT","Other Transient Area",,,,,,,,,,,,0 +"HANDI PLUS 18","TX0210052",,"TX",,"Brazos","06","110049686103","N","TNCWS","Transient non-community system","GW","Ground water",100,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,03/07/2006,07/23/1991,03/07/2006,06/23/2001,,06/23/2001,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049686103","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RS","Restaurant",,,,,,,,,,05/31/2001,,0 +"HOLLOW HEIGHTS - WATER HOLE NO 1","TX0210032",,"TX",,"Brazos","06","110049537140","N","CWS","Community water system","GW","Ground water",26,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049537140","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,,,0 +"LAKE PLACID SUBDIVISION","TX0210007",,"TX",,"Brazos","06","110049750042","N","CWS","Community water system","GW","Ground water",27,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049750042","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,,,0 +"LAKEWOOD ESTATES","TX0210042",,"TX",,"Brazos","06","110012938884","N","CWS","Community water system","GW","Ground water",202,"A","Active","P","Private",4,0,"No","No","No","No","No","No",3,0,3,2,,,1,1,,01/29/2021,,01/29/2021,,,,"1005=Arsenic; 1010=Barium; 1015=Cadmium; 1020=Chromium; 1035=Mercury; 1045=Selenium; 1074=Antimony, Total; 1075=Beryllium, Total; 1085=Thallium, Total",,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012938884","48041","No Violation","GW","VVVV________U","1005=Arsenic; 1010=Barium; 1015=Cadmium; 1020=Chromium; 1035=Mercury; 1045=Selenium; 1074=Antimony, Total; 1075=Beryllium, Total; 1085=Thallium, Total; 5000=Lead and Copper Rule",,,,0,0,1,0,0,1,1,"RA","Residential Area","Monitoring and Reporting",2,06/14/2022,06/14/2022,,,,06/14/2022,,06/14/2022,,2 +"MARA TRAILER PARK","TX0210009",,"TX",,"Brazos","06","110012830428","N","CWS","Community water system","GW","Ground water",90,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,06/18/2004,,06/18/2004,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830428","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"MH","Mobile Home Park",,,,,,,,,,06/30/2005,,0 +"MARY OF THE OAKS MONTESSORI SCHOOL","TX0210040",,"TX",,"Brazos","06","110049555593","N","NTNCWS","Non-Transient non-community system","GW","Ground water",18,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049555593","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"SC","School",,,,,,,,,,,,0 +"NEELEY RIVER OAKS HOPES CR MEADOW","TX0210036",,"TX",,"Brazos","06","110049555469","N","CWS","Community water system","GW","Ground water",141,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049555469","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,10/17/2002,,0 +"O S R WSC","TX0210061",,"TX",,"Brazos","06","110012830589","N","CWS","Community water system","GWP","Ground water purchased",0,"N","Changed from public to non-public","L","Local government",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830589","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,12/28/2011,,0 +"OAKLAND LAKE","TX0210029",,"TX",,"Brazos","06","110012938857","N","CWS","Community water system","GW","Ground water",150,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012938857","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,10/17/2002,,0 +"PORTERFIELD APARTMENTS","TX0210027",,"TX",,"Brazos","06","110049009247","N","CWS","Community water system","GW","Ground water",27,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049009247","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,11/18/1999,,0 +"RAMBLEWOOD MOBILE HOME PARK","TX0210006",,"TX",,"Brazos","06","110012830400","N","CWS","Community water system","GWP","Ground water purchased",346,"A","Active","P","Private",8,0,"No","No","No","No","No","No",2,0,12,0,,,12,8,,03/21/2023,,03/21/2023,,,,"1040=Nitrate; 2456=Total Haloacetic Acids (HAA5); 2950=TTHM",,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830400","48041","No Violation","GW","VVVVVVVV____U","1040=Nitrate; 2456=Total Haloacetic Acids (HAA5); 2950=TTHM; 5000=Lead and Copper Rule",,,,0,0,1,0,0,1,1,"MH","Mobile Home Park","Monitoring and Reporting",2,10/10/2022,10/10/2022,,,,10/10/2022,,10/10/2022,,2 +"SANDERSON FARMS BRYAN FACILITY","TX0210065",,"TX",,"Brazos","06","110049906740","N","NTNCWS","Non-Transient non-community system","GW","Ground water",1325,"A","Active","P","Private",4,0,"No","No","No","No","No","No",1,0,2,0,,,2,6,,03/24/2022,,03/24/2022,,,,"5000=Lead and Copper Rule",,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049906740","48041","No Violation","GW","__VVVV______U","5000=Lead and Copper Rule",,,,0,0,1,0,0,1,1,"IA","Industrial/Agricultural","Monitoring and Reporting",1,12/10/2019,12/10/2019,,,,12/10/2019,,12/10/2019,,1 +"SHEIGA HEIGHTS","TX0210022",,"TX",,"Brazos","06","110049009096","N","CWS","Community water system","GW","Ground water",51,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049009096","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,,,0 +"SHERWOOD HEIGHTS WATER SYSTEM","TX0210034",,"TX",,"Brazos","06","110049555361","N","CWS","Community water system","GW","Ground water",240,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049555361","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,,,0 +"SMETANA FOREST","TX0210010",,"TX",,"Brazos","06","110012830446","N","CWS","Community water system","GW","Ground water",150,"A","Active","P","Private",11,5,"No","No","No","Yes","Yes","No",2,1,41,1,,30,10,37,2,12/12/2023,,12/12/2023,08/22/2023,,08/22/2023,"2950=TTHM; 7500=Public Notice","7500=Public Notice",,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830446","48041","In Violation","GW","VVVVSVSSSS_VU","2950=TTHM; 7500=Public Notice",,,,0,1,1,0,1,1,1,"RA","Residential Area","Maximum Contaminant Level Violation | Other Violation",2,08/17/2022,08/17/2022,,,,08/17/2022,,08/17/2022,,2 +"STEEP HOLLOW CIRCLE","TX0210021",,"TX",,"Brazos","06","110049009069","N","CWS","Community water system","GW","Ground water",99,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049009069","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RA","Residential Area",,,,,,,,,,,,0 +"SYKES WS","TX0210070",,"TX",,"Brazos","06","110070772428","N","CWS","Community water system","GW","Ground water",21,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,11/06/2018,,11/06/2018,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110070772428","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"SU","Subdivision",,,,,,,,,,,,0 +"TEXAS A&M UNIVERSITY MAIN CAMPUS","TX0210017",,"TX",,"Brazos","06","110012830482","N","CWS","Community water system","GW","Ground water",61000,"A","Active","S","State government",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,06/21/2018,,06/21/2018,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830482","48041","No Violation","GW","____________U",,,,,0,0,0,0,0,0,1,"SC","School",,2,05/25/2023,05/25/2023,,,,05/25/2023,,05/25/2023,,2 +"TEXAS A&M UNIVERSITY RIVERSIDE CAMPUS","TX0210048",,"TX",,"Brazos","06","110049686005","N","NTNCWS","Non-Transient non-community system","GW","Ground water",500,"N","Changed from public to non-public","S","State government",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049686005","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"SC","School",,,,,,,,,,04/16/1998,,0 +"TEXAS WORLD SPEEDWAY","TX0210003",,"TX",,"Brazos","06","110049750024","N","TNCWS","Transient non-community system","GWP","Ground water purchased",0,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049750024","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"PA","Recreation Area",,,,,,,,,,01/21/2010,,0 +"THE RIVER PLACE","TX0210071",,"TX",,"Brazos","06","110071196973","N","TNCWS","Transient non-community system","GW","Ground water",20,"N","Changed from public to non-public","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110071196973","48041","Inactive","GW","____ ",,,,,0,0,0,0,0,0,0,"OT","Other Transient Area",,,,,,,,,,,,0 +"WELLBORN SUD","TX0210016",,"TX",,"Brazos","06","110012830464","N","CWS","Community water system","SW","Surface water",23170,"A","Active","L","Local government",0,0,"No","No","No","No","No","No",0,0,2,0,,,2,6,,06/17/2020,,06/17/2020,10/06/2014,,10/06/2014,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012830464","48041","No Violation","SW","____________U","1009=Chlorite",,,,0,0,1,0,0,0,1,"RA","Residential Area",,2,04/27/2022,04/27/2022,1,1,1,04/27/2022,,04/27/2022,,2 +"WHEELOCK EXPRESS","TX0210069",,"TX",,"Brazos","06","110063352633","N","TNCWS","Transient non-community system","GW","Ground water",156,"A","Active","P","Private",8,0,"No","No","No","No","No","No",2,0,8,0,,,8,12,,10/17/2022,,10/17/2022,,,,"8000=Revised Total Coliform Rule",,,,,"https://echo.epa.gov/detailed-facility-report?fid=110063352633","48041","No Violation","GW","VVVVVVVV____U","1040=Nitrate; 7500=Public Notice; 8000=Revised Total Coliform Rule",,,,0,0,1,0,0,1,1,"OT","Other Transient Area","Monitoring Violation | Other Violation",1,12/01/2022,12/01/2022,,,,12/01/2022,,12/01/2022,,1 +"WICKSON CREEK SUD","TX0210005",,"TX",,"Brazos","06","110012938688","N","CWS","Community water system","GW","Ground water",15000,"A","Active","L","Local government",4,0,"No","No","No","No","No","No",2,0,2,0,,,2,4,,03/31/2021,,03/31/2021,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110012938688","48041","No Violation","GW","VVVV________U","3014=E. COLI; 7500=Public Notice",,,,0,0,1,0,0,1,1,"RA","Residential Area","Monitoring and Reporting | Other Violation",2,06/07/2022,06/07/2022,,,,06/07/2022,,06/07/2022,,2 +"WILMAS PLACE","TX0210059",,"TX",,"Brazos","06","110049906571","N","TNCWS","Transient non-community system","GW","Ground water",25,"I","Inactive","P","Private",0,0,"No","No","No","No","No","No",0,0,0,0,,,,,,,,,,,,,,,,,"https://echo.epa.gov/detailed-facility-report?fid=110049906571","48041","Inactive","GW"," ",,,,,0,0,0,0,0,0,0,"RS","Restaurant",,,,,,,,,,,,0 diff --git a/tests/testthat/api/sdw_rest_services.get_systems-d3eb10.json b/tests/testthat/api/sdw_rest_services.get_systems-44eac4.json similarity index 72% rename from tests/testthat/api/sdw_rest_services.get_systems-d3eb10.json rename to tests/testthat/api/sdw_rest_services.get_systems-44eac4.json index 7af6b2b..da60f1a 100644 --- a/tests/testthat/api/sdw_rest_services.get_systems-d3eb10.json +++ b/tests/testthat/api/sdw_rest_services.get_systems-44eac4.json @@ -4,13 +4,13 @@ "Version": "SDWA v2020-02-05 1500", "QueryRows": "40", "IndianCountryRows": "0", - "SVRows": "1", + "SVRows": "0", "CVRows": "2", - "V3Rows": "10", + "V3Rows": "9", "FEARows": "1", - "InfFEARows": "12", + "InfFEARows": "10", "INSPRows": "14", "BadSystemIDs": null, - "QueryID": "337" + "QueryID": "980" } } diff --git a/tests/testthat/api/sdw_rest_services.metadata-a4f118.json b/tests/testthat/api/sdw_rest_services.metadata-a4f118.json index d505e1d..fcc5d7d 100644 --- a/tests/testthat/api/sdw_rest_services.metadata-a4f118.json +++ b/tests/testthat/api/sdw_rest_services.metadata-a4f118.json @@ -538,11 +538,19 @@ "ObjectName": "DateLastSansurvey", "Description": null }, + { + "ColumnName": "DATE_LAST_SURVEY_ACT", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "68", + "ObjectName": "DateLastSurveyAct", + "Description": null + }, { "ColumnName": "SIGNIFICANT_DEFICIENCY_COUNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "68", + "ColumnID": "69", "ObjectName": "SignificantDeficiencyCount", "Description": null }, @@ -550,15 +558,23 @@ "ColumnName": "SIGNIFICANT_DEFICIENCY_COUNT_ILS", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "69", + "ColumnID": "70", "ObjectName": "SignificantDeficiencyCountIls", "Description": null }, + { + "ColumnName": "SIG_DEF_COUNT_ILS_ACT", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "71", + "ObjectName": "SigDefCountIlsAct", + "Description": null + }, { "ColumnName": "SDW_DATE_LAST_VISIT", "DataType": "DATE", "DataLength": "7", - "ColumnID": "70", + "ColumnID": "72", "ObjectName": "SDWDateLastVisit", "Description": null }, @@ -566,7 +582,7 @@ "ColumnName": "SDW_DATE_LAST_VISIT_EPA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "71", + "ColumnID": "73", "ObjectName": "SDWDateLastVisitEPA", "Description": null }, @@ -574,7 +590,7 @@ "ColumnName": "SDW_DATE_LAST_VISIT_STATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "72", + "ColumnID": "74", "ObjectName": "SDWDateLastVisitState", "Description": null }, @@ -582,7 +598,7 @@ "ColumnName": "SDW_DATE_LAST_VISIT_LOCAL", "DataType": "DATE", "DataLength": "7", - "ColumnID": "73", + "ColumnID": "75", "ObjectName": "SDWDateLastVisitLocal", "Description": null }, @@ -590,7 +606,7 @@ "ColumnName": "SITE_VISITS_5YR_ALL", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "74", + "ColumnID": "76", "ObjectName": "SiteVisits5yrAll", "Description": null }, @@ -598,7 +614,7 @@ "ColumnName": "SITE_VISITS_5YR_INSPECTIONS", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "75", + "ColumnID": "77", "ObjectName": "SiteVisits5yrInspections", "Description": null }, @@ -606,7 +622,7 @@ "ColumnName": "SITE_VISITS_5YR_OTHER", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "76", + "ColumnID": "78", "ObjectName": "SiteVisits5yrOther", "Description": null } diff --git a/tests/testthat/ofmpub.epa.gov/echo/air_rest_services.metadata-a4f118.json b/tests/testthat/ofmpub.epa.gov/echo/air_rest_services.metadata-a4f118.json deleted file mode 100644 index 031ffef..0000000 --- a/tests/testthat/ofmpub.epa.gov/echo/air_rest_services.metadata-a4f118.json +++ /dev/null @@ -1,1159 +0,0 @@ -{ - "Results": { - "Message": "Success", - "ResultColumns": [ - { - "ColumnName": "AIR_NAME", - "DataType": "VARCHAR2", - "DataLength": "200", - "ColumnID": "1", - "ObjectName": "AIRName", - "Description": "The name of the AIR Facility." - }, - { - "ColumnName": "SOURCE_ID", - "DataType": "VARCHAR2", - "DataLength": "30", - "ColumnID": "2", - "ObjectName": "SourceID", - "Description": "Unique Identifier assigned by EPA." - }, - { - "ColumnName": "AIR_STREET", - "DataType": "VARCHAR2", - "DataLength": "200", - "ColumnID": "3", - "ObjectName": "AIRStreet", - "Description": "The street address of the AIR facility location." - }, - { - "ColumnName": "AIR_CITY", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "4", - "ObjectName": "AIRCity", - "Description": "The city where the AIR facility is located." - }, - { - "ColumnName": "AIR_STATE", - "DataType": "CHAR", - "DataLength": "2", - "ColumnID": "5", - "ObjectName": "AIRState", - "Description": "The state where the AIR facility is located." - }, - { - "ColumnName": "LOCAL_CONTROL_REGION_CODE", - "DataType": "CHAR", - "DataLength": "3", - "ColumnID": "6", - "ObjectName": "LocalControlRegionCode", - "Description": "Code for regions within a state. Search criteria for DFR in OTIS." - }, - { - "ColumnName": "AIR_ZIP", - "DataType": "VARCHAR2", - "DataLength": "10", - "ColumnID": "7", - "ObjectName": "AIRZip", - "Description": "The five-digit zip code of the AIR facility." - }, - { - "ColumnName": "REGISTRY_ID", - "DataType": "VARCHAR2", - "DataLength": "50", - "ColumnID": "8", - "ObjectName": "RegistryID", - "Description": "An internal 12-digit Facility Registry Service (FRS) tracking number used to tie all facility data together in EPA regulatory program databases." - }, - { - "ColumnName": "AIR_COUNTY", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "9", - "ObjectName": "AIRCounty", - "Description": "The name of the county where the AIR facility is located." - }, - { - "ColumnName": "AIR_EPA_REGION", - "DataType": "CHAR", - "DataLength": "2", - "ColumnID": "10", - "ObjectName": "AIREPARegion", - "Description": "The EPA region where the AIR facility is located." - }, - { - "ColumnName": "FAC_FEDERAL_AGENCY_CODE", - "DataType": "VARCHAR2", - "DataLength": "15", - "ColumnID": "11", - "ObjectName": "FacFederalAgencyCode", - "Description": "Indicates the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. The five-character code consists of a letter followed by four numbers. There are four possible letters that can occupy the first character position: C = Civilian Federal Agency; D = Department of Defense; E = Department of Energy; X = Unknown. The second and third characters represent the agency code, while the fourth and fifth characters represent the bureau code." - }, - { - "ColumnName": "FAC_FEDERAL_AGENCY_NAME", - "DataType": "VARCHAR2", - "DataLength": "150", - "ColumnID": "12", - "ObjectName": "FacFederalAgencyName", - "Description": "Indicates the name of the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government." - }, - { - "ColumnName": "FAC_DERIVED_HUC", - "DataType": "VARCHAR2", - "DataLength": "8", - "ColumnID": "13", - "ObjectName": "FacDerivedHuc", - "Description": "The 8-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides. A HUC number is assigned to every watershed in the nation and uniquely identifies the watershed." - }, - { - "ColumnName": "FAC_FIPS_CODE", - "DataType": "VARCHAR2", - "DataLength": "15", - "ColumnID": "14", - "ObjectName": "FacFIPSCode", - "Description": "The 2-digit Federal Information Processing Standards (FIPS) code to identify the county that a facility is located in." - }, - { - "ColumnName": "FAC_INDIAN_CNTRY_FLG", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "15", - "ObjectName": "FacIndianCntryFlg", - "Description": "Flag showing Y/N whether the facility is located in Indian Country." - }, - { - "ColumnName": "AIR_INDIAN_CNTRY_FLG", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "16", - "ObjectName": "AIRIndianCntryFlg", - "Description": "Flag indicating whether the AIR facility is located in Indian country." - }, - { - "ColumnName": "FAC_INDIAN_SPATIAL_FLG", - "DataType": "VARCHAR2", - "DataLength": "1", - "ColumnID": "17", - "ObjectName": "FacIndianSpatialFlg", - "Description": "Returns “Y” if a facility is located within a tribal spatial boundary as defined by the U.S. Census Bureau 2010 tribal boundary layer data for tribes in the lower 48 states and Bureau of Land Management Alaska State Office data for native villages in Alaska. Returns “N” if a facility is not located within a tribal or native Alaskan village area." - }, - { - "ColumnName": "FAC_DERIVED_TRIBES", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "18", - "ObjectName": "FacDerivedTRIbes", - "Description": "The tribes or tribal territories located within 25 miles of the facility's location." - }, - { - "ColumnName": "FAC_US_MEX_BORDER_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "19", - "ObjectName": "FacUsMexBorderFlg", - "Description": "A Y/N flag indicating that the facility is within 100KM of the US-Mexico Border." - }, - { - "ColumnName": "FAC_SIC_CODES", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "20", - "ObjectName": "FacSICCodes", - "Description": "Indicates the facility’s or permit's primary Standard Industrial Classification (SIC) Code. The SIC code describes the primary activity of the facility." - }, - { - "ColumnName": "AIR_NAICS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "21", - "ObjectName": "AIRNAICS", - "Description": "The facility’s or permit's primary North American Industry Classification System (NAICS) Code." - }, - { - "ColumnName": "FAC_LAT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "22", - "ObjectName": "FacLat", - "Description": "The latitude of the facility in decimal degrees expressed using the NAD83 horizontal datum. The coordinate comes from the FRS EPA Locational Reference Tables (LRT) file which represents the most accurate value for the facility based on the available spatial metadata." - }, - { - "ColumnName": "FAC_LONG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "23", - "ObjectName": "FacLong", - "Description": "The longitude of the facility in decimal degrees expressed using the NAD83 horizontal datum. The coordinate comes from the FRS EPA Locational Reference Tables (LRT) file which represents the most accurate value for the facility based on the available spatial metadata." - }, - { - "ColumnName": "AIR_PROGRAMS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "24", - "ObjectName": "AIRPrograms", - "Description": "Comma-delimited list of AIR programs." - }, - { - "ColumnName": "AIR_MACTS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "25", - "ObjectName": "AIRMacts", - "Description": "The Maximum Achievable Control Technology (MACT) Subpart associated with the facility." - }, - { - "ColumnName": "AIR_STATUS", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "26", - "ObjectName": "AIRStatus", - "Description": "The status of the AIR facility location." - }, - { - "ColumnName": "AIR_UNIVERSE", - "DataType": "VARCHAR2", - "DataLength": "150", - "ColumnID": "27", - "ObjectName": "AIRUniverse", - "Description": "The program office defines each CAA Source ID and the associated permits as being Federally Reportable or Non-Federally Reportable. Under the CAA, federally reportable source include majors, synthetic minors, NESHAP Part 61 minors, minors with an unresolved High Priority Violation (HPV), with recent enforcement action, or included on a Compliance Monitoring Strategy plan." - }, - { - "ColumnName": "AIR_CLASSIFICATION", - "DataType": "VARCHAR2", - "DataLength": "150", - "ColumnID": "28", - "ObjectName": "AIRClassification", - "Description": null - }, - { - "ColumnName": "FAC_DERIVED_WBD", - "DataType": "VARCHAR2", - "DataLength": "14", - "ColumnID": "29", - "ObjectName": "FacDerivedWBD", - "Description": "The Hydrologic Unit Code (HUC-12) of the waterbody in which the facility resides, derived based on location data in FRS." - }, - { - "ColumnName": "FAC_DERIVED_WBD_NAME", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "30", - "ObjectName": "FacDerivedWBDName", - "Description": "The 12 digit Watershed Boundary Dataset Name derived from the FRS Best Pick Coordinate" - }, - { - "ColumnName": "CHESAPEAKE_BAY_FLAG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "31", - "ObjectName": "ChesapeakeBayFlag", - "Description": "Displays Y if the facility is located within the Chesapeake Bay watershed." - }, - { - "ColumnName": "AIR_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "32", - "ObjectName": "AIRIDs", - "Description": "Air Facility System (AFS) ID." - }, - { - "ColumnName": "CWA_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "33", - "ObjectName": "CWAIDs", - "Description": "A unique ID assigned for each record/permit/site/facility within ICIS-NPDES. These identifiers are for used tracking purposes in the individual data systems." - }, - { - "ColumnName": "RCRA_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "34", - "ObjectName": "RCRAIDs", - "Description": "A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database." - }, - { - "ColumnName": "RMP_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "35", - "ObjectName": "RmpIDs", - "Description": "A unique ID assigned to each facility submitting a Risk Management Plan to EPA under the Risk Management Plan Rule." - }, - { - "ColumnName": "SDWA_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "36", - "ObjectName": "SDWAIDs", - "Description": "A unique 9-character ID assigned for each public water system within the Safe Drinking Water Information System (SDWIS)." - }, - { - "ColumnName": "TRI_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "37", - "ObjectName": "TRIIDs", - "Description": "A unique 15-character ID assigned for each facility within the Toxics Release Inventory (TRI) program. The format is ZZZZZNNNNNSSSSS, where ZZZZZ = ZIP code, NNNNN = the first 5 consonants of the name, and SSSSS = the first 5 non-blank non-special characters in the street address." - }, - { - "ColumnName": "GHG_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "38", - "ObjectName": "GHGIDs", - "Description": "A unique ID assigned for each facility within EPA’s Greenhouse Gas Reporting Program (GHGRP) Emissions Data Sets." - }, - { - "ColumnName": "EIS_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "39", - "ObjectName": "EisIDs", - "Description": "A unique ID assigned for each facility within EPA’s Emissions Inventory System (EIS) Database." - }, - { - "ColumnName": "CAMD_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "40", - "ObjectName": "CamdIDs", - "Description": "Facility identifiers for the Clean Air Markets Division database." - }, - { - "ColumnName": "AIR_COMPL_STATUS", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "41", - "ObjectName": "AIRComplStatus", - "Description": "The facility's recent violation status under the Clean Air Act." - }, - { - "ColumnName": "AIR_HPV_STATUS", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "42", - "ObjectName": "AIRHpvStatus", - "Description": "Indicates whether the facility currently has an unresolved High Priority Violation (HPV) under the Clean Air Act." - }, - { - "ColumnName": "AIR_MNTHS_WITH_HPV", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "43", - "ObjectName": "AIRMnthsWithHpv", - "Description": "The number of months in the last three years in which the permit or site is considered in High Priority Violation (HPV) status" - }, - { - "ColumnName": "AIR_QTRS_WITH_HPV", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "44", - "ObjectName": "AIRQtrsWithHpv", - "Description": "The number of quarters in the last three years in which the permit or site is considered in High Priority Violation (HPV) status." - }, - { - "ColumnName": "AIR_QTRS_WITH_VIOL", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "45", - "ObjectName": "AIRQtrsWithViol", - "Description": "The number of quarters in the last three years in which the permit or site has had unresolved violation(s) reported." - }, - { - "ColumnName": "AIR_POLL_RECENT_VIOL", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "46", - "ObjectName": "AIRPollRecentViol", - "Description": "The names of pollutants or pollutant categories with violations reported in the last year." - }, - { - "ColumnName": "AIR_RECENT_VIOL_CNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "47", - "ObjectName": "AIRRecentViolCnt", - "Description": "The number of violations reported in the last year." - }, - { - "ColumnName": "AIR_LAST_VIOL_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "48", - "ObjectName": "AIRLastViolDate", - "Description": "The date on which the most recent violation was reported." - }, - { - "ColumnName": "AIR_EVAL_CNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "49", - "ObjectName": "AIREvalCnt", - "Description": "The number of compliance evaluations, under the Clean Air Act, occurring at the facility within the last five years." - }, - { - "ColumnName": "AIR_DAYS_LAST_EVAL", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "50", - "ObjectName": "AIRDaysLastEval", - "Description": "The number of days since the most recent compliance evaluation of the facility." - }, - { - "ColumnName": "AIR_LAST_EVAL_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "51", - "ObjectName": "AIRLastEvalDate", - "Description": "The date on which the most recent Full Compliance Evaluation (FCE) of the facility by EPA or a state agency was completed." - }, - { - "ColumnName": "AIR_LAST_EVAL_DATE_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "52", - "ObjectName": "AIRLastEvalDateEPA", - "Description": "The last Air Inspection Date performed by EPA." - }, - { - "ColumnName": "AIR_LAST_EVAL_DATE_STATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "53", - "ObjectName": "AIRLastEvalDateState", - "Description": "The last Air Inspection Date performed by State or local authorities." - }, - { - "ColumnName": "LAST_DATE_PCE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "54", - "ObjectName": "LastDatePce", - "Description": "The date on which the most recent Partial Compliance Evaluation (PCE) of the facility by EPA or a state agency was completed." - }, - { - "ColumnName": "LAST_DATE_PCE_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "55", - "ObjectName": "LastDatePceEPA", - "Description": "The date on which the most recent Partial Compliance Evaluation (PCE) of the facility by EPA was completed." - }, - { - "ColumnName": "LAST_DATE_PCE_STA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "56", - "ObjectName": "LastDatePceSta", - "Description": "The date on which the most recent Partial Compliance Evaluation (PCE) of the facility by a state agency was completed." - }, - { - "ColumnName": "AIR_LAST_STCK_TEST_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "57", - "ObjectName": "AIRLastStckTestDate", - "Description": "The date on which the most recent stack test occurred." - }, - { - "ColumnName": "AIR_LAST_STCK_TEST_RESULTS", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "58", - "ObjectName": "AIRLastStckTestResults", - "Description": "The result of the most recent stack test (Pass, Fail, Pending, or Blank)." - }, - { - "ColumnName": "AIR_STACK_TEST_5_YR_ALL", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "59", - "ObjectName": "AIRStackTest5YrAll", - "Description": null - }, - { - "ColumnName": "AIR_STACK_TEST_5_YR_FAIL", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "60", - "ObjectName": "AIRStackTest5YrFail", - "Description": null - }, - { - "ColumnName": "FAC_NAA_FLAG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "61", - "ObjectName": "FacNaaFlag", - "Description": "Indicates whether the facility is located in a nonattainment area of the country, where air pollution levels persistently exceed the national ambient air quality standards. This flag does not indicate whether or not the facility has violated national ambient area quality standards." - }, - { - "ColumnName": "FAC_TRI_REPORTER", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "62", - "ObjectName": "FacTRIReporter", - "Description": "Indicates whether facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year." - }, - { - "ColumnName": "FAC_TRI_AIR_RELEASES", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "63", - "ObjectName": "FacTRIAIRReleases", - "Description": "The total chemical releases to air, in pounds, as reported to TRI by the facility for the most recent reporting year." - }, - { - "ColumnName": "FAC_TRI_CARC_AIR_RELEASES", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "64", - "ObjectName": "FacTRICarcAIRReleases", - "Description": "The pounds of chemicals considered to be carcinogens released to air, as reported to TRI for the most recent reporting year. Chemicals are classified as carcinogens under the requirements of the Occupational Safety and Health Administration (OSHA)." - }, - { - "ColumnName": "FAC_TRI_HAPS_RELEASES", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "65", - "ObjectName": "FacTRIHapsReleases", - "Description": "The pounds of chemicals classified as hazardous air pollutants (HAPS) released to air in pounds per year, as reported to TRI for the most recent reporting year." - }, - { - "ColumnName": "FAC_EIS_AIR_RELEASES", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "66", - "ObjectName": "FacEisAIRReleases", - "Description": "The amount of hazardous air pollutants released to air in tons per year, as reported in the most recent National Emissions Inventory (NEI)." - }, - { - "ColumnName": "FAC_GHG_CO2_RELEASES", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "67", - "ObjectName": "FacGHGCO2Releases", - "Description": "The annual sum of total release amounts and associated quantities of all linked Greenhouse Gas IDs from the Office of Air and Radiation Summary 2010 Greenhouse Gas Data. Units are reported as metric tons of CO2 equivalents per year (MTCO2e/year)." - }, - { - "ColumnName": "AIR_IEA_CNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "68", - "ObjectName": "AIRIeaCnt", - "Description": "The total number of informal enforcement actions taken against the facility within the last five years." - }, - { - "ColumnName": "AIR_FEA_CNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "69", - "ObjectName": "AIRFeaCnt", - "Description": "The total number of formal enforcement actions taken against the facility within the last five years." - }, - { - "ColumnName": "AIR_LAST_IEA_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "70", - "ObjectName": "AIRLastIeaDate", - "Description": "The effective date of the most recent listed informal enforcement action taken against the facility." - }, - { - "ColumnName": "AIR_LAST_IEA_DATE_STATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "71", - "ObjectName": "AIRLastIeaDateState", - "Description": "The effective date of the most recent listed informal enforcement action taken against the facility by a state agency." - }, - { - "ColumnName": "AIR_LAST_IEA_DATE_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "72", - "ObjectName": "AIRLastIeaDateEPA", - "Description": "The effective date of the most recent listed informal enforcement action taken against the facility by EPA." - }, - { - "ColumnName": "AIR_LAST_FEA_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "73", - "ObjectName": "AIRLastFeaDate", - "Description": "The effective date of the most recent listed formal enforcement action taken against the facility." - }, - { - "ColumnName": "AIR_LAST_FEA_DATE_STATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "74", - "ObjectName": "AIRLastFeaDateState", - "Description": "The last Air Formal Enforcement Action Date take by State or Local authorities." - }, - { - "ColumnName": "AIR_LAST_FEA_DATE_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "75", - "ObjectName": "AIRLastFeaDateEPA", - "Description": "The last Air Formal Enforcement Action Date take by EPA." - }, - { - "ColumnName": "AIR_PENALTIES", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "76", - "ObjectName": "AIRPenalties", - "Description": "The total dollar amount of assessed (or final) penalties taken against the facility within the last five years under the Clean Air Act. This value only includes penalties that have been entered in the national program database, ICIS-Air." - }, - { - "ColumnName": "AIR_LAST_PENALTY_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "77", - "ObjectName": "AIRLastPenaltyDate", - "Description": "Indicates the date on which the most recent assessed (or final) penalty was taken against the facility for AIR." - }, - { - "ColumnName": "OVER80_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "78", - "ObjectName": "Over80CountUs", - "Description": "The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in." - }, - { - "ColumnName": "PCTILE_PCTPRE1960_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "79", - "ObjectName": "PctilePctpre1960Us", - "Description": "The national percentile of the census block group for the EJSCREEN Lead paint indicator." - }, - { - "ColumnName": "PCTILE_DPM_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "80", - "ObjectName": "PctileDpmUs", - "Description": "The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator." - }, - { - "ColumnName": "PCTILE_CANCER_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "81", - "ObjectName": "PctileCancerUs", - "Description": "The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator." - }, - { - "ColumnName": "PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "82", - "ObjectName": "PctileRespUs", - "Description": "The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator." - }, - { - "ColumnName": "PCTILE_TRAFFIC_SCORE_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "83", - "ObjectName": "PctileTrafficScoreUs", - "Description": "The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator." - }, - { - "ColumnName": "PCTILE_PROXIMITY_NPDES_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "84", - "ObjectName": "PctileProximityNPDESUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator." - }, - { - "ColumnName": "PCTILE_PROXIMITY_NPL_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "85", - "ObjectName": "PctileProximityNplUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator." - }, - { - "ColumnName": "PCTILE_PROXIMITY_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "86", - "ObjectName": "PctileProximityRmpUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator." - }, - { - "ColumnName": "PCTILE_PROXIMITY_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "87", - "ObjectName": "PctileProximityTsdfUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator." - }, - { - "ColumnName": "PCTILE_O3_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "88", - "ObjectName": "PctileO3Us", - "Description": "The national percentile of the census block group for the EJSCREEN ozone indicator." - }, - { - "ColumnName": "PCTILE_PM_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "89", - "ObjectName": "PctilePmUs", - "Description": "The national percentile of the census block group for the EJSCREEN particulate matter indicator." - }, - { - "ColumnName": "FAC_POPULATION_DENSITY", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "90", - "ObjectName": "FacPopulationDensity", - "Description": "The number of persons per square mile in the profiled area." - }, - { - "ColumnName": "FAC_PERCENT_MINORITY", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "91", - "ObjectName": "FacPercentMinority", - "Description": "Percent Minority is the percentage of the population of the given area that is considered minority. Statistics are shown for the area within a 3-mile radius of each facility." - }, - { - "ColumnName": "EPA_SYSTEM", - "DataType": "VARCHAR2", - "DataLength": "10", - "ColumnID": "92", - "ObjectName": "EPASystem", - "Description": "The EPA data system in which permit and facility records are kept. EPA's Facility Registry System (FRS) links all program database records (such as permit IDs and IDs facilities use in reporting to EPA) together. The following list describes the individual data systems that are linked to from the detailed facility report: - AFS: Air Facility System for Clean Air Act stationary source programs.- ICP: Integrated Compliance Information System for Clean Water Act programs monitoring National Pollutant Discharge Elimination System (NPDES) permits.- RCR: Resource Conservation and Recovery Act Information System (RCRAInfo) for tracking the Resource Conservation and Recovery Act (RCRA) programs.- NCDB: National Compliance Database System for monitoring national performance of the Toxic Substance Control Act (TSCA); the Emergency Planning and Right-to-Know Act, Section 313 (EPCRA); the Asbestos Hazard Emergency Response (AHERA); and the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).- TRI: Toxics Release Inventory for Emergency Planning and Community Right-to-Know Act, Section 313 submissions.- NEI: National Emissions Inventory database contains information on stationary and mobile sources that emit criteria air pollutants and their precursors, as well as hazardous air pollutants (HAPs). The database includes estimates of annual emissions, by source, of air pollutants in each area of the country, on an annual basis.- TSCA: Toxic Substances Control Act addressing the production, importation, use, and disposal of specific chemicals." - }, - { - "ColumnName": "STATUTE", - "DataType": "VARCHAR2", - "DataLength": "50", - "ColumnID": "93", - "ObjectName": "Statute", - "Description": "The name of the statute associated with each of the permits and identifiers linked to the facility: - CAA = the Clean Air Act- CWA = the Clean Water Act- RCRA = the Resource Conservation and Recovery Act- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)- TSCA = the Toxic Substances Control Act- SDWA = the Safe Drinking Water Act" - }, - { - "ColumnName": "LOCAL_CONTROL_REGION_NAME", - "DataType": "VARCHAR2", - "DataLength": "70", - "ColumnID": "94", - "ObjectName": "LocalControlRegionName", - "Description": "Regions within a state. Search criteria for DFR in OTIS." - }, - { - "ColumnName": "AIR_FIPS_CODE", - "DataType": "NVARCHAR2", - "DataLength": "64", - "ColumnID": "95", - "ObjectName": "AIRFIPSCode", - "Description": "A 5 digit combination of the 2 digit Federal Information Processing Standards (FIPS) code for the state and the 3 digit FIPS code of the county that a facility is located in." - }, - { - "ColumnName": "AIR_TRIBAL_EPAIDS", - "DataType": "VARCHAR2", - "DataLength": "50", - "ColumnID": "96", - "ObjectName": "AIRTRIbalEPAids", - "Description": "The EPA Tribal or Native Alaskan Village Identifier for facilities, that based on their Best Pick FRS spatial coordinate, are within a Tribal or Alaskan Village area." - }, - { - "ColumnName": "AIR_TRIBAL_NAMES", - "DataType": "VARCHAR2", - "DataLength": "200", - "ColumnID": "97", - "ObjectName": "AIRTRIbalNames", - "Description": "The EPA Tribal or Native Alaskan Village Name for facilities, that based on their Best Pick FRS spatial coordinate, are within a Tribal or Alaskan Village area." - }, - { - "ColumnName": "AIR_CASE_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "98", - "ObjectName": "AIRCaseIDs", - "Description": "Space-delimited list of AIR cases associated with the facility." - }, - { - "ColumnName": "AIR_LAST_STCK_DATE_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "99", - "ObjectName": "AIRLastStckDateEPA", - "Description": "The date on which the most recent stack test by EPA occurred." - }, - { - "ColumnName": "AIR_LAST_STCK_DATE_STATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "100", - "ObjectName": "AIRLastStckDateState", - "Description": "The date on which the most recent stack test by a state agency occurred." - }, - { - "ColumnName": "FAC_MAP_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "101", - "ObjectName": "FacMapFlg", - "Description": "Graphical indicator denoting whether geographical data required to map a facility are available." - }, - { - "ColumnName": "FAC_MAP_ICON", - "DataType": "VARCHAR2", - "DataLength": "20", - "ColumnID": "102", - "ObjectName": "FacMapIcon", - "Description": "The default map icon image file calculated for the facility by the ECHO program." - }, - { - "ColumnName": "FAC_GHG_REPORTER", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "103", - "ObjectName": "FacGHGReporter", - "Description": "Indicates whether the facility reports to the Greenhouse Gas Reporting Program (GHGRP)" - }, - { - "ColumnName": "FAC_EIS_REPORTER", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "104", - "ObjectName": "FacEisReporter", - "Description": "Indicates whether the facility reports to the Emissions Inventory System (EIS)." - }, - { - "ColumnName": "FAC_CAMD_REPORTER", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "105", - "ObjectName": "FacCamdReporter", - "Description": "Indicates whether the facility reports to the Clean Air Markets Division (CAMD)." - }, - { - "ColumnName": "AIR_FACILITY_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "106", - "ObjectName": "AIRFacilityTypeCode", - "Description": "A three-character code indicating if plant is government facility.COR - CorporationCNG - County GovernmentDIS - DistrictFDF - Federal Facility (U.S. Government)GOC - GOCO (Gov Owned/Contractor Operated)IND - IndividualMXO - Mixed Ownership (e.g., Public/Private)MWD - Municipal or Water DistrictCTG- MunicipalityNON - Non-GovernmentPOF - Privately Owned FacilitySDT - School DistrictSTF - State GovernmentTRB - Tribal GovernmentUNK - Unknown" - }, - { - "ColumnName": "AIR_MAJOR_FLAG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "107", - "ObjectName": "AIRMajorFlag", - "Description": "Indicated whether the facility is designated as a major facilitiy." - }, - { - "ColumnName": "AIR_3YR_COMPL_QTRS_HISTORY", - "DataType": "VARCHAR2", - "DataLength": "12", - "ColumnID": "108", - "ObjectName": "AIR3yrComplQtrsHistory", - "Description": "The facility's 3-year compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:_ -No Violation IdentifiedV -Violation IdentifiedS -High Priority ViolationU - Undetermined" - }, - { - "ColumnName": "HAS_POLL_RPT", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "109", - "ObjectName": "HasPollRpt", - "Description": "???" - }, - { - "ColumnName": "CENSUS_BLOCK_GROUP", - "DataType": "VARCHAR2", - "DataLength": "12", - "ColumnID": "110", - "ObjectName": "CensusBlockGroup", - "Description": "A geographic unit used by the United States Census Bureau, generally defined to contain between 600 and 3,000 people." - }, - { - "ColumnName": "MAX_PCTILE_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "111", - "ObjectName": "MaxPctileUs", - "Description": "The maximum percentile from all individual EJSCREEN indicators." - }, - { - "ColumnName": "EJSCREEN_FLAG_US", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "112", - "ObjectName": "EjscreenFlagUs", - "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." - }, - { - "ColumnName": "EJSCREEN_FLAG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "113", - "ObjectName": "EjscreenFlag", - "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." - }, - { - "ColumnName": "TRIBAL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "114", - "ObjectName": "TRIbalFlag", - "Description": "A flag indicating that the facility is within a tribal area." - }, - { - "ColumnName": "CURR_SV_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "115", - "ObjectName": "CurrSvFlag", - "Description": "Indicates if the facility has a current significant violation. 1 = Yes" - }, - { - "ColumnName": "VIOL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "116", - "ObjectName": "ViolFlag", - "Description": "Indicates if the facility had a violation within the last 3 years. 1 = Yes" - }, - { - "ColumnName": "CURR_VIO_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "117", - "ObjectName": "CurrVioFlag", - "Description": "Indicates if the facility has a current violation. 1 = Yes" - }, - { - "ColumnName": "INSP_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "118", - "ObjectName": "Insp5yrFlag", - "Description": "Indicates if the facility has an inspection within the last 5 years. 1 = Yes" - }, - { - "ColumnName": "EA_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "119", - "ObjectName": "Ea5yrFlag", - "Description": "Indicates if the facility has a formal enforcement action within the last 5 years. 1 = Yes" - }, - { - "ColumnName": "INFEA_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "120", - "ObjectName": "Infea5yrFlag", - "Description": "Indicates if the facility has an informal enforcement action within the last 5 years. 1 = Yes." - }, - { - "ColumnName": "LOWER_48", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "121", - "ObjectName": "Lower48", - "Description": "Flag showing Y/N whether location is within the contiguous (lower 48) United States." - }, - { - "ColumnName": "ACTIVE_LOWER_48", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "122", - "ObjectName": "ActiveLower48", - "Description": "A Y/N indicator indicating that the facility is active and located within the lower 48 contiguous US States." - }, - { - "ColumnName": "COLLECTION_METHOD", - "DataType": "VARCHAR2", - "DataLength": "750", - "ColumnID": "123", - "ObjectName": "CollectionMethod", - "Description": "??" - }, - { - "ColumnName": "REFERENCE_POINT", - "DataType": "VARCHAR2", - "DataLength": "750", - "ColumnID": "124", - "ObjectName": "ReferencePoint", - "Description": "??" - }, - { - "ColumnName": "CALCULATED_ACCURACY_METERS", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "125", - "ObjectName": "CalculatedAccuracyMeters", - "Description": "The estimated accuracy in Meters for the facility's geospatial coordinate." - }, - { - "ColumnName": "MAP", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "126", - "ObjectName": "Map", - "Description": "No Longer Used." - }, - { - "ColumnName": "WEB_DOCS", - "DataType": "VARCHAR2", - "DataLength": "20", - "ColumnID": "127", - "ObjectName": "WebDocs", - "Description": "Contains flags that identify what web accessible documents are available for the facility." - }, - { - "ColumnName": "NAA_CATEGORIES", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "128", - "ObjectName": "NaaCategories", - "Description": "The nonattainment area categories that the facility is in, derived spatially based on the facility's geographic coordinates in FRS." - }, - { - "ColumnName": "NAA_POLLUTANTS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "129", - "ObjectName": "NaaPollutants", - "Description": "All criteria pollutants that the facility is in nonattainment for." - }, - { - "ColumnName": "NA_STANDARDS_NAA", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "130", - "ObjectName": "NaStandardsNaa", - "Description": null - }, - { - "ColumnName": "MAINT_STANDARDS_NAA", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "131", - "ObjectName": "MaintStandardsNaa", - "Description": null - }, - { - "ColumnName": "NA_POLLUTANTS_NAA", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "132", - "ObjectName": "NaPollutantsNaa", - "Description": null - }, - { - "ColumnName": "MAINT_POLLUTANTS_NAA", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "133", - "ObjectName": "MaintPollutantsNaa", - "Description": null - }, - { - "ColumnName": "NA_STATUS_NAA", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "134", - "ObjectName": "NaStatusNaa", - "Description": null - }, - { - "ColumnName": "MAINT_STATUS_NAA", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "135", - "ObjectName": "MaintStatusNaa", - "Description": null - }, - { - "ColumnName": "FAC_COUNTY_NAME", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "136", - "ObjectName": "FacCountyName", - "Description": "The facility county name from EPA's Facility Registry System" - }, - { - "ColumnName": "FAC_STD_COUNTY_NAME", - "DataType": "VARCHAR2", - "DataLength": "300", - "ColumnID": "137", - "ObjectName": "FacStdCountyName", - "Description": "The standardized facility county name from EPA's Facility Registry System" - }, - { - "ColumnName": "AIR_NSPS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "138", - "ObjectName": "AIRNsps", - "Description": "The New Source Performance Standards (NSPS) Subpart associated with the facility." - }, - { - "ColumnName": "AIR_NSPSM", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "139", - "ObjectName": "AIRNspsm", - "Description": "The Non-Major New Source Performance Standards (NSPS) Subpart associated with the facility." - }, - { - "ColumnName": "AIR_FACILITY_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "140", - "ObjectName": "AIRFacilityTypeDesc", - "Description": null - }, - { - "ColumnName": "OTHER_PERMIT_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "141", - "ObjectName": "OtherPermitIDs", - "Description": null - }, - { - "ColumnName": "PERCENT_BELOW_LOWINCOME_3MILE", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "142", - "ObjectName": "PercentBelowLowincome3mile", - "Description": null - }, - { - "ColumnName": "CENSUSBLKGRP2018", - "DataType": "VARCHAR2", - "DataLength": "12", - "ColumnID": "143", - "ObjectName": "Censusblkgrp2018", - "Description": null - }, - { - "ColumnName": "SCORE", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "144", - "ObjectName": "Score", - "Description": null - } - ] - } -} diff --git a/tests/testthat/ofmpub.epa.gov/echo/cwa_rest_services.metadata-a4f118.json b/tests/testthat/ofmpub.epa.gov/echo/cwa_rest_services.metadata-a4f118.json deleted file mode 100644 index deb158c..0000000 --- a/tests/testthat/ofmpub.epa.gov/echo/cwa_rest_services.metadata-a4f118.json +++ /dev/null @@ -1,2023 +0,0 @@ -{ - "Results": { - "Message": "Success", - "ResultColumns": [ - { - "ColumnName": "CWP_NAME", - "DataType": "VARCHAR2", - "DataLength": "200", - "ColumnID": "1", - "ObjectName": "CWPName", - "Description": "Facility or permit holder name, as maintained in ICIS-NPDES." - }, - { - "ColumnName": "SOURCE_ID", - "DataType": "VARCHAR2", - "DataLength": "30", - "ColumnID": "2", - "ObjectName": "SourceID", - "Description": "Unique Identifier assigned by EPA." - }, - { - "ColumnName": "CWP_STREET", - "DataType": "VARCHAR2", - "DataLength": "200", - "ColumnID": "3", - "ObjectName": "CWPStreet", - "Description": "Facility street address" - }, - { - "ColumnName": "CWP_CITY", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "4", - "ObjectName": "CWPCity", - "Description": "City in which the facility is located." - }, - { - "ColumnName": "CWP_STATE", - "DataType": "CHAR", - "DataLength": "2", - "ColumnID": "5", - "ObjectName": "CWPState", - "Description": "Facility location - two-digit state abbreviation." - }, - { - "ColumnName": "CWP_STATE_DISTRICT", - "DataType": "VARCHAR2", - "DataLength": "5", - "ColumnID": "6", - "ObjectName": "CWPStateDistrict", - "Description": "The State Congressional District the facility is located within." - }, - { - "ColumnName": "CWP_ZIP", - "DataType": "VARCHAR2", - "DataLength": "10", - "ColumnID": "7", - "ObjectName": "CWPZip", - "Description": "Facility ZIP code" - }, - { - "ColumnName": "MASTER_EXTERNAL_PERMIT_NMBR", - "DataType": "VARCHAR2", - "DataLength": "9", - "ColumnID": "8", - "ObjectName": "MasterExternalPermitNmbr", - "Description": "This is the unique identifier for the Master General Permit for a General Permit Covered Facility." - }, - { - "ColumnName": "REGISTRY_ID", - "DataType": "VARCHAR2", - "DataLength": "50", - "ColumnID": "9", - "ObjectName": "RegistryID", - "Description": "An internal 12-digit Facility Registry Service (FRS) tracking number used to tie all facility data together in EPA regulatory program databases." - }, - { - "ColumnName": "CWP_COUNTY", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "10", - "ObjectName": "CWPCounty", - "Description": "County in which the facility is located." - }, - { - "ColumnName": "CWP_EPA_REGION", - "DataType": "CHAR", - "DataLength": "2", - "ColumnID": "11", - "ObjectName": "CWPEPARegion", - "Description": "The EPA region where the facility is located. EPA has 10 regional offices that execute programs within several states and territories." - }, - { - "ColumnName": "FAC_FEDERAL_AGENCY_CODE", - "DataType": "VARCHAR2", - "DataLength": "15", - "ColumnID": "12", - "ObjectName": "FacFederalAgencyCode", - "Description": "Indicates the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. The five-character code consists of a letter followed by four numbers. There are four possible letters that can occupy the first character position: C = Civilian Federal Agency; D = Department of Defense; E = Department of Energy; X = Unknown. The second and third characters represent the agency code, while the fourth and fifth characters represent the bureau code." - }, - { - "ColumnName": "FAC_FEDERAL_AGENCY_NAME", - "DataType": "VARCHAR2", - "DataLength": "150", - "ColumnID": "13", - "ObjectName": "FacFederalAgencyName", - "Description": "Indicates the name of the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government." - }, - { - "ColumnName": "FAC_DERIVED_HUC", - "DataType": "VARCHAR2", - "DataLength": "8", - "ColumnID": "14", - "ObjectName": "FacDerivedHuc", - "Description": "The 8-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides. A HUC number is assigned to every watershed in the nation and uniquely identifies the watershed." - }, - { - "ColumnName": "FAC_FIPS_CODE", - "DataType": "VARCHAR2", - "DataLength": "15", - "ColumnID": "15", - "ObjectName": "FacFIPSCode", - "Description": "The 2-digit Federal Information Processing Standards (FIPS) code to identify the county that a facility is located in." - }, - { - "ColumnName": "FAC_INDIAN_CNTRY_FLG", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "16", - "ObjectName": "FacIndianCntryFlg", - "Description": "Flag showing Y/N whether the facility is located in Indian Country." - }, - { - "ColumnName": "CWP_INDIAN_CNTRY_FLG", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "17", - "ObjectName": "CWPIndianCntryFlg", - "Description": "Displays Y if a facility is located in Indian country." - }, - { - "ColumnName": "FAC_INDIAN_SPATIAL_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "18", - "ObjectName": "FacIndianSpatialFlg", - "Description": "Returns “Y” if a facility is located within a tribal spatial boundary as defined by the U.S. Census Bureau 2010 tribal boundary layer data for tribes in the lower 48 states and Bureau of Land Management Alaska State Office data for native villages in Alaska. Returns “N” if a facility is not located within a tribal or native Alaskan village area." - }, - { - "ColumnName": "FAC_DERIVED_TRIBES", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "19", - "ObjectName": "FacDerivedTRIbes", - "Description": "The tribes or tribal territories located within 25 miles of the facility's location." - }, - { - "ColumnName": "FAC_US_MEX_BORDER_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "20", - "ObjectName": "FacUsMexBorderFlg", - "Description": "A Y/N flag indicating that the facility is within 100KM of the US-Mexico Border." - }, - { - "ColumnName": "CWP_SIC_CODES", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "21", - "ObjectName": "CWPSICCodes", - "Description": "Indicates the facility's or permit's primary Standard Industrial Classification (SIC) Code." - }, - { - "ColumnName": "CWP_NAICS_CODES", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "22", - "ObjectName": "CWPNAICSCodes", - "Description": "Indicates the facility's or permit's primary North American Industry Classification System (NAICS) Code." - }, - { - "ColumnName": "FAC_LAT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "23", - "ObjectName": "FacLat", - "Description": "The latitude of the facility in decimal degrees expressed using the NAD83 horizontal datum. The coordinate comes from the FRS EPA Locational Reference Tables (LRT) file which represents the most accurate value for the facility based on the available spatial metadata." - }, - { - "ColumnName": "FAC_LONG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "24", - "ObjectName": "FacLong", - "Description": "The longitude of the facility in decimal degrees expressed using the NAD83 horizontal datum. The coordinate comes from the FRS EPA Locational Reference Tables (LRT) file which represents the most accurate value for the facility based on the available spatial metadata." - }, - { - "ColumnName": "CWP_TOTAL_DESIGN_FLOW_NMBR", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "25", - "ObjectName": "CWPTotalDesignFlowNmbr", - "Description": "The amount of wastewater flow in million gallons per day (MGD) that the facility is designed for." - }, - { - "ColumnName": "CWP_ACTUAL_AVERAGE_FLOW_NMBR", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "26", - "ObjectName": "CWPActualAverageFlowNmbr", - "Description": "The actual amount of the facility's wastewater flow measured in million gallons per day (MGD)." - }, - { - "ColumnName": "CWP_FACILITY_TYPE_INDICATOR", - "DataType": "VARCHAR2", - "DataLength": "8", - "ColumnID": "27", - "ObjectName": "CWPFacilityTypeIndicator", - "Description": "Each National Pollutant Discharge Elimination System (NPDES) permit is defined by the program office as a Major or non-major discharger. This field also indicates the permit type." - }, - { - "ColumnName": "CWP_FACILITY_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "28", - "ObjectName": "CWPFacilityTypeCode", - "Description": null - }, - { - "ColumnName": "DSCH_TO_MS4", - "DataType": "VARCHAR2", - "DataLength": "1", - "ColumnID": "29", - "ObjectName": "DschToMs4", - "Description": "Indicatesif a facility discharges into a Municipal Separate Storm Sewer System (MS4)." - }, - { - "ColumnName": "RECEIVING_MS4_NAME", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "30", - "ObjectName": "ReceivingMs4Name", - "Description": "This is the name of the receiving MS4(s)." - }, - { - "ColumnName": "STORM_WATER_AREA", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "31", - "ObjectName": "StormWaterArea", - "Description": "The estimated area of industrial activity at the site exposed to stormwater in acres." - }, - { - "ColumnName": "HISTORIC_CRITERION_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "32", - "ObjectName": "HistoricCriterionCode", - "Description": "Indicates the eligibility criteria for historic properties preservation." - }, - { - "ColumnName": "SPECIES_CRITICAL_HABITAL_FLAG", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "33", - "ObjectName": "SpeciesCriticalHabitalFlag", - "Description": "This identifies if Endangered Species Act (ESA) provisions are met." - }, - { - "ColumnName": "SWPPP_URL", - "DataType": "VARCHAR2", - "DataLength": "1000", - "ColumnID": "34", - "ObjectName": "SwpppUrl", - "Description": "Web address URL of Internet page where current copy of Stormwater Pollution Prevention Plan (SWPPP) is maintained." - }, - { - "ColumnName": "EXPOSED_ACTIVITY", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "35", - "ObjectName": "ExposedActivity", - "Description": "Description of onsite industrial activities exposed to stormwater and potential spill and leak areas." - }, - { - "ColumnName": "ASSOCIATED_POLLUTANT", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "36", - "ObjectName": "AssociatedPollutant", - "Description": "Description of pollutant(s) or pollutant constituent(s) associated with each industrial activity exposed to stormwater." - }, - { - "ColumnName": "CONTROL_MEASURE", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "37", - "ObjectName": "ControlMeasure", - "Description": "Description of control measures employed to comply with the non-numeric technology-based effluent limits required in Part 2.1.2 and Part 8." - }, - { - "ColumnName": "CONTROL_MEASURE_SCHEDULE", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "38", - "ObjectName": "ControlMeasureSchedule", - "Description": "Description of schedule for control measures associated with good housekeeping and maintenance." - }, - { - "ColumnName": "TYPE_OF_MONITORING", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "39", - "ObjectName": "TypeOfMonitoring", - "Description": "The type of monitoring specified in the SWPPP." - }, - { - "ColumnName": "TYPE_OF_WATER", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "40", - "ObjectName": "TypeOfWater", - "Description": "The type of water body receiving discharges stormwater discharges specified in the SWPPP." - }, - { - "ColumnName": "EJSCREEN_FLAG_US", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "41", - "ObjectName": "EjscreenFlagUs", - "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." - }, - { - "ColumnName": "OVER80_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "42", - "ObjectName": "Over80CountUs", - "Description": "The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in." - }, - { - "ColumnName": "PCTILE_PCTPRE1960_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "43", - "ObjectName": "PctilePctpre1960Us", - "Description": "The national percentile of the census block group for the EJSCREEN Lead paint indicator." - }, - { - "ColumnName": "PCTILE_DPM_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "44", - "ObjectName": "PctileDpmUs", - "Description": "The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator." - }, - { - "ColumnName": "PCTILE_CANCER_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "45", - "ObjectName": "PctileCancerUs", - "Description": "The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator." - }, - { - "ColumnName": "PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "46", - "ObjectName": "PctileRespUs", - "Description": "The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator." - }, - { - "ColumnName": "PCTILE_TRAFFIC_SCORE_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "47", - "ObjectName": "PctileTrafficScoreUs", - "Description": "The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator." - }, - { - "ColumnName": "PCTILE_PROXIMITY_NPDES_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "48", - "ObjectName": "PctileProximityNPDESUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator." - }, - { - "ColumnName": "PCTILE_PROXIMITY_NPL_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "49", - "ObjectName": "PctileProximityNplUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator." - }, - { - "ColumnName": "PCTILE_PROXIMITY_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "50", - "ObjectName": "PctileProximityRmpUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator." - }, - { - "ColumnName": "PCTILE_PROXIMITY_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "51", - "ObjectName": "PctileProximityTsdfUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator." - }, - { - "ColumnName": "PCTILE_O3_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "52", - "ObjectName": "PctileO3Us", - "Description": "The national percentile of the census block group for the EJSCREEN ozone indicator." - }, - { - "ColumnName": "PCTILE_PM_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "53", - "ObjectName": "PctilePmUs", - "Description": "The national percentile of the census block group for the EJSCREEN particulate matter indicator." - }, - { - "ColumnName": "FAC_POP_DEN", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "54", - "ObjectName": "FacPopDen", - "Description": "The number of persons per square mile in the area being profiled. This field is the ratio of total persons (displayed in the Total Persons field) to total land area (displayed in the Land Area field)." - }, - { - "ColumnName": "FAC_PERCENT_MINORITY", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "55", - "ObjectName": "FacPercentMinority", - "Description": "Percent Minority is the percentage of the population of the given area that is considered minority. Statistics are shown for the area within a 3-mile radius of each facility." - }, - { - "ColumnName": "SECTOR", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "56", - "ObjectName": "Sector", - "Description": "The sector code and description for the industrial stormwater facility." - }, - { - "ColumnName": "SUBSECTOR", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "57", - "ObjectName": "Subsector", - "Description": "The industrial subsector associated with the facility." - }, - { - "ColumnName": "MSGP_PERMIT_TYPE", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "58", - "ObjectName": "MsgpPermitType", - "Description": "The Industrial stormwater permit type." - }, - { - "ColumnName": "CWP_VERSION_NMBR", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "59", - "ObjectName": "CWPVersionNmbr", - "Description": "The version number of the facility's NPDES permit." - }, - { - "ColumnName": "CWP_PERMIT_STATUS_DESC", - "DataType": "VARCHAR2", - "DataLength": "20", - "ColumnID": "60", - "ObjectName": "CWPPermitStatusDesc", - "Description": "The current stage/status in the NPDES permit life cycle." - }, - { - "ColumnName": "ISSUING_AGENCY", - "DataType": "VARCHAR2", - "DataLength": "5", - "ColumnID": "61", - "ObjectName": "IssuingAgency", - "Description": "This is the name of the organization issuing or granting a permit." - }, - { - "ColumnName": "SUBMITTED_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "62", - "ObjectName": "SubmittedDate", - "Description": "Date that the permit was submitted to the issuing agency." - }, - { - "ColumnName": "CWP_PERMIT_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "120", - "ColumnID": "63", - "ObjectName": "CWPPermitTypeDesc", - "Description": "NPDES facility permit classification:- NPDES Individual Permit- General Permit Covered Facility- NPDES Master General Permit- Associated Permit Record- Individual Industrial User Permit- Individual State Issued Permit- State Issued Master General Permit- Unpermitted Facility" - }, - { - "ColumnName": "CWP_ISSUE_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "64", - "ObjectName": "CWPIssueDate", - "Description": "Date (MM/DD/YYYY) that the permit was issued." - }, - { - "ColumnName": "CWP_EFFECTIVE_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "65", - "ObjectName": "CWPEffectiveDate", - "Description": "Date (MM/DD/YYYY) that the permit became effective." - }, - { - "ColumnName": "CWP_TERMINATION_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "66", - "ObjectName": "CWPTerminationDate", - "Description": "Date (MM/DD/YYYY) that the permit was terminated." - }, - { - "ColumnName": "CWP_EXPIRATION_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "67", - "ObjectName": "CWPExpirationDate", - "Description": "Date that the permit expires." - }, - { - "ColumnName": "CWP_MAJOR_MINOR_STATUS_FLAG", - "DataType": "VARCHAR2", - "DataLength": "1", - "ColumnID": "68", - "ObjectName": "CWPMajorMinorStatusFlag", - "Description": "Facilities marked M for major refers to CWA major permittees.- M = Major- N = Minor" - }, - { - "ColumnName": "PERMIT_COMPONENTS", - "DataType": "VARCHAR2", - "DataLength": "1000", - "ColumnID": "69", - "ObjectName": "PermitComponents", - "Description": "Indicates the permit component(s) associated with the NPDES Permit Program Area." - }, - { - "ColumnName": "NPDES_DATA_GROUPS_DESCS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "70", - "ObjectName": "NPDESDataGroupsDescs", - "Description": "Description for each NPDES Data Group eReporting rule code related to the current NPDES permit." - }, - { - "ColumnName": "MSGP_LAST_REPORT_YEAR", - "DataType": "VARCHAR2", - "DataLength": "4", - "ColumnID": "71", - "ObjectName": "MsgpLastReportYear", - "Description": "The calendar year of the latest MSGP annual report submitted by the permitted facility." - }, - { - "ColumnName": "MSGP_FACILITY_INSPCTN_SMMRY", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "72", - "ObjectName": "MsgpFacilityInspctnSmmry", - "Description": "Summary of the quarterly facility inspection documentation (part 3.1 of the permit) during the MSGP annual report year." - }, - { - "ColumnName": "MSGP_VISUAL_ASSESSMENT_SMMRY", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "73", - "ObjectName": "MsgpVisualAssessmentSmmry", - "Description": "Summary of the quarterly visual assessment documentation (part 3.3 of the permit) during the MSGP annual report year." - }, - { - "ColumnName": "MSGP_NO_FURTHER_RDCTN_RTNLE", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "74", - "ObjectName": "MsgpNoFurtherRdctnRtnle", - "Description": "Description of rationale for why no further reductions are achievable (part 6.2.1.2 of the permit) during the MSGP annual report year." - }, - { - "ColumnName": "MSGP_CORRECTIVE_ACTION_SMMRY", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "75", - "ObjectName": "MsgpCorrectiveActionSmmry", - "Description": "Summary of the corrective action documentation (part 4.3 of the permit) during the MSGP annual report year." - }, - { - "ColumnName": "AIR_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "76", - "ObjectName": "AIRIDs", - "Description": "Air Facility System (AFS) ID." - }, - { - "ColumnName": "NPDES_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "77", - "ObjectName": "NPDESIDs", - "Description": "Clean Water Act ID from the ICIS-NPDES (Integrated Compliance Information System - National Pollutant Discharge Elimination System)" - }, - { - "ColumnName": "RCRA_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "78", - "ObjectName": "RCRAIDs", - "Description": "A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database." - }, - { - "ColumnName": "SDWA_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "79", - "ObjectName": "SDWAIDs", - "Description": "A unique 9-character ID assigned for each public water system within the Safe Drinking Water Information System (SDWIS)." - }, - { - "ColumnName": "TRI_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "80", - "ObjectName": "TRIIDs", - "Description": "A unique 15-character ID assigned for each facility within the Toxics Release Inventory (TRI) program. The format is ZZZZZNNNNNSSSSS, where ZZZZZ = ZIP code, NNNNN = the first 5 consonants of the name, and SSSSS = the first 5 non-blank non-special characters in the street address." - }, - { - "ColumnName": "RMP_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "81", - "ObjectName": "RmpIDs", - "Description": "A unique ID assigned to each facility submitting a Risk Management Plan to EPA under the Risk Management Plan Rule." - }, - { - "ColumnName": "BIO_VIO_LAST_YEAR_FLAG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "82", - "ObjectName": "BioVioLastYearFlag", - "Description": "Y if the facility has a biosolids single event violation under the Clean Water Act in the last year. Note: Violations reported on the 2016 and 2017 Biosolids Annual Report are not updated with the weekly data refresh and may not be representative of a facility's recently submitted or updated report." - }, - { - "ColumnName": "BIO_QTRS_WITH_VIO", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "83", - "ObjectName": "BioQtrsWithVio", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered with violations for biosolids." - }, - { - "ColumnName": "CWP_STATUS", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "84", - "ObjectName": "CWPStatus", - "Description": "An indication of the facility's current compliance status under the Clean Water Act:- Significant Violation- Noncompliance- No Violation- Unknown" - }, - { - "ColumnName": "CWP_SNC_STATUS", - "DataType": "VARCHAR2", - "DataLength": "50", - "ColumnID": "85", - "ObjectName": "CWPSNCStatus", - "Description": "Indicates when a major source is in significant noncompliance (SNC) or a non-major source has a Category I violation." - }, - { - "ColumnName": "CWP_SNC_STATUS_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "86", - "ObjectName": "CWPSNCStatusDate", - "Description": "The status date of the facility's Significant Noncompliance designation." - }, - { - "ColumnName": "CWP_QTRS_WITH_NC", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "87", - "ObjectName": "CWPQtrsWithNC", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered either with violations, in noncompliance (NC) status, or in Significant Noncompliance (SNC), as described above under Compliance Status." - }, - { - "ColumnName": "CWP_VIOL_STATUS", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "88", - "ObjectName": "CWPViolStatus", - "Description": "Indicates if the facility is currently in any violation under the Clean Water Act, either in Noncompliance or Significant Noncompliance." - }, - { - "ColumnName": "CWP_QTRS_WITH_SNC", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "89", - "ObjectName": "CWPQtrsWithSNC", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit is considered in Significant Noncompliance (SNC), as described above under Compliance Status." - }, - { - "ColumnName": "MISS_DMR_QTRS", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "90", - "ObjectName": "MissDMRQtrs", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which EPA's data system was not able to determine the facility-level compliance status." - }, - { - "ColumnName": "CWP_E90_CNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "91", - "ObjectName": "CWPE90Cnt", - "Description": "Displays the number of instances where effluent limits have been exceeded in the past 3 years (E90 compliance code), based on monthly Discharge Monitoring Reports (DMRs) submitted by facilities." - }, - { - "ColumnName": "CWP_COMPLIANCE_TRACKING", - "DataType": "VARCHAR2", - "DataLength": "8", - "ColumnID": "92", - "ObjectName": "CWPComplianceTracking", - "Description": "Extent to which data is being entered and effluent exceedances are being identified (Off, On, Partial)." - }, - { - "ColumnName": "ALR_EXCEEDENCES", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "93", - "ObjectName": "AlrExceedences", - "Description": null - }, - { - "ColumnName": "CWP_INSPECTION_COUNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "94", - "ObjectName": "CWPInspectionCount", - "Description": "The number of inspections/compliance evaluations, under the corresponding statute, occurring at the facility within the last five years." - }, - { - "ColumnName": "CWP_DAYS_LAST_INSPECTION", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "95", - "ObjectName": "CWPDaysLastInspection", - "Description": "Indicates the number of days since the most recent inspection of the facility." - }, - { - "ColumnName": "CWP_DATE_LAST_INSPECTION", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "96", - "ObjectName": "CWPDateLastInspection", - "Description": "The date on which the most recent inspection of the facility took place. For the CAA, the date on which a Full Compliance Evaluation (FCE) was completed." - }, - { - "ColumnName": "CWP_DATE_LAST_INSP_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "97", - "ObjectName": "CWPDateLastInspEPA", - "Description": "Indicates the effective date of the most recent inspection taken against the facility." - }, - { - "ColumnName": "CWP_DATE_LAST_INSP_ST", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "98", - "ObjectName": "CWPDateLastInspSt", - "Description": "Indicates the effective date of the most recent inspection taken against the facility by a state environmental agency." - }, - { - "ColumnName": "CWP_BIO_INSP_COUNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "99", - "ObjectName": "CWPBioInspCount", - "Description": "The count of Biosolids related Inspections that have occured for the facility." - }, - { - "ColumnName": "CWP_DAYS_LAST_BIO_INSP", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "100", - "ObjectName": "CWPDaysLastBioInsp", - "Description": "Indicates the number of days since the most recent Biosolids related inspection of the facility." - }, - { - "ColumnName": "CWP_DATE_LAST_BIO_INSP", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "101", - "ObjectName": "CWPDateLastBioInsp", - "Description": "The date on which the most recent biosolids program inspection of the facility took place." - }, - { - "ColumnName": "CWP_DATE_LAST_BIO_INSP_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "102", - "ObjectName": "CWPDateLastBioInspEPA", - "Description": "Indicate the last inspection date by EPA" - }, - { - "ColumnName": "CWP_DATE_LAST_BIO_INSP_ST", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "103", - "ObjectName": "CWPDateLastBioInspSt", - "Description": "Indicate the last inspection date by state environmental agency" - }, - { - "ColumnName": "CWP_INFORMAL_ENF_ACT_COUNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "104", - "ObjectName": "CWPInformalEnfActCount", - "Description": "Indicates the total number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years." - }, - { - "ColumnName": "CWP_FORMAL_EA_CNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "105", - "ObjectName": "CWPFormalEaCnt", - "Description": "Indicates the total number of enforcement actions taken against the facility within the last five years. NA indicates that this measure is not applicable for facilities with no associated CAA, CWA, or RCRA permits." - }, - { - "ColumnName": "CWP_DATE_LAST_INFORMAL_EA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "106", - "ObjectName": "CWPDateLastInformalEa", - "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility." - }, - { - "ColumnName": "CWP_DATE_LAST_IEA_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "107", - "ObjectName": "CWPDateLastIeaEPA", - "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility by EPA." - }, - { - "ColumnName": "CWP_DATE_LAST_IEA_ST", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "108", - "ObjectName": "CWPDateLastIeaSt", - "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility by a state environmental agency." - }, - { - "ColumnName": "CWP_DATE_LAST_FEA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "109", - "ObjectName": "CWPDateLastFea", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility." - }, - { - "ColumnName": "CWP_DATE_LAST_FEA_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "110", - "ObjectName": "CWPDateLastFeaEPA", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA." - }, - { - "ColumnName": "CWP_DATE_LAST_FEA_ST", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "111", - "ObjectName": "CWPDateLastFeaSt", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency." - }, - { - "ColumnName": "CWP_BIO_IEA_COUNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "112", - "ObjectName": "CWPBioIeaCount", - "Description": "The count of Biosolids related Informal Enforcement Actions that have been taken against the Facility." - }, - { - "ColumnName": "CWP_BIO_FEA_COUNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "113", - "ObjectName": "CWPBioFeaCount", - "Description": "The count of Biosolids related Formal Enforcement Actions that have been taken against the Facility." - }, - { - "ColumnName": "CWP_DATE_LAST_BIO_IEA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "114", - "ObjectName": "CWPDateLastBioIea", - "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility within the last five years." - }, - { - "ColumnName": "CWP_DATE_LAST_BIO_IEA_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "115", - "ObjectName": "CWPDateLastBioIeaEPA", - "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by EPA within the last five years." - }, - { - "ColumnName": "CWP_DATE_LAST_BIO_IEA_ST", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "116", - "ObjectName": "CWPDateLastBioIeaSt", - "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by a state environmental agency within the last five years." - }, - { - "ColumnName": "CWP_DATE_LAST_BIO_FEA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "117", - "ObjectName": "CWPDateLastBioFea", - "Description": "Indicates the effective date of the most recent listed biosolids formal enforcement action taken against the facility within the last five years." - }, - { - "ColumnName": "CWP_DATE_LAST_BIO_FEA_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "118", - "ObjectName": "CWPDateLastBioFeaEPA", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA within the last five years." - }, - { - "ColumnName": "CWP_DATE_LAST_BIO_FEA_ST", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "119", - "ObjectName": "CWPDateLastBioFeaSt", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency within the last five years." - }, - { - "ColumnName": "CWP_BIO_PENALTIES", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "120", - "ObjectName": "CWPBioPenalties", - "Description": "The total amount of Biosolids related penalties that have been assessed against the facility." - }, - { - "ColumnName": "CWP_DATE_LAST_BIO_PENALTY", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "121", - "ObjectName": "CWPDateLastBioPenalty", - "Description": "Indicates the date on which the most recent assessed (or final) biosolids penalty was taken against the facility within the last five years. This measure only includes penalties that have been entered in the program database ICIS-NPDES." - }, - { - "ColumnName": "BIO_VIO_STATUS", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "122", - "ObjectName": "BioVioStatus", - "Description": "A value of 1 indicates if the Biosolids facility currently has an unresolved biosolids related Single Event Violation." - }, - { - "ColumnName": "BIO_VIOL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "123", - "ObjectName": "BioViolFlag", - "Description": "Displays Yes if the facility is in violation for biosolids under the Clean Water Act, in the last three years." - }, - { - "ColumnName": "BIO_VIO_LAST_YEAR", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "124", - "ObjectName": "BioVioLastYear", - "Description": "A flag (values of 1 for Yes, 0 for No) that a Bisolids Violation occurred in the last 4 quarters." - }, - { - "ColumnName": "CWP_DATE_LAST_INDSW_FEA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "125", - "ObjectName": "CWPDateLastIndswFea", - "Description": null - }, - { - "ColumnName": "CWP_DATE_LAST_INDSW_FEA_ST", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "126", - "ObjectName": "CWPDateLastIndswFeaSt", - "Description": null - }, - { - "ColumnName": "CWP_DATE_LAST_INDSW_FEA_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "127", - "ObjectName": "CWPDateLastIndswFeaEPA", - "Description": null - }, - { - "ColumnName": "CWP_DATE_LAST_INDSW_IEA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "128", - "ObjectName": "CWPDateLastIndswIea", - "Description": null - }, - { - "ColumnName": "CWP_DATE_LAST_INDSW_IEA_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "129", - "ObjectName": "CWPDateLastIndswIeaEPA", - "Description": null - }, - { - "ColumnName": "CWP_DATE_LAST_INDSW_IEA_ST", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "130", - "ObjectName": "CWPDateLastIndswIeaSt", - "Description": null - }, - { - "ColumnName": "CWP_DATE_LAST_INDSW_INSP", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "131", - "ObjectName": "CWPDateLastIndswInsp", - "Description": null - }, - { - "ColumnName": "CWP_DATE_LAST_INDSW_INSP_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "132", - "ObjectName": "CWPDateLastIndswInspEPA", - "Description": null - }, - { - "ColumnName": "CWP_DATE_LAST_INDSW_INSP_ST", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "133", - "ObjectName": "CWPDateLastIndswInspSt", - "Description": null - }, - { - "ColumnName": "CWP_INDSW_FEA_COUNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "134", - "ObjectName": "CWPIndswFeaCount", - "Description": null - }, - { - "ColumnName": "CWP_INDSW_IEA_COUNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "135", - "ObjectName": "CWPIndswIeaCount", - "Description": null - }, - { - "ColumnName": "CWP_INDSW_INSP_COUNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "136", - "ObjectName": "CWPIndswInspCount", - "Description": null - }, - { - "ColumnName": "CWP_DAYS_LAST_INDSW_INSP", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "137", - "ObjectName": "CWPDaysLastIndswInsp", - "Description": null - }, - { - "ColumnName": "CWP_INDSW_PENALTIES", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "138", - "ObjectName": "CWPIndswPenalties", - "Description": null - }, - { - "ColumnName": "CWP_DATE_LAST_INDSW_PENALTY", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "139", - "ObjectName": "CWPDateLastIndswPenalty", - "Description": null - }, - { - "ColumnName": "POLL_WITH_VIOLATION", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "140", - "ObjectName": "PollWithViolation", - "Description": "The names of pollutants with effluent exceedances (i.e., violation code E90) in the past three years in ICIS-NPDES." - }, - { - "ColumnName": "LIM_POLLUTANT", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "141", - "ObjectName": "LimPollutant", - "Description": "The list of pollutants with enforceable (i.e., numeric limits or monitoring only) and/or benchmark limits in the current version of a NPDES permit." - }, - { - "ColumnName": "DMR_POUNDS", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "142", - "ObjectName": "DMRPounds", - "Description": "Total pounds of pollutants discharged by the NPDES ID for the most recent complete calendar year." - }, - { - "ColumnName": "DMR_TWPE", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "143", - "ObjectName": "DMRTwpe", - "Description": "Total toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year. TWPE is the mass of a pollutant or chemical discharged that accounts for its relative toxicity." - }, - { - "ColumnName": "PAST_CAL_YR_CONV_POLLUTANTS", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "144", - "ObjectName": "PastCalYrConvPollutants", - "Description": "Total pounds of conventional pollutants discharged by the NPDES ID for the most recent complete calendar year." - }, - { - "ColumnName": "PAST_CAL_YR_CONV_POL_OVR_LMT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "145", - "ObjectName": "PastCalYrConvPolOvrLmt", - "Description": "Total load over limit of conventional pollutant pounds equivalent discharged by the NPDES ID for the most recent complete calendar year." - }, - { - "ColumnName": "PAST_CAL_YR_TOXIC_POL_OVR_LMT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "146", - "ObjectName": "PastCalYrToxicPolOvrLmt", - "Description": "Total load over limit of toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year." - }, - { - "ColumnName": "FAC_TRI_SW_REL", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "147", - "ObjectName": "FacTRISwRel", - "Description": "Chemical surface water release information from the Toxics Release Inventory (TRI) represents the total chemical releases discharged to surface water, in pounds, for the most recent reporting year." - }, - { - "ColumnName": "FAC_TRI_POTW_TRANS", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "148", - "ObjectName": "FacTRIPotwTrans", - "Description": "POTW transfer information from the Toxics Release Inventory (TRI) represents the amount of toxic chemicals transferred to a Publicly Operated Treatment Works (POTW), in pounds, for the most recent reporting year." - }, - { - "ColumnName": "CWP_CSO_FLAG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "149", - "ObjectName": "CWPCsoFlag", - "Description": "The discharge from a Combined Sewer System at a point prior to the treatment plant. CSOs are point sources subject to NPDES permit requirements including both technology-based and water quality-based requirements of the Clean Water Act." - }, - { - "ColumnName": "CWP_CSO_OUTFALLS", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "150", - "ObjectName": "CWPCsoOutfalls", - "Description": "The number of discharge outfalls at points prior to the treatment plant." - }, - { - "ColumnName": "CWP_STATE_WATER_BODY_CODE", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "151", - "ObjectName": "CWPStateWaterBodyCode", - "Description": "Code from the Assessment TMDL Tracking & Implementation System (ATTAINS) database, assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification:- Region (first-level, 2-digit HUC)- Subregion (second-level, 4-digit HUC)- Accounting unit (third-level, 6-digit HUC)- Cataloguing unit (fourth-level, 8-digit HUC)- Watershed (fifth-level, 10-digit HUC)- Subwatershed (sixth-level, 12-digit HUC)" - }, - { - "ColumnName": "CWP_STATE_WATER_BODY_NAME", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "152", - "ObjectName": "CWPStateWaterBodyName", - "Description": "The name of the watershed from the ATTAINS database in which the facility resides." - }, - { - "ColumnName": "ATTAINS_CYCLE_YEAR", - "DataType": "VARCHAR2", - "DataLength": "4", - "ColumnID": "153", - "ObjectName": "AttainsCycleYear", - "Description": "The year in which the most recent state assessment occurred for the waterbody. The data are from the ATTAINS database." - }, - { - "ColumnName": "RAD_GNIS_NAME", - "DataType": "VARCHAR2", - "DataLength": "60", - "ColumnID": "154", - "ObjectName": "RadGnisName", - "Description": "The name of the waterbody from the Geographic Names Information System (GNIS) database in which the facility is permitted to discharge directly." - }, - { - "ColumnName": "RAD_REACHCODE", - "DataType": "VARCHAR2", - "DataLength": "14", - "ColumnID": "155", - "ObjectName": "RadReachcode", - "Description": "A nationally unique and permanent identifier for the waterbody, assigned by the US Geological Survey." - }, - { - "ColumnName": "RAD_WBD_HU8", - "DataType": "VARCHAR2", - "DataLength": "8", - "ColumnID": "156", - "ObjectName": "RadWBDHu8", - "Description": "Hydrologic Unit Code (HUC) from the Reach Address Database (RAD), which is derived from the USGS Watershed Boundary Dataset." - }, - { - "ColumnName": "RAD_WBD_HU8_NAME", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "157", - "ObjectName": "RadWBDHu8Name", - "Description": "The name of the hydrologic unit in which the facility may discharge, from the Reach Address Database (RAD) and derived from the USGS Watershed Boundary Dataset." - }, - { - "ColumnName": "FAC_DERIVED_WBD_HU8", - "DataType": "VARCHAR2", - "DataLength": "8", - "ColumnID": "158", - "ObjectName": "FacDerivedWBDHu8", - "Description": "Spatially derived HUC based on the facility's geographic coordinates in FRS." - }, - { - "ColumnName": "FAC_DERIVED_WBD_HU8_NAME", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "159", - "ObjectName": "FacDerivedWBDHu8Name", - "Description": "The name of the hydrologic unit in which the facility is located within, derived spatially based on the facility's geographic coordinates in FRS." - }, - { - "ColumnName": "RAD_WBD_HUC12", - "DataType": "VARCHAR2", - "DataLength": "12", - "ColumnID": "160", - "ObjectName": "RadWBDHuc12", - "Description": "Code from the Reach Address Database (RAD), assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification:- Region (first-level, 2-digit HUC)- Subregion (second-level, 4-digit HUC)- Accounting unit (third-level, 6-digit HUC)- Cataloguing unit (fourth-level, 8-digit HUC)- Watershed (fifth-level, 10-digit HUC)- Subwatershed (sixth-level, 12-digit HUC)" - }, - { - "ColumnName": "RAD_HU_12_NAME", - "DataType": "VARCHAR2", - "DataLength": "80", - "ColumnID": "161", - "ObjectName": "RadHu12Name", - "Description": "The name of the waterbody in which the facility is permitted to discharge directly (from the Reach Address Database, RAD)." - }, - { - "ColumnName": "RAD_WBD_HUC12S", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "162", - "ObjectName": "RadWBDHuc12s", - "Description": null - }, - { - "ColumnName": "FAC_DERIVED_WBD", - "DataType": "VARCHAR2", - "DataLength": "12", - "ColumnID": "163", - "ObjectName": "FacDerivedWBD", - "Description": "The Hydrologic Unit Code (HUC-12) of the waterbody in which the facility resides, derived based on location data in FRS." - }, - { - "ColumnName": "FAC_DERIVED_WBD_NAME", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "164", - "ObjectName": "FacDerivedWBDName", - "Description": "The 12 digit Watershed Boundary Dataset Name derived from the FRS Best Pick Coordinate" - }, - { - "ColumnName": "ATTAINS_SOURCE", - "DataType": "CHAR", - "DataLength": "6", - "ColumnID": "165", - "ObjectName": "AttainsSource", - "Description": "The CWA Report in which the waterbody data can be found. The data are from the Assessment TMDL Tracking & Implementation System (ATTAINS) database." - }, - { - "ColumnName": "CWP_IMP_WATER_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "166", - "ObjectName": "CWPImpWaterFlg", - "Description": "Displays Y if the permitted facility discharges directly into category 4 or 5 impaired waters, as designated under section 303(d) of the Clean Water Act." - }, - { - "ColumnName": "ATTAINS_IMP_WATER_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "167", - "ObjectName": "AttainsImpWaterFlg", - "Description": "Displays Y if the waterbody in which the facility resides is listed for impairment. The data are from the ATTAINS database." - }, - { - "ColumnName": "ATTAINS_AU_CATEGORY", - "DataType": "VARCHAR2", - "DataLength": "50", - "ColumnID": "168", - "ObjectName": "AttainsAuCategory", - "Description": "The impairment class or category of the waterbody in which the facility is permitted to discharge directly. The data are from the ATTAINS database:- 5 = Impaired: TMDL needed. Available information indicates that at least one designated use is not being supported and a TMDL is needed (also known as the 303(d) listed waters).- 4 = Impaired: TMDL not needed. Available information indicates that at least one designated use is not being supported, but a TMDL is not needed (see subcategories).- 4a = TMDL completed. A TMDL has been completed, but impairment still exists.- 4b = TMDL alternative. Impairment is being addressed by a method other than a TMDL (e.g., stream bank improvements).- 4c = Non-pollutant causes. Cause of impairment is not a pollutant (e.g., habitat destruction)." - }, - { - "ColumnName": "ATTAINS_STATE_CAUSES", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "169", - "ObjectName": "AttainsStateCauses", - "Description": "Lists all pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database." - }, - { - "ColumnName": "ATTAINS_CAUSE_GROUPS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "170", - "ObjectName": "AttainsCauseGroups", - "Description": "Lists all groups of pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database." - }, - { - "ColumnName": "ATTAINS_POSSIBLE_NPDES_PARAMS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "171", - "ObjectName": "AttainsPossibleNPDESParams", - "Description": "Lists all pollutants discharged by the facility that are potentially contributing to the impairment of local waterbodies." - }, - { - "ColumnName": "ATTAINS_AQUATIC_LIFE_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "172", - "ObjectName": "AttainsAquaticLifeUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for aquatic life use. The data are from the ATTAINS database." - }, - { - "ColumnName": "ATTAINS_EXCEPTNL_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "173", - "ObjectName": "AttainsExceptnlUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for exceptional use. The data are from the ATTAINS database." - }, - { - "ColumnName": "ATTAINS_RECREATION_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "174", - "ObjectName": "AttainsRecreationUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for recreational use. The data are from the ATTAINS database." - }, - { - "ColumnName": "ATTAINS_FISHCNSMPTN_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "175", - "ObjectName": "AttainsFishcnsmptnUseFlg", - "Description": null - }, - { - "ColumnName": "ATTAINS_DRINKING_WATER_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "176", - "ObjectName": "AttainsDrinkingWaterUseFlg", - "Description": null - }, - { - "ColumnName": "ATTAINS_SHELLFISH_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "177", - "ObjectName": "AttainsShellfishUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for shellfish use. The data are from the ATTAINS database." - }, - { - "ColumnName": "BEACH_CLOSE_LAST_YEAR_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "178", - "ObjectName": "BeachCloseLastYearFlg", - "Description": "Displays Y if the facility is located on or near a waterbody with a beach closure within the last year." - }, - { - "ColumnName": "BEACH_CLOSE_LAST_2YRS_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "179", - "ObjectName": "BeachCloseLast2yrsFlg", - "Description": "Displays Y if the facility is located on or near a waterbody with a beach closure within the last two years." - }, - { - "ColumnName": "CHESAPEAKE_BAY_FLAG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "180", - "ObjectName": "ChesapeakeBayFlag", - "Description": "Displays Y if the facility is located within the Chesapeake Bay watershed." - }, - { - "ColumnName": "EPA_SYSTEM", - "DataType": "VARCHAR2", - "DataLength": "10", - "ColumnID": "181", - "ObjectName": "EPASystem", - "Description": "The EPA data system in which permit and facility records are kept. EPA's Facility Registry System (FRS) links all program database records (such as permit IDs and IDs facilities use in reporting to EPA) together. The following list describes the individual data systems that are linked to from the detailed facility report: - AFS: Air Facility System for Clean Air Act stationary source programs.- ICP: Integrated Compliance Information System for Clean Water Act programs monitoring National Pollutant Discharge Elimination System (NPDES) permits.- RCR: Resource Conservation and Recovery Act Information System (RCRAInfo) for tracking the Resource Conservation and Recovery Act (RCRA) programs.- NCDB: National Compliance Database System for monitoring national performance of the Toxic Substance Control Act (TSCA); the Emergency Planning and Right-to-Know Act, Section 313 (EPCRA); the Asbestos Hazard Emergency Response (AHERA); and the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).- TRI: Toxics Release Inventory for Emergency Planning and Community Right-to-Know Act, Section 313 submissions.- NEI: National Emissions Inventory database contains information on stationary and mobile sources that emit criteria air pollutants and their precursors, as well as hazardous air pollutants (HAPs). The database includes estimates of annual emissions, by source, of air pollutants in each area of the country, on an annual basis.- TSCA: Toxic Substances Control Act addressing the production, importation, use, and disposal of specific chemicals." - }, - { - "ColumnName": "STATUTE", - "DataType": "VARCHAR2", - "DataLength": "50", - "ColumnID": "182", - "ObjectName": "Statute", - "Description": "The name of the statute associated with each of the permits and identifiers linked to the facility: - CAA = the Clean Air Act- CWA = the Clean Water Act- RCRA = the Resource Conservation and Recovery Act- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)- TSCA = the Toxic Substances Control Act- SDWA = the Safe Drinking Water Act" - }, - { - "ColumnName": "CWP_TRIBAL_LAND_CODE", - "DataType": "VARCHAR2", - "DataLength": "80", - "ColumnID": "183", - "ObjectName": "CWPTRIbalLandCode", - "Description": "From ICIS, the unique identifier for every unit of land within Indian Country." - }, - { - "ColumnName": "CWP_PERMIT_STATUS_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "184", - "ObjectName": "CWPPermitStatusCode", - "Description": "The code associated with the facility's NPDES permit status." - }, - { - "ColumnName": "CWP_PERMIT_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "185", - "ObjectName": "CWPPermitTypeCode", - "Description": "The code associated with the facility's NPDES permit classification." - }, - { - "ColumnName": "CWP_SNC_EVENT_DESC", - "DataType": "VARCHAR2", - "DataLength": "200", - "ColumnID": "186", - "ObjectName": "CWPSNCEventDesc", - "Description": "Describes the event that resulted in the facility's status of Significant Noncompliance." - }, - { - "ColumnName": "FAC_MAP_FLG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "187", - "ObjectName": "FacMapFlg", - "Description": "Graphical indicator denoting whether geographical data required to map a facility are available." - }, - { - "ColumnName": "FAC_MAP_ICON", - "DataType": "VARCHAR2", - "DataLength": "20", - "ColumnID": "188", - "ObjectName": "FacMapIcon", - "Description": "The default map icon image file calculated for the facility by the ECHO program." - }, - { - "ColumnName": "CWP_DATE_LAST_PENALTY", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "189", - "ObjectName": "CWPDateLastPenalty", - "Description": "Indicates date of most recent penalty against the facility." - }, - { - "ColumnName": "FAC_TRI_REPORTER", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "190", - "ObjectName": "FacTRIReporter", - "Description": "Indicates whether facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year." - }, - { - "ColumnName": "CWP_13QTRS_COMPL_HISTORY", - "DataType": "VARCHAR2", - "DataLength": "15", - "ColumnID": "191", - "ObjectName": "CWP13qtrsComplHistory", - "Description": "The facility's 3-year or 13-quarter compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:_ -No Violation IdentifiedV -Violation IdentifiedS -High Priority ViolationU - Undetermined" - }, - { - "ColumnName": "CWP_CASE_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "192", - "ObjectName": "CWPCaseIDs", - "Description": "Indicates the ICIS Case Number, a unique number identifying the civil enforcement action." - }, - { - "ColumnName": "CWP_FIPS_CODE", - "DataType": "VARCHAR2", - "DataLength": "5", - "ColumnID": "193", - "ObjectName": "CWPFIPSCode", - "Description": "A 5 digit combination of the 2 digit Federal Information Processing Standards (FIPS) code for the state and the 3 digit FIPS code of the county that a facility is located in." - }, - { - "ColumnName": "DMR_IMPAIRED_POLL", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "194", - "ObjectName": "DMRImpairedPoll", - "Description": "The pollutants with limits or monitoring requirements in a facility's NPDES permit with the potential to contribute to impairment of local waterbodies" - }, - { - "ColumnName": "CURR_SV_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "195", - "ObjectName": "CurrSvFlag", - "Description": "Indicates if the facility has a current significant violation. 1 = Yes" - }, - { - "ColumnName": "VIOL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "196", - "ObjectName": "ViolFlag", - "Description": "Indicates if the facility had a violation within the last 3 years. 1 = Yes" - }, - { - "ColumnName": "CURR_VIO_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "197", - "ObjectName": "CurrVioFlag", - "Description": "Indicates if the facility has a current violation. 1 = Yes" - }, - { - "ColumnName": "INSP_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "198", - "ObjectName": "Insp5yrFlag", - "Description": "Indicates if the facility has an inspection within the last 5 years. 1 = Yes" - }, - { - "ColumnName": "EA_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "199", - "ObjectName": "Ea5yrFlag", - "Description": "Indicates if the facility has a formal enforcement action within the last 5 years. 1 = Yes" - }, - { - "ColumnName": "INFEA_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "200", - "ObjectName": "Infea5yrFlag", - "Description": "Indicates if the facility has an informal enforcement action within the last 5 years. 1 = Yes." - }, - { - "ColumnName": "CWP_TOTAL_PENALTIES", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "201", - "ObjectName": "CWPTotalPenalties", - "Description": "The total penalty value incurred over 5 years." - }, - { - "ColumnName": "TRIBAL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "202", - "ObjectName": "TRIbalFlag", - "Description": "A flag indicating that the facility is within a tribal area." - }, - { - "ColumnName": "CENSUS_BLOCK_GROUP", - "DataType": "VARCHAR2", - "DataLength": "48", - "ColumnID": "203", - "ObjectName": "CensusBlockGroup", - "Description": "A geographic unit used by the United States Census Bureau, generally defined to contain between 600 and 3,000 people." - }, - { - "ColumnName": "MAX_PCTILE_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "204", - "ObjectName": "MaxPctileUs", - "Description": "The maximum percentile from all individual EJSCREEN indicators." - }, - { - "ColumnName": "EJSCREEN_FLAG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "205", - "ObjectName": "EjscreenFlag", - "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." - }, - { - "ColumnName": "LAST_DMR_VALUE_RCVD_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "206", - "ObjectName": "LastDMRValueRcvdDate", - "Description": "The latest date that a Discharge Monitoring Report was received by the State or EPA." - }, - { - "ColumnName": "LOWER_48", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "207", - "ObjectName": "Lower48", - "Description": "Flag showing Y/N whether location is within the contiguous (lower 48) United States." - }, - { - "ColumnName": "ACTIVE_LOWER_48", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "208", - "ObjectName": "ActiveLower48", - "Description": "A Y/N indicator indicating that the facility is active and located within the lower 48 contiguous US States." - }, - { - "ColumnName": "EFF_EXCEEDS", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "209", - "ObjectName": "EffExceeds", - "Description": "The number of E90 Effluent Violations in the last 3 years." - }, - { - "ColumnName": "PAST_CAL_YR_AVERAGE_FLOW", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "210", - "ObjectName": "PastCalYrAverageFlow", - "Description": "The past calendar year average flow in Million Gallons a Day (MGD)." - }, - { - "ColumnName": "PAST_CAL_YR_TOXIC_POLLUTANTS", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "211", - "ObjectName": "PastCalYrToxicPollutants", - "Description": "The toxic pollutants discharged by the NPDES facility for the most recent complete calendar year." - }, - { - "ColumnName": "CWP_VIO_STATUS", - "DataType": "VARCHAR2", - "DataLength": "50", - "ColumnID": "212", - "ObjectName": "CWPVioStatus", - "Description": "The current Reportable Non Compliance value for the facility." - }, - { - "ColumnName": "INDSW_FLAG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "213", - "ObjectName": "IndswFlag", - "Description": "A value of Y indicates an Industrial Stormwater Permit." - }, - { - "ColumnName": "CERTIFIED_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "214", - "ObjectName": "CertifiedDate", - "Description": "The issue date or effective date of the permit." - }, - { - "ColumnName": "COLLECTION_METHOD", - "DataType": "VARCHAR2", - "DataLength": "750", - "ColumnID": "215", - "ObjectName": "CollectionMethod", - "Description": "??" - }, - { - "ColumnName": "REFERENCE_POINT", - "DataType": "VARCHAR2", - "DataLength": "750", - "ColumnID": "216", - "ObjectName": "ReferencePoint", - "Description": "??" - }, - { - "ColumnName": "CALCULATED_ACCURACY_METERS", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "217", - "ObjectName": "CalculatedAccuracyMeters", - "Description": "The estimated accuracy in Meters for the facility's geospatial coordinate." - }, - { - "ColumnName": "MAP", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "218", - "ObjectName": "Map", - "Description": "No Longer Used." - }, - { - "ColumnName": "BIOSOLIDS_FLAG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "219", - "ObjectName": "BiosolidsFlag", - "Description": "A Yes/No field to indicate permits with biosolids management and compliance information." - }, - { - "ColumnName": "VIO_LAST_YEAR", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "220", - "ObjectName": "VioLastYear", - "Description": "A flag (values of 1 for Yes, 0 for No) that a Water Program Violation occurred in the last 4 quarters." - }, - { - "ColumnName": "STATE_AUTH_NPDES", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "221", - "ObjectName": "StateAuthNPDES", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for NPDES Facilities." - }, - { - "ColumnName": "STATE_AUTH_FEDFAC", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "222", - "ObjectName": "StateAuthFedfac", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized to regulate Federally owned facilities." - }, - { - "ColumnName": "STATE_AUTH_PRETREAT", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "223", - "ObjectName": "StateAuthPretreat", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Pretreatment Facilities." - }, - { - "ColumnName": "STATE_AUTH_GEN", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "224", - "ObjectName": "StateAuthGen", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for General NPDES Facilities." - }, - { - "ColumnName": "STATE_AUTH_BIOSOLIDS", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "225", - "ObjectName": "StateAuthBiosolids", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Biosolids." - }, - { - "ColumnName": "NPDES_DATA_GROUPS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "226", - "ObjectName": "NPDESDataGroups", - "Description": "This is the code indicating the NPDES eReporting Rule Data Group that applies to the data." - }, - { - "ColumnName": "PERMITTING_AGENCY", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "227", - "ObjectName": "PermittingAgency", - "Description": "This is the type of organization issuing or granting a permit." - }, - { - "ColumnName": "ELECTR_RPT_WAIVER_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "228", - "ObjectName": "ElectrRptWaiverTypeCode", - "Description": "The unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part." - }, - { - "ColumnName": "ELECTR_RPT_WAIVER_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "229", - "ObjectName": "ElectrRptWaiverTypeDesc", - "Description": "Description of the unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part." - }, - { - "ColumnName": "ELECTR_RPT_WAIVER_EFF_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "230", - "ObjectName": "ElectrRptWaiverEffDate", - "Description": "This is the effective date for a waiver from electronic reporting in compliance with this part. This data element should always be populated for a waiver." - }, - { - "ColumnName": "ELECTR_RPT_WAIVER_EXP_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "231", - "ObjectName": "ElectrRptWaiverExpDate", - "Description": "This is the expiration date for a temporary waiver from electronic reporting in compliance with this part. This data element should be left blank if the permittee has a permanent waiver from electronic reporting or if the permittee does not have a waiver from electronic reporting in compliance with this part." - }, - { - "ColumnName": "ELECTR_SUBMISSION_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "232", - "ObjectName": "ElectrSubmissionTypeCode", - "Description": "This is the code indicating the means by which the data were submitted electronically." - }, - { - "ColumnName": "ELECTR_SUBMISSION_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "250", - "ColumnID": "233", - "ObjectName": "ElectrSubmissionTypeDesc", - "Description": "This is the description of the code indicating the means by which the data were submitted electronically." - }, - { - "ColumnName": "WEB_DOCS", - "DataType": "VARCHAR2", - "DataLength": "20", - "ColumnID": "234", - "ObjectName": "WebDocs", - "Description": "Contains flags that identify what web accessible documents are available for the facility." - }, - { - "ColumnName": "E90_EXCEEDS_5YR", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "235", - "ObjectName": "E90Exceeds5yr", - "Description": "The number of E90 Exceedences in the last 5 years." - }, - { - "ColumnName": "E90_EXCEEDS_4YR", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "236", - "ObjectName": "E90Exceeds4yr", - "Description": "The number of E90 Exceedences in the last 4 years." - }, - { - "ColumnName": "E90_EXCEEDS_3YR", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "237", - "ObjectName": "E90Exceeds3yr", - "Description": "The number of E90 Exceedences in the last 3 years." - }, - { - "ColumnName": "E90_EXCEEDS_2YR", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "238", - "ObjectName": "E90Exceeds2yr", - "Description": "The number of E90 Exceedences in the last 2 years." - }, - { - "ColumnName": "E90_EXCEEDS_1YR", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "239", - "ObjectName": "E90Exceeds1yr", - "Description": "The number of E90 Exceedences in the last year." - }, - { - "ColumnName": "E90_POLLUTANTS_5YR", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "240", - "ObjectName": "E90Pollutants5yr", - "Description": "The pollutants for the E90 Exceedences in the last 5 years." - }, - { - "ColumnName": "E90_POLLUTANTS_4YR", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "241", - "ObjectName": "E90Pollutants4yr", - "Description": "The pollutants for the E90 Exceedences in the last 4 years." - }, - { - "ColumnName": "E90_POLLUTANTS_3YR", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "242", - "ObjectName": "E90Pollutants3yr", - "Description": "The pollutants for the E90 Exceedences in the last 3 years." - }, - { - "ColumnName": "E90_POLLUTANTS_2YR", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "243", - "ObjectName": "E90Pollutants2yr", - "Description": "The pollutants for the E90 Exceedences in the last 2 years." - }, - { - "ColumnName": "E90_POLLUTANTS_1YR", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "244", - "ObjectName": "E90Pollutants1yr", - "Description": "The pollutants for the E90 Exceedences in the last year." - }, - { - "ColumnName": "FAC_COUNTY_NAME", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "245", - "ObjectName": "FacCountyName", - "Description": "The facility county name from EPA's Facility Registry System" - }, - { - "ColumnName": "FAC_STD_COUNTY_NAME", - "DataType": "VARCHAR2", - "DataLength": "300", - "ColumnID": "246", - "ObjectName": "FacStdCountyName", - "Description": "The standardized facility county name from EPA's Facility Registry System" - }, - { - "ColumnName": "EFF_CHARTS_FLAG", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "247", - "ObjectName": "EffChartsFlag", - "Description": null - }, - { - "ColumnName": "OTHER_PERMIT_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "248", - "ObjectName": "OtherPermitIDs", - "Description": null - }, - { - "ColumnName": "PERMIT_NAME", - "DataType": "VARCHAR2", - "DataLength": "120", - "ColumnID": "249", - "ObjectName": "PermitName", - "Description": null - }, - { - "ColumnName": "PERCENT_BELOW_LOWINCOME_3MILE", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "250", - "ObjectName": "PercentBelowLowincome3mile", - "Description": null - }, - { - "ColumnName": "CENSUSBLKGRP2018", - "DataType": "VARCHAR2", - "DataLength": "12", - "ColumnID": "251", - "ObjectName": "Censusblkgrp2018", - "Description": null - }, - { - "ColumnName": "SCORE", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "252", - "ObjectName": "Score", - "Description": null - } - ] - } -} diff --git a/tests/testthat/ofmpub.epa.gov/echo/sdw_rest_services.metadata-a4f118.json b/tests/testthat/ofmpub.epa.gov/echo/sdw_rest_services.metadata-a4f118.json deleted file mode 100644 index bf7608d..0000000 --- a/tests/testthat/ofmpub.epa.gov/echo/sdw_rest_services.metadata-a4f118.json +++ /dev/null @@ -1,615 +0,0 @@ -{ - "Results": { - "Message": "Success", - "ResultColumns": [ - { - "ColumnName": "PWS_NAME", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "1", - "ObjectName": "PWSName", - "Description": null - }, - { - "ColumnName": "PWSID", - "DataType": "VARCHAR2", - "DataLength": "9", - "ColumnID": "2", - "ObjectName": "PWSId", - "Description": null - }, - { - "ColumnName": "CITIES_SERVED", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "3", - "ObjectName": "CitiesServed", - "Description": null - }, - { - "ColumnName": "STATE_CODE", - "DataType": "VARCHAR2", - "DataLength": "2", - "ColumnID": "4", - "ObjectName": "StateCode", - "Description": null - }, - { - "ColumnName": "ZIP_CODES_SERVED", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "5", - "ObjectName": "ZipCodesServed", - "Description": null - }, - { - "ColumnName": "COUNTIES_SERVED", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "6", - "ObjectName": "CountiesServed", - "Description": null - }, - { - "ColumnName": "EPA_REGION", - "DataType": "VARCHAR2", - "DataLength": "2", - "ColumnID": "7", - "ObjectName": "EPARegion", - "Description": null - }, - { - "ColumnName": "INDIAN_COUNTRY", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "8", - "ObjectName": "IndianCountry", - "Description": null - }, - { - "ColumnName": "PWS_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "6", - "ColumnID": "9", - "ObjectName": "PWSTypeCode", - "Description": null - }, - { - "ColumnName": "PWS_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "750", - "ColumnID": "10", - "ObjectName": "PWSTypeDesc", - "Description": null - }, - { - "ColumnName": "PRIMARY_SOURCE_CODE", - "DataType": "VARCHAR2", - "DataLength": "4", - "ColumnID": "11", - "ObjectName": "PrimarySourceCode", - "Description": null - }, - { - "ColumnName": "PRIMARY_SOURCE_DESC", - "DataType": "VARCHAR2", - "DataLength": "750", - "ColumnID": "12", - "ObjectName": "PrimarySourceDesc", - "Description": null - }, - { - "ColumnName": "POPULATION_SERVED_COUNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "13", - "ObjectName": "PopulationServedCount", - "Description": null - }, - { - "ColumnName": "PWS_ACTIVITY_CODE", - "DataType": "VARCHAR2", - "DataLength": "1", - "ColumnID": "14", - "ObjectName": "PWSActivityCode", - "Description": null - }, - { - "ColumnName": "PWS_ACTIVITY_DESC", - "DataType": "VARCHAR2", - "DataLength": "750", - "ColumnID": "15", - "ObjectName": "PWSActivityDesc", - "Description": null - }, - { - "ColumnName": "OWNER_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "1", - "ColumnID": "16", - "ObjectName": "OwnerTypeCode", - "Description": null - }, - { - "ColumnName": "OWNER_DESC", - "DataType": "VARCHAR2", - "DataLength": "750", - "ColumnID": "17", - "ObjectName": "OwnerDesc", - "Description": null - }, - { - "ColumnName": "QTRS_WITH_VIO", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "18", - "ObjectName": "QtrsWithVio", - "Description": null - }, - { - "ColumnName": "QTRS_WITH_SNC", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "19", - "ObjectName": "QtrsWithSNC", - "Description": null - }, - { - "ColumnName": "SERIOUS_VIOLATOR", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "20", - "ObjectName": "SeriousViolator", - "Description": null - }, - { - "ColumnName": "HEALTH_FLAG", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "21", - "ObjectName": "HealthFlag", - "Description": null - }, - { - "ColumnName": "MR_FLAG", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "22", - "ObjectName": "MrFlag", - "Description": null - }, - { - "ColumnName": "PN_FLAG", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "23", - "ObjectName": "PnFlag", - "Description": null - }, - { - "ColumnName": "OTHER_FLAG", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "24", - "ObjectName": "OtherFlag", - "Description": null - }, - { - "ColumnName": "NEW_VIO_FLG", - "DataType": "VARCHAR2", - "DataLength": "3", - "ColumnID": "25", - "ObjectName": "NewVioFlg", - "Description": null - }, - { - "ColumnName": "RULES_VIO_3YR", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "26", - "ObjectName": "RulesVio3yr", - "Description": null - }, - { - "ColumnName": "RULES_VIO", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "27", - "ObjectName": "RulesVio", - "Description": null - }, - { - "ColumnName": "VIOPACCR", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "28", - "ObjectName": "Viopaccr", - "Description": null - }, - { - "ColumnName": "VIOREMAIN", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "29", - "ObjectName": "Vioremain", - "Description": null - }, - { - "ColumnName": "VIOFEANOT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "30", - "ObjectName": "Viofeanot", - "Description": null - }, - { - "ColumnName": "VIORTCFEA", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "31", - "ObjectName": "Viortcfea", - "Description": null - }, - { - "ColumnName": "VIORTCNOFEA", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "32", - "ObjectName": "Viortcnofea", - "Description": null - }, - { - "ColumnName": "IFEA", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "33", - "ObjectName": "Ifea", - "Description": null - }, - { - "ColumnName": "FEAS", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "34", - "ObjectName": "Feas", - "Description": null - }, - { - "ColumnName": "SDW_DATE_LAST_IEA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "35", - "ObjectName": "SDWDateLastIea", - "Description": null - }, - { - "ColumnName": "SDW_DATE_LAST_IEA_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "36", - "ObjectName": "SDWDateLastIeaEPA", - "Description": null - }, - { - "ColumnName": "SDW_DATE_LAST_IEA_ST", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "37", - "ObjectName": "SDWDateLastIeaSt", - "Description": null - }, - { - "ColumnName": "SDW_DATE_LAST_FEA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "38", - "ObjectName": "SDWDateLastFea", - "Description": null - }, - { - "ColumnName": "SDW_DATE_LAST_FEA_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "39", - "ObjectName": "SDWDateLastFeaEPA", - "Description": null - }, - { - "ColumnName": "SDW_DATE_LAST_FEA_ST", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "40", - "ObjectName": "SDWDateLastFeaSt", - "Description": null - }, - { - "ColumnName": "SDWA_CONTAMINANTS_IN_VIOL_3YR", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "41", - "ObjectName": "SDWAContaminantsInViol3yr", - "Description": null - }, - { - "ColumnName": "SDWA_CONTAMINANTS_IN_CUR_VIOL", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "42", - "ObjectName": "SDWAContaminantsInCurViol", - "Description": null - }, - { - "ColumnName": "PB_ALE", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "43", - "ObjectName": "PbAle", - "Description": null - }, - { - "ColumnName": "CU_ALE", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "44", - "ObjectName": "CuAle", - "Description": null - }, - { - "ColumnName": "RC_350_VIOL", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "45", - "ObjectName": "Rc350Viol", - "Description": null - }, - { - "ColumnName": "DFR_URL", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "46", - "ObjectName": "DfrUrl", - "Description": null - }, - { - "ColumnName": "FIPS_CODES", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "47", - "ObjectName": "FIPSCodes", - "Description": null - }, - { - "ColumnName": "SNC", - "DataType": "VARCHAR2", - "DataLength": "30", - "ColumnID": "48", - "ObjectName": "SNC", - "Description": null - }, - { - "ColumnName": "GW_SW_CODE", - "DataType": "VARCHAR2", - "DataLength": "2", - "ColumnID": "49", - "ObjectName": "GwSwCode", - "Description": null - }, - { - "ColumnName": "SDWA_3YR_COMPL_QTRS_HISTORY", - "DataType": "VARCHAR2", - "DataLength": "13", - "ColumnID": "50", - "ObjectName": "SDWA3yrComplQtrsHistory", - "Description": null - }, - { - "ColumnName": "SDWA_CONTAMINANTS", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "51", - "ObjectName": "SDWAContaminants", - "Description": null - }, - { - "ColumnName": "PB_VIOL", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "52", - "ObjectName": "PbViol", - "Description": null - }, - { - "ColumnName": "CU_VIOL", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "53", - "ObjectName": "CuViol", - "Description": null - }, - { - "ColumnName": "LEAD_AND_COPPER_VIOL", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "54", - "ObjectName": "LeadAndCopperViol", - "Description": null - }, - { - "ColumnName": "TRIBAL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "55", - "ObjectName": "TRIbalFlag", - "Description": null - }, - { - "ColumnName": "FEA_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "56", - "ObjectName": "FeaFlag", - "Description": null - }, - { - "ColumnName": "IEA_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "57", - "ObjectName": "IeaFlag", - "Description": null - }, - { - "ColumnName": "SNC_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "58", - "ObjectName": "SNCFlag", - "Description": null - }, - { - "ColumnName": "CURR_VIO_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "59", - "ObjectName": "CurrVioFlag", - "Description": null - }, - { - "ColumnName": "VIO_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "60", - "ObjectName": "VioFlag", - "Description": null - }, - { - "ColumnName": "INSP_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "61", - "ObjectName": "Insp5yrFlag", - "Description": null - }, - { - "ColumnName": "SERVICE_AREA_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "100", - "ColumnID": "62", - "ObjectName": "ServiceAreaTypeCode", - "Description": null - }, - { - "ColumnName": "SERVICE_AREA_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "63", - "ObjectName": "ServiceAreaTypeDesc", - "Description": null - }, - { - "ColumnName": "VIOLATION_CATEGORIES", - "DataType": "VARCHAR2", - "DataLength": "4000", - "ColumnID": "64", - "ObjectName": "ViolationCategories", - "Description": null - }, - { - "ColumnName": "SANSURVEY5YR", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "65", - "ObjectName": "Sansurvey5yr", - "Description": null - }, - { - "ColumnName": "DATE_LAST_SANSURVEY", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "66", - "ObjectName": "DateLastSansurvey", - "Description": null - }, - { - "ColumnName": "SIGNIFICANT_DEFICIENCY_COUNT", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "67", - "ObjectName": "SignificantDeficiencyCount", - "Description": null - }, - { - "ColumnName": "SIGNIFICANT_DEFICIENCY_COUNT_ILS", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "68", - "ObjectName": "SignificantDeficiencyCountIls", - "Description": null - }, - { - "ColumnName": "SDW_DATE_LAST_VISIT", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "69", - "ObjectName": "SDWDateLastVisit", - "Description": null - }, - { - "ColumnName": "SDW_DATE_LAST_VISIT_EPA", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "70", - "ObjectName": "SDWDateLastVisitEPA", - "Description": null - }, - { - "ColumnName": "SDW_DATE_LAST_VISIT_STATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "71", - "ObjectName": "SDWDateLastVisitState", - "Description": null - }, - { - "ColumnName": "SDW_DATE_LAST_VISIT_LOCAL", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "72", - "ObjectName": "SDWDateLastVisitLocal", - "Description": null - }, - { - "ColumnName": "SITE_VISITS_5YR_ALL", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "73", - "ObjectName": "SiteVisits5yrAll", - "Description": null - }, - { - "ColumnName": "SITE_VISITS_5YR_INSPECTIONS", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "74", - "ObjectName": "SiteVisits5yrInspections", - "Description": null - }, - { - "ColumnName": "SITE_VISITS_5YR_OTHER", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "75", - "ObjectName": "SiteVisits5yrOther", - "Description": null - }, - { - "ColumnName": "REGISTRY_ID", - "DataType": "VARCHAR2", - "DataLength": "50", - "ColumnID": "76", - "ObjectName": "RegistryID", - "Description": null - } - ] - } -} diff --git a/tests/testthat/test-expected_objects.R b/tests/testthat/test-expected_objects.R index 4148dc7..6ced628 100644 --- a/tests/testthat/test-expected_objects.R +++ b/tests/testthat/test-expected_objects.R @@ -1,6 +1,6 @@ context("core functions return expected objects") - +## shorten the file path for the mosked responses api_root <- "https://echodata.epa.gov/echo/" set_redactor(function (response) { response %>% @@ -11,6 +11,7 @@ set_requester(function (request) { gsub_request(api_root, "api/", fixed = TRUE) }) +## Uncomment to capture new mocked responses #with_mock_api <- capture_requests with_mock_api({ @@ -116,3 +117,37 @@ with_mock_api({ }) }) + + +## checks echoAirGetMeta echoWaterGetMeta +## function returns dataframe and messages as expected + + +with_mock_api({ + test_that("echoAirGetMeta returns df", { + skip_if_offline(host = "echodata.epa.gov") + + expect_is(echoAirGetMeta(), + "tbl_df") + + expect_message(echoAirGetMeta(verbose = TRUE)) + + expect_is(echoWaterGetMeta(), + "tbl_df") + + expect_message(echoWaterGetMeta(verbose = TRUE)) + }) + +}) + +## check that queries returning over 100,000 return invisible objects with message + + +with_mock_api({ + test_that("get_QID works for water", { + skip_if_offline(host = "echodata.epa.gov") + expect_invisible(echoWaterGetFacilityInfo(output = 'df', + qcolumns = "1", + p_st = "GA")) + }) +}) diff --git a/vignettes/articles/int/0/cwa_rest_services.get_facilities-460a55.json b/vignettes/articles/int/0/cwa_rest_services.get_facilities-460a55.json new file mode 100644 index 0000000..29c79a8 --- /dev/null +++ b/vignettes/articles/int/0/cwa_rest_services.get_facilities-460a55.json @@ -0,0 +1,21 @@ +{ + "Results": { + "Message": "Success", + "Version": "CWA v2017-10-13 1325", + "QueryRows": "704", + "IndianCountryRows": "0", + "EJHighRows": "227", + "SVRows": "0", + "CVRows": "4", + "V3Rows": "6", + "FEARows": "4", + "InfFEARows": "1", + "INSPRows": "16", + "BioCVRows": "0", + "BioV3Rows": "0", + "VioLast4QRows": "6", + "TotalPenalties": "$99,064", + "BadSystemIDs": null, + "QueryID": "851" + } +} diff --git a/vignettes/articles/int/0/cwa_rest_services.get_facility_info-29a83a.json b/vignettes/articles/int/0/cwa_rest_services.get_facility_info-29a83a.json deleted file mode 100644 index 3114b73..0000000 --- a/vignettes/articles/int/0/cwa_rest_services.get_facility_info-29a83a.json +++ /dev/null @@ -1,17724 +0,0 @@ -{ - "Results": { - "Message": "Success", - "QueryID": "341", - "QueryRows": "589", - "IndianCountryRows": "0", - "SVRows": "2", - "CVRows": "3", - "V3Rows": "8", - "FEARows": "4", - "InfFEARows": "1", - "INSPRows": "12", - "BioCVRows": "0", - "BioV3Rows": "0", - "VioLast4QRows": "4", - "TotalPenalties": "$99,064", - "BadSystemIDs": null, - "IconBaseURL": "https://echo.epa.gov/themes/custom/echo/images/map/", - "PopUpBaseURL": "cwa_rest_services.pop_up?p_id=", - "ServiceBaseURL": "https://ordsint.rtpnc.epa.gov/ords/echo/cwa_rest_services.get_facility_info", - "QueryParameters": [ - { - "QP": "output", - "QV": "JSON" - }, - { - "QP": "xmin", - "QV": "-96.407563" - }, - { - "QP": "ymin", - "QV": "30.554395" - }, - { - "QP": "xmax", - "QV": "-96.25947" - }, - { - "QP": "ymax", - "QV": "30.751984" - }, - { - "QP": "p_limit_addr", - "QV": "Y" - }, - { - "QP": "qcolumns", - "QV": "1,2,3,4,5,6,7,8,9,10,11,14,23,24,25,26,30,36,58,60,63,64,65,67,86,206" - } - ], - "Facilities": [ - { - "ObjectId": "1", - "CWPName": "066-3344 BORLAUG CENTER RENOVATION ADDITION", - "SourceID": "TXR1579LK", - "CWPStreet": "600 JOHN KIMBROUGH BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843-0001", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071363697", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.608505", - "FacLong": "-96.349641", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1579LK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "2", - "CWPName": "2900 SPECTOR DRIVE", - "SourceID": "TXR1571JJ", - "CWPStreet": "2900 SPECTOR DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071297316", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6689", - "FacLong": "-96.3341", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1571JJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020223" - }, - { - "ObjectId": "3", - "CWPName": "2901 SPECTOR DRIVE", - "SourceID": "TXR1531KC", - "CWPStreet": "2901 SPECTOR DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071321704", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.69149", - "FacLong": "-96.3274", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1531KC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "4", - "CWPName": "3444 MAHOGANY DRIVE", - "SourceID": "TXR1509EW", - "CWPStreet": "SOUTHWEST OF THE INTERSECTION OF MAHOGANY DRIVE AN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070926834", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.610446", - "FacLong": "-96.384101", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509EW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "5", - "CWPName": "5113 INVERNESS DR", - "SourceID": "TXR1542EK", - "CWPStreet": "5113 INVERNESS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070891238", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67701", - "FacLong": "-96.30831", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1542EK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "6", - "CWPName": "777 GRAHAM RD", - "SourceID": "TXR1578AE", - "CWPStreet": "777 GRAHAM RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070621969", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.57004", - "FacLong": "-96.294929", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1578AE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020061" - }, - { - "ObjectId": "7", - "CWPName": "8.5 ACRE DEVELOPMENT SH-6", - "SourceID": "TXR1535BW", - "CWPStreet": "NORTHWEST INTERSECTION OF MARTIN LUTHER KING JR ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070742570", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.690423", - "FacLong": "-96.353324", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1535BW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004011" - }, - { - "ObjectId": "8", - "CWPName": "ACADEMY CONDOMINIUMS", - "SourceID": "TXR1508FA", - "CWPStreet": "1326 PRAIRIE DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070924925", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67606", - "FacLong": "-96.35083", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1508FA TXR1512HZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004021" - }, - { - "ObjectId": "9", - "CWPName": "ACADEMY CONDOS", - "SourceID": "TXR1512HZ", - "CWPStreet": "1326 PRAIRIE DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070924925", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67606", - "FacLong": "-96.35083", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1508FA TXR1512HZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004021" - }, - { - "ObjectId": "10", - "CWPName": "ACADEMY PRESERVE - PH 1 & 2", - "SourceID": "TXR1504IX", - "CWPStreet": "SEC OF OSBORN LANE AND PRAIRIE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071255086", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.677975", - "FacLong": "-96.349706", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1504IX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004021" - }, - { - "ObjectId": "11", - "CWPName": "ACADEMY PRESERVE PHS 1", - "SourceID": "TXR1527JO", - "CWPStreet": "SE OF OSBORN LN & FOREST GLEN CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071296128", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.678382", - "FacLong": "-96.350853", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1527JO TXR1589JN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004012" - }, - { - "ObjectId": "12", - "CWPName": "ACADEMY PRESERVE PHS 1", - "SourceID": "TXR1589JN", - "CWPStreet": "SE OF OSBORN LN & FOREST GLEN CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071296128", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.678382", - "FacLong": "-96.350853", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1527JO TXR1589JN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004012" - }, - { - "ObjectId": "13", - "CWPName": "ACADEMY PRESERVE PHS 2", - "SourceID": "TXR1588JN", - "CWPStreet": "EAST OF PRAIRIE DR & OSBORN LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071298038", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.677811", - "FacLong": "-96.351064", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1526JO TXR1588JN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004021" - }, - { - "ObjectId": "14", - "CWPName": "ACADEMY PRESERVE PHS 2", - "SourceID": "TXR1526JO", - "CWPStreet": "EAST OF PRAIRIE DR & OSBORN LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071298038", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.677811", - "FacLong": "-96.351064", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1526JO TXR1588JN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004021" - }, - { - "ObjectId": "15", - "CWPName": "ACE TOWNHOME", - "SourceID": "TXR15667I", - "CWPStreet": "2136 CHESTNUT OAK CIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-4168", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070364352", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.61411", - "FacLong": "-96.2849", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15667I", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "16", - "CWPName": "AGGIE ACRES WWTP", - "SourceID": "TX0132187", - "CWPStreet": "800 FT SE OF N DOWLING RD APPROX 600 FT SW OF WALN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110064633829", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.5556499999484", - "FacLong": "-96.2910986604742", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0132187", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "17", - "CWPName": "AGGIE CREAMERY", - "SourceID": "TXR1547JP", - "CWPStreet": "SW OF THROCKMORTON ST & LEWIS ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071310058", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.610753", - "FacLong": "-96.336011", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1546JP TXR1547JP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "18", - "CWPName": "AGGIE CREAMERY", - "SourceID": "TXR1546JP", - "CWPStreet": "SW OF THROCKMORTON ST & LEWIS ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071310058", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.610753", - "FacLong": "-96.336011", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1546JP TXR1547JP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "19", - "CWPName": "AGGIE PARK - TEXAS A&M UNIVERSITY", - "SourceID": "TXR1543FV", - "CWPStreet": "800 THROCKMORTON STREET", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071065667", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.608471", - "FacLong": "-96.335423", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1543FV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "20", - "CWPName": "AGGIELAND OUTFITTERS", - "SourceID": "TXR1533KO", - "CWPStreet": "100 FAIRVIEW AVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071336142", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.606457", - "FacLong": "-96.336761", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1533KO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410016082" - }, - { - "ObjectId": "21", - "CWPName": "AGRILIFE PHENOTYPING GREENHOUSE", - "SourceID": "TXR1582BA", - "CWPStreet": "950 AGRONOMY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070672916", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.61381", - "FacLong": "-96.35087", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1582BA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "22", - "CWPName": "AGRIVEST SWINE FEEDLOT", - "SourceID": "TX0121240", - "CWPStreet": "SWISHER COUNTY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "01", - "CWPZip": "00000", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039193271", - "CWPCounty": "Swisher", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.6665755", - "FacLong": "-96.3655202", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0120421 TX0121240", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "23", - "CWPName": "AIRGAS", - "SourceID": "TXR1506HK", - "CWPStreet": "5924 MATRIX DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071177760", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.585673", - "FacLong": "-96.396645", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1506HK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "24", - "CWPName": "ALENCO WINDOWS", - "SourceID": "TXR05U808", - "CWPStreet": "615 W CARSON ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801-1102", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110000464284", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6424", - "FacLong": "-96.37142", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": "TX0000004804100023", - "NPDESIDs": "TXR05U808", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "25", - "CWPName": "AMAZONCOM SERVICES LLC - PTX3", - "SourceID": "TXRNEBZ80", - "CWPStreet": "400 TECHNOLOGY PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110071359258", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.594", - "FacLong": "-96.284154", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXRNEBZ80", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "26", - "CWPName": "ANDREWS ORTHODONTIST AND RETAIL BUILDING", - "SourceID": "TXR15193R", - "CWPStreet": "1098 ARRINGTON RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070368658", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.558003", - "FacLong": "-96.265664", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15193R", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "27", - "CWPName": "ANDYS FROZEN CUSTARD - COLLEGE STATION", - "SourceID": "TXR1547HZ", - "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.10 MILES EAST OF T", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071203278", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.591193", - "FacLong": "-96.329507", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1547HZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410016041" - }, - { - "ObjectId": "28", - "CWPName": "ASTIN AVIATION", - "SourceID": "TXR05CE76", - "CWPStreet": "1770 GEORGE BUSH DR W", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-4761", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070360445", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.592877", - "FacLong": "-96.352771", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05CE76", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "29", - "CWPName": "AT HOME - COLLEGE STATION TX", - "SourceID": "TXR15591P", - "CWPStreet": "2301 EARL RUDDER FWY S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-6027", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070358552", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.62357", - "FacLong": "-96.29793", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15591P", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "30", - "CWPName": "ATKINS STREET POWER STATION", - "SourceID": "TX0027952", - "CWPStreet": "601 ATKINS STREET", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77801", - "MasterExternalPermitNmbr": null, - "RegistryID": "110001866623", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.64816", - "FacLong": "-96.37165", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": "TX0000004804100001", - "NPDESIDs": "TX0027952", - "SDWAIDs": "TX0210001", - "CWPDateLastInspSt": "08/18/2015", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "31", - "CWPName": "ATOFINA CHEMICALS, INC.", - "SourceID": "TX0108863", - "CWPStreet": "SW OF THE MO PACIFIC RR &", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77801", - "MasterExternalPermitNmbr": null, - "RegistryID": "110000464293", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6579", - "FacLong": "-96.3732", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0108863", - "SDWAIDs": null, - "CWPDateLastInspSt": "01/29/2009", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "32", - "CWPName": "AURORA GARDENS", - "SourceID": "TXR1575AS", - "CWPStreet": "400 AURORA CT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070670028", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.61166", - "FacLong": "-96.32514", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1575AS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410016082" - }, - { - "ObjectId": "33", - "CWPName": "AUSTIN COLONY PHS. 18", - "SourceID": "TXR10F6X1", - "CWPStreet": "NE OF BULLINGER CREEK DR. & COLONY VILLAGE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070517646", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6849", - "FacLong": "-96.3297", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6X1", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "34", - "CWPName": "AUSTIN COLONY PHS. 18", - "SourceID": "TXR10F6WR", - "CWPStreet": "NE OF BULLINGER CREEK DRIVE & COLONY VILLAGE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070518130", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6849", - "FacLong": "-96.3297", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6WR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "35", - "CWPName": "AUSTIN'S COLONY PHS. 20", - "SourceID": "TXR10F8GB", - "CWPStreet": "NW OF THORNBERRY DRIVE & BULLINGER CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070826173", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.69", - "FacLong": "-96.3277", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8G3 TXR10F8GB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "36", - "CWPName": "AUSTIN'S COLONY PHS. 20", - "SourceID": "TXR10F8G3", - "CWPStreet": "NW OF THORNBERRY DRIVE & BULLINGER CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070826173", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.69", - "FacLong": "-96.3277", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8G3 TXR10F8GB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "37", - "CWPName": "AUSTINS COLNY PHASE 18", - "SourceID": "TXR15651L", - "CWPStreet": "1000 FT WEST OF THORNBERRY DR. ON BULLINGER CREEK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365392", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.689092", - "FacLong": "-96.336121", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15651L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "38", - "CWPName": "AUSTINS COLONY", - "SourceID": "TXR1528FK", - "CWPStreet": "THE INTERSECTION OF HWY. 6 AND F.M. 158", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365926", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.670227", - "FacLong": "-96.333552", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1528FK TXR15363O TXR1596JO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020223" - }, - { - "ObjectId": "39", - "CWPName": "AUSTINS COLONY", - "SourceID": "TXR1596JO", - "CWPStreet": "THE INTERSECTION OF HWY. 6 AND F.M. 158", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365926", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.670227", - "FacLong": "-96.333552", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1528FK TXR15363O TXR1596JO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020223" - }, - { - "ObjectId": "40", - "CWPName": "AUSTINS COLONY", - "SourceID": "TXR15363O", - "CWPStreet": "THE INTERSECTION OF HWY. 6 AND F.M. 158", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365926", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.670227", - "FacLong": "-96.333552", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1528FK TXR15363O TXR1596JO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020223" - }, - { - "ObjectId": "41", - "CWPName": "AUSTINS COLONY PHS 21A", - "SourceID": "TXR1597JS", - "CWPStreet": "NE OF BULLINGER CREEK DR & WOLFPACK LP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071298173", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.689669", - "FacLong": "-96.327086", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509JU TXR1597JS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "42", - "CWPName": "AUSTINS COLONY PHS 21A", - "SourceID": "TXR1509JU", - "CWPStreet": "NE OF BULLINGER CREEK DR & WOLFPACK LP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071298173", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.689669", - "FacLong": "-96.327086", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509JU TXR1597JS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "43", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15333O", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "FacLong": "-96.33327", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "44", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1517ED", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "FacLong": "-96.33327", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "45", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15615N", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "FacLong": "-96.33327", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "46", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1564DR", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "FacLong": "-96.33327", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "47", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15812A", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "FacLong": "-96.33327", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "48", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1585AY", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "FacLong": "-96.33327", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "49", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1535CL", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "FacLong": "-96.33327", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "50", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15904G", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "FacLong": "-96.33327", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "51", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15227M", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "FacLong": "-96.33327", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "52", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1533HA", - "CWPStreet": "2987 ARCHER DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071143638", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.68641", - "FacLong": "-96.328912", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1533HA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "53", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1509CS", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "FacLong": "-96.33327", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "54", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1563ET", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "FacLong": "-96.33327", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "55", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1515EF", - "CWPStreet": "3008 BLACKFOOT CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070892071", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.690106", - "FacLong": "-96.327244", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1515EF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "56", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15484T", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "FacLong": "-96.33327", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "57", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15376U", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "FacLong": "-96.33327", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "58", - "CWPName": "AUSTINS ESTATE SUBDIVISION LOT 2 BLOCK 1 PHASE 6", - "SourceID": "TXR15725T", - "CWPStreet": "2800 THORNBERRY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070392439", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.69129", - "FacLong": "-96.33354", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15725T", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "59", - "CWPName": "AUSTIN’S COLONY PHS. 22A", - "SourceID": "TXR10FA3F", - "CWPStreet": "NW OF THORNBERRY DR. & ARCHER CIRCLE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071203234", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.69", - "FacLong": "-96.3265", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA3F TXR10FA3O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "60", - "CWPName": "AUSTIN’S COLONY PHS. 22A", - "SourceID": "TXR10FA3O", - "CWPStreet": "NW OF THORNBERRY DR. & ARCHER CIRCLE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071203234", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.69", - "FacLong": "-96.3265", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA3F TXR10FA3O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "61", - "CWPName": "BANK OF BCS", - "SourceID": "TXR1566LL", - "CWPStreet": "FROM HOUSTON, TEXAS TAKE 290 WEST TO HWY 6 TOWARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071365172", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.678087", - "FacLong": "-96.33883", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1566LL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "62", - "CWPName": "BARRACKS MULTI-FAMILY", - "SourceID": "TXR1595FD", - "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.6 MILES NORTHWEST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070937706", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.575587", - "FacLong": "-96.319932", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1595FD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020211" - }, - { - "ObjectId": "63", - "CWPName": "BARRON CREST SUBDIVISION", - "SourceID": "TXR15610N", - "CWPStreet": "2716 BARRON RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-9168", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070357366", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.55661", - "FacLong": "-96.29154", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15610N", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020181" - }, - { - "ObjectId": "64", - "CWPName": "BEE CREEK SANITARY SEWER TRUNK LINE REHABILITATION PHASE 2", - "SourceID": "TXR15647M", - "CWPStreet": "THE SITE RUNS FROM NEAR THE INTERSECTION OF N FORE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070376391", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.613008", - "FacLong": "-96.285237", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15647M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "65", - "CWPName": "BIGSHOTS GOLF AGGIELAND", - "SourceID": "TXR1580BW", - "CWPStreet": "400 W. VILLA MARIA ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070740431", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.637365", - "FacLong": "-96.362522", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1580BW TXR1590EI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410010014" - }, - { - "ObjectId": "66", - "CWPName": "BIGSHOTS GOLF AGGIELAND", - "SourceID": "TXR1590EI", - "CWPStreet": "400 W. VILLA MARIA ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070740431", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.637365", - "FacLong": "-96.362522", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1580BW TXR1590EI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410010014" - }, - { - "ObjectId": "67", - "CWPName": "BISD MAINTENANCE AND TRANSPORTATION", - "SourceID": "TXR1566LU", - "CWPStreet": "SOUTHWEST OF LEONARD ROAD & NORTH HARVEY MITCHELL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "TXR1566LU", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.643854", - "FacLong": "-96.38841", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1566LU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "68", - "CWPName": "BONHAM TRACE", - "SourceID": "TXR1542EA", - "CWPStreet": "INTERSECTION OF WILLHELM DRIVE AND OLD HEARNE ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070885244", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.703333", - "FacLong": "-96.375", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1542EA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "69", - "CWPName": "BONHAM TRACE PHASE 2", - "SourceID": "TXR1551KU", - "CWPStreet": "INTERSECTION OF OLD HEARNE RD AND MESSENGER WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071344745", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.705008", - "FacLong": "-96.372618", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1551KU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "70", - "CWPName": "BONHAM TRACE SUBDIVISION PHASE 2", - "SourceID": "TXR1532LE", - "CWPStreet": "INTERSECTION OLD HEARNE ROAD & MESSENGER WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071359000", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.704716", - "FacLong": "-96.373557", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1532LE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "71", - "CWPName": "BONN RESIDENCE", - "SourceID": "TXR1566DE", - "CWPStreet": "4715 MIRAMONT CIR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070839227", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67176", - "FacLong": "-96.30511", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1566DE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "72", - "CWPName": "BOULDER CREEK PH 1", - "SourceID": "TXR15836U", - "CWPStreet": "START AT JESTER TRAIL AND CHICK LN IN BRYAN TEXAS.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070504331", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.627403", - "FacLong": "-96.397149", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15836U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002061" - }, - { - "ObjectId": "73", - "CWPName": "BOULDER CREEK SUBDIVISION", - "SourceID": "TXR1578BQ", - "CWPStreet": "1906 CAMBRIA", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070711004", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.628026", - "FacLong": "-96.396908", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1578BQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002061" - }, - { - "ObjectId": "74", - "CWPName": "BOWMAN", - "SourceID": "TXR15771L", - "CWPStreet": "4236 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802-3674", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070373045", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.66325", - "FacLong": "-96.30523", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15771L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020222" - }, - { - "ObjectId": "75", - "CWPName": "BOYS AND GIRLS CLUB OF BRAZOS VALLEY", - "SourceID": "TXR1521CI", - "CWPStreet": "1910 BECK ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070792820", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.659601", - "FacLong": "-96.387629", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1521CI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006061" - }, - { - "ObjectId": "76", - "CWPName": "BRAYTON FIRE TRAINING FIELD", - "SourceID": "TX0090883", - "CWPStreet": "1595 NUCLEAR SCIENCE RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "778438000", - "MasterExternalPermitNmbr": null, - "RegistryID": "110009747060", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.582417", - "FacLong": "-96.354944", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "DMRs: Regular Submission Frequency", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0090883", - "SDWAIDs": null, - "CWPDateLastInspSt": "07/13/2022", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020142" - }, - { - "ObjectId": "77", - "CWPName": "BRAZOS COUNTY JUVENILE JUSTICE CENTER", - "SourceID": "TXR15013P", - "CWPStreet": "1904 W HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-1217", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070363152", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.674511", - "FacLong": "-96.394756", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15013P", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "78", - "CWPName": "BRAZOS COUNTY MS4", - "SourceID": "TXR040172", - "CWPStreet": "URBANIZED AREA OUTSIDE CITY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR040000", - "RegistryID": "110038372695", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.565833", - "FacLong": "-96.333611", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR040172", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "79", - "CWPName": "BRAZOS VALLEY REYCLING", - "SourceID": "TXR05BU23", - "CWPStreet": "8825 STEWARTS MDWS", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8536", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070370621", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.571403", - "FacLong": "-96.406258", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BU23", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "80", - "CWPName": "BRICKYARD METAL RECYCLING", - "SourceID": "TXR05BQ65", - "CWPStreet": "2800 N TEXAS AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-1039", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070357640", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6955", - "FacLong": "-96.38191", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BQ65", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003021" - }, - { - "ObjectId": "81", - "CWPName": "BRIGHT AREA DEVELOPMENT - INDOOR TRACK", - "SourceID": "TXR1585KQ", - "CWPStreet": "NWC OF OLSEN BLVD. AND GEORGE BUSH DRIVE WEST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071336036", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.60311", - "FacLong": "-96.342494", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1585KQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "82", - "CWPName": "BRIGHT AREA REDEVELOPMENT SUP PROJECTS ONE AND TWO", - "SourceID": "TXR1547KE", - "CWPStreet": "NEC OF GEORGE BUSH DRIVE AND WELLBORN ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071320637", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.60755", - "FacLong": "-96.33982", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1547KE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "83", - "CWPName": "BRM 5", - "SourceID": "TXG111948", - "CWPStreet": "1391 OLD ARRINGTON RD", - "CWPCity": "BRYAN-COLLEGE STATION DIVISION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXG110000", - "RegistryID": "110070004135", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.5556499999484", - "FacLong": "-96.2910986604742", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXG111948", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "84", - "CWPName": "BROADSTONE TRADITIONS", - "SourceID": "TXR10F50D", - "CWPStreet": "NW OF ATLAS PEAR DRIVE AND F AND B ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070110186", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6052", - "FacLong": "-96.3838", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F50D TXR10F50H", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "85", - "CWPName": "BROADSTONE TRADITIONS", - "SourceID": "TXR15515C", - "CWPStreet": "8000 ATLAS PEAR DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1400", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070371026", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.60482", - "FacLong": "-96.38078", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15515C", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "86", - "CWPName": "BROADSTONE TRADITIONS", - "SourceID": "TXR10F50H", - "CWPStreet": "NW OF ATLAS PEAR DRIVE AND F AND B ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070110186", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6052", - "FacLong": "-96.3838", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F50D TXR10F50H", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "87", - "CWPName": "BROADSTONE TRADITIONS II", - "SourceID": "TXR1562AD", - "CWPStreet": "8175 ATLAS PEAR DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070618444", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.602334", - "FacLong": "-96.376413", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1562AD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "88", - "CWPName": "BRYAN BIN", - "SourceID": "TXR05BD69", - "CWPStreet": "6941 E HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110033506828", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.71106", - "FacLong": "-96.34567", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BD69", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "89", - "CWPName": "BRYAN FACILITY", - "SourceID": "TXR05T396", - "CWPStreet": "1613 GOOSENECK DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0923", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070365035", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.7047", - "FacLong": "-96.35399", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05T396", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "90", - "CWPName": "BRYAN INTERMEDIATE SCHOOL3", - "SourceID": "TXR1582GB", - "CWPStreet": "3009 BONHAM DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071073318", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.70793", - "FacLong": "-96.375174", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1582GB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "91", - "CWPName": "BRYAN IRON & METAL", - "SourceID": "TXR05AZ74", - "CWPStreet": "2011 W HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-1220", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110033433504", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.67347", - "FacLong": "-96.396805", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05AZ74", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410005011" - }, - { - "ObjectId": "92", - "CWPName": "BRYAN ISD TRANSPORTATION MAINTENANANCE FACILITY", - "SourceID": "TXR1590LH", - "CWPStreet": "851 N HARVY MTCL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1016", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071363013", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.636595", - "FacLong": "-96.387605", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1590LH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002061" - }, - { - "ObjectId": "93", - "CWPName": "BRYAN MIDTOWN PARK", - "SourceID": "TXR1583DA", - "CWPStreet": "LOCATED AT HE NW CORNER OF W. VILLA MARIA RD AND S", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070829385", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.639802", - "FacLong": "-96.358529", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1583DA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "94", - "CWPName": "BRYAN MIDTOWN PARK PH 5A", - "SourceID": "TXR1502FT", - "CWPStreet": "INTERSECTION OF BOMBERS DRIVE AND WILLAIMSON DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071065633", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.64274", - "FacLong": "-96.36695", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1502FT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "95", - "CWPName": "BRYAN PLACE ADDITION", - "SourceID": "TXR15473T", - "CWPStreet": "1222 BITTLE LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070389669", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.651132", - "FacLong": "-96.37749", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15473T", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006051" - }, - { - "ObjectId": "96", - "CWPName": "BRYAN REGIONAL PARK - PHASE 1B & 3A", - "SourceID": "TXR1541BW", - "CWPStreet": "NORTHWEST CORNER OF WEST VILLA MARIA RD AND SOUTH", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070740911", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.639802", - "FacLong": "-96.358529", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1541BW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "97", - "CWPName": "BRYAN STILL CREEK CULVERTS", - "SourceID": "TXR1586EG", - "CWPStreet": "WOODVILLE DRIVE AT CREEKWOOD DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070891832", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.711024", - "FacLong": "-96.392167", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1586EG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003012" - }, - { - "ObjectId": "98", - "CWPName": "BRYAN TEXAS UTILITIES ADMINISTRATION BUILDING", - "SourceID": "TXR1544LL", - "CWPStreet": "2611 N EARL RUDDER FWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071365528", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.718509", - "FacLong": "-96.401079", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1544LL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003012" - }, - { - "ObjectId": "99", - "CWPName": "BRYAN WEST TIE-IN", - "SourceID": "TXR10F47A", - "CWPStreet": "HIGHWAY 47 & HEALTH SCIENCE CENTER PARKWAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070048849", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.595815", - "FacLong": "-96.390269", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F47A", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "100", - "CWPName": "BTU ELECTRICAL DISTRIBUTION CENTER SITE RECLAMATION", - "SourceID": "TXR1515DE", - "CWPStreet": "601 ATKINS ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801-1128", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070837618", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.64816", - "FacLong": "-96.37165", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1515DE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "101", - "CWPName": "BTU ELECTRICAL DISTRIBUTION SERVICE CENTER SITE IMPROVEMENTS", - "SourceID": "TXR1583EA", - "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.25 MILES NORTHEAST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070883973", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.645506", - "FacLong": "-96.370785", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1583EA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "102", - "CWPName": "BUILDING B5 TRADITIONS SUBDIVISION", - "SourceID": "TXR1596GP", - "CWPStreet": "4115 LAKE ATLAS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071097267", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.602224", - "FacLong": "-96.382579", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1596GP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "103", - "CWPName": "BURTON CREEK WWTP", - "SourceID": "TXR05EY18", - "CWPStreet": "300 PARK RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070374008", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.641482", - "FacLong": "-96.320918", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05EY18 TXR05Q529", - "SDWAIDs": null, - "CWPDateLastInspSt": "11/02/2021", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013011" - }, - { - "ObjectId": "104", - "CWPName": "BURTON CREEK WWTP", - "SourceID": "TX0022616", - "CWPStreet": "300 PARK RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77805", - "MasterExternalPermitNmbr": null, - "RegistryID": "110000502769", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.641198", - "FacLong": "-96.320498", - "CWPTotalDesignFlowNmbr": "8", - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "DMRs: Regular Submission Frequency | Pretreatment Program Reports | Sewage Sludge/Biosolids Annual Program Reports | Sewer Overflow/Bypass Event Reports", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0022616", - "SDWAIDs": null, - "CWPDateLastInspSt": "11/02/2021", - "BiosolidsFlag": "Y", - "CensusBlockGroup2020": "480410013011" - }, - { - "ObjectId": "105", - "CWPName": "BURTON CREEK WWTP", - "SourceID": "TXR05Q529", - "CWPStreet": "300 PARK RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77805", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070374008", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.641482", - "FacLong": "-96.320918", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05EY18 TXR05Q529", - "SDWAIDs": null, - "CWPDateLastInspSt": "11/02/2021", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013011" - }, - { - "ObjectId": "106", - "CWPName": "BYOT", - "SourceID": "TXR15946Y", - "CWPStreet": "3738 HIGHWAY 21 E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0933", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070567698", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.699232", - "FacLong": "-96.35576", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05EK31 TXR15946Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "107", - "CWPName": "BYOT AUTO PARTS", - "SourceID": "TXR05EK31", - "CWPStreet": "3738 HIGHWAY 21 E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0933", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070567698", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.699232", - "FacLong": "-96.35576", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05EK31 TXR15946Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "108", - "CWPName": "C-STORE HWY 21 GAS EXTENSION", - "SourceID": "TXR10F7WE", - "CWPStreet": "SW OF BOATWRIGHT ST. & BROOKHAVEN ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070674223", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6921", - "FacLong": "-96.3665", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7VR TXR10F7WE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "109", - "CWPName": "C-STORE HWY 21 GAS EXTENSION", - "SourceID": "TXR10F7VR", - "CWPStreet": "SW OF BOATWRIGHT ST. & BROOKHAVEN ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070674223", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6921", - "FacLong": "-96.3665", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7VR TXR10F7WE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "110", - "CWPName": "CAIN HALL REDEVELOPMENT", - "SourceID": "TXR15082K", - "CWPStreet": "500 GENE STALLINGS BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070372701", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.611687", - "FacLong": "-96.343497", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15082K", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "111", - "CWPName": "CAMILLO - LEONARD CROSSING", - "SourceID": "TXR15765W", - "CWPStreet": "ALONG LEONARD DRIVE AND CROSSING DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070545744", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6705", - "FacLong": "-96.3875", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15765W", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006032" - }, - { - "ObjectId": "112", - "CWPName": "CAMILLO - OAKWOOD FOREST", - "SourceID": "TXR15233O", - "CWPStreet": "NORTH OF N. TX AVE. AT OAKWOOD FOREST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070371167", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.71515", - "FacLong": "-96.40263", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15233O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003012" - }, - { - "ObjectId": "113", - "CWPName": "CAMPUS CORNER - STARBUCKS AND CHIPOTLE", - "SourceID": "TXR1554EV", - "CWPStreet": "1421 WELLBORN RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070930883", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.59065", - "FacLong": "-96.330642", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1554EV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410016041" - }, - { - "ObjectId": "114", - "CWPName": "CAMWEST PHASE 1", - "SourceID": "TXR15935O", - "CWPStreet": "8872 HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1107", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365419", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.603079", - "FacLong": "-96.378632", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15935O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "115", - "CWPName": "CAO RETAIL SPACE BUILDOUT", - "SourceID": "TXR1559IP", - "CWPStreet": "SEC OF PRIVATE DRIVE A AND C AT ARRINGTON ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071240626", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.559131", - "FacLong": "-96.26336", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1559IP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "116", - "CWPName": "CARRABBA INDUSTRIAL PARK PHASE 11 & 13 A", - "SourceID": "TXR15543S", - "CWPStreet": "ON HWY 21, 1.1 MILES EAST FROM THE INTERSECTION OF", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070383846", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.70925", - "FacLong": "-96.347477", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15543S", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "117", - "CWPName": "CARTER CREEK CONDOS PHASE 2", - "SourceID": "TXR1516LM", - "CWPStreet": "1451 ASSCOIATES AVENUE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071363999", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.633016", - "FacLong": "-96.298574", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1516LM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "118", - "CWPName": "CARTER CREEK WWTP", - "SourceID": "TX0047163", - "CWPStreet": "2200 NORTH FOREST PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110070368526", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.61602", - "FacLong": "-96.28182", - "CWPTotalDesignFlowNmbr": "9.5", - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "DMRs: Regular Submission Frequency | Sewage Sludge/Biosolids Annual Program Reports | Sewer Overflow/Bypass Event Reports", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0047163 TXR05CU94 TXR05FH76", - "SDWAIDs": null, - "CWPDateLastInspSt": "04/13/2022", - "BiosolidsFlag": "Y", - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "119", - "CWPName": "CARTER HEIGHTS", - "SourceID": "TXR10F8EC", - "CWPStreet": "NW OF OAK KNOLL PLACE & BENNETT ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070817534", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6595", - "FacLong": "-96.3592", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8E6 TXR10F8EC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410008004" - }, - { - "ObjectId": "120", - "CWPName": "CARTER HEIGHTS", - "SourceID": "TXR10F8E6", - "CWPStreet": "NW OF OAK KNOLL PLACE & BENNETT ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070817534", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6595", - "FacLong": "-96.3592", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8E6 TXR10F8EC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410008004" - }, - { - "ObjectId": "121", - "CWPName": "CARTERS CREEK WASTEWATER TREATMENT PLANT", - "SourceID": "TXR05FH76", - "CWPStreet": "2200 N FOREST PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070368526", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.61602", - "FacLong": "-96.28182", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0047163 TXR05CU94 TXR05FH76", - "SDWAIDs": null, - "CWPDateLastInspSt": "06/14/2022", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "122", - "CWPName": "CARTERS CREEK WASTEWATER TREATMENT PLANT", - "SourceID": "TXR05CU94", - "CWPStreet": "2200 N FOREST PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070368526", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.61602", - "FacLong": "-96.28182", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0047163 TXR05CU94 TXR05FH76", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "123", - "CWPName": "CASTA WWTF", - "SourceID": "TX0143740", - "CWPStreet": "2640 FT SE OF THE INTERSECTION OF RAYMOND STOTZER", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110071365058", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.5556499999484", - "FacLong": "-96.2910986604742", - "CWPTotalDesignFlowNmbr": ".12", - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0143740", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "124", - "CWPName": "CENTRAL UTILITY PLANT", - "SourceID": "TX0002747", - "CWPStreet": "222 IRELAND ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77843", - "MasterExternalPermitNmbr": null, - "RegistryID": "110009782226", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.61778", - "FacLong": "-96.34114", - "CWPTotalDesignFlowNmbr": ".93", - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "DMRs: Regular Submission Frequency", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0002747", - "SDWAIDs": null, - "CWPDateLastInspSt": "06/12/2020", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "125", - "CWPName": "CHICK-FIL-A - BRYAN BRAZOS VALLEY MARKETPLACE", - "SourceID": "TXR1524DR", - "CWPStreet": "1542 W. VILLA MARIA RD.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070877491", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.631008", - "FacLong": "-96.380133", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524DR TXR1548EO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002032" - }, - { - "ObjectId": "126", - "CWPName": "CHICK-FIL-A - BRYAN BRAZOS VALLEY MARKETPLACE", - "SourceID": "TXR1548EO", - "CWPStreet": "1542 W. VILLA MARIA RD.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070877491", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.631008", - "FacLong": "-96.380133", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524DR TXR1548EO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002032" - }, - { - "ObjectId": "127", - "CWPName": "CHICK-FIL-A - COLLEGE STATION FM 2818 & WELLBORN TX 4215", - "SourceID": "TXR15499V", - "CWPStreet": "HARVEY MITCHELL PARKWAY SOUTH AND WELLBORN ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070519038", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.585547", - "FacLong": "-96.324353", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15499V TXR15876W", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018033" - }, - { - "ObjectId": "128", - "CWPName": "CHICK-FIL-A - COLLEGE STATION FM 2818 & WELLBORN TX 4215", - "SourceID": "TXR15876W", - "CWPStreet": "HARVEY MITCHELL PARKWAY SOUTH AND WELLBORN ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070519038", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.585547", - "FacLong": "-96.324353", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15499V TXR15876W", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018033" - }, - { - "ObjectId": "129", - "CWPName": "CHIMNEY HILL COMMERCIAL DEVELOPMENT", - "SourceID": "TXR10F7UM", - "CWPStreet": "NW OF UNIVERSITY DRIVE E. & TARROW ST.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070673550", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6353", - "FacLong": "-96.3287", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7UM TXR10F7UR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "130", - "CWPName": "CHIMNEY HILL COMMERCIAL DEVELOPMENT", - "SourceID": "TXR10F7UR", - "CWPStreet": "NW OF UNIVERSITY DRIVE E. & TARROW ST.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070673550", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6353", - "FacLong": "-96.3287", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7UM TXR10F7UR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "131", - "CWPName": "CHIMNEY HILL RETAIL CENTER NO 2", - "SourceID": "TXR1534BW", - "CWPStreet": "713 UNIVERSITY DR E", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070742575", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.635593", - "FacLong": "-96.328276", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1534BW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "132", - "CWPName": "CITY OF BRYAN EAST SIDE WWTP", - "SourceID": "TX0140635", - "CWPStreet": "300 S TEXAS AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "9", - "CWPZip": "77803", - "MasterExternalPermitNmbr": null, - "RegistryID": "110070866234", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.67085", - "FacLong": "-96.37045", - "CWPTotalDesignFlowNmbr": ".12", - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0140635", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006031" - }, - { - "ObjectId": "133", - "CWPName": "CITY OF BRYAN MS4", - "SourceID": "TXR040336", - "CWPStreet": "AREA WITHIN THE CITY OF BRYAN LIMITS THAT IS", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77805", - "MasterExternalPermitNmbr": "TXR040000", - "RegistryID": "110039175148", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.671", - "FacLong": "-96.3708", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR040336", - "SDWAIDs": null, - "CWPDateLastInspSt": "04/06/2021", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006031" - }, - { - "ObjectId": "134", - "CWPName": "CITY OF BRYAN TRAVIS PARK FIELDS - PHASE 1C", - "SourceID": "TXR1594CO", - "CWPStreet": "2200 BOMBER DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070819227", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6465", - "FacLong": "-96.36939", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1594CO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "135", - "CWPName": "CITY OF COLLEGE STATION CITY HALL", - "SourceID": "TXR1523BW", - "CWPStreet": "1101 TEXAS AVE S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-2433", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110034646989", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.62054", - "FacLong": "-96.3259", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1523BW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013031" - }, - { - "ObjectId": "136", - "CWPName": "CITY OF COLLEGE STATION FACILITY MAINTENANCE", - "SourceID": "TXR1576FZ", - "CWPStreet": "303 WILLIAM KING COLE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071075318", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.605443", - "FacLong": "-96.302119", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1576FZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017021" - }, - { - "ObjectId": "137", - "CWPName": "CITY OF COLLEGE STATION FLEET SERVICE IMPROVEMENTS", - "SourceID": "TXR1571IB", - "CWPStreet": "300 W KING COLE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071224015", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.60336", - "FacLong": "-96.30416", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1571IB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017021" - }, - { - "ObjectId": "138", - "CWPName": "CITY OF COLLEGE STATION MS4", - "SourceID": "TXR040008", - "CWPStreet": "WITHIN CITY OF COLLEGE STATION LIMITS", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77842", - "MasterExternalPermitNmbr": "TXR040000", - "RegistryID": "110043267050", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.5962161421621", - "FacLong": "-96.3054863383232", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR040008", - "SDWAIDs": null, - "CWPDateLastInspSt": "04/08/2021", - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "139", - "CWPName": "CITY SOUTH OFFICE COMPLEX - PHASE 1", - "SourceID": "TXR1525AQ", - "CWPStreet": "THIS PROJECT IS LOCATED SOUTH OF LAKEWAY DRIVE, JU", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070668952", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.580277", - "FacLong": "-96.274444", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1525AQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "140", - "CWPName": "CLIMATE DOCTORSSTANDARD SUPPLY", - "SourceID": "TXR15777U", - "CWPStreet": "10129 SH 30", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070506357", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.653798", - "FacLong": "-96.271489", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15777U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001063" - }, - { - "ObjectId": "141", - "CWPName": "COBRA PROTECTIVE COATINGS", - "SourceID": "TXR05BJ53", - "CWPStreet": "6248 W HWY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070360377", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.67111", - "FacLong": "-96.40145", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BJ53", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "142", - "CWPName": "COCS CENTRAL PARK", - "SourceID": "TXR1581LO", - "CWPStreet": "1000 KRENEK TAP RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071369883", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.6133712371937", - "FacLong": "-96.3209769968903", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1581LO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "143", - "CWPName": "COCS STEEPLECHASE PARK", - "SourceID": "TXR1582LO", - "CWPStreet": "301 W RIDGE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071371348", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.5556499999484", - "FacLong": "-96.2910986604742", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1582LO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "144", - "CWPName": "COLLEGE STATION POLICE HEADQUARTERS", - "SourceID": "TXR15503T", - "CWPStreet": "PROJECT LOCATED ON DARTMOUTH STREET AND KRENEK TAP", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070390267", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.609167", - "FacLong": "-96.299634", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15503T", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017022" - }, - { - "ObjectId": "145", - "CWPName": "COLLIER RESIDENCE", - "SourceID": "TXR1524JT", - "CWPStreet": "4217 TUSCANY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071312698", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6682", - "FacLong": "-96.3124", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524JT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "146", - "CWPName": "CONNORS COVE", - "SourceID": "TXR1529BS", - "CWPStreet": "HEADED NORTH ON HWY 6, TAKE THE WOODVILLE RD EXIT,", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528051", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.712684", - "FacLong": "-96.379624", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1529BS TXR15359W", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "147", - "CWPName": "CONNORS COVE", - "SourceID": "TXR15359W", - "CWPStreet": "HEADED NORTH ON HWY 6, TAKE THE WOODVILLE RD EXIT,", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528051", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.712684", - "FacLong": "-96.379624", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1529BS TXR15359W", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "148", - "CWPName": "COOPERS BBQ", - "SourceID": "TXR15057T", - "CWPStreet": "PROJECT LOCATED ON TEXAS HIGHWAY 6 AT THE CORNER O", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070387732", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.599431", - "FacLong": "-96.288818", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15057T", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "149", - "CWPName": "CORDOVA RIDGE", - "SourceID": "TXR10F4RZ", - "CWPStreet": "SE OF PASSENDALE LANE & RENEE LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070100341", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5618", - "FacLong": "-96.291", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F4RV TXR10F4RZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020181" - }, - { - "ObjectId": "150", - "CWPName": "CORDOVA RIDGE", - "SourceID": "TXR10F4RV", - "CWPStreet": "SE OF PASSENDALE LANE & RENEE LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070100341", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5618", - "FacLong": "-96.291", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F4RV TXR10F4RZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020181" - }, - { - "ObjectId": "151", - "CWPName": "CORSAIR HEALTHCARE & REHAB", - "SourceID": "TXR1513IB", - "CWPStreet": "3105 CORSAIR DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071222399", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6013", - "FacLong": "-96.285732", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1513IB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "152", - "CWPName": "CORSAIR HEALTHCARE & REHABILITATION", - "SourceID": "TXR1590ID", - "CWPStreet": "3155 CORSAIR DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071220757", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6013", - "FacLong": "-96.285732", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1590ID", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "153", - "CWPName": "COSTCO WHOLESALE - COLLEGE STATION", - "SourceID": "TXR1558GU", - "CWPStreet": "4321 STATE HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071096672", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.566114", - "FacLong": "-96.263539", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1558GU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "154", - "CWPName": "COULTER BUSINESS PARK", - "SourceID": "TXR1518KU", - "CWPStreet": "PROCEED EAST FROM HWY 6 ON TO US HWY190/HWY 21 FOR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071344863", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.726708", - "FacLong": "-96.331811", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1518KU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001081" - }, - { - "ObjectId": "155", - "CWPName": "COULTER DRIVE RECONSTRUCTION", - "SourceID": "TXR1586BU", - "CWPStreet": "COULTER DRIVE FROM S. COLLEGE AVENUE TO E. WILLIAM", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070710102", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.66855", - "FacLong": "-96.35899", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1586BU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410007003" - }, - { - "ObjectId": "156", - "CWPName": "COULTER FIELD", - "SourceID": "TXR05DS44", - "CWPStreet": "6120 E STATE HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-8642", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110034655022", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.720172", - "FacLong": "-96.33791", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05DS44", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "157", - "CWPName": "CRESCENT POINT PARKWAY", - "SourceID": "TXR15772L", - "CWPStreet": "2301 CRESCENT POINT PARKWAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070376328", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.64844", - "FacLong": "-96.28709", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15772L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "158", - "CWPName": "CRESCENT POINTE OFFICE PARK", - "SourceID": "TXR15275Z", - "CWPStreet": "SITE LOCATED ON CRESCENT POINTE PARKWAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070598106", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.644484", - "FacLong": "-96.291477", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15275Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "159", - "CWPName": "CROSSING AT WELLBORN", - "SourceID": "TXR15613W", - "CWPStreet": "PROJECT IS NORTH EAST OF THE INTERSECTION OF WELLB", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070545869", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.576606", - "FacLong": "-96.316639", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15613W", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018033" - }, - { - "ObjectId": "160", - "CWPName": "CRUZ SALVAGE YARD", - "SourceID": "TXR05AL43", - "CWPStreet": "2506 W 28TH ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2103", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110010657324", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.66748", - "FacLong": "-96.3987", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05AL43 TXR05FJ79", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "161", - "CWPName": "CRUZ SALVAGE YARD", - "SourceID": "TXR05FJ79", - "CWPStreet": "2506 W 28TH ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2103", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110010657324", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.66748", - "FacLong": "-96.3987", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05AL43 TXR05FJ79", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "162", - "CWPName": "CSISD ELEMENTARY SCHOOL 10", - "SourceID": "TXR15420M", - "CWPStreet": "CORNER OF ROCK PRAIRIE AND HOLLEMAN DRIVE SOUTH. 4", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070359932", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.562943", - "FacLong": "-96.323823", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15420M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "163", - "CWPName": "DARTMOUTH STREET EXTENSION PHASE 1", - "SourceID": "TXR15517U", - "CWPStreet": "2338 HARVEY MITCHELL PKWY S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-5016", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070500778", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.60289", - "FacLong": "-96.29866", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15517U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017021" - }, - { - "ObjectId": "164", - "CWPName": "DEERFIELD EXTENSION", - "SourceID": "TXR1561EA", - "CWPStreet": "10253 SH 30", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070884208", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.65337", - "FacLong": "-96.3", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1561EA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020221" - }, - { - "ObjectId": "165", - "CWPName": "DICK ELLIOTT ROAD", - "SourceID": "TXR1520FV", - "CWPStreet": "ALONG DICK ELLIOTT ROAD FROM BICKHAM CEMETERY ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071064849", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6623", - "FacLong": "-96.38539", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1520FV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "166", - "CWPName": "DOGGETT AUTO PARTS", - "SourceID": "TXR05AV27", - "CWPStreet": "3601 OLD KURTEN RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-5432", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110034653747", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.69785", - "FacLong": "-96.3556", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05AV27", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "167", - "CWPName": "DOMINION OAKS SUBDIVISION", - "SourceID": "TXR1561FM", - "CWPStreet": "2008 BIENSKI PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070948346", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.629977", - "FacLong": "-96.387044", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1561FM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002061" - }, - { - "ObjectId": "168", - "CWPName": "DRURY INN & SUITES", - "SourceID": "TXR1524BL", - "CWPStreet": "705 UNIVERSITY DR E", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070696700", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.633201", - "FacLong": "-96.329056", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524BL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "169", - "CWPName": "DUNKIN DONUTS", - "SourceID": "TXR1509BW", - "CWPStreet": "100 WELLBORN RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070740660", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.61009", - "FacLong": "-96.34336", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509BW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "170", - "CWPName": "DUTCH BROS COFFEE", - "SourceID": "TXR1512EW", - "CWPStreet": "2101 STATE HIGHWAY 6 SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070928639", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.583206", - "FacLong": "-96.282561", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1512EW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "171", - "CWPName": "DUTCH BROS COFFEE", - "SourceID": "TXR1552CY", - "CWPStreet": "12065 FM 2154 RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070829443", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.577173", - "FacLong": "-96.316881", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1552CY", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018033" - }, - { - "ObjectId": "172", - "CWPName": "DUTCH BROTHERS COFFEE", - "SourceID": "TXR1580EL", - "CWPStreet": "2341 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070918769", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.672926", - "FacLong": "-96.334568", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1580EL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "173", - "CWPName": "DYNACON", - "SourceID": "TXR05DQ81", - "CWPStreet": "830 INDUSTRIAL BLVD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2007", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070368356", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.656504", - "FacLong": "-96.407317", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05DQ81", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "174", - "CWPName": "EAST GATE REHABILITATION PROJECT PHASE IV", - "SourceID": "TXR15727G", - "CWPStreet": "INTERSECTION OF TEXAS AVE & FRANCIS DR AND TEXAS A", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070367019", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.62123", - "FacLong": "-96.32704", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15727G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "175", - "CWPName": "EASTERWOOD AIRPORT", - "SourceID": "TXR05Y578", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8501", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070373694", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.59486", - "FacLong": "-96.36603", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05Y578", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "176", - "CWPName": "EASTERWOOD AIRPORT", - "SourceID": "TXR1583HS", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8501", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110037567825", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.59486", - "FacLong": "-96.36603", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05ET23 TXR1533AZ TXR1583HS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "177", - "CWPName": "EASTERWOOD AIRPORT MANAGEMENT", - "SourceID": "TXR05ET23", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD STE 112", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8578", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110037567825", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.59486", - "FacLong": "-96.36603", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05ET23 TXR1533AZ TXR1583HS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "178", - "CWPName": "EASTERWOOD AIRPORT TAXIWAY C & C1 REHABILITATION", - "SourceID": "TXR1533AZ", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110037567825", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.59486", - "FacLong": "-96.36603", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05ET23 TXR1533AZ TXR1583HS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "179", - "CWPName": "EDGEWATER", - "SourceID": "TXR15811N", - "CWPStreet": "1700 FEET SOUTH OF THE INTERSECTION OF LEONARD RD.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070376743", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.626422", - "FacLong": "-96.401175", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15811N", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002061" - }, - { - "ObjectId": "180", - "CWPName": "EDGEWATER SUBDIVISION", - "SourceID": "TXR15651F", - "CWPStreet": "THE PROJECT SITE IS LOCATED ON CHICK LANE, BRYAN,", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070356624", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.625651", - "FacLong": "-96.401266", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15651F", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002061" - }, - { - "ObjectId": "181", - "CWPName": "EMERALD RIDGE ESTATES PHS. 3A & 3B", - "SourceID": "TXR10F9LD", - "CWPStreet": "SE OF APPOMATTOX DR. & EMERALD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071076486", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6056", - "FacLong": "-96.2755", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9LD TXR10F9LH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "182", - "CWPName": "EMERALD RIDGE ESTATES PHS. 3A & 3B", - "SourceID": "TXR10F9LH", - "CWPStreet": "SE OF APPOMATTOX DR. & EMERALD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071076486", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6056", - "FacLong": "-96.2755", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9LD TXR10F9LH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "183", - "CWPName": "ENCINO TRACE APARTMENTS", - "SourceID": "TXR1536AB", - "CWPStreet": "2336 HARVEY MITCHELL PKWY S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070617901", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.603251", - "FacLong": "-96.298228", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1536AB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017021" - }, - { - "ObjectId": "184", - "CWPName": "EXPRESS OIL CHANGE & TIRE ENGINEERS", - "SourceID": "TXR1518KI", - "CWPStreet": "12051 WELLBORN ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77379", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071320513", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.578312", - "FacLong": "-96.31814", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1518KI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018033" - }, - { - "ObjectId": "185", - "CWPName": "FDBT BUILDING 200 ANNEX", - "SourceID": "TXR1597KI", - "CWPStreet": "3939 BIO-MEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-2037", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071322583", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.595409", - "FacLong": "-96.382121", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1597KI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "186", - "CWPName": "FEDERAL EXPRESS COLLEGE STATION", - "SourceID": "TXR05CZ16", - "CWPStreet": "3205 LONGMIRE DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-5809", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110005119166", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.58698", - "FacLong": "-96.28984", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05CZ16", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018011" - }, - { - "ObjectId": "187", - "CWPName": "FINISHING CENTER", - "SourceID": "TXRNEZ245", - "CWPStreet": "350 STONE CITY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070376816", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.65108", - "FacLong": "-96.40288", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXRNEZ245", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "188", - "CWPName": "FIRST FINANCIAL BANK MAIN EXTENSION", - "SourceID": "TXR10FA19", - "CWPStreet": "HARVEY MITCHELL PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071178328", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.60336", - "FacLong": "-96.2912", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA19", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017022" - }, - { - "ObjectId": "189", - "CWPName": "FM 158", - "SourceID": "TXR1520KR", - "CWPStreet": "EAST WILLIAM J BRYAN STREET FROM SH 6 FRONTAGE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071338360", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67214", - "FacLong": "-96.35894", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1520KR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410007001" - }, - { - "ObjectId": "190", - "CWPName": "FOREST GROVE APARTMENTS", - "SourceID": "TXR1539AN", - "CWPStreet": "3105 LEONARD RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070626887", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.64487", - "FacLong": "-96.387468", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1539AN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006053" - }, - { - "ObjectId": "191", - "CWPName": "FOREST MILLER", - "SourceID": "TXR15648F", - "CWPStreet": "9017 GREEN BRANCH LOOP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-4918", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070368004", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.695587", - "FacLong": "-96.265739", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15144Z TXR15424O TXR15648F", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "192", - "CWPName": "FOREST MILLER", - "SourceID": "TXR15144Z", - "CWPStreet": "9017 GREEN BRANCH LOOP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-4918", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070368004", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.695587", - "FacLong": "-96.265739", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15144Z TXR15424O TXR15648F", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "193", - "CWPName": "FOREST MILLER", - "SourceID": "TXR15424O", - "CWPStreet": "9017 GREEN BRANCH LOOP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-4918", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070368004", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.695587", - "FacLong": "-96.265739", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15144Z TXR15424O TXR15648F", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "194", - "CWPName": "FOREST PINES APARTMENTS", - "SourceID": "TXR15160L", - "CWPStreet": "852 N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1015", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070362818", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.641573", - "FacLong": "-96.385282", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15160L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002061" - }, - { - "ObjectId": "195", - "CWPName": "FOUNTAIN AVENUE PRODUCTION FACILITY", - "SourceID": "TXRNEZ246", - "CWPStreet": "1460 FOUNTAIN AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801-1129", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070368338", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.65659", - "FacLong": "-96.37367", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXRNEZ246", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "196", - "CWPName": "FRANCIS DRIVE I & II", - "SourceID": "TXR1504CN", - "CWPStreet": "FRANCIS DRIVE, FROM GLENHAVEN DRIVE TO WALTON DRIV", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070817828", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.63301", - "FacLong": "-96.31514", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1504CN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013021" - }, - { - "ObjectId": "197", - "CWPName": "FRANCIS DRIVE REHABILITATION PROJECT PHASES 1 AND 2", - "SourceID": "TXR15978I", - "CWPStreet": "LOCATED ON FRANCIS DRIVE FROM WALTON DRIVE TO GLEN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070362074", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.630188", - "FacLong": "-96.318209", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15978I", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013021" - }, - { - "ObjectId": "198", - "CWPName": "FUJIFILM DIOSYNTH BIOTECHNOLOGIES", - "SourceID": "TXRNEBC59", - "CWPStreet": "3939 BIO-MEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-2037", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070383651", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.595277", - "FacLong": "-96.381523", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1525ED TXRNEBC59", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "199", - "CWPName": "FUJIFILM NEXUS WAREHOUSE", - "SourceID": "TXR1576DC", - "CWPStreet": "3939 BIOMEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-2037", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070839805", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.596728", - "FacLong": "-96.37933", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1576DC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "200", - "CWPName": "FUJIFILM NEXUS WAREHOUSE", - "SourceID": "TXR1502GR", - "CWPStreet": "3945 BIOMEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071097565", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.595342", - "FacLong": "-96.379954", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1502GR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "201", - "CWPName": "FUJIFILM TEMPORARY WAREHOUSE", - "SourceID": "TXR1525ED", - "CWPStreet": "3939 BIOMEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-2037", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070383651", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.595277", - "FacLong": "-96.381523", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1525ED TXRNEBC59", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "202", - "CWPName": "FUJIFILM VIC LAB", - "SourceID": "TXR1515CP", - "CWPStreet": "GOING EAST ON HSC PARKWAY OFF OF HWY 47 APPROXIMAT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070818483", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.596477", - "FacLong": "-96.388511", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1515CP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "203", - "CWPName": "GBBF PAVILION", - "SourceID": "TXR1590KE", - "CWPStreet": "EAST SIDE OF BARBARA BUSH DRIVE WHERE IT INTERSECT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071321812", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.59573", - "FacLong": "-96.353826", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1590KE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "204", - "CWPName": "GCRBC - GULF COAST REGIONAL BLOOD CENTER", - "SourceID": "TXR1559IW", - "CWPStreet": "1015 KRENEK TAP RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071251721", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.613947", - "FacLong": "-96.295096", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1559IW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017022" - }, - { - "ObjectId": "205", - "CWPName": "GEOCHEMICAL AND ENVIRONMENTAL RESEARCH GROUP", - "SourceID": "TXR15419R", - "CWPStreet": "PROJECT IS LOCATED AT THE INTERSECTION OF HIBISCUS", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070357956", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.571111", - "FacLong": "-96.294444", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15419R", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020061" - }, - { - "ObjectId": "206", - "CWPName": "GOOSENECK TRAILER MFG", - "SourceID": "TXR05Z267", - "CWPStreet": "4400 HIGHWAY 21 E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0947", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110000599647", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.704748", - "FacLong": "-96.351051", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05Z267", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "207", - "CWPName": "GREAT ESCAPES AT BRYAN", - "SourceID": "TXR1541BY", - "CWPStreet": "4600 LEONARD RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070741630", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.635939", - "FacLong": "-96.403374", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1541BY", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "208", - "CWPName": "GREEN BRANCH PH 67A", - "SourceID": "TXR15607V", - "CWPStreet": "START AT THE INTERSECTION OF FM 1179 AND STEEP HOL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070517999", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.69585", - "FacLong": "-96.261837", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15607V", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "209", - "CWPName": "GREEN BRANCH PH 7B", - "SourceID": "TXR1597GB", - "CWPStreet": "9471 STEEP HOLLOW RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071073508", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.69545", - "FacLong": "-96.26178", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1597GB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "210", - "CWPName": "GREEN BRANCH RIDGE SUBDIVISION", - "SourceID": "TXR1545HN", - "CWPStreet": "7866 LAKECREST CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071180341", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.702296", - "FacLong": "-96.270527", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1545HN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "211", - "CWPName": "GREENBRIAR PHASE 16", - "SourceID": "TXR15205U", - "CWPStreet": "LOCATED NEAR THE CORNER OF INTERSECTION OF THORNBE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070503325", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6799", - "FacLong": "-96.3236", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15205U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "212", - "CWPName": "GREENBRIAR PHS. 14", - "SourceID": "TXR10F5JE", - "CWPStreet": "NORTH OF THRONEBERRY DRIVE AND RIVER ROCK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070210415", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6829", - "FacLong": "-96.321", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5JE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "213", - "CWPName": "GREENBRIAR PHS. 14", - "SourceID": "TXR10F5JN", - "CWPStreet": "NORTH OF THRONEBERRY DR. AND RIVER ROCK DR.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77080", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070218021", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6829", - "FacLong": "-96.321", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5JN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "214", - "CWPName": "GREENBRIER HOA AREAS", - "SourceID": "TXR1524HB", - "CWPStreet": "VARIOUS LOCATIONS WITHIN GREENBRIER SUBDIVISION", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071146311", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67989", - "FacLong": "-96.31933", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524HB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "215", - "CWPName": "GREENBRIER PH 7 & 11", - "SourceID": "TXR1561FU", - "CWPStreet": "RIVER VALLEY DRIVE WILL BE EXTENDED OUT AND EVENTU", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071067266", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.682701", - "FacLong": "-96.31765", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1561FU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "216", - "CWPName": "GREENBRIER PHASE 2B", - "SourceID": "TXR1552HB", - "CWPStreet": "GREENBRIER PHASE 2B WILL EXTEND CHANTILLY PATH TO", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071143713", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.678888", - "FacLong": "-96.316667", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1552HB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "217", - "CWPName": "GREENBRIER PHS 2B", - "SourceID": "TXR1540JI", - "CWPStreet": "NORTHEAST OF FOXCROFT PATH & FAIRHOPE WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071275247", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.679635", - "FacLong": "-96.31664", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1512JJ TXR1540JI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "218", - "CWPName": "GREENBRIER PHS 2B", - "SourceID": "TXR1512JJ", - "CWPStreet": "NORTHEAST OF FOXCROFT PATH & FAIRHOPE WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071275247", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.679635", - "FacLong": "-96.31664", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1512JJ TXR1540JI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "219", - "CWPName": "GREENBRIER PHS. 16", - "SourceID": "TXR10F6X3", - "CWPStreet": "WEST OF THORNBERRY DRIVE AND RIVER ROCK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070519044", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6818", - "FacLong": "-96.3242", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6WQ TXR10F6X3", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "220", - "CWPName": "GREENBRIER PHS. 16", - "SourceID": "TXR10F6WQ", - "CWPStreet": "WEST OF THORNBERRY DRIVE AND RIVER ROCK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070519044", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6818", - "FacLong": "-96.3242", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6WQ TXR10F6X3", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "221", - "CWPName": "GREENBRIER PHS. 6B", - "SourceID": "TXR10F5OC", - "CWPStreet": "NORTH OF THORNBERRY DRIVE AND FAIRFAX GREEN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070229195", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6801", - "FacLong": "-96.3181", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5O9 TXR10F5OC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "222", - "CWPName": "GREENBRIER PHS. 6B", - "SourceID": "TXR10F5O9", - "CWPStreet": "NORTH OF THORNBERRY DRIVE AND FAIRFAX GREEN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070229195", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6801", - "FacLong": "-96.3181", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5O9 TXR10F5OC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "223", - "CWPName": "GREENBRIER PHS. 7 & 11", - "SourceID": "TXR10F9S8", - "CWPStreet": "NW OF BOONVILLE RD & FM 1179 RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071092704", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6809", - "FacLong": "-96.3195", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9RU TXR10F9S8", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "224", - "CWPName": "GREENBRIER PHS. 7 & 11", - "SourceID": "TXR10F9RU", - "CWPStreet": "NW OF BOONVILLE RD & FM 1179 RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071092704", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6809", - "FacLong": "-96.3195", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9RU TXR10F9S8", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "225", - "CWPName": "GREENBRIER SEWER EXTENSION BRYAN JOB NO 411-D4-1607", - "SourceID": "TXR1545AG", - "CWPStreet": "1000FT NORTHWEST OF THE INTERSECTION OF THORNBERRY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070620950", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.686067", - "FacLong": "-96.322459", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1545AG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "226", - "CWPName": "GREENBRIER SUBDIVISION", - "SourceID": "TXR1570IA", - "CWPStreet": "3268 ROSE HILL LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071223731", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.680797", - "FacLong": "-96.318895", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1570IA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "227", - "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", - "SourceID": "TXR1558ES", - "CWPStreet": "3242 ARUNDALA WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070926276", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.682128", - "FacLong": "-96.324031", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1558ES", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "228", - "CWPName": "HARDYS RESORT", - "SourceID": "TXR15069Z", - "CWPStreet": "3414 COLSON RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070567171", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.70172", - "FacLong": "-96.36009", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15069Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "229", - "CWPName": "HARVEY ROAD", - "SourceID": "TXR1521FO", - "CWPStreet": "1720 SUMMIT CROSSING LN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070946815", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.652305", - "FacLong": "-96.280463", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1521FO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "230", - "CWPName": "HEART OF TEXAS GOODWILL", - "SourceID": "TXR1544BR", - "CWPStreet": "2710 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070705236", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67081", - "FacLong": "-96.32227", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1544BR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020223" - }, - { - "ObjectId": "231", - "CWPName": "HEAT TRANSFER RESEARCH", - "SourceID": "TX0106526", - "CWPStreet": "0.25MI SW INTX FM 2818 AND FM 2347", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039192307", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.589922", - "FacLong": "-96.352463", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0106526", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020142" - }, - { - "ObjectId": "232", - "CWPName": "HERITAGE MEADOWS", - "SourceID": "TXR10F940", - "CWPStreet": "SW OF NUCHES LANE & AUTRY LANE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070918253", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6985", - "FacLong": "-96.365", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F940", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "233", - "CWPName": "HERITAGE MEADOWS", - "SourceID": "TXR1537BY", - "CWPStreet": "BEGIN AT THE INTERSECTION OF NUCHES LN AND COLSON", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070743010", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.698284", - "FacLong": "-96.365332", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1537BY TXR1566FR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "234", - "CWPName": "HERITAGE MEADOWS", - "SourceID": "TXR1566FR", - "CWPStreet": "BEGIN AT THE INTERSECTION OF NUCHES LN AND COLSON", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070743010", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.698284", - "FacLong": "-96.365332", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1537BY TXR1566FR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "235", - "CWPName": "HERITAGE MEADOWS", - "SourceID": "TXR10F93L", - "CWPStreet": "OF NUCHES LANE & AUTRY LANE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070917684", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6985", - "FacLong": "-96.365", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F93L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "236", - "CWPName": "HIDDEN CREEK RV PARK", - "SourceID": "TXR1527HA", - "CWPStreet": "5780 E STATE HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071149252", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.71017", - "FacLong": "-96.343775", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1527HA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001081" - }, - { - "ObjectId": "237", - "CWPName": "HIDDEN OAKS 3", - "SourceID": "TXR1543CI", - "CWPStreet": "FM 1179 APPROX 4,000FT SOUTH OF THE INTERSECTION O", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070794708", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6265", - "FacLong": "-96.376944", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1543CI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002031" - }, - { - "ObjectId": "238", - "CWPName": "HIDDEN OAKS ESTATES", - "SourceID": "TXR15WF28", - "CWPStreet": "APPROXIMATELY 3/4 MILE SOUTHWEST OF GRASSBURR RD,", - "CWPCity": "BRAYN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070356120", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.71026", - "FacLong": "-96.26011", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15WF28", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "239", - "CWPName": "HIDDEN OAKS SUBDIVISION", - "SourceID": "TXR1556II", - "CWPStreet": "7423 MARYS WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071236865", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.709767", - "FacLong": "-96.262905", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1556II", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "240", - "CWPName": "HIGHLAND OAKS PHASE 1 & 2", - "SourceID": "TXR1572JS", - "CWPStreet": "HWY 21 TO SANDY POINT RD. INTERSECTION SANDY POINT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071297384", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.682766", - "FacLong": "-96.405016", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1572JS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002053" - }, - { - "ObjectId": "241", - "CWPName": "HOLLEMAN DRIVE SOUTH REHABILITATION", - "SourceID": "TXR15768J", - "CWPStreet": "HOLLEMAN DRIVE SOUTH BETWEEN DOWLING ROAD AND ROCK", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070367899", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.57466", - "FacLong": "-96.32728", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15768J", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020211" - }, - { - "ObjectId": "242", - "CWPName": "HOLLEMAN EXTENSION", - "SourceID": "TXR10F4N6", - "CWPStreet": "NW OF HOLLEMAN DR. & COTTAGE LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070080439", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5857", - "FacLong": "-96.3379", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F4N6", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020142" - }, - { - "ObjectId": "243", - "CWPName": "HOPE CROSSING", - "SourceID": "TXR1583GB", - "CWPStreet": "APPROX. 250 FEET SOUTH OF THE INTERSECTION OF W. M", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071074400", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.685537", - "FacLong": "-96.388052", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1583GB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410005013" - }, - { - "ObjectId": "244", - "CWPName": "HOPE CROSSING SUBDIVISION", - "SourceID": "TXR1550BO", - "CWPStreet": "ALMOST TO THE CORNER OF BRUIN TRACE AND WEST MLK S", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070694104", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.68562", - "FacLong": "-96.388473", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1550BO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410005013" - }, - { - "ObjectId": "245", - "CWPName": "HOPE SUBDIVISION", - "SourceID": "TXR1574CD", - "CWPStreet": "BEGIN AT MUMFORD RD AND BRUIN TRACE. PROCEED DOWN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070795059", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.684943", - "FacLong": "-96.388289", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1574CD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410005013" - }, - { - "ObjectId": "246", - "CWPName": "HUDSON OAKS APARTMENTS", - "SourceID": "TXR1567GF", - "CWPStreet": "3345 UNIVERSITY DR E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071083637", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.650633", - "FacLong": "-96.295213", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1567GF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "247", - "CWPName": "HUDSON OAKS SENIOR LIVING", - "SourceID": "TXR1567LJ", - "CWPStreet": "SE OF CROSS PARK DR & SAGEBRIAR DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071364166", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.653854", - "FacLong": "-96.294989", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1541LG TXR1567LJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020221" - }, - { - "ObjectId": "248", - "CWPName": "HUDSON OAKS SENIOR LIVING", - "SourceID": "TXR1541LG", - "CWPStreet": "SE OF CROSS PARK DR & SAGEBRIAR DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071364166", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.653854", - "FacLong": "-96.294989", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1541LG TXR1567LJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020221" - }, - { - "ObjectId": "249", - "CWPName": "HUNTINGTON APARTMENTS", - "SourceID": "TXR15590Y", - "CWPStreet": "800 MIDTOWN LOOP", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070564012", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.580173", - "FacLong": "-96.277378", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15590Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "250", - "CWPName": "HUNTINGTON APARTMENTS SANITARY SEWER TRUNK LINE", - "SourceID": "TXR15335X", - "CWPStreet": "APPROX. .15 MILES SW OF THE LAKEWAY DR AND MEDICAL", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070552061", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.578567", - "FacLong": "-96.276749", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15335X", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "251", - "CWPName": "IBIO CDMO", - "SourceID": "TXR05FL35", - "CWPStreet": "8800 HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1107", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070825427", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.60021", - "FacLong": "-96.38071", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05FL35 TXRNEBJ79", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "252", - "CWPName": "IBIO CDMO", - "SourceID": "TXRNEBJ79", - "CWPStreet": "8800 HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070825427", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.60021", - "FacLong": "-96.38071", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05FL35 TXRNEBJ79", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "253", - "CWPName": "IHOP - COLLEGE STATION", - "SourceID": "TXR15017S", - "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.3 MILES NORTHWEST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070367081", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.561621", - "FacLong": "-96.262226", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15017S", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "254", - "CWPName": "INDOOR TRACK MAKE-READY", - "SourceID": "TXR1501JJ", - "CWPStreet": "956 OLSEN BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071298829", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.602234", - "FacLong": "-96.342375", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1501JJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "255", - "CWPName": "INTERNATIONAL LEADERSHIP OF TEXAS CHARTER SCHOOLS PORTABLE C", - "SourceID": "TXR1562DB", - "CWPStreet": "3610 LONGMIRE DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8692", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070833190", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.576331", - "FacLong": "-96.284911", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1562DB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020192" - }, - { - "ObjectId": "256", - "CWPName": "JEFF WAGGONER", - "SourceID": "TXR15837Z", - "CWPStreet": "3439 MAHOGANY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070604288", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.611081", - "FacLong": "-96.38259", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15837Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "257", - "CWPName": "JOHN DEERE NURSERY", - "SourceID": "TXR15840P", - "CWPStreet": "10253 STATE 30 HWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070377419", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.652444", - "FacLong": "-96.26975", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15840P", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "258", - "CWPName": "JONES CROSSING", - "SourceID": "TXR15095F", - "CWPStreet": "11675 FM 2154", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070364229", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.584166", - "FacLong": "-96.322222", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15095F", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018033" - }, - { - "ObjectId": "259", - "CWPName": "KBARC WWTP", - "SourceID": "TX0135178", - "CWPStreet": "6932 FM 1179", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77808", - "MasterExternalPermitNmbr": null, - "RegistryID": "110058289800", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.70148", - "FacLong": "-96.283908", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0135178", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001081" - }, - { - "ObjectId": "260", - "CWPName": "KELSEY SEYBOLD CALL CENTER", - "SourceID": "TXR1586EX", - "CWPStreet": "1150 COPPERFIELD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070929612", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.601389", - "FacLong": "-96.314445", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1586EX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410016061" - }, - { - "ObjectId": "261", - "CWPName": "KINSMEN HOMES", - "SourceID": "TXR15347M", - "CWPStreet": "2932 ARCHER DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-1463", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070367809", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.686928", - "FacLong": "-96.32711", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15347M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "262", - "CWPName": "KMC FORKLIFT", - "SourceID": "TXR1553FX", - "CWPStreet": "6101 E STATE HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071064927", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.71813", - "FacLong": "-96.33965", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1553FX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "263", - "CWPName": "KROGER HO-383", - "SourceID": "TXR1562AN", - "CWPStreet": "2303 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110034019096", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6722", - "FacLong": "-96.33582", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524CA TXR1525AO TXR1562AN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "264", - "CWPName": "KROGER HO-383 EXPANSION", - "SourceID": "TXR1525AO", - "CWPStreet": "2303 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-2232", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110034019096", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6722", - "FacLong": "-96.33582", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524CA TXR1525AO TXR1562AN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "265", - "CWPName": "KROGER STORE 383", - "SourceID": "TXR1524CA", - "CWPStreet": "2303 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-2232", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110034019096", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6722", - "FacLong": "-96.33582", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524CA TXR1525AO TXR1562AN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "266", - "CWPName": "KRUTEN FARM", - "SourceID": "TX0051578", - "CWPStreet": "E SIDE OF ST HWY 21", - "CWPCity": "KRUTEN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "00000", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039173710", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.6567254", - "FacLong": "-96.3023887", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0051578", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "267", - "CWPName": "LACY WELLS SAND & GRAVEL PIT", - "SourceID": "TXR05ED80", - "CWPStreet": "6900 LACY WELL RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110033942321", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.57265", - "FacLong": "-96.40083", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05ED80", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "268", - "CWPName": "LAKEWAY DRIVE EXTENSION", - "SourceID": "TXR15515F", - "CWPStreet": "EXTENSION OF EXISTING LAKEWAY DRIVE THAT IS PARALL", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070376499", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.57231", - "FacLong": "-96.27386", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15515F", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "269", - "CWPName": "LAWSON RESIDENCE", - "SourceID": "TXR1517EF", - "CWPStreet": "4221 TUSCANY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070891663", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.66913", - "FacLong": "-96.31072", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1517EF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "270", - "CWPName": "LEADERSHIP TX CHARTER", - "SourceID": "TXR10F5EY", - "CWPStreet": "SOUTH OF BIRMINGHAM DR. AND GRAHAM ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070201599", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5761", - "FacLong": "-96.2877", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5EY", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020192" - }, - { - "ObjectId": "271", - "CWPName": "LEADERSHIP TX CHARTER", - "SourceID": "TXR10F5F4", - "CWPStreet": "SOUTH OF BRMINGHAM DR. & GRAHAM ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070203090", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5761", - "FacLong": "-96.2877", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5F4", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020192" - }, - { - "ObjectId": "272", - "CWPName": "LEGENDS EVENT CENTER", - "SourceID": "TXR1554FG", - "CWPStreet": "2533 MIDTOWN PARK BLVD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070941358", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.642797", - "FacLong": "-96.3665", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1554FG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "273", - "CWPName": "LEONARD CROSSING SUBDIVISION", - "SourceID": "TXR1507AB", - "CWPStreet": "APPROX. 1000 FEET SOUTHEAST OF THE INTERSECTION OF", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070617303", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.65504", - "FacLong": "-96.389364", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1507AB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006053" - }, - { - "ObjectId": "274", - "CWPName": "LEONARD ROAD SUBSTATION", - "SourceID": "TXR15734O", - "CWPStreet": "LEONARD RD BETWEEN FM 2818 AND SH 47", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070371437", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.637377", - "FacLong": "-96.395922", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15734O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "275", - "CWPName": "LIGHT PEDIATRIC DENTISTRY", - "SourceID": "TXR1513CC", - "CWPStreet": "2301 ROCK PRAIRIE RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070793461", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.586321", - "FacLong": "-96.27741", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1513CC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "276", - "CWPName": "LINE L8C TO V36", - "SourceID": "TXR1585JS", - "CWPStreet": "WILLIAM D FITCH PKWY AND HIGHWAY 6", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071298270", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.556662", - "FacLong": "-96.26058", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1585JS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020102" - }, - { - "ObjectId": "277", - "CWPName": "LIQUIDPOWER SPECIALTY PRODUCTS", - "SourceID": "TXR15945Q", - "CWPStreet": "1331 INDEPENDENCE AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2046", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110000896629", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.66053", - "FacLong": "-96.40706", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1542AQ TXR15945Q", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "278", - "CWPName": "LIQUIDPOWER SPECIALTY PRODUCTS", - "SourceID": "TXR1542AQ", - "CWPStreet": "1331 INDEPENDENCE AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2046", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110000896629", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.66053", - "FacLong": "-96.40706", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1542AQ TXR15945Q", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "279", - "CWPName": "LITTLE RESIDENCE", - "SourceID": "TXR1522CF", - "CWPStreet": "3455 MAHOGANY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070794615", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6096", - "FacLong": "-96.3845", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1522CF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "280", - "CWPName": "LOCATED APPROX 800 FT SE OF N", - "SourceID": "TX0129658", - "CWPStreet": "DOWLING RD APPROX 600 FT SW OF", - "CWPCity": "BY REVEILLE RD IN BRAZ", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "00000", - "MasterExternalPermitNmbr": null, - "RegistryID": "110064591883", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.6567254", - "FacLong": "-96.3023887", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0129658", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "281", - "CWPName": "LOT 8 BLOCK 43", - "SourceID": "TXR1530KP", - "CWPStreet": "506 ASH ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071336435", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.688807", - "FacLong": "-96.375851", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1530KP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410005012" - }, - { - "ObjectId": "282", - "CWPName": "MACHINE WORKS", - "SourceID": "TXR05FL51", - "CWPStreet": "1590B N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2067", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070377106", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6647", - "FacLong": "-96.40502", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BI60 TXR05FL51", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "283", - "CWPName": "MACHINE WORKS", - "SourceID": "TXR05BI60", - "CWPStreet": "1590B N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2067", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070377106", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6647", - "FacLong": "-96.40502", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BI60 TXR05FL51", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "284", - "CWPName": "MAHONEY WWTP", - "SourceID": "TX0122947", - "CWPStreet": "4750' W-SW INTX US RTE 190/FM", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77805", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039195867", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.744917", - "FacLong": "-96.320222", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0122947", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "285", - "CWPName": "MCCARTY EQUIPMENT", - "SourceID": "TXRNEBQ97", - "CWPStreet": "4102 HIGHWAY 21 E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0941", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110071158180", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.702791", - "FacLong": "-96.352704", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXRNEBQ97", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "286", - "CWPName": "MCMILLAN SWINE FEEDLOT", - "SourceID": "TX0121398", - "CWPStreet": "TERRY COUNTY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "02", - "CWPZip": "00000", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039197213", - "CWPCounty": "Swisher", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.6665755", - "FacLong": "-96.3655202", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0121398", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "287", - "CWPName": "MD WHEELER SUBDIVISION PHASE ONE", - "SourceID": "TXR15250X", - "CWPStreet": "APPROX. 0.18 MILES SOUTHWEST OF THE INTERSECTION A", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070554464", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.583011", - "FacLong": "-96.271762", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15250X", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "288", - "CWPName": "MIDTOWN 104", - "SourceID": "TXR10F89Q", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070791483", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5835", - "FacLong": "-96.2641", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F89Q TXR10F89V TXR10F8G4 TXR10F8GA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "289", - "CWPName": "MIDTOWN 104", - "SourceID": "TXR10F89V", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070791483", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5835", - "FacLong": "-96.2641", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F89Q TXR10F89V TXR10F8G4 TXR10F8GA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "290", - "CWPName": "MIDTOWN 105", - "SourceID": "TXR10F8GA", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070791483", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5835", - "FacLong": "-96.2641", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F89Q TXR10F89V TXR10F8G4 TXR10F8GA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "291", - "CWPName": "MIDTOWN 105", - "SourceID": "TXR10F8G4", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070791483", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5835", - "FacLong": "-96.2641", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F89Q TXR10F89V TXR10F8G4 TXR10F8GA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "292", - "CWPName": "MIDTOWN CITY CENTER", - "SourceID": "TXR1557LF", - "CWPStreet": "SOUTH OF MCQUEENY DRIVE & TOWN LAKE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071357302", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.580235", - "FacLong": "-96.269199", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1519LF TXR1557LF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "293", - "CWPName": "MIDTOWN CITY CENTER", - "SourceID": "TXR1519LF", - "CWPStreet": "SOUTH OF MCQUEENY DRIVE & TOWN LAKE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071357302", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.580235", - "FacLong": "-96.269199", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1519LF TXR1557LF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "294", - "CWPName": "MIDTOWN CITY CENTER PHASE 301 - PRIVATE IMPROVEMENTS", - "SourceID": "TXR1584KM", - "CWPStreet": "MIDTOWN CITY CENTER PHASE 301 REPLAT IS LOCATED NO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071203155", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.57999", - "FacLong": "-96.26909", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1584KM TXR1586HS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "295", - "CWPName": "MIDTOWN CITY CENTER PHASE 301 REPLAT", - "SourceID": "TXR1586HS", - "CWPStreet": "MIDTOWN CITY CENTER PHASE 301 REPLAT IS LOCATED NO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071203155", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.57999", - "FacLong": "-96.26909", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1584KM TXR1586HS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "296", - "CWPName": "MIDTOWN CITY CENTER SUBDIVISION PHASE 404A", - "SourceID": "TXR1514KD", - "CWPStreet": "THIS PROJECT IS LOCATED SOUTHWEST OF THE INTERSECT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071322264", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.581486", - "FacLong": "-96.269315", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1514KD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "297", - "CWPName": "MIDTOWN CITY CENTER SUBDIVISION PHASE 601", - "SourceID": "TXR1561AF", - "CWPStreet": "ON LAKEWAY DRIVE, JUST SOUTHEAST OF THE INTERSECTI", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070619429", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.580872", - "FacLong": "-96.277544", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1561AF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "298", - "CWPName": "MIDTOWN ON LAKEWAY", - "SourceID": "TXR1523AB", - "CWPStreet": "SOUTHEAST OF THE INTERSECTION OF ROCK PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070620665", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.580638", - "FacLong": "-96.265277", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1523AB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "299", - "CWPName": "MIDTOWN PARK - OFFSITE", - "SourceID": "TXR10F9Q7", - "CWPStreet": "EAST OF W. CARSON ST. & NORTHERN ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071093723", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.648", - "FacLong": "-96.3692", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9Q0 TXR10F9Q7", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "300", - "CWPName": "MIDTOWN PARK - OFFSITE", - "SourceID": "TXR10F9Q0", - "CWPStreet": "EAST OF W. CARSON ST. & NORTHERN ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071093723", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.648", - "FacLong": "-96.3692", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9Q0 TXR10F9Q7", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "301", - "CWPName": "MIDTOWN PARK PH 2 BIGSHOTS ACCESS DRIVE", - "SourceID": "TXR1571FC", - "CWPStreet": "NEC OF FINFEATHER RD AND W VILLA MARIA RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070938471", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.636906", - "FacLong": "-96.3662", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1571FC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "302", - "CWPName": "MIDTOWN PARK PH 3D - OUTER LOOP TRAIL", - "SourceID": "TXR1525FV", - "CWPStreet": "NORTHEAST CORNER OF FINFEATHER RD AND W VILLA MARI", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071070494", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.637899", - "FacLong": "-96.36795", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1525FV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "303", - "CWPName": "MIDTOWN PARK PHASE 1D", - "SourceID": "TXR1546EG", - "CWPStreet": "2200 MIDTOWN PARK BLVD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070891398", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.637246", - "FacLong": "-96.363168", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1546EG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "304", - "CWPName": "MIDTOWN RESERVE PHS 107", - "SourceID": "TXR1562KK", - "CWPStreet": "SOUTHEAST OF ROCK PRAIRIE RD AND TOWN LAKE DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071338590", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.580844", - "FacLong": "-96.266998", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1561KK TXR1562KK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "305", - "CWPName": "MIDTOWN RESERVE PHS 107", - "SourceID": "TXR1561KK", - "CWPStreet": "SOUTHEAST OF ROCK PRAIRIE RD AND TOWN LAKE DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071338590", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.580844", - "FacLong": "-96.266998", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1561KK TXR1562KK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "306", - "CWPName": "MIDTOWN RESERVE PHS. 100", - "SourceID": "TXR10F7JR", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "FacLong": "-96.2681", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "307", - "CWPName": "MIDTOWN RESERVE PHS. 100", - "SourceID": "TXR10F7JO", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "FacLong": "-96.2681", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "308", - "CWPName": "MIDTOWN RESERVE PHS. 106", - "SourceID": "TXR10F9DN", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "FacLong": "-96.2681", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "309", - "CWPName": "MIDTOWN RESERVE PHS. 106", - "SourceID": "TXR10F9DQ", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "FacLong": "-96.2681", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "310", - "CWPName": "MIDTOWN RESERVE PHS. 200", - "SourceID": "TXR10F80J", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "FacLong": "-96.2681", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "311", - "CWPName": "MIDTOWN RESERVE PHS. 200", - "SourceID": "TXR10F80V", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "FacLong": "-96.2681", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "312", - "CWPName": "MIDTOWN RESERVE PHS. 201", - "SourceID": "TXR10F80F", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "FacLong": "-96.2681", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "313", - "CWPName": "MIDTOWN RESERVE PHS. 201", - "SourceID": "TXR10F80I", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "FacLong": "-96.2681", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "314", - "CWPName": "MIDTOWN RESERVE SUBDIVISION", - "SourceID": "TXR15867U", - "CWPStreet": "THIS PROJECT IS LOCATED SOUTH OF THE INTERSECTION", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070504827", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.584722", - "FacLong": "-96.266944", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15867U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "315", - "CWPName": "MIDTOWN STATION", - "SourceID": "TXR1504FJ", - "CWPStreet": "SOUTH OF INTERSECTION OF ROCK PRAIRIE RD AND TOWN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070945803", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5805", - "FacLong": "-96.268", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1504FJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "316", - "CWPName": "MIDTOWN SUBDIVISION PHS 109 & 112", - "SourceID": "TXR1593KJ", - "CWPStreet": "WEST OF ROCK PRAIRIE RD & HARRIS DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071338107", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.581929", - "FacLong": "-96.25996", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1593KJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "317", - "CWPName": "MIRAMONT", - "SourceID": "TXR1517BP", - "CWPStreet": "3305 LEGACY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070693720", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.668099", - "FacLong": "-96.31381", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1517BP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "318", - "CWPName": "MIRAMONT SEC 19", - "SourceID": "TXR1556KG", - "CWPStreet": "COPPERFIELD DRIVE AND MIRAVISTA CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071322922", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.678823", - "FacLong": "-96.301317", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1556KG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "319", - "CWPName": "MIRAMONT SEC. 7", - "SourceID": "TXR10F8FO", - "CWPStreet": "NE OF BOONVILLE ROAD & TESORI DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070826496", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6679", - "FacLong": "-96.306", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8FO TXR10F8FS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "320", - "CWPName": "MIRAMONT SEC. 7", - "SourceID": "TXR10F8FS", - "CWPStreet": "NE OF BOONVILLE ROAD & TESORI DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070826496", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6679", - "FacLong": "-96.306", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8FO TXR10F8FS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "321", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR15476X", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070552112", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.66757", - "FacLong": "-96.314345", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1536DM TXR1544EW TXR15476X TXR1570GB TXR1583FC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "322", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1563HT", - "CWPStreet": "4211 TUSCANY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071204936", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.668424", - "FacLong": "-96.311319", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1563HT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "323", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1523HA", - "CWPStreet": "4717 CONCORDIA DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071149387", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.668549", - "FacLong": "-96.305731", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1523HA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "324", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1536DM", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070552112", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.66757", - "FacLong": "-96.314345", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1536DM TXR1544EW TXR15476X TXR1570GB TXR1583FC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "325", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1570GB", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070552112", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.66757", - "FacLong": "-96.314345", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1536DM TXR1544EW TXR15476X TXR1570GB TXR1583FC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "326", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1518EH", - "CWPStreet": "5202 BOURRONE CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070893529", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.677733", - "FacLong": "-96.306388", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1518EH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "327", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1515IZ", - "CWPStreet": "5107 INVERNESS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071254107", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.676844", - "FacLong": "-96.308456", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1515IZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "328", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1583FC", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070552112", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.66757", - "FacLong": "-96.314345", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1536DM TXR1544EW TXR15476X TXR1570GB TXR1583FC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "329", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1544EW", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070552112", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.66757", - "FacLong": "-96.314345", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1536DM TXR1544EW TXR15476X TXR1570GB TXR1583FC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "330", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1511BM", - "CWPStreet": "5121 MIRAMONT CIR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070693628", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67804", - "FacLong": "-96.30797", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1511BM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "331", - "CWPName": "MIRAMONT SUBDIVISION PHASE 7", - "SourceID": "TXR15626Z", - "CWPStreet": "FROM HWY 6 & FM 158 BOONEVILLE ROAD GO EAST. TURN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070604264", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.667679", - "FacLong": "-96.305361", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15626Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "332", - "CWPName": "MIRAVIST COURT", - "SourceID": "TXR1566FU", - "CWPStreet": "4813 MIRAVISTA CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071068569", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.677643", - "FacLong": "-96.301599", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1566FU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "333", - "CWPName": "MISSION RANCH 202", - "SourceID": "TXR10F88Z", - "CWPStreet": "NW OF ABBATE ROAD & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070741852", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5703", - "FacLong": "-96.3321", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F88V TXR10F88Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "334", - "CWPName": "MISSION RANCH 202", - "SourceID": "TXR10F88V", - "CWPStreet": "NW OF ABBATE ROAD & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070741852", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5703", - "FacLong": "-96.3321", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F88V TXR10F88Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "335", - "CWPName": "MISSION RANCH 302", - "SourceID": "TXR10F88U", - "CWPStreet": "EAST OF DURRAND ST. & GREAT OAKS DR.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070742958", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.564", - "FacLong": "-96.3335", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F88U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "336", - "CWPName": "MISSION RANCH 302", - "SourceID": "TXR10F890", - "CWPStreet": "EAST OF DURRANT ST. & GREAT OAKS DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070741760", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.564", - "FacLong": "-96.3335", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F890", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "337", - "CWPName": "MISSION RANCH PHASE 101", - "SourceID": "TXR15671R", - "CWPStreet": "SOUTHWEST OF THE INTERSECTION OF HOLLEMAN DRIVE SO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070376452", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.565866", - "FacLong": "-96.327617", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15671R", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "338", - "CWPName": "MISSION RANCH PHASE 4", - "SourceID": "TXR15141U", - "CWPStreet": "APPROX. 850 FEET WEST OF THE INTERSECTION OF HOLLE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070504038", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.571647", - "FacLong": "-96.332711", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15141U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "339", - "CWPName": "MISSION RANCH PHASE 402", - "SourceID": "TXR1508DA", - "CWPStreet": "JOB SITE IS LOCATED AT THE END OF HARDIN HILLS DR.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070830112", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.561889", - "FacLong": "-96.327225", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1508DA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "340", - "CWPName": "MISSION RANCH PHS 105", - "SourceID": "TXR1556LF", - "CWPStreet": "SOUTHWEST OF DEACON DRIVE WEST & HOLLEMAN DRIVE SO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071357931", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.565127", - "FacLong": "-96.325913", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1520LF TXR1556LF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "341", - "CWPName": "MISSION RANCH PHS 105", - "SourceID": "TXR1520LF", - "CWPStreet": "SOUTHWEST OF DEACON DRIVE WEST & HOLLEMAN DRIVE SO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071357931", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.565127", - "FacLong": "-96.325913", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1520LF TXR1556LF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "342", - "CWPName": "MISSION RANCH PHS 203", - "SourceID": "TXR1549JX", - "CWPStreet": "NW OF ANDERSON ARBOR CT & KERR VALLEY LN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071311107", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.568605", - "FacLong": "-96.329462", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1528KH TXR1549JX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "343", - "CWPName": "MISSION RANCH PHS 203", - "SourceID": "TXR1528KH", - "CWPStreet": "NW OF ANDERSON ARBOR CT & KERR VALLEY LN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071311107", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.568605", - "FacLong": "-96.329462", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1528KH TXR1549JX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "344", - "CWPName": "MISSION RANCH PHS 303", - "SourceID": "TXR1546LJ", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071094873", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5703", - "FacLong": "-96.3342", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9RV TXR10F9SB TXR1546LJ TXR1566LJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "345", - "CWPName": "MISSION RANCH PHS 303", - "SourceID": "TXR1566LJ", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071094873", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5703", - "FacLong": "-96.3342", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9RV TXR10F9SB TXR1546LJ TXR1566LJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "346", - "CWPName": "MISSION RANCH PHS 403", - "SourceID": "TXR1571LK", - "CWPStreet": "SOUTH OF SHERRILL COURT & SIENNA SPRINGS DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071362329", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.561454", - "FacLong": "-96.32923", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1547LL TXR1571LK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "347", - "CWPName": "MISSION RANCH PHS 403", - "SourceID": "TXR1547LL", - "CWPStreet": "SOUTH OF SHERRILL COURT & SIENNA SPRINGS DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071362329", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.561454", - "FacLong": "-96.32923", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1547LL TXR1571LK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "348", - "CWPName": "MISSION RANCH PHS. 1", - "SourceID": "TXR10F5TD", - "CWPStreet": "SE OF MISSION RANCH DR. & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070235525", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5613", - "FacLong": "-96.3257", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5TD TXR10F5TT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "349", - "CWPName": "MISSION RANCH PHS. 1", - "SourceID": "TXR10F5TT", - "CWPStreet": "SE OF MISSION RANCH DR. & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070235525", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5613", - "FacLong": "-96.3257", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5TD TXR10F5TT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "350", - "CWPName": "MISSION RANCH PHS. 102", - "SourceID": "TXR10F7ZF", - "CWPStreet": "NW OF ROCK PRAIRIE ROAD & HOLLMAN DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070686470", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5645", - "FacLong": "-96.3287", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7Z5 TXR10F7ZF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "351", - "CWPName": "MISSION RANCH PHS. 102", - "SourceID": "TXR10F7Z5", - "CWPStreet": "NW OF ROCK PRAIRIE ROAD & HOLLMAN DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070686470", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5645", - "FacLong": "-96.3287", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7Z5 TXR10F7ZF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "352", - "CWPName": "MISSION RANCH PHS. 103", - "SourceID": "TXR10F93K", - "CWPStreet": "NW OF ROCK PRAIRIE RD WEST & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070917037", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5616", - "FacLong": "-96.3266", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F93K TXR10F93Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "353", - "CWPName": "MISSION RANCH PHS. 103", - "SourceID": "TXR10F93Z", - "CWPStreet": "NW OF ROCK PRAIRIE RD WEST & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070917037", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5616", - "FacLong": "-96.3266", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F93K TXR10F93Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "354", - "CWPName": "MISSION RANCH PHS. 200", - "SourceID": "TXR10F9HY", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071068213", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5719", - "FacLong": "-96.3328", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9FG TXR10F9HY", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "355", - "CWPName": "MISSION RANCH PHS. 200", - "SourceID": "TXR10F9FG", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071068213", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5719", - "FacLong": "-96.3328", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9FG TXR10F9HY", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "356", - "CWPName": "MISSION RANCH PHS. 402", - "SourceID": "TXR10F8PS", - "CWPStreet": "NW OF ROCK PRAIRIE RD W. & HOLLEMAN DR. S.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070866991", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5627", - "FacLong": "-96.3273", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8PP TXR10F8PS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "357", - "CWPName": "MISSION RANCH PHS. 402", - "SourceID": "TXR10F8PP", - "CWPStreet": "NW OF ROCK PRAIRIE RD W. & HOLLEMAN DR. S.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070866991", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5627", - "FacLong": "-96.3273", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8PP TXR10F8PS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "358", - "CWPName": "MISSION RANCH PHS. 501", - "SourceID": "TXR10F9SB", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071094873", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5703", - "FacLong": "-96.3342", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9RV TXR10F9SB TXR1546LJ TXR1566LJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "359", - "CWPName": "MISSION RANCH PHS. 501", - "SourceID": "TXR10F9RV", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071094873", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.5703", - "FacLong": "-96.3342", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9RV TXR10F9SB TXR1546LJ TXR1566LJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "360", - "CWPName": "MISSION RANCH SUBDIVISION PHS 104", - "SourceID": "TXR1524JO", - "CWPStreet": "SOUTHEAST OF SIENNA SPRINGS DR & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071296141", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.563377", - "FacLong": "-96.325943", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524JO TXR1592JN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "361", - "CWPName": "MISSION RANCH SUBDIVISION PHS 104", - "SourceID": "TXR1592JN", - "CWPStreet": "SOUTHEAST OF SIENNA SPRINGS DR & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071296141", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.563377", - "FacLong": "-96.325943", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524JO TXR1592JN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "362", - "CWPName": "MISSION RANCH SUBDIVISION PHS 502 & 503", - "SourceID": "TXR1559IX", - "CWPStreet": "NORTHWEST OF BEXAR BLUFF PASS & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071255828", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.569833", - "FacLong": "-96.335508", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1558IX TXR1559IX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "363", - "CWPName": "MISSION RANCH SUBDIVISION PHS 502 & 503", - "SourceID": "TXR1558IX", - "CWPStreet": "NORTHWEST OF BEXAR BLUFF PASS & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071255828", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.569833", - "FacLong": "-96.335508", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1558IX TXR1559IX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "364", - "CWPName": "MTR - OFFSITE", - "SourceID": "TXR10F6X2", - "CWPStreet": "EAST OF ROCK PRAIRIE ROAD AND MEDICAL AVENUE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070519601", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5845", - "FacLong": "-96.2661", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6X2", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "365", - "CWPName": "MTR - OFFSITE", - "SourceID": "TXR10F6WP", - "CWPStreet": "EAST OF ROCK PRAIRIE ROAD & MEDICAL AVENUE", - "CWPCity": "COLLAGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070520398", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5845", - "FacLong": "-96.2661", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6WP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "366", - "CWPName": "MULTI-SPECIES FACILITY", - "SourceID": "TXR15005N", - "CWPStreet": "THE PROJECT SITE IS LOCATED AT CORNER OF FM 60 UNI", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070358487", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.607883", - "FacLong": "-96.358309", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15005N", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "367", - "CWPName": "NANTUCKET LIMITED", - "SourceID": "TX0120332", - "CWPStreet": "SE COLLEGE STATION ST HWY 6", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110064613253", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.5556499999484", - "FacLong": "-96.2910986604742", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0120332", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "368", - "CWPName": "NATIONAL EQUIPMENT CORP - NEW FACILITY", - "SourceID": "TXR1549BV", - "CWPStreet": "5977 IMPERIAL LOOP", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070709416", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.580558", - "FacLong": "-96.393451", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1549BV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "369", - "CWPName": "NECO", - "SourceID": "TXR15231Z", - "CWPStreet": "3120 CORSAIR CIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070568686", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.59865", - "FacLong": "-96.28827", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15231Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "370", - "CWPName": "NEW HEIGHTS CHURCH", - "SourceID": "TXR1520HB", - "CWPStreet": "8125 TURKEY CREEK RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071144821", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.60775", - "FacLong": "-96.37451", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1520HB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "371", - "CWPName": "NORTH AMERICA PACKAGING", - "SourceID": "TXR05FP17", - "CWPStreet": "1591 N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2068", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110034913958", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.66403", - "FacLong": "-96.40586", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05FP17 TXR05W509", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "372", - "CWPName": "NORTH AMERICA PACKAGING", - "SourceID": "TXR05W509", - "CWPStreet": "1591 N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2068", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110034913958", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.66403", - "FacLong": "-96.40586", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05FP17 TXR05W509", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "373", - "CWPName": "NORTH CAMPUS SUBDIVISION - PHASE 2", - "SourceID": "TXR1580JI", - "CWPStreet": "NEC OF CHAKETT COURT AND MOBILE AVENUE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071296370", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.633781", - "FacLong": "-96.356077", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1580JI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410010011" - }, - { - "ObjectId": "374", - "CWPName": "NORTH GREEN STRIP CENTER", - "SourceID": "TXR10FA3G", - "CWPStreet": "NE OF ARRINGTON ROAD & WILLIAM D. FITCH PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071203517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5579", - "FacLong": "-96.2639", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA3G TXR10FA3M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "375", - "CWPName": "NORTH GREEN STRIP CENTER", - "SourceID": "TXR10FA3M", - "CWPStreet": "NE OF ARRINGTON ROAD & WILLIAM D. FITCH PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071203517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5579", - "FacLong": "-96.2639", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA3G TXR10FA3M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "376", - "CWPName": "NORTH GREEN STRIP CENTER", - "SourceID": "TXR1571FQ", - "CWPStreet": "937 WILLIAM D FITCH PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071067810", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.558115", - "FacLong": "-96.263491", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1571FQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "377", - "CWPName": "NORTHCREST COTTAGES", - "SourceID": "TXR1571FZ", - "CWPStreet": "1902 BASIL CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071067111", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.64995", - "FacLong": "-96.37707", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1568FX TXR1571FZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006052" - }, - { - "ObjectId": "378", - "CWPName": "NORTHCREST COTTAGES", - "SourceID": "TXR1568FX", - "CWPStreet": "1902 BASIL CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071067111", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.64995", - "FacLong": "-96.37707", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1568FX TXR1571FZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006052" - }, - { - "ObjectId": "379", - "CWPName": "NORTHCREST COTTAGES", - "SourceID": "TXR1540AH", - "CWPStreet": "1926 BASIL COURT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070625218", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.649568", - "FacLong": "-96.378324", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1534CB TXR1540AH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006052" - }, - { - "ObjectId": "380", - "CWPName": "NORTHCREST COTTAGES", - "SourceID": "TXR1534CB", - "CWPStreet": "1926 BASIL COURT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070625218", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.649568", - "FacLong": "-96.378324", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1534CB TXR1540AH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006052" - }, - { - "ObjectId": "381", - "CWPName": "NORTHEAST SANITARY SEWER TRUNK LINE PHASE 2", - "SourceID": "TXR1562AF", - "CWPStreet": "BEGINNING AT CARTERS CREEK WWTP AND HEADING NORTHW", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070619018", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.62143", - "FacLong": "-96.282772", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1562AF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "382", - "CWPName": "NSC IMPROVEMENTS", - "SourceID": "TXR15367Q", - "CWPStreet": "1095 NUCLEAR SCIENCE CENTER ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843-0001", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070377371", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.580147", - "FacLong": "-96.363878", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15367Q", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "383", - "CWPName": "NUCLEAR SCIENCE CENTER", - "SourceID": "TX0116912", - "CWPStreet": "1MI SW INTX FM 2818 AND GEORGE BUSH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77843", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039187661", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.579083", - "FacLong": "-96.364389", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0116912", - "SDWAIDs": null, - "CWPDateLastInspSt": "03/09/2005", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "384", - "CWPName": "OAKMONT - ALL PHASES", - "SourceID": "TXR15582S", - "CWPStreet": "APPROXIMATELY 1/2 MILE WEST OF UNIVERSITY DRIVE ON", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070383394", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.659678", - "FacLong": "-96.295249", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1519CM TXR15582S", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "385", - "CWPName": "OAKMONT - ALL PHASES", - "SourceID": "TXR1519CM", - "CWPStreet": "APPROXIMATELY 1/2 MILE WEST OF UNIVERSITY DRIVE ON", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070383394", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.659678", - "FacLong": "-96.295249", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1519CM TXR15582S", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "386", - "CWPName": "OAKMONT 3B", - "SourceID": "TXR1593LH", - "CWPStreet": "THE INTERSECTION OF GREENSTONE WAY AND KEBLER PASS", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071365606", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.666389", - "FacLong": "-96.289898", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1593LH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "387", - "CWPName": "OAKMONT 4A", - "SourceID": "TXR1596LH", - "CWPStreet": "THE INTERSECTION OF COPPERFIELD DR AND PACIFIC CRE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071364329", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.666287", - "FacLong": "-96.298309", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1596LH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "388", - "CWPName": "OAKMONT 5", - "SourceID": "TXR1569LM", - "CWPStreet": "THE INTERSECTION OF BEACON HEIGHTS DR AND APPALACH", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071365414", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.66405", - "FacLong": "-96.294098", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1569LM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "389", - "CWPName": "OAKMONT AMENITY CENTER", - "SourceID": "TXR1564DB", - "CWPStreet": "5125 OAKMONT BLVD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070832879", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.665383", - "FacLong": "-96.290465", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1564DB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "390", - "CWPName": "OAKMONT PH2B", - "SourceID": "TXR1530BR", - "CWPStreet": "APPROX 25 ACRES KNOWN AS OAKMONT SUBDIVISION PH2B", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070713753", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.667", - "FacLong": "-96.2921", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1530BR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "391", - "CWPName": "OAKMONT PHASE 2A", - "SourceID": "TXR1562BL", - "CWPStreet": "BEGIN AT THE INTERSECTION OF PENDLETON DRIVE AND B", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070693194", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.665094", - "FacLong": "-96.294563", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1562BL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "392", - "CWPName": "OAKMONT PHS 3A", - "SourceID": "TXR1545IE", - "CWPStreet": "SOUTHWEST OF TIMBERTON DR & CANTERBURY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071222077", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.672006", - "FacLong": "-96.291502", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1545IE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "393", - "CWPName": "OAKMONT PHS. 1A", - "SourceID": "TXR10F5N3", - "CWPStreet": "E. OF COPPERFIELD DRIVE AND BOONVILLE ROAD", - "CWPCity": "BYRAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070216492", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.662", - "FacLong": "-96.2989", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5N3", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "394", - "CWPName": "OAKMONT PHS. 1A", - "SourceID": "TXR10F5MZ", - "CWPStreet": "EAST OF COPPERFIELD DRIVE AND BOONVILLE ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070219461", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.662", - "FacLong": "-96.2989", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5MY TXR10F5MZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "395", - "CWPName": "OAKMONT PHS. 1B", - "SourceID": "TXR10F5MY", - "CWPStreet": "EAST OF COPPERFIELD DRIVE AND BOONVILLE ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070219461", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.662", - "FacLong": "-96.2989", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5MY TXR10F5MZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "396", - "CWPName": "OAKMONT PHS. 1B", - "SourceID": "TXR10F5N7", - "CWPStreet": "E. OF COPPERFIELD DR. AND BOONVILLE ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070217508", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6632", - "FacLong": "-96.2921", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5N7", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "397", - "CWPName": "OAKMONT PHS. 2A", - "SourceID": "TXR10F8CH", - "CWPStreet": "NW OF PRECIPICE DR. & MAROON CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070791485", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6648", - "FacLong": "-96.2938", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8C4 TXR10F8CH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "398", - "CWPName": "OAKMONT PHS. 2A", - "SourceID": "TXR10F8C4", - "CWPStreet": "NW OF PRECIPICE DR. & MAROON CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070791485", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6648", - "FacLong": "-96.2938", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8C4 TXR10F8CH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "399", - "CWPName": "OAKMONT PHS. 2B", - "SourceID": "TXR10F97W", - "CWPStreet": "NW OF PRECIPICE DRIVE & MAROON CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070926950", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67", - "FacLong": "-96.2914", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F97W TXR10F98N", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "400", - "CWPName": "OAKMONT PHS. 2B", - "SourceID": "TXR10F98N", - "CWPStreet": "NW OF PRECIPICE DRIVE & MAROON CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070926950", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67", - "FacLong": "-96.2914", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F97W TXR10F98N", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "401", - "CWPName": "OAKMONT SUBDIVISION", - "SourceID": "TXR15673W", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "FacLong": "-96.28988", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "402", - "CWPName": "OAKMONT SUBDIVISION PHASE", - "SourceID": "TXR15674W", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "FacLong": "-96.28988", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "403", - "CWPName": "OAKMONT SUBDIVISION PHASE", - "SourceID": "TXR15549Z", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "FacLong": "-96.28988", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "404", - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR1584AY", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "FacLong": "-96.28988", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "405", - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR15292Y", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "FacLong": "-96.28988", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "406", - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR1541AM", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "FacLong": "-96.28988", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "407", - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR15909Y", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "FacLong": "-96.28988", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "408", - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR15747V", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "FacLong": "-96.28988", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "409", - "CWPName": "OAKMONT TOWNHOMES", - "SourceID": "TXR1596DV", - "CWPStreet": "5007 MOONEY FALLS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070876468", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.662777", - "FacLong": "-96.296131", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1596DV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "410", - "CWPName": "OAKS AT VILLA MARIA", - "SourceID": "TXR1560CQ", - "CWPStreet": "1305 W VILLA MARIA RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070827091", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.632277", - "FacLong": "-96.372455", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1560CQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002041" - }, - { - "ObjectId": "411", - "CWPName": "OLD HEARNE ROAD PHASE 1", - "SourceID": "TXR1548IF", - "CWPStreet": "OLD HEARNE ROAD FROM N SIMS AVE TO THE INTER SECTI", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071223535", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.691986", - "FacLong": "-96.373463", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1548IF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003021" - }, - { - "ObjectId": "412", - "CWPName": "OLD RELIANCE AND HIGHWAY 6 PROPERTY", - "SourceID": "TXR1501CO", - "CWPStreet": "NORTH CORNER OF HWY 6 FEEDER ROAD AND OLD RELIANCE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070819044", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.690204", - "FacLong": "-96.349325", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1501CO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "413", - "CWPName": "OQUINN", - "SourceID": "TXR1558GS", - "CWPStreet": "3215 ELM CREEK CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071093750", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.607486", - "FacLong": "-96.392579", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1558GS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "414", - "CWPName": "PALASOTA DR - PHASE I", - "SourceID": "TXR1532DB", - "CWPStreet": "LOCATED ALONG PALASOTA DRIVE, FROM THE COTTONWOOD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070831887", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.66056", - "FacLong": "-96.38262", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1532DB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006061" - }, - { - "ObjectId": "415", - "CWPName": "PANDA EXPRESS BRYAN TEXAS", - "SourceID": "TXR1565CC", - "CWPStreet": "AT OR AROUND 2200 BRIARCREST DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070794330", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.659199", - "FacLong": "-96.331867", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1565CC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410019022" - }, - { - "ObjectId": "416", - "CWPName": "PARK HUDSON CONDOS PHASE 2", - "SourceID": "TXR1564CF", - "CWPStreet": "INTERSECTION OF CROSS PARK DRIVE AND BOONVILLE ROA", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070791244", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.658758", - "FacLong": "-96.293332", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1564CF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020221" - }, - { - "ObjectId": "417", - "CWPName": "PARK HUDSON PHASE 12 CONDOS - PHASE 2", - "SourceID": "TXR1512CG", - "CWPStreet": "4089 CROSS PARK DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070792390", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.658602", - "FacLong": "-96.292705", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1512CG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020221" - }, - { - "ObjectId": "418", - "CWPName": "PAULL ALLERGY CLINIC", - "SourceID": "TXR15749Z", - "CWPStreet": "SITE LOCATED ON HARVEY ROAD APPROXIMATELY 1.2 MILE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070602855", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.643926", - "FacLong": "-96.289135", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15749Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "419", - "CWPName": "PFREHM RESIDENCE", - "SourceID": "TXR15905P", - "CWPStreet": "4717 MIRAMONT CIR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802-1709", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070355753", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67195", - "FacLong": "-96.3056", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15905P", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "420", - "CWPName": "PHILLIPS SPECIALTY PRODUCTS", - "SourceID": "TXR05BI74", - "CWPStreet": "1331 INDEPENDENCE AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2046", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070371377", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.66053", - "FacLong": "-96.40706", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BI74", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "421", - "CWPName": "POLO GARAGE", - "SourceID": "TXR15780V", - "CWPStreet": "PROJECT LOCATED ON POLO ROAD NEXT TO THE ENGINEERI", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77842", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070527078", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.622647", - "FacLong": "-96.337662", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15780V", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "422", - "CWPName": "POLO ROAD RECONSTRUCTION", - "SourceID": "TXR1558CG", - "CWPStreet": "POLO ROAD ON TEXAS A&M UNIVERSITY CAMPUS", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070791577", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.621647", - "FacLong": "-96.338952", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1558CG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "423", - "CWPName": "PROVIDENCE PARK AT RESEARCH VALLEY", - "SourceID": "TXR15300I", - "CWPStreet": "2501 EARL RUDDER FWY S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-7384", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070197300", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.61467", - "FacLong": "-96.29219", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15300I", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "424", - "CWPName": "PTX3", - "SourceID": "TXR1512KD", - "CWPStreet": "400 TECHNOLOGY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071323129", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.593334", - "FacLong": "-96.284731", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1512KD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "425", - "CWPName": "RACEWAY 6934", - "SourceID": "TXG830609", - "CWPStreet": "2105 E WILLIAM J BRYAN PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXG830000", - "RegistryID": "110070100278", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67736", - "FacLong": "-96.33566", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXG830609", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "426", - "CWPName": "RACEWAY 6934", - "SourceID": "TXG830578", - "CWPStreet": "2105 E WILLIAM JOEL BRYAN PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXG830000", - "RegistryID": "110069579361", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.6585178649084", - "FacLong": "-96.3287273461895", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXG830578", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "427", - "CWPName": "RANGE SCIENCE FIELD LAB", - "SourceID": "TXR1522KA", - "CWPStreet": "WEST SIDE OF FISHTANK ROAD, JUST SOUTH OF WHERE IT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071312189", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.57754", - "FacLong": "-96.363402", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1522KA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "428", - "CWPName": "RAPID EXPRESS CAR WASH", - "SourceID": "TXR1576HT", - "CWPStreet": "1632 W VILLA MARIA RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071202530", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6527", - "FacLong": "-96.35", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1576HT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410008002" - }, - { - "ObjectId": "429", - "CWPName": "RAPID EXPRESS CARWASH", - "SourceID": "TXR1527AY", - "CWPStreet": "12055 FM 2154 RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070672578", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.578111", - "FacLong": "-96.318524", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1527AY", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018033" - }, - { - "ObjectId": "430", - "CWPName": "RAVEN HOMES", - "SourceID": "TXR1537AK", - "CWPStreet": "3700 COOPER CT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070626392", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.571614", - "FacLong": "-96.334146", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1537AK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "431", - "CWPName": "REATTA MEADOWS PARK", - "SourceID": "TXR15769L", - "CWPStreet": "1101 PETERSBURG CT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-3995", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070363460", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.55954", - "FacLong": "-96.27982", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15769L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "432", - "CWPName": "RED LION", - "SourceID": "TXR10F6MJ", - "CWPStreet": "NORTH OF SO. TEXAS AVE. AND MORGANS LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070391752", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5987", - "FacLong": "-96.2983", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6MJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017021" - }, - { - "ObjectId": "433", - "CWPName": "RED LION", - "SourceID": "TXR10F6NE", - "CWPStreet": "NORTH OF SOUTH TEXAS AVE. AND MORGANS LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070501554", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5987", - "FacLong": "-96.2983", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6NE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017021" - }, - { - "ObjectId": "434", - "CWPName": "REDDY ICE - BRYAN", - "SourceID": "TXRNEBO92", - "CWPStreet": "701 N TEXAS AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-3364", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110071155691", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.67911", - "FacLong": "-96.3693", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXRNEBO92", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410005021" - }, - { - "ObjectId": "435", - "CWPName": "REECE HOMES", - "SourceID": "TXR1513FZ", - "CWPStreet": "4013 CROSS PARK DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071073769", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.655593", - "FacLong": "-96.294207", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1513FZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020221" - }, - { - "ObjectId": "436", - "CWPName": "REFRIGERATION VALVES AND SYSTEMS COR", - "SourceID": "TXR05CU37", - "CWPStreet": "1520 CROSSWIND DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-9600", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070370329", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.72232", - "FacLong": "-96.3387", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05CU37", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "437", - "CWPName": "RELIANCE RIDGE SUBDIVISION", - "SourceID": "TXR1586GJ", - "CWPStreet": "OLD RELIANCE RD - A003200, ABNER LEE SR, TRACT 24.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071081579", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.730599", - "FacLong": "-96.277953", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1586GJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001081" - }, - { - "ObjectId": "438", - "CWPName": "REPUBLIC RESTAURANT", - "SourceID": "TXR15515V", - "CWPStreet": "701 UNIVERSITY DR E", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-5804", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070517702", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.63389", - "FacLong": "-96.32818", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15515V", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "439", - "CWPName": "RESIDENCES AT OAKMONT", - "SourceID": "TXR15894D", - "CWPStreet": "INTERSECTION OF BOONEVILLE RD AND PENDLETON DRIVE,", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070374725", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.661589", - "FacLong": "-96.295892", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15894D", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "440", - "CWPName": "RETAIL CENTER AT CHIMNEY HILL", - "SourceID": "TXR1557AL", - "CWPStreet": "701 UNIVERSITY DR EAST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070626727", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.63389", - "FacLong": "-96.32818", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1557AL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "441", - "CWPName": "RICKY PALASOTA", - "SourceID": "TXR05FW79", - "CWPStreet": "7116 RAYMOND STOTZER PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-9065", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110034732216", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.56838", - "FacLong": "-96.40547", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05FW79", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020141" - }, - { - "ObjectId": "442", - "CWPName": "ROCK PRAIRIE MANAGEMENT DISTRICT NO2 BIRD POND ROAD", - "SourceID": "TXR15814R", - "CWPStreet": "EXTENSION OF BIRD POND ROAD FROM ROCK PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070356538", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5822", - "FacLong": "-96.267522", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15814R", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "443", - "CWPName": "ROCK PRAIRIE MANAGEMENT DISTRICT SANITARY SEWER", - "SourceID": "TXR15108K", - "CWPStreet": "SITE ENTRANCE LOCATED NEAR BIRD POND ROAD ON ROCK", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070376947", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.584601", - "FacLong": "-96.269388", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15108K", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "444", - "CWPName": "ROCK PRAIRIE MARKET PLACE PHASE 2", - "SourceID": "TXR1589CT", - "CWPStreet": "4003 STATE HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070827448", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.583963", - "FacLong": "-96.28163", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1589CT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "445", - "CWPName": "ROCK PRAIRIE MARKETPLACE", - "SourceID": "TXR10F4A1", - "CWPStreet": "SE OF FRONTAGE 6 ROAD EAST OF ROCK PRAIRIE RD.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070053990", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5846", - "FacLong": "-96.2818", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F4A1", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "446", - "CWPName": "ROCK PRAIRIE RD WEST WIDENING", - "SourceID": "TXR1510HD", - "CWPStreet": "ALONG ROCK PRAIRIE RD FROM HOLEMAN DRIVE SOUTH AND", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77842", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071158073", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.56629", - "FacLong": "-96.31627", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1510HD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020211" - }, - { - "ObjectId": "447", - "CWPName": "ROLLING RIDGE WWTF", - "SourceID": "TX0077526", - "CWPStreet": "115 RIDGEWOOD ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77840", - "MasterExternalPermitNmbr": null, - "RegistryID": "110006683614", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.55897", - "FacLong": "-96.31984", - "CWPTotalDesignFlowNmbr": ".24", - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "DMRs: Regular Submission Frequency | Sewage Sludge/Biosolids Annual Program Reports | Sewer Overflow/Bypass Event Reports", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0077526", - "SDWAIDs": null, - "CWPDateLastInspSt": "01/23/2020", - "BiosolidsFlag": "Y", - "CensusBlockGroup2020": "480410020201" - }, - { - "ObjectId": "448", - "CWPName": "RUDDER POINTE", - "SourceID": "TXR15474T", - "CWPStreet": "3520 OLD RELIANCE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070392447", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.696201", - "FacLong": "-96.340392", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15474T", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "449", - "CWPName": "RUDDER POINTE SUBDIVISION", - "SourceID": "TXR1596LB", - "CWPStreet": "SUBDIVISION LOCATED AT RUDDER POINTE PARKWAY AND B", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071359672", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.696176", - "FacLong": "-96.346741", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1596LB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "450", - "CWPName": "RUDDER POINTE SUBDIVISION", - "SourceID": "TXR1563IK", - "CWPStreet": "INTERSECTION OF RUDDER POINTE PKWY AND BRADY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071235366", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.695582", - "FacLong": "-96.345358", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1563IK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "451", - "CWPName": "S-CON", - "SourceID": "TXR05BF57", - "CWPStreet": "8326 W HIGHWAY 21 BRYAN TX 77807", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070376949", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.67111", - "FacLong": "-96.40145", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BF57", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "452", - "CWPName": "SAGE MEADOWS", - "SourceID": "TXR1534FN", - "CWPStreet": "3700 OLD HEARNE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070947224", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.704679", - "FacLong": "-96.385468", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1534FN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003021" - }, - { - "ObjectId": "453", - "CWPName": "SCARMADO PIT-YOUNG BROTHERS", - "SourceID": "TXR05O901", - "CWPStreet": "FM 260", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "00000", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110022570500", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.6665755", - "FacLong": "-96.3655202", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05O901", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "454", - "CWPName": "SMILING MALLARD SITE 2", - "SourceID": "TX0142123", - "CWPStreet": "200FT S OF MESA VERDE RD APPROXIMATELY 1800FT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110071178357", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.5556499999484", - "FacLong": "-96.2910986604742", - "CWPTotalDesignFlowNmbr": ".1", - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0142123", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "455", - "CWPName": "SODALIS ASSISTED LIVING", - "SourceID": "TXR10F6XC", - "CWPStreet": "SW OF CRESCENT POINTE PKWY & COPPERFIELD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070517649", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6434", - "FacLong": "-96.2909", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6XC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "456", - "CWPName": "SODALIS ASSISTED LIVING", - "SourceID": "TXR10F6WU", - "CWPStreet": "SW OF CRESCENT POINTE PKWY AND COPPERFIELD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070520054", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6434", - "FacLong": "-96.2909", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6WU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "457", - "CWPName": "SODALIS ASSISTED LIVING & MEMORY CARE FACILITY", - "SourceID": "TXR15791Q", - "CWPStreet": "3211 HARVEY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-9416", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070374638", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.640242", - "FacLong": "-96.292222", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15791Q", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "458", - "CWPName": "SOUTH COLLEGE AVE MULTI-USE PATH", - "SourceID": "TXR1517CS", - "CWPStreet": "ALONG HENSEL PARK DRIVEWAY TO UNIVERSITY DRIVE.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070825702", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.627194", - "FacLong": "-96.345833", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1517CS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021001" - }, - { - "ObjectId": "459", - "CWPName": "SOUTHERN TIRE MART", - "SourceID": "TXR1551CR", - "CWPStreet": "1904 N EARL RUDDER FWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070825543", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.693", - "FacLong": "-96.3564", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1551CR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004011" - }, - { - "ObjectId": "460", - "CWPName": "SOUTHSIDE PLAZA PHASE III", - "SourceID": "TXR1533CD", - "CWPStreet": "4075 HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070792849", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.576363", - "FacLong": "-96.278394", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1533CD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "461", - "CWPName": "ST MARYS CATHOLIC CENTER PARKING LOT", - "SourceID": "TXR1530KX", - "CWPStreet": "SEC OF CROSS STREET AND NAGLE STREET", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071347894", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.622525", - "FacLong": "-96.345438", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1530KX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "462", - "CWPName": "ST MARYS CATHOLIC CHURCH", - "SourceID": "TXR1537FJ", - "CWPStreet": "300 NAGLE ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070946436", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.621583", - "FacLong": "-96.344394", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1537FJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "463", - "CWPName": "STAR TOWER POINT RETAIL", - "SourceID": "TXR1574AE", - "CWPStreet": "1295 ARRINGTON RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070622435", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.558851", - "FacLong": "-96.264609", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1574AE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "464", - "CWPName": "STARBUCKS AT CHIMNEY HILL", - "SourceID": "TXR1556AL", - "CWPStreet": "701 UNIVERSITY DR EAST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070626082", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.63389", - "FacLong": "-96.32818", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1556AL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "465", - "CWPName": "STAY APT SUITES", - "SourceID": "TXR1527KM", - "CWPStreet": "NORTHWEST OF UNIVERSITY DRIVE EAST & PLAZA CENTRE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071335607", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.64724", - "FacLong": "-96.302799", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1527KM TXR1589KM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020222" - }, - { - "ObjectId": "466", - "CWPName": "STAY APT SUITES", - "SourceID": "TXR1589KM", - "CWPStreet": "NORTHWEST OF UNIVERSITY DRIVE EAST & PLAZA CENTRE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071335607", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.64724", - "FacLong": "-96.302799", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1527KM TXR1589KM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020222" - }, - { - "ObjectId": "467", - "CWPName": "STEEP HOLLOW TO KEITH SWITCH 138KV", - "SourceID": "TXR1526GI", - "CWPStreet": "LOCATED JUST EAST OF THE INTERSECTION OF STEEP HOL", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071081901", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.687732", - "FacLong": "-96.268977", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1526GI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "468", - "CWPName": "STONEBRIER PHASE 2", - "SourceID": "TXR1510HG", - "CWPStreet": "CORNER OF RIVERSTONE DRIVE & FM 1179", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071155523", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67888", - "FacLong": "-96.31009", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1510HG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "469", - "CWPName": "STONEBRIER PHS. 2", - "SourceID": "TXR10FA4C", - "CWPStreet": "NE OF FM-1179 & RIVERSTONE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071203610", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6801", - "FacLong": "-96.3111", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA4C TXR10FA5E", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "470", - "CWPName": "STONEBRIER PHS. 2", - "SourceID": "TXR10FA5E", - "CWPStreet": "NE OF FM-1179 & RIVERSTONE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071203610", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6801", - "FacLong": "-96.3111", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA4C TXR10FA5E", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "471", - "CWPName": "STONEBRIER SUBDIVISION PHASE 2", - "SourceID": "TXR1508DU", - "CWPStreet": "GO APPROX. 1 MILEON FM 1179 FROM FM 158. PROJECT O", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070874752", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67888", - "FacLong": "-96.31009", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1508DU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "472", - "CWPName": "STUDENT SERVICES BUILDING", - "SourceID": "TXR15434K", - "CWPStreet": "471 HOUSTON STREET", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070374852", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.613905", - "FacLong": "-96.34137", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15434K", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "473", - "CWPName": "TAMU - 21ST CENTURY CLASSROOM BUILDING", - "SourceID": "TXR15964O", - "CWPStreet": "212 LAMAR ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070371686", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.612452", - "FacLong": "-96.343827", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15964O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "474", - "CWPName": "TAMU AEROTHERMOCHEMISTRY LAB EXPANSION", - "SourceID": "TXR15776U", - "CWPStreet": "1733 GEORGE BUSH DR W", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070504381", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.593059", - "FacLong": "-96.352292", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15776U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "475", - "CWPName": "TAMU BEC-COW", - "SourceID": "TXR1540KS", - "CWPStreet": "WEST SIDE OF OLSEN BLVD, .15 MILES SOUTH OF RAYMON", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071337575", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.611352", - "FacLong": "-96.34954", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1540KS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "476", - "CWPName": "TAMU BIOCONTAINMENT RESEARCH FACILITY", - "SourceID": "TXR15683B", - "CWPStreet": "495 AGRONOMY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843-0001", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070367679", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.617336", - "FacLong": "-96.354098", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15683B", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "477", - "CWPName": "TAMU EQUINE NUTRITION AND REPRODUCTION FACILITY", - "SourceID": "TXR15091P", - "CWPStreet": "PROJECT LOCATED ON F&B ROAD NEAR THE CURRENT TAMU", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070368376", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.622145", - "FacLong": "-96.365629", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15091P", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "478", - "CWPName": "TAMU MAIN CAMPUS WWTP", - "SourceID": "TX0108146", - "CWPStreet": "9685 WHITES CREEK RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110034902461", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.575576", - "FacLong": "-96.379262", - "CWPTotalDesignFlowNmbr": "4", - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "DMRs: Regular Submission Frequency | Sewage Sludge/Biosolids Annual Program Reports | Sewer Overflow/Bypass Event Reports", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0108146", - "SDWAIDs": null, - "CWPDateLastInspSt": "01/21/2021", - "BiosolidsFlag": "Y", - "CensusBlockGroup2020": "480410020141" - }, - { - "ObjectId": "479", - "CWPName": "TAMU STORM IMPROVEMENTS", - "SourceID": "TXR15056S", - "CWPStreet": "VARIOUS SITES ACROSS THE TEXAS A&M UNIVERSITY CAMP", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070355819", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.591667", - "FacLong": "-96.353889", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15056S", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020142" - }, - { - "ObjectId": "480", - "CWPName": "TAMUS - ILSQ BUILDING", - "SourceID": "TXR1566DG", - "CWPStreet": "459 OLSEN BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070839600", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.610866", - "FacLong": "-96.346299", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1566DG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "481", - "CWPName": "TARROW TOWNHOMES", - "SourceID": "TXR10F5PH", - "CWPStreet": "SW OF AUTUMN CIRCLE AND E. 29TH ST.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070229435", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6392", - "FacLong": "-96.3288", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5P0 TXR10F5PH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "482", - "CWPName": "TARROW TOWNHOMES", - "SourceID": "TXR10F5P0", - "CWPStreet": "SW OF AUTUMN CIRCLE AND E. 29TH ST.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070229435", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6392", - "FacLong": "-96.3288", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5P0 TXR10F5PH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "483", - "CWPName": "TEEX BRAYTON CLASSROOM AND ADMIN FACILITY", - "SourceID": "TXR1569HO", - "CWPStreet": "1595 NUCLEAR SCIENCE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071180737", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.582471", - "FacLong": "-96.357497", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1569HO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020142" - }, - { - "ObjectId": "484", - "CWPName": "TESLA CHARGING STATION", - "SourceID": "TXR1520KG", - "CWPStreet": "1910 TEXAS AVE S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-3914", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071322125", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.61293", - "FacLong": "-96.31715", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1520KG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410016071" - }, - { - "ObjectId": "485", - "CWPName": "TEXAS A & M SOFTBALL AND TRACK AND FIELD STADIUM", - "SourceID": "TXR10F53D", - "CWPStreet": "EAST OF TOM CHANDLER ROAD AND PENBERTHY RD.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070134437", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6037", - "FacLong": "-96.345", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F53D", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "486", - "CWPName": "TEXAS A & M SOFTBALL AND TRACK AND FIELD STADIUM", - "SourceID": "TXR10F534", - "CWPStreet": "E. OF TOM CHANDLER RD AND PENBERTHY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070133141", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6037", - "FacLong": "-96.345", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F534", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "487", - "CWPName": "TEXAS A&M AGRILIFE EXTENSION OFFICE", - "SourceID": "TXR1542CS", - "CWPStreet": "4154 COUNTY PARK CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070824735", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.657477", - "FacLong": "-96.297787", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1542CS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020221" - }, - { - "ObjectId": "488", - "CWPName": "TEXAS A&M DISTINGUISHED ALUMNI TRIBUTE", - "SourceID": "TXR1506IE", - "CWPStreet": "505 GEORGE BUSH DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-2918", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071220207", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.608164", - "FacLong": "-96.336867", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1506IE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "489", - "CWPName": "TEXAS A&M GREENHOUSES", - "SourceID": "TXR10F87M", - "CWPStreet": "NORTH OF F & B ROAD & AGRONOMY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070742903", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6236", - "FacLong": "-96.3599", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F878 TXR10F87M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "490", - "CWPName": "TEXAS A&M GREENHOUSES", - "SourceID": "TXR10F878", - "CWPStreet": "NORTH OF F & B ROAD & AGRONOMY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070742903", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6236", - "FacLong": "-96.3599", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F878 TXR10F87M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "491", - "CWPName": "TEXAS A&M MEDICAL RESEARCH & EDUCATION BUILDING II", - "SourceID": "TXR15101M", - "CWPStreet": "8447 STATE HIGHWAY 47", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-3260", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070356304", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.596412", - "FacLong": "-96.39437", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15101M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "492", - "CWPName": "TEXAS A&M POLO GARAGE", - "SourceID": "TXR10F7W4", - "CWPStreet": "EAST OF BIZZELL ST. & POLO ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070672328", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6214", - "FacLong": "-96.3391", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7VS TXR10F7W4", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "493", - "CWPName": "TEXAS A&M POLO GARAGE", - "SourceID": "TXR10F7VS", - "CWPStreet": "EAST OF BIZZELL ST. & POLO ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070672328", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6214", - "FacLong": "-96.3391", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7VS TXR10F7W4", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "494", - "CWPName": "TEXAS A&M SOUTH CAMPUS REC CENTER", - "SourceID": "TXR1546EH", - "CWPStreet": "BIZZELL STREET AND MOSHER LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070891783", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.616082", - "FacLong": "-96.334351", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1546EH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "495", - "CWPName": "TEXAS A&M TRACK & FIELD COMPLEX", - "SourceID": "TXR15626O", - "CWPStreet": "977 PENBERTHY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-2375", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070370844", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.60573", - "FacLong": "-96.34967", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15626O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "496", - "CWPName": "TEXAS A&M UNIVERSITY - WASTEWATER TREATMENT PLANT", - "SourceID": "TXR05DA91", - "CWPStreet": "9685 WHITES CREEK RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070371821", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.575576", - "FacLong": "-96.379262", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05DA91", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020141" - }, - { - "ObjectId": "497", - "CWPName": "TEXAS A&M UNIVERSITY CENTRAL UTILITIES PLANT", - "SourceID": "TXR05DA89", - "CWPStreet": "222 IRELAND ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843-0001", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070374900", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.61778", - "FacLong": "-96.34114", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05DA89", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "498", - "CWPName": "TEXAS A&M UNIVERSITY CLOSED LANDFILL", - "SourceID": "TXR15192K", - "CWPStreet": "THE PROJECT SITE IS LOCATED ON LUTHER STREET AND F", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070363965", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.586211", - "FacLong": "-96.349505", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15192K", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020142" - }, - { - "ObjectId": "499", - "CWPName": "TEXAS A&M UNIVERSITY HAZARDOUS WASTE STORAGE FACILITY", - "SourceID": "TXRNEAN76", - "CWPStreet": "2655 OLD DAIRY SCIENCE CENTER ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110035031015", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6225", - "FacLong": "-96.36165", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXRNEAN76", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "500", - "CWPName": "TEXAS A&M UNIVERSITY MS4", - "SourceID": "TXR040237", - "CWPStreet": "CAMPUS OF TEXAS A&M UNIV.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77543", - "MasterExternalPermitNmbr": "TXR040000", - "RegistryID": "110037844269", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.615555", - "FacLong": "-96.340555", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR040237", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "501", - "CWPName": "TEXAS A&M UNIVERSITY MS4", - "SourceID": "TXR040562", - "CWPStreet": "CAMPUS OF TEXAS A&M UNIVERSITY LOCATED WITHIN THE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR040000", - "RegistryID": "110067235307", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.6133712371937", - "FacLong": "-96.3209769968903", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR040562", - "SDWAIDs": null, - "CWPDateLastInspSt": "11/17/2020", - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "502", - "CWPName": "TEXAS A&M UNIVERSITY MUSIC ACTIVITIES CENTER", - "SourceID": "TXR15684F", - "CWPStreet": "801 GEORGE BUSH DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070361929", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.60915", - "FacLong": "-96.33433", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15684F", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "503", - "CWPName": "TEXAS A&M UNIVERSITY TRANSPORTATION CENTER", - "SourceID": "TXR05DA90", - "CWPStreet": "388 AGRONOMY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070359753", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.618678", - "FacLong": "-96.355318", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05DA90", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "504", - "CWPName": "TEXAS AM UNIVERSITY EASTERWOOD AIRPORT", - "SourceID": "TXR05FN85", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD STE 112", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8578", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110034968024", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.59486", - "FacLong": "-96.36603", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05FN85", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "505", - "CWPName": "TEXAS DEPT OF TRANSPORTATION", - "SourceID": "TXR040181", - "CWPStreet": "BRYAN AND COLLEGE STATION", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR040000", - "RegistryID": "110038372702", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.673789", - "FacLong": "-96.374034", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR040181", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006031" - }, - { - "ObjectId": "506", - "CWPName": "TEXAS TRUCK RIGGINS", - "SourceID": "TXR10F6ND", - "CWPStreet": "NE OF HWY 158 AND MOHAWK DT.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070500313", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6717", - "FacLong": "-96.323", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6ND", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "507", - "CWPName": "TEXAS TRUCK RIGGINS", - "SourceID": "TXR10F6MI", - "CWPStreet": "NE OF HWY 158 AND MOHAWK ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070389613", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6717", - "FacLong": "-96.323", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6MI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "508", - "CWPName": "THE CREEK PLACE", - "SourceID": "TXR1587HM", - "CWPStreet": "2711 TEXAS AVE S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071179233", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.602359", - "FacLong": "-96.302617", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1587HM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017021" - }, - { - "ObjectId": "509", - "CWPName": "THE LANGFORD AT COLLEGE STATION PHASE 1", - "SourceID": "TXR15188B", - "CWPStreet": "4185 STATE HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8965", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070364247", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.56801", - "FacLong": "-96.26815", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15188B", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "510", - "CWPName": "THE RANCH HARLEY-DAVIDSON", - "SourceID": "TXR1534EL", - "CWPStreet": "4101 HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070929943", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.57455", - "FacLong": "-96.275642", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1534EL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "511", - "CWPName": "THE RESERVE AT COTTONWOOD CREEK", - "SourceID": "TXR1552DX", - "CWPStreet": "503 W 31ST ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070874606", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.669596", - "FacLong": "-96.378683", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1530DW TXR1552DX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006033" - }, - { - "ObjectId": "512", - "CWPName": "THE RESERVE AT COTTONWOOD CREEK", - "SourceID": "TXR1530DW", - "CWPStreet": "503 W 31ST ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070874606", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.669596", - "FacLong": "-96.378683", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1530DW TXR1552DX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006033" - }, - { - "ObjectId": "513", - "CWPName": "THE VILLAGES AT TRADITIONS CONDOS", - "SourceID": "TXR1556GX", - "CWPStreet": "2838 MEMORY LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071147014", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.613331", - "FacLong": "-96.399196", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1556GX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "514", - "CWPName": "THE YARD", - "SourceID": "TXR10F61R", - "CWPStreet": "NE OF ARRINGTON ROAD & GREENS PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070251072", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.556", - "FacLong": "-96.2598", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F61R", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020102" - }, - { - "ObjectId": "515", - "CWPName": "THE YARD", - "SourceID": "TXR10F61A", - "CWPStreet": "NE OF ARRINGTON RD. & GREENS PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070251071", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.556", - "FacLong": "-96.2598", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F61A", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020102" - }, - { - "ObjectId": "516", - "CWPName": "THOMAS HEIGHTS", - "SourceID": "TXR1555GR", - "CWPStreet": "APPROX. 20 YARDS SOUTHEAST FROM THE INTERSECTION O", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071094550", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.653056", - "FacLong": "-96.380499", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1555GR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006053" - }, - { - "ObjectId": "517", - "CWPName": "THORNBERRY DRIVE", - "SourceID": "TXR1576CR", - "CWPStreet": "HOA COMMON AREA SOUTHEAST OF LOCKET HALL DR ROW NO", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070824917", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.67931", - "FacLong": "-96.319435", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1576CR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "518", - "CWPName": "THROCKMORTON STREET AND SIDEWALK", - "SourceID": "TXR1540JR", - "CWPStreet": "SOUTH OF THE INTERSECTION OF JOE ROUTT BLVD AND TH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071311165", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.612648", - "FacLong": "-96.338458", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1540JR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "519", - "CWPName": "TIFFANY PARK SUBDIVISION", - "SourceID": "TXR1523HZ", - "CWPStreet": "3621 DAWN CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071202475", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.65325", - "FacLong": "-96.30997", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1523HZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020222" - }, - { - "ObjectId": "520", - "CWPName": "TIMOTHY & LINDA GAITHER", - "SourceID": "TXR1517LS", - "CWPStreet": "4705 CONCORDIA DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071369493", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.6585178649084", - "FacLong": "-96.3287273461895", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1517LS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "521", - "CWPName": "TM5 PROPERTIES OFFICE COMPLEX PH 1 - CRESENT POINTE PHASE 2", - "SourceID": "TXR15654L", - "CWPStreet": "1580 COPPERFIELD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-4674", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070362171", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.64683", - "FacLong": "-96.29067", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15654L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "522", - "CWPName": "TOWER CENTER II OFFICE CONDOMINIUMS", - "SourceID": "TXR15983H", - "CWPStreet": "ALONG GREENS PRAIRIE RD WEST NORTH OF INTERSECTION", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070360972", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.554722", - "FacLong": "-96.26", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15983H", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020102" - }, - { - "ObjectId": "523", - "CWPName": "TOWER POINT OFFICE CONDOS", - "SourceID": "TXR1584CT", - "CWPStreet": "SOUTH OF ARRINGTON ROAD AND HWY 6 INTERSECTION", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070826626", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.559822", - "FacLong": "-96.263883", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1584CT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "524", - "CWPName": "TRADITIONS PHASE 101 & 102 ATLAS PEAR & 12 OFFSITE SEWER", - "SourceID": "TXR1574AA", - "CWPStreet": "FROM THE INTERSECTION OF F&B ROAD AND TURKEY CREEK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070620444", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.601199", - "FacLong": "-96.37834", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1574AA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "525", - "CWPName": "TRADITIONS PHASE 19 PHASE 2", - "SourceID": "TXR15258M", - "CWPStreet": "NORTHWEST OF THE INTERSECTION OF SOUTH TRADITIONS", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070370953", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.61306", - "FacLong": "-96.39833", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15258M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "526", - "CWPName": "TRADITIONS PHS 35", - "SourceID": "TXR1568JG", - "CWPStreet": "SOUTHWEST OF CLUB DR & SOUTH TRADITIONS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071274800", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.601608", - "FacLong": "-96.39049", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1568JG TXR1588JF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "527", - "CWPName": "TRADITIONS PHS 35", - "SourceID": "TXR1588JF", - "CWPStreet": "SOUTHWEST OF CLUB DR & SOUTH TRADITIONS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071274800", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.601608", - "FacLong": "-96.39049", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1568JG TXR1588JF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "528", - "CWPName": "TRADITIONS PHS 38", - "SourceID": "TXR1513KU", - "CWPStreet": "NW OF ATLAS PEAR DRIVE & HEALTH SCIENCE CENTER PKW", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071348092", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.606608", - "FacLong": "-96.382326", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1513KU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "529", - "CWPName": "TRADITIONS PHS 38", - "SourceID": "TXR1563KT", - "CWPStreet": "NW OF ATLAS PEAR DR. & HEALTH SCIENCE CENTER PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071347820", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.606608", - "FacLong": "-96.382326", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1563KT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "530", - "CWPName": "TRADITIONS PHS. 102", - "SourceID": "TXR10F80U", - "CWPStreet": "NE OF SOUTH TRADITIONS & HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070695607", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6026", - "FacLong": "-96.3784", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F80K TXR10F80U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "531", - "CWPName": "TRADITIONS PHS. 102", - "SourceID": "TXR10F80K", - "CWPStreet": "NE OF SOUTH TRADITIONS & HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070695607", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6026", - "FacLong": "-96.3784", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F80K TXR10F80U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "532", - "CWPName": "TRADITIONS PHS. 35", - "SourceID": "TXR10F9YY", - "CWPStreet": "SW OF CLUB DR. & SOUTH TRADITIONS DR.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071156636", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6016", - "FacLong": "-96.3905", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9YY TXR10F9Z9", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "533", - "CWPName": "TRADITIONS PHS. 35", - "SourceID": "TXR10F9Z9", - "CWPStreet": "SW OF CLUB DR. & SOUTH TRADITIONS DR.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071156636", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6016", - "FacLong": "-96.3905", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9YY TXR10F9Z9", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "534", - "CWPName": "TRADITIONS SUBDIVISION", - "SourceID": "TXR1567HD", - "CWPStreet": "2856 PERSIMMON RIDGE CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071155470", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.611508", - "FacLong": "-96.391473", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1567HD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "535", - "CWPName": "TRADITIONS SUBDIVISION - PHASE 35", - "SourceID": "TXR1526HL", - "CWPStreet": "INTERSECTION OF WILLOW RIDGE DRIVE AND CLUB DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071178754", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.603003", - "FacLong": "-96.391734", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1526HL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "536", - "CWPName": "TRADITIONS SUBDIVISION PHASE 20D & 20E", - "SourceID": "TXR1509LE", - "CWPStreet": "INTERSECTION OF CENTURY OAK DRIVE & FM 1179 - VILL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071359590", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.611917", - "FacLong": "-96.401955", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509LE TXR1598LK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "537", - "CWPName": "TRADITIONS SUBDIVISION PHASE 20D & 20E & 20F", - "SourceID": "TXR1598LK", - "CWPStreet": "INTERSECTION OF CENTURY OAK DRIVE & FM 1179 - VILL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071359590", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.611917", - "FacLong": "-96.401955", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509LE TXR1598LK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "538", - "CWPName": "TRADITIONS SUBDIVISION PHASE 24 & 25", - "SourceID": "TXR1586CJ", - "CWPStreet": "INTERSECTION OF HSC PARKWAY AND RIVERSIDE PARKWAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070818674", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.590852", - "FacLong": "-96.375782", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1586CJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "539", - "CWPName": "TRADITIONS VILLAGES PHS. 4", - "SourceID": "TXR10F9UN", - "CWPStreet": "SW OF TRADITIONS BLVD. & W. VILLA MARIA ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071145454", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6124", - "FacLong": "-96.3991", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9U5 TXR10F9UN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "540", - "CWPName": "TRADITIONS VILLAGES PHS. 4", - "SourceID": "TXR10F9U5", - "CWPStreet": "SW OF TRADITIONS BLVD. & W. VILLA MARIA ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071145454", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6124", - "FacLong": "-96.3991", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9U5 TXR10F9UN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "541", - "CWPName": "TRAFALGER--37 ACRES", - "SourceID": "TXR15195L", - "CWPStreet": "DIRECTLY ACROSS FM 158 FROM MIRAMONT BLVD-37 ACRES", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070375931", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.665417", - "FacLong": "-96.314528", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15195L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020223" - }, - { - "ObjectId": "542", - "CWPName": "TRAVIS B BRYAN MIDTOWN PARK PHASE 3E-DETENTION & DESILTING", - "SourceID": "TXR1592CF", - "CWPStreet": "206 W VILLA MARIA RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801-3029", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070793575", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.638891", - "FacLong": "-96.36524", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1592CF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "543", - "CWPName": "TRUFIT BRYAN TOWNE CENTER", - "SourceID": "TXR15935R", - "CWPStreet": "3143 WILDFLOWER DR STE 1300", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802-3063", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070371588", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.662797", - "FacLong": "-96.322517", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15935R", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020223" - }, - { - "ObjectId": "544", - "CWPName": "TURKEY CREEK WWTP", - "SourceID": "TX0062472", - "CWPStreet": "3000FT W FMR 2818, APPROX 4M SE ST HWY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77807", - "MasterExternalPermitNmbr": null, - "RegistryID": "110017890460", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.62075", - "FacLong": "-96.383833", - "CWPTotalDesignFlowNmbr": ".75", - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0062472", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002031" - }, - { - "ObjectId": "545", - "CWPName": "TXDOT BRY CSJ 0212-03-050", - "SourceID": "TXR1562KP", - "CWPStreet": "FM 158 FROM SH 6 SB FRONTAGE ROAD TO N TEXAS AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071338298", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.672", - "FacLong": "-96.339", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1562KP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410019011" - }, - { - "ObjectId": "546", - "CWPName": "TXDOT BRY CSJ 2399-01-074", - "SourceID": "TXR1504EF", - "CWPStreet": "FM 2818 FROM 0.5 MILES N OF FM 60 TO FM 2154", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070891106", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.592", - "FacLong": "-96.354", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1504EF TXR1541EI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "547", - "CWPName": "TXDOT BRY CSJ 2399-01-074", - "SourceID": "TXR1541EI", - "CWPStreet": "FM 2818 FROM 0.5 MILES N OF FM 60 TO FM 2154", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070891106", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.592", - "FacLong": "-96.354", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1504EF TXR1541EI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "548", - "CWPName": "TXDOT BRY CSJ 2851-01-050", - "SourceID": "TXR1566LM", - "CWPStreet": "FM 2818 FROM BECK ST TO 0.1 MILES S OF LEONARD RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071365800", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.65", - "FacLong": "-96.396", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1566LM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006054" - }, - { - "ObjectId": "549", - "CWPName": "TXDOT CSJ 0049-12-096", - "SourceID": "TXR15454M", - "CWPStreet": "SH 6 FROM SH 21 TO FM 158", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070189753", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.7", - "FacLong": "-96.36", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15454M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "550", - "CWPName": "TXDOT CSJ 0506-01-105", - "SourceID": "TXR15798A", - "CWPStreet": "FM 60/FM 2818 INTERCHANGE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070191931", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6", - "FacLong": "-96.36", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15039B TXR15798A", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "551", - "CWPName": "TXDOT CSJ 0506-01-105", - "SourceID": "TXR15039B", - "CWPStreet": "FM 60/FM 2818 INTERCHANGE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070191931", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6", - "FacLong": "-96.36", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15039B TXR15798A", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "552", - "CWPName": "TXDOT CSJ 0917-29-129", - "SourceID": "TXR15382G", - "CWPStreet": "SH 308 FROM FM 1179 TO INLOW STREET", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070195678", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.64", - "FacLong": "-96.36", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15321G TXR15382G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "553", - "CWPName": "TXDOT CSJ 0917-29-129", - "SourceID": "TXR15321G", - "CWPStreet": "SH 308 FROM FM 1179 TO INLOW STREET", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070195678", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.64", - "FacLong": "-96.36", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15321G TXR15382G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "554", - "CWPName": "TXI BRYAN FOUNTAIN READY MIX", - "SourceID": "TXG111360", - "CWPStreet": "1610 FOUNTAIN AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXG110000", - "RegistryID": "110035086297", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.65385", - "FacLong": "-96.37476", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXG111360", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "555", - "CWPName": "UNIVERSITY ACRES WWTP", - "SourceID": "TX0084981", - "CWPStreet": "3500' S-SE INTERX OF FM 2818 AND FM 2154", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77802", - "MasterExternalPermitNmbr": null, - "RegistryID": "110009776778", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.579361", - "FacLong": "-96.321333", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0084981", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020211" - }, - { - "ObjectId": "556", - "CWPName": "UNIVERSITY HEIGHTS COMMERICIAL CENTER PH1", - "SourceID": "TXR15903Z", - "CWPStreet": "START AT HOLLEMAN DRIVE SOUTH AND KENYON DR. PROCE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070598226", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.572674", - "FacLong": "-96.328941", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15903Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "557", - "CWPName": "UNKNOWN", - "SourceID": "TX0097951", - "CWPStreet": "UNKNOWN", - "CWPCity": null, - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "00000", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039168619", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.6567254", - "FacLong": "-96.3023887", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0097951", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "558", - "CWPName": "UNKNOWN", - "SourceID": "TX0090867", - "CWPStreet": "UNKNOWN", - "CWPCity": null, - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "00000", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039182087", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.6567254", - "FacLong": "-96.3023887", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0090867", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "559", - "CWPName": "UPRR BRYAN YARD", - "SourceID": "TXR05EO05", - "CWPStreet": "198 W PEASE ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-4514", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070696699", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.66217", - "FacLong": "-96.37364", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05EO05", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "560", - "CWPName": "UPS BRYAN", - "SourceID": "TXR05O068", - "CWPStreet": "2730 OSBORN LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-5151", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110037861070", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6801", - "FacLong": "-96.34914", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05O068", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004021" - }, - { - "ObjectId": "561", - "CWPName": "UPS BRYAN", - "SourceID": "TXR1567CP", - "CWPStreet": "1069 N EARL RUDDER FWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070826300", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.680594", - "FacLong": "-96.345118", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1567CP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004021" - }, - { - "ObjectId": "562", - "CWPName": "VERABANK AT PROVIDENCE PARK", - "SourceID": "TXR1546CR", - "CWPStreet": "EAST RUDDER FWY. AND PROVIDENCE PKWY.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070824465", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.613053", - "FacLong": "-96.290619", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1546CR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "563", - "CWPName": "VETERANS PARK ATHLETIC COMPLEX", - "SourceID": "TXR15768L", - "CWPStreet": "3101 HARVEY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-9414", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070358225", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.63994", - "FacLong": "-96.29247", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15768L TXR1580DE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "564", - "CWPName": "VETERANS PARK PHASE 1B", - "SourceID": "TXR1580DE", - "CWPStreet": "3101 HARVEY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070358225", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.63994", - "FacLong": "-96.29247", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15768L TXR1580DE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "565", - "CWPName": "VILLAGES AT TRADITIONS PHS. 3", - "SourceID": "TXR10F6QP", - "CWPStreet": "NW OF TRADITIONS BLVD. AND S. TRADITIONS DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070505096", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6134", - "FacLong": "-96.3989", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6QP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "566", - "CWPName": "VILLAGES AT TRADITIONS PHS. 3", - "SourceID": "TXR10F6QI", - "CWPStreet": "NW OF TRADITIONS BLVD. AND SOUTH TRADITIONS DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070502390", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6134", - "FacLong": "-96.3989", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6QI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "567", - "CWPName": "VILLAGES OF INDIAN LAKES PHASE 28", - "SourceID": "TX0136808", - "CWPStreet": "1675 FT SE OF THE INTEREX OF INDIAN LAKES DR AND", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110067173999", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "FacLat": "30.5556499999484", - "FacLong": "-96.2910986604742", - "CWPTotalDesignFlowNmbr": ".018", - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0136808", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - }, - { - "ObjectId": "568", - "CWPName": "VINTAGE ESTATES", - "SourceID": "TXR1518EV", - "CWPStreet": "4101 VINTAGE ESTATES COURT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070924874", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.703306", - "FacLong": "-96.325734", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1518EV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001081" - }, - { - "ObjectId": "569", - "CWPName": "W 28TH STREET", - "SourceID": "TXR1547BO", - "CWPStreet": "AROUND 60 ACRES BORDERING W 28TH STREET, SUNCREST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070818649", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.6624", - "FacLong": "-96.3965", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1547BO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "570", - "CWPName": "WALKONS BISTREAUX MAIN EXT.", - "SourceID": "TXR10F7XB", - "CWPStreet": "WEST OF ARRINGTON RD & TEXAS 6 FRONTAGE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070688194", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5647", - "FacLong": "-96.2665", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7XB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020251" - }, - { - "ObjectId": "571", - "CWPName": "WALKONS BISTREAUX MAIN EXT.", - "SourceID": "TXR10F7X3", - "CWPStreet": "WEST OF ARRINGTON RD. & TEXAS 6 FRONTAGE RD.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070686452", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.5647", - "FacLong": "-96.2665", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7X3", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020251" - }, - { - "ObjectId": "572", - "CWPName": "WATERFORD HEIGHTS ESTATES SUBDIVISION", - "SourceID": "TXR1566GI", - "CWPStreet": "1402 BIRD POND RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071081477", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.58888", - "FacLong": "-96.26444", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1566GI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "573", - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15269Q", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.585", - "FacLong": "-96.266388", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15269Q TXR15293Y TXR15510Y TXR15548Z TXR15713X TXR15908Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "574", - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15510Y", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.585", - "FacLong": "-96.266388", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15269Q TXR15293Y TXR15510Y TXR15548Z TXR15713X TXR15908Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "575", - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15908Y", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.585", - "FacLong": "-96.266388", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15269Q TXR15293Y TXR15510Y TXR15548Z TXR15713X TXR15908Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "576", - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15548Z", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.585", - "FacLong": "-96.266388", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15269Q TXR15293Y TXR15510Y TXR15548Z TXR15713X TXR15908Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "577", - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15713X", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.585", - "FacLong": "-96.266388", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15269Q TXR15293Y TXR15510Y TXR15548Z TXR15713X TXR15908Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "578", - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15293Y", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.585", - "FacLong": "-96.266388", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15269Q TXR15293Y TXR15510Y TXR15548Z TXR15713X TXR15908Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "579", - "CWPName": "WATHEN RESIDENCE", - "SourceID": "TXR1586FW", - "CWPStreet": "3032 HICKORY RIDGE CIR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071066580", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.61096", - "FacLong": "-96.390527", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1586FW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "580", - "CWPName": "WEATHERFORD ESTATES PHS. 3", - "SourceID": "TXR10FA6J", - "CWPStreet": "NE OF BIRD POND ROAD & ROCK PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071221079", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.588", - "FacLong": "-96.2657", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA6J TXR10FA6K", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "581", - "CWPName": "WEATHERFORD ESTATES PHS. 3", - "SourceID": "TXR10FA6K", - "CWPStreet": "NE OF BIRD POND ROAD & ROCK PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071221079", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.588", - "FacLong": "-96.2657", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA6J TXR10FA6K", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "582", - "CWPName": "WELLBORN SETTLEMENT", - "SourceID": "TXR1551BK", - "CWPStreet": "TURN RIGHT FROM GREENSPRAIRIE TO ROYDER RD AND GO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070694976", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.741027", - "FacLong": "-96.342163", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1551BK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "583", - "CWPName": "WELLBORN SIDING NAVASOTA SUBDIVISION MP 63.5 TO MP 65.71", - "SourceID": "TXR15963U", - "CWPStreet": "WEST OF FM 2154, WELLBORN RD N, TX BETWEEN GREEN P", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070500088", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.59941", - "FacLong": "-96.33598", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15963U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410016081" - }, - { - "ObjectId": "584", - "CWPName": "WEST 26TH STREET REHABILITATION", - "SourceID": "TXR15152O", - "CWPStreet": "WEST 26TH STREET, FROM PARKER AVE. TO BRAZOS AVE.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070356159", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.67512", - "FacLong": "-96.38601", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15152O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006032" - }, - { - "ObjectId": "585", - "CWPName": "WESTINGHOUSE PROVIDENCE PARK", - "SourceID": "TXR1563CV", - "CWPStreet": "OFF OF EARL RUDDER FWY S NEXT TO ACADEMY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070826029", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.6146", - "FacLong": "-96.2919", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1563CV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "586", - "CWPName": "WOLF DEN SUBDIVISION", - "SourceID": "TXR1521IB", - "CWPStreet": "SOUTHWEST FROM THE CORNER OF JEANNE DR AND MCLAREN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071222042", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.555277", - "FacLong": "-96.297322", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1521IB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020182" - }, - { - "ObjectId": "587", - "CWPName": "WOODVILLE ROAD IMPROVEMENTS", - "SourceID": "TXR1534BT", - "CWPStreet": "LOCATED ALONG WOODVILLE RD, FROM STATE HWY 6 TO OL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070711455", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "FacLat": "30.71338", - "FacLong": "-96.37897", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1534BT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "588", - "CWPName": "XPO LOGISTICS FREIGHT LBY", - "SourceID": "TXR05K375", - "CWPStreet": "417 PALASOTA DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-3844", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070375241", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.65876", - "FacLong": "-96.37606", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05K375", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006051" - }, - { - "ObjectId": "589", - "CWPName": "YAUPON TRAILS", - "SourceID": "TXR15102Z", - "CWPStreet": "4509 HARDY WEEDON ROAD, BRYAN, TX 77808", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070569623", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "FacLat": "30.64963", - "FacLong": "-96.26082", - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15102Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001063" - } - ] - } -} diff --git a/vignettes/articles/int/0/cwa_rest_services.get_geojson-6fc0a8.json b/vignettes/articles/int/0/cwa_rest_services.get_geojson-6fc0a8.json deleted file mode 100644 index daa65c2..0000000 --- a/vignettes/articles/int/0/cwa_rest_services.get_geojson-6fc0a8.json +++ /dev/null @@ -1,21798 +0,0 @@ -{ - "type": "FeatureCollection", - "features": [ - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.349641, - 30.608505 - ] - }, - "properties": { - "CWPName": "066-3344 BORLAUG CENTER RENOVATION ADDITION", - "SourceID": "TXR1579LK", - "CWPStreet": "600 JOHN KIMBROUGH BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843-0001", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071363697", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1579LK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3341, - 30.6689 - ] - }, - "properties": { - "CWPName": "2900 SPECTOR DRIVE", - "SourceID": "TXR1571JJ", - "CWPStreet": "2900 SPECTOR DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071297316", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1571JJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020223" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3274, - 30.69149 - ] - }, - "properties": { - "CWPName": "2901 SPECTOR DRIVE", - "SourceID": "TXR1531KC", - "CWPStreet": "2901 SPECTOR DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071321704", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1531KC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.384101, - 30.610446 - ] - }, - "properties": { - "CWPName": "3444 MAHOGANY DRIVE", - "SourceID": "TXR1509EW", - "CWPStreet": "SOUTHWEST OF THE INTERSECTION OF MAHOGANY DRIVE AN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070926834", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509EW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.30831, - 30.67701 - ] - }, - "properties": { - "CWPName": "5113 INVERNESS DR", - "SourceID": "TXR1542EK", - "CWPStreet": "5113 INVERNESS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070891238", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1542EK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.294929, - 30.57004 - ] - }, - "properties": { - "CWPName": "777 GRAHAM RD", - "SourceID": "TXR1578AE", - "CWPStreet": "777 GRAHAM RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070621969", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1578AE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020061" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.353324, - 30.690423 - ] - }, - "properties": { - "CWPName": "8.5 ACRE DEVELOPMENT SH-6", - "SourceID": "TXR1535BW", - "CWPStreet": "NORTHWEST INTERSECTION OF MARTIN LUTHER KING JR ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070742570", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1535BW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.35083, - 30.67606 - ] - }, - "properties": { - "CWPName": "ACADEMY CONDOMINIUMS", - "SourceID": "TXR1508FA", - "CWPStreet": "1326 PRAIRIE DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070924925", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1508FA TXR1512HZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.35083, - 30.67606 - ] - }, - "properties": { - "CWPName": "ACADEMY CONDOS", - "SourceID": "TXR1512HZ", - "CWPStreet": "1326 PRAIRIE DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070924925", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1508FA TXR1512HZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.349706, - 30.677975 - ] - }, - "properties": { - "CWPName": "ACADEMY PRESERVE - PH 1 & 2", - "SourceID": "TXR1504IX", - "CWPStreet": "SEC OF OSBORN LANE AND PRAIRIE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071255086", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1504IX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.350853, - 30.678382 - ] - }, - "properties": { - "CWPName": "ACADEMY PRESERVE PHS 1", - "SourceID": "TXR1527JO", - "CWPStreet": "SE OF OSBORN LN & FOREST GLEN CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071296128", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1527JO TXR1589JN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.350853, - 30.678382 - ] - }, - "properties": { - "CWPName": "ACADEMY PRESERVE PHS 1", - "SourceID": "TXR1589JN", - "CWPStreet": "SE OF OSBORN LN & FOREST GLEN CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071296128", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1527JO TXR1589JN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.351064, - 30.677811 - ] - }, - "properties": { - "CWPName": "ACADEMY PRESERVE PHS 2", - "SourceID": "TXR1588JN", - "CWPStreet": "EAST OF PRAIRIE DR & OSBORN LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071298038", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1526JO TXR1588JN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.351064, - 30.677811 - ] - }, - "properties": { - "CWPName": "ACADEMY PRESERVE PHS 2", - "SourceID": "TXR1526JO", - "CWPStreet": "EAST OF PRAIRIE DR & OSBORN LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071298038", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1526JO TXR1588JN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2849, - 30.61411 - ] - }, - "properties": { - "CWPName": "ACE TOWNHOME", - "SourceID": "TXR15667I", - "CWPStreet": "2136 CHESTNUT OAK CIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-4168", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070364352", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15667I", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2910986604742, - 30.5556499999484 - ] - }, - "properties": { - "CWPName": "AGGIE ACRES WWTP", - "SourceID": "TX0132187", - "CWPStreet": "800 FT SE OF N DOWLING RD APPROX 600 FT SW OF WALN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110064633829", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0132187", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.336011, - 30.610753 - ] - }, - "properties": { - "CWPName": "AGGIE CREAMERY", - "SourceID": "TXR1547JP", - "CWPStreet": "SW OF THROCKMORTON ST & LEWIS ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071310058", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1546JP TXR1547JP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.336011, - 30.610753 - ] - }, - "properties": { - "CWPName": "AGGIE CREAMERY", - "SourceID": "TXR1546JP", - "CWPStreet": "SW OF THROCKMORTON ST & LEWIS ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071310058", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1546JP TXR1547JP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.335423, - 30.608471 - ] - }, - "properties": { - "CWPName": "AGGIE PARK - TEXAS A&M UNIVERSITY", - "SourceID": "TXR1543FV", - "CWPStreet": "800 THROCKMORTON STREET", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071065667", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1543FV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.336761, - 30.606457 - ] - }, - "properties": { - "CWPName": "AGGIELAND OUTFITTERS", - "SourceID": "TXR1533KO", - "CWPStreet": "100 FAIRVIEW AVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071336142", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1533KO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410016082" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.35087, - 30.61381 - ] - }, - "properties": { - "CWPName": "AGRILIFE PHENOTYPING GREENHOUSE", - "SourceID": "TXR1582BA", - "CWPStreet": "950 AGRONOMY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070672916", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1582BA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3655202, - 30.6665755 - ] - }, - "properties": { - "CWPName": "AGRIVEST SWINE FEEDLOT", - "SourceID": "TX0121240", - "CWPStreet": "SWISHER COUNTY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "01", - "CWPZip": "00000", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039193271", - "CWPCounty": "Swisher", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0120421 TX0121240", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.396645, - 30.585673 - ] - }, - "properties": { - "CWPName": "AIRGAS", - "SourceID": "TXR1506HK", - "CWPStreet": "5924 MATRIX DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071177760", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1506HK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37142, - 30.6424 - ] - }, - "properties": { - "CWPName": "ALENCO WINDOWS", - "SourceID": "TXR05U808", - "CWPStreet": "615 W CARSON ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801-1102", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110000464284", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": "TX0000004804100023", - "NPDESIDs": "TXR05U808", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.284154, - 30.594 - ] - }, - "properties": { - "CWPName": "AMAZONCOM SERVICES LLC - PTX3", - "SourceID": "TXRNEBZ80", - "CWPStreet": "400 TECHNOLOGY PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110071359258", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXRNEBZ80", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.265664, - 30.558003 - ] - }, - "properties": { - "CWPName": "ANDREWS ORTHODONTIST AND RETAIL BUILDING", - "SourceID": "TXR15193R", - "CWPStreet": "1098 ARRINGTON RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070368658", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15193R", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.329507, - 30.591193 - ] - }, - "properties": { - "CWPName": "ANDYS FROZEN CUSTARD - COLLEGE STATION", - "SourceID": "TXR1547HZ", - "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.10 MILES EAST OF T", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071203278", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1547HZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410016041" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.352771, - 30.592877 - ] - }, - "properties": { - "CWPName": "ASTIN AVIATION", - "SourceID": "TXR05CE76", - "CWPStreet": "1770 GEORGE BUSH DR W", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-4761", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070360445", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05CE76", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.29793, - 30.62357 - ] - }, - "properties": { - "CWPName": "AT HOME - COLLEGE STATION TX", - "SourceID": "TXR15591P", - "CWPStreet": "2301 EARL RUDDER FWY S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-6027", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070358552", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15591P", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37165, - 30.64816 - ] - }, - "properties": { - "CWPName": "ATKINS STREET POWER STATION", - "SourceID": "TX0027952", - "CWPStreet": "601 ATKINS STREET", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77801", - "MasterExternalPermitNmbr": null, - "RegistryID": "110001866623", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": "TX0000004804100001", - "NPDESIDs": "TX0027952", - "SDWAIDs": "TX0210001", - "CWPDateLastInspSt": "2015-08-18T00:00:00.00+00:00", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3732, - 30.6579 - ] - }, - "properties": { - "CWPName": "ATOFINA CHEMICALS, INC.", - "SourceID": "TX0108863", - "CWPStreet": "SW OF THE MO PACIFIC RR &", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77801", - "MasterExternalPermitNmbr": null, - "RegistryID": "110000464293", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0108863", - "SDWAIDs": null, - "CWPDateLastInspSt": "2009-01-29T00:00:00.00+00:00", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.32514, - 30.61166 - ] - }, - "properties": { - "CWPName": "AURORA GARDENS", - "SourceID": "TXR1575AS", - "CWPStreet": "400 AURORA CT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070670028", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1575AS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410016082" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3297, - 30.6849 - ] - }, - "properties": { - "CWPName": "AUSTIN COLONY PHS. 18", - "SourceID": "TXR10F6X1", - "CWPStreet": "NE OF BULLINGER CREEK DR. & COLONY VILLAGE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070517646", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6X1", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3297, - 30.6849 - ] - }, - "properties": { - "CWPName": "AUSTIN COLONY PHS. 18", - "SourceID": "TXR10F6WR", - "CWPStreet": "NE OF BULLINGER CREEK DRIVE & COLONY VILLAGE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070518130", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6WR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3277, - 30.69 - ] - }, - "properties": { - "CWPName": "AUSTIN'S COLONY PHS. 20", - "SourceID": "TXR10F8GB", - "CWPStreet": "NW OF THORNBERRY DRIVE & BULLINGER CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070826173", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8G3 TXR10F8GB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3277, - 30.69 - ] - }, - "properties": { - "CWPName": "AUSTIN'S COLONY PHS. 20", - "SourceID": "TXR10F8G3", - "CWPStreet": "NW OF THORNBERRY DRIVE & BULLINGER CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070826173", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8G3 TXR10F8GB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.336121, - 30.689092 - ] - }, - "properties": { - "CWPName": "AUSTINS COLNY PHASE 18", - "SourceID": "TXR15651L", - "CWPStreet": "1000 FT WEST OF THORNBERRY DR. ON BULLINGER CREEK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365392", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15651L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.333552, - 30.670227 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY", - "SourceID": "TXR1528FK", - "CWPStreet": "THE INTERSECTION OF HWY. 6 AND F.M. 158", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365926", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1528FK TXR15363O TXR1596JO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020223" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.333552, - 30.670227 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY", - "SourceID": "TXR1596JO", - "CWPStreet": "THE INTERSECTION OF HWY. 6 AND F.M. 158", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365926", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1528FK TXR15363O TXR1596JO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020223" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.333552, - 30.670227 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY", - "SourceID": "TXR15363O", - "CWPStreet": "THE INTERSECTION OF HWY. 6 AND F.M. 158", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365926", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1528FK TXR15363O TXR1596JO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020223" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.327086, - 30.689669 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY PHS 21A", - "SourceID": "TXR1597JS", - "CWPStreet": "NE OF BULLINGER CREEK DR & WOLFPACK LP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071298173", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509JU TXR1597JS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.327086, - 30.689669 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY PHS 21A", - "SourceID": "TXR1509JU", - "CWPStreet": "NE OF BULLINGER CREEK DR & WOLFPACK LP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071298173", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509JU TXR1597JS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33327, - 30.67201 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15333O", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33327, - 30.67201 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1517ED", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33327, - 30.67201 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15615N", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33327, - 30.67201 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1564DR", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33327, - 30.67201 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15812A", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33327, - 30.67201 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1585AY", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33327, - 30.67201 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1535CL", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33327, - 30.67201 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15904G", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33327, - 30.67201 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15227M", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.328912, - 30.68641 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1533HA", - "CWPStreet": "2987 ARCHER DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071143638", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1533HA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33327, - 30.67201 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1509CS", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33327, - 30.67201 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1563ET", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.327244, - 30.690106 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1515EF", - "CWPStreet": "3008 BLACKFOOT CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070892071", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1515EF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33327, - 30.67201 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15484T", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33327, - 30.67201 - ] - }, - "properties": { - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15376U", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365585", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509CS TXR1517ED TXR15227M TXR15333O TXR1535CL TXR15376U TXR15484T TXR15615N TXR1563ET TXR1564DR TXR15812A TXR1585AY TXR15904G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33354, - 30.69129 - ] - }, - "properties": { - "CWPName": "AUSTINS ESTATE SUBDIVISION LOT 2 BLOCK 1 PHASE 6", - "SourceID": "TXR15725T", - "CWPStreet": "2800 THORNBERRY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070392439", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15725T", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3265, - 30.69 - ] - }, - "properties": { - "CWPName": "AUSTIN’S COLONY PHS. 22A", - "SourceID": "TXR10FA3F", - "CWPStreet": "NW OF THORNBERRY DR. & ARCHER CIRCLE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071203234", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA3F TXR10FA3O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3265, - 30.69 - ] - }, - "properties": { - "CWPName": "AUSTIN’S COLONY PHS. 22A", - "SourceID": "TXR10FA3O", - "CWPStreet": "NW OF THORNBERRY DR. & ARCHER CIRCLE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071203234", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA3F TXR10FA3O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33883, - 30.678087 - ] - }, - "properties": { - "CWPName": "BANK OF BCS", - "SourceID": "TXR1566LL", - "CWPStreet": "FROM HOUSTON, TEXAS TAKE 290 WEST TO HWY 6 TOWARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071365172", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1566LL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.319932, - 30.575587 - ] - }, - "properties": { - "CWPName": "BARRACKS MULTI-FAMILY", - "SourceID": "TXR1595FD", - "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.6 MILES NORTHWEST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070937706", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1595FD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020211" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.29154, - 30.55661 - ] - }, - "properties": { - "CWPName": "BARRON CREST SUBDIVISION", - "SourceID": "TXR15610N", - "CWPStreet": "2716 BARRON RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-9168", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070357366", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15610N", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020181" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.285237, - 30.613008 - ] - }, - "properties": { - "CWPName": "BEE CREEK SANITARY SEWER TRUNK LINE REHABILITATION PHASE 2", - "SourceID": "TXR15647M", - "CWPStreet": "THE SITE RUNS FROM NEAR THE INTERSECTION OF N FORE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070376391", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15647M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.362522, - 30.637365 - ] - }, - "properties": { - "CWPName": "BIGSHOTS GOLF AGGIELAND", - "SourceID": "TXR1580BW", - "CWPStreet": "400 W. VILLA MARIA ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070740431", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1580BW TXR1590EI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410010014" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.362522, - 30.637365 - ] - }, - "properties": { - "CWPName": "BIGSHOTS GOLF AGGIELAND", - "SourceID": "TXR1590EI", - "CWPStreet": "400 W. VILLA MARIA ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070740431", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1580BW TXR1590EI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410010014" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.38841, - 30.643854 - ] - }, - "properties": { - "CWPName": "BISD MAINTENANCE AND TRANSPORTATION", - "SourceID": "TXR1566LU", - "CWPStreet": "SOUTHWEST OF LEONARD ROAD & NORTH HARVEY MITCHELL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "TXR1566LU", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1566LU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.375, - 30.703333 - ] - }, - "properties": { - "CWPName": "BONHAM TRACE", - "SourceID": "TXR1542EA", - "CWPStreet": "INTERSECTION OF WILLHELM DRIVE AND OLD HEARNE ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070885244", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1542EA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.372618, - 30.705008 - ] - }, - "properties": { - "CWPName": "BONHAM TRACE PHASE 2", - "SourceID": "TXR1551KU", - "CWPStreet": "INTERSECTION OF OLD HEARNE RD AND MESSENGER WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071344745", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1551KU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.373557, - 30.704716 - ] - }, - "properties": { - "CWPName": "BONHAM TRACE SUBDIVISION PHASE 2", - "SourceID": "TXR1532LE", - "CWPStreet": "INTERSECTION OLD HEARNE ROAD & MESSENGER WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071359000", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1532LE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.30511, - 30.67176 - ] - }, - "properties": { - "CWPName": "BONN RESIDENCE", - "SourceID": "TXR1566DE", - "CWPStreet": "4715 MIRAMONT CIR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070839227", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1566DE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.397149, - 30.627403 - ] - }, - "properties": { - "CWPName": "BOULDER CREEK PH 1", - "SourceID": "TXR15836U", - "CWPStreet": "START AT JESTER TRAIL AND CHICK LN IN BRYAN TEXAS.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070504331", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15836U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002061" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.396908, - 30.628026 - ] - }, - "properties": { - "CWPName": "BOULDER CREEK SUBDIVISION", - "SourceID": "TXR1578BQ", - "CWPStreet": "1906 CAMBRIA", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070711004", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1578BQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002061" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.30523, - 30.66325 - ] - }, - "properties": { - "CWPName": "BOWMAN", - "SourceID": "TXR15771L", - "CWPStreet": "4236 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802-3674", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070373045", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15771L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020222" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.387629, - 30.659601 - ] - }, - "properties": { - "CWPName": "BOYS AND GIRLS CLUB OF BRAZOS VALLEY", - "SourceID": "TXR1521CI", - "CWPStreet": "1910 BECK ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070792820", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1521CI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006061" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.354944, - 30.582417 - ] - }, - "properties": { - "CWPName": "BRAYTON FIRE TRAINING FIELD", - "SourceID": "TX0090883", - "CWPStreet": "1595 NUCLEAR SCIENCE RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "778438000", - "MasterExternalPermitNmbr": null, - "RegistryID": "110009747060", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "DMRs: Regular Submission Frequency", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0090883", - "SDWAIDs": null, - "CWPDateLastInspSt": "2022-07-13T00:00:00.00+00:00", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020142" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.394756, - 30.674511 - ] - }, - "properties": { - "CWPName": "BRAZOS COUNTY JUVENILE JUSTICE CENTER", - "SourceID": "TXR15013P", - "CWPStreet": "1904 W HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-1217", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070363152", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15013P", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.333611, - 30.565833 - ] - }, - "properties": { - "CWPName": "BRAZOS COUNTY MS4", - "SourceID": "TXR040172", - "CWPStreet": "URBANIZED AREA OUTSIDE CITY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR040000", - "RegistryID": "110038372695", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR040172", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.406258, - 30.571403 - ] - }, - "properties": { - "CWPName": "BRAZOS VALLEY REYCLING", - "SourceID": "TXR05BU23", - "CWPStreet": "8825 STEWARTS MDWS", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8536", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070370621", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BU23", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.38191, - 30.6955 - ] - }, - "properties": { - "CWPName": "BRICKYARD METAL RECYCLING", - "SourceID": "TXR05BQ65", - "CWPStreet": "2800 N TEXAS AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-1039", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070357640", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BQ65", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.342494, - 30.60311 - ] - }, - "properties": { - "CWPName": "BRIGHT AREA DEVELOPMENT - INDOOR TRACK", - "SourceID": "TXR1585KQ", - "CWPStreet": "NWC OF OLSEN BLVD. AND GEORGE BUSH DRIVE WEST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071336036", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1585KQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33982, - 30.60755 - ] - }, - "properties": { - "CWPName": "BRIGHT AREA REDEVELOPMENT SUP PROJECTS ONE AND TWO", - "SourceID": "TXR1547KE", - "CWPStreet": "NEC OF GEORGE BUSH DRIVE AND WELLBORN ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071320637", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1547KE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2910986604742, - 30.5556499999484 - ] - }, - "properties": { - "CWPName": "BRM 5", - "SourceID": "TXG111948", - "CWPStreet": "1391 OLD ARRINGTON RD", - "CWPCity": "BRYAN-COLLEGE STATION DIVISION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXG110000", - "RegistryID": "110070004135", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXG111948", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3838, - 30.6052 - ] - }, - "properties": { - "CWPName": "BROADSTONE TRADITIONS", - "SourceID": "TXR10F50D", - "CWPStreet": "NW OF ATLAS PEAR DRIVE AND F AND B ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070110186", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F50D TXR10F50H", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.38078, - 30.60482 - ] - }, - "properties": { - "CWPName": "BROADSTONE TRADITIONS", - "SourceID": "TXR15515C", - "CWPStreet": "8000 ATLAS PEAR DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1400", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070371026", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15515C", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3838, - 30.6052 - ] - }, - "properties": { - "CWPName": "BROADSTONE TRADITIONS", - "SourceID": "TXR10F50H", - "CWPStreet": "NW OF ATLAS PEAR DRIVE AND F AND B ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070110186", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F50D TXR10F50H", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.376413, - 30.602334 - ] - }, - "properties": { - "CWPName": "BROADSTONE TRADITIONS II", - "SourceID": "TXR1562AD", - "CWPStreet": "8175 ATLAS PEAR DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070618444", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1562AD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.34567, - 30.71106 - ] - }, - "properties": { - "CWPName": "BRYAN BIN", - "SourceID": "TXR05BD69", - "CWPStreet": "6941 E HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110033506828", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BD69", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.35399, - 30.7047 - ] - }, - "properties": { - "CWPName": "BRYAN FACILITY", - "SourceID": "TXR05T396", - "CWPStreet": "1613 GOOSENECK DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0923", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070365035", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05T396", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.375174, - 30.70793 - ] - }, - "properties": { - "CWPName": "BRYAN INTERMEDIATE SCHOOL3", - "SourceID": "TXR1582GB", - "CWPStreet": "3009 BONHAM DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071073318", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1582GB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.396805, - 30.67347 - ] - }, - "properties": { - "CWPName": "BRYAN IRON & METAL", - "SourceID": "TXR05AZ74", - "CWPStreet": "2011 W HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-1220", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110033433504", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05AZ74", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410005011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.387605, - 30.636595 - ] - }, - "properties": { - "CWPName": "BRYAN ISD TRANSPORTATION MAINTENANANCE FACILITY", - "SourceID": "TXR1590LH", - "CWPStreet": "851 N HARVY MTCL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1016", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071363013", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1590LH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002061" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.358529, - 30.639802 - ] - }, - "properties": { - "CWPName": "BRYAN MIDTOWN PARK", - "SourceID": "TXR1583DA", - "CWPStreet": "LOCATED AT HE NW CORNER OF W. VILLA MARIA RD AND S", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070829385", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1583DA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36695, - 30.64274 - ] - }, - "properties": { - "CWPName": "BRYAN MIDTOWN PARK PH 5A", - "SourceID": "TXR1502FT", - "CWPStreet": "INTERSECTION OF BOMBERS DRIVE AND WILLAIMSON DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071065633", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1502FT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37749, - 30.651132 - ] - }, - "properties": { - "CWPName": "BRYAN PLACE ADDITION", - "SourceID": "TXR15473T", - "CWPStreet": "1222 BITTLE LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070389669", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15473T", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.358529, - 30.639802 - ] - }, - "properties": { - "CWPName": "BRYAN REGIONAL PARK - PHASE 1B & 3A", - "SourceID": "TXR1541BW", - "CWPStreet": "NORTHWEST CORNER OF WEST VILLA MARIA RD AND SOUTH", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070740911", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1541BW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.392167, - 30.711024 - ] - }, - "properties": { - "CWPName": "BRYAN STILL CREEK CULVERTS", - "SourceID": "TXR1586EG", - "CWPStreet": "WOODVILLE DRIVE AT CREEKWOOD DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070891832", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1586EG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.401079, - 30.718509 - ] - }, - "properties": { - "CWPName": "BRYAN TEXAS UTILITIES ADMINISTRATION BUILDING", - "SourceID": "TXR1544LL", - "CWPStreet": "2611 N EARL RUDDER FWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071365528", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1544LL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.390269, - 30.595815 - ] - }, - "properties": { - "CWPName": "BRYAN WEST TIE-IN", - "SourceID": "TXR10F47A", - "CWPStreet": "HIGHWAY 47 & HEALTH SCIENCE CENTER PARKWAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070048849", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F47A", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37165, - 30.64816 - ] - }, - "properties": { - "CWPName": "BTU ELECTRICAL DISTRIBUTION CENTER SITE RECLAMATION", - "SourceID": "TXR1515DE", - "CWPStreet": "601 ATKINS ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801-1128", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070837618", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1515DE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.370785, - 30.645506 - ] - }, - "properties": { - "CWPName": "BTU ELECTRICAL DISTRIBUTION SERVICE CENTER SITE IMPROVEMENTS", - "SourceID": "TXR1583EA", - "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.25 MILES NORTHEAST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070883973", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1583EA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.382579, - 30.602224 - ] - }, - "properties": { - "CWPName": "BUILDING B5 TRADITIONS SUBDIVISION", - "SourceID": "TXR1596GP", - "CWPStreet": "4115 LAKE ATLAS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071097267", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1596GP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.320918, - 30.641482 - ] - }, - "properties": { - "CWPName": "BURTON CREEK WWTP", - "SourceID": "TXR05EY18", - "CWPStreet": "300 PARK RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070374008", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05EY18 TXR05Q529", - "SDWAIDs": null, - "CWPDateLastInspSt": "2021-11-02T00:00:00.00+00:00", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.320498, - 30.641198 - ] - }, - "properties": { - "CWPName": "BURTON CREEK WWTP", - "SourceID": "TX0022616", - "CWPStreet": "300 PARK RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77805", - "MasterExternalPermitNmbr": null, - "RegistryID": "110000502769", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": 8, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "DMRs: Regular Submission Frequency | Pretreatment Program Reports | Sewage Sludge/Biosolids Annual Program Reports | Sewer Overflow/Bypass Event Reports", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0022616", - "SDWAIDs": null, - "CWPDateLastInspSt": "2021-11-02T00:00:00.00+00:00", - "BiosolidsFlag": "Y", - "CensusBlockGroup2020": "480410013011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.320918, - 30.641482 - ] - }, - "properties": { - "CWPName": "BURTON CREEK WWTP", - "SourceID": "TXR05Q529", - "CWPStreet": "300 PARK RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77805", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070374008", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05EY18 TXR05Q529", - "SDWAIDs": null, - "CWPDateLastInspSt": "2021-11-02T00:00:00.00+00:00", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.35576, - 30.699232 - ] - }, - "properties": { - "CWPName": "BYOT", - "SourceID": "TXR15946Y", - "CWPStreet": "3738 HIGHWAY 21 E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0933", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070567698", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05EK31 TXR15946Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.35576, - 30.699232 - ] - }, - "properties": { - "CWPName": "BYOT AUTO PARTS", - "SourceID": "TXR05EK31", - "CWPStreet": "3738 HIGHWAY 21 E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0933", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070567698", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05EK31 TXR15946Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3665, - 30.6921 - ] - }, - "properties": { - "CWPName": "C-STORE HWY 21 GAS EXTENSION", - "SourceID": "TXR10F7WE", - "CWPStreet": "SW OF BOATWRIGHT ST. & BROOKHAVEN ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070674223", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7VR TXR10F7WE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3665, - 30.6921 - ] - }, - "properties": { - "CWPName": "C-STORE HWY 21 GAS EXTENSION", - "SourceID": "TXR10F7VR", - "CWPStreet": "SW OF BOATWRIGHT ST. & BROOKHAVEN ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070674223", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7VR TXR10F7WE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.343497, - 30.611687 - ] - }, - "properties": { - "CWPName": "CAIN HALL REDEVELOPMENT", - "SourceID": "TXR15082K", - "CWPStreet": "500 GENE STALLINGS BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070372701", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15082K", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3875, - 30.6705 - ] - }, - "properties": { - "CWPName": "CAMILLO - LEONARD CROSSING", - "SourceID": "TXR15765W", - "CWPStreet": "ALONG LEONARD DRIVE AND CROSSING DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070545744", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15765W", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006032" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.40263, - 30.71515 - ] - }, - "properties": { - "CWPName": "CAMILLO - OAKWOOD FOREST", - "SourceID": "TXR15233O", - "CWPStreet": "NORTH OF N. TX AVE. AT OAKWOOD FOREST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070371167", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15233O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.330642, - 30.59065 - ] - }, - "properties": { - "CWPName": "CAMPUS CORNER - STARBUCKS AND CHIPOTLE", - "SourceID": "TXR1554EV", - "CWPStreet": "1421 WELLBORN RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070930883", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1554EV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410016041" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.378632, - 30.603079 - ] - }, - "properties": { - "CWPName": "CAMWEST PHASE 1", - "SourceID": "TXR15935O", - "CWPStreet": "8872 HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1107", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365419", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15935O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.26336, - 30.559131 - ] - }, - "properties": { - "CWPName": "CAO RETAIL SPACE BUILDOUT", - "SourceID": "TXR1559IP", - "CWPStreet": "SEC OF PRIVATE DRIVE A AND C AT ARRINGTON ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071240626", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1559IP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.347477, - 30.70925 - ] - }, - "properties": { - "CWPName": "CARRABBA INDUSTRIAL PARK PHASE 11 & 13 A", - "SourceID": "TXR15543S", - "CWPStreet": "ON HWY 21, 1.1 MILES EAST FROM THE INTERSECTION OF", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070383846", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15543S", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.298574, - 30.633016 - ] - }, - "properties": { - "CWPName": "CARTER CREEK CONDOS PHASE 2", - "SourceID": "TXR1516LM", - "CWPStreet": "1451 ASSCOIATES AVENUE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071363999", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1516LM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28182, - 30.61602 - ] - }, - "properties": { - "CWPName": "CARTER CREEK WWTP", - "SourceID": "TX0047163", - "CWPStreet": "2200 NORTH FOREST PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110070368526", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": 9.5, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "DMRs: Regular Submission Frequency | Sewage Sludge/Biosolids Annual Program Reports | Sewer Overflow/Bypass Event Reports", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0047163 TXR05CU94 TXR05FH76", - "SDWAIDs": null, - "CWPDateLastInspSt": "2022-04-13T00:00:00.00+00:00", - "BiosolidsFlag": "Y", - "CensusBlockGroup2020": "480410020011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3592, - 30.6595 - ] - }, - "properties": { - "CWPName": "CARTER HEIGHTS", - "SourceID": "TXR10F8EC", - "CWPStreet": "NW OF OAK KNOLL PLACE & BENNETT ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070817534", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8E6 TXR10F8EC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410008004" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3592, - 30.6595 - ] - }, - "properties": { - "CWPName": "CARTER HEIGHTS", - "SourceID": "TXR10F8E6", - "CWPStreet": "NW OF OAK KNOLL PLACE & BENNETT ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070817534", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8E6 TXR10F8EC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410008004" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28182, - 30.61602 - ] - }, - "properties": { - "CWPName": "CARTERS CREEK WASTEWATER TREATMENT PLANT", - "SourceID": "TXR05FH76", - "CWPStreet": "2200 N FOREST PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070368526", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0047163 TXR05CU94 TXR05FH76", - "SDWAIDs": null, - "CWPDateLastInspSt": "2022-06-14T00:00:00.00+00:00", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28182, - 30.61602 - ] - }, - "properties": { - "CWPName": "CARTERS CREEK WASTEWATER TREATMENT PLANT", - "SourceID": "TXR05CU94", - "CWPStreet": "2200 N FOREST PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070368526", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0047163 TXR05CU94 TXR05FH76", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2910986604742, - 30.5556499999484 - ] - }, - "properties": { - "CWPName": "CASTA WWTF", - "SourceID": "TX0143740", - "CWPStreet": "2640 FT SE OF THE INTERSECTION OF RAYMOND STOTZER ", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110071365058", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": 0.12, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0143740", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.34114, - 30.61778 - ] - }, - "properties": { - "CWPName": "CENTRAL UTILITY PLANT", - "SourceID": "TX0002747", - "CWPStreet": "222 IRELAND ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77843", - "MasterExternalPermitNmbr": null, - "RegistryID": "110009782226", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": 0.93, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "DMRs: Regular Submission Frequency", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0002747", - "SDWAIDs": null, - "CWPDateLastInspSt": "2020-06-12T00:00:00.00+00:00", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.380133, - 30.631008 - ] - }, - "properties": { - "CWPName": "CHICK-FIL-A - BRYAN BRAZOS VALLEY MARKETPLACE", - "SourceID": "TXR1524DR", - "CWPStreet": "1542 W. VILLA MARIA RD.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070877491", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524DR TXR1548EO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002032" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.380133, - 30.631008 - ] - }, - "properties": { - "CWPName": "CHICK-FIL-A - BRYAN BRAZOS VALLEY MARKETPLACE", - "SourceID": "TXR1548EO", - "CWPStreet": "1542 W. VILLA MARIA RD.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070877491", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524DR TXR1548EO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002032" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.324353, - 30.585547 - ] - }, - "properties": { - "CWPName": "CHICK-FIL-A - COLLEGE STATION FM 2818 & WELLBORN TX 4215", - "SourceID": "TXR15499V", - "CWPStreet": "HARVEY MITCHELL PARKWAY SOUTH AND WELLBORN ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070519038", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15499V TXR15876W", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018033" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.324353, - 30.585547 - ] - }, - "properties": { - "CWPName": "CHICK-FIL-A - COLLEGE STATION FM 2818 & WELLBORN TX 4215", - "SourceID": "TXR15876W", - "CWPStreet": "HARVEY MITCHELL PARKWAY SOUTH AND WELLBORN ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070519038", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15499V TXR15876W", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018033" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3287, - 30.6353 - ] - }, - "properties": { - "CWPName": "CHIMNEY HILL COMMERCIAL DEVELOPMENT", - "SourceID": "TXR10F7UM", - "CWPStreet": "NW OF UNIVERSITY DRIVE E. & TARROW ST.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070673550", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7UM TXR10F7UR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3287, - 30.6353 - ] - }, - "properties": { - "CWPName": "CHIMNEY HILL COMMERCIAL DEVELOPMENT", - "SourceID": "TXR10F7UR", - "CWPStreet": "NW OF UNIVERSITY DRIVE E. & TARROW ST.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070673550", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7UM TXR10F7UR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.328276, - 30.635593 - ] - }, - "properties": { - "CWPName": "CHIMNEY HILL RETAIL CENTER NO 2", - "SourceID": "TXR1534BW", - "CWPStreet": "713 UNIVERSITY DR E", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070742575", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1534BW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37045, - 30.67085 - ] - }, - "properties": { - "CWPName": "CITY OF BRYAN EAST SIDE WWTP", - "SourceID": "TX0140635", - "CWPStreet": "300 S TEXAS AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "9", - "CWPZip": "77803", - "MasterExternalPermitNmbr": null, - "RegistryID": "110070866234", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": 0.12, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0140635", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006031" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3708, - 30.671 - ] - }, - "properties": { - "CWPName": "CITY OF BRYAN MS4", - "SourceID": "TXR040336", - "CWPStreet": "AREA WITHIN THE CITY OF BRYAN LIMITS THAT IS", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77805", - "MasterExternalPermitNmbr": "TXR040000", - "RegistryID": "110039175148", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR040336", - "SDWAIDs": null, - "CWPDateLastInspSt": "2021-04-06T00:00:00.00+00:00", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006031" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36939, - 30.6465 - ] - }, - "properties": { - "CWPName": "CITY OF BRYAN TRAVIS PARK FIELDS - PHASE 1C", - "SourceID": "TXR1594CO", - "CWPStreet": "2200 BOMBER DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070819227", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1594CO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3259, - 30.62054 - ] - }, - "properties": { - "CWPName": "CITY OF COLLEGE STATION CITY HALL", - "SourceID": "TXR1523BW", - "CWPStreet": "1101 TEXAS AVE S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-2433", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110034646989", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1523BW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013031" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.302119, - 30.605443 - ] - }, - "properties": { - "CWPName": "CITY OF COLLEGE STATION FACILITY MAINTENANCE", - "SourceID": "TXR1576FZ", - "CWPStreet": "303 WILLIAM KING COLE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071075318", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1576FZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.30416, - 30.60336 - ] - }, - "properties": { - "CWPName": "CITY OF COLLEGE STATION FLEET SERVICE IMPROVEMENTS", - "SourceID": "TXR1571IB", - "CWPStreet": "300 W KING COLE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071224015", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1571IB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3054863383232, - 30.5962161421621 - ] - }, - "properties": { - "CWPName": "CITY OF COLLEGE STATION MS4", - "SourceID": "TXR040008", - "CWPStreet": "WITHIN CITY OF COLLEGE STATION LIMITS", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77842", - "MasterExternalPermitNmbr": "TXR040000", - "RegistryID": "110043267050", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR040008", - "SDWAIDs": null, - "CWPDateLastInspSt": "2021-04-08T00:00:00.00+00:00", - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.274444, - 30.580277 - ] - }, - "properties": { - "CWPName": "CITY SOUTH OFFICE COMPLEX - PHASE 1", - "SourceID": "TXR1525AQ", - "CWPStreet": "THIS PROJECT IS LOCATED SOUTH OF LAKEWAY DRIVE, JU", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070668952", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1525AQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.271489, - 30.653798 - ] - }, - "properties": { - "CWPName": "CLIMATE DOCTORSSTANDARD SUPPLY", - "SourceID": "TXR15777U", - "CWPStreet": "10129 SH 30", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070506357", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15777U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001063" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.40145, - 30.67111 - ] - }, - "properties": { - "CWPName": "COBRA PROTECTIVE COATINGS", - "SourceID": "TXR05BJ53", - "CWPStreet": "6248 W HWY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070360377", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BJ53", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3209769968903, - 30.6133712371937 - ] - }, - "properties": { - "CWPName": "COCS CENTRAL PARK", - "SourceID": "TXR1581LO", - "CWPStreet": "1000 KRENEK TAP RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071369883", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1581LO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2910986604742, - 30.5556499999484 - ] - }, - "properties": { - "CWPName": "COCS STEEPLECHASE PARK", - "SourceID": "TXR1582LO", - "CWPStreet": "301 W RIDGE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071371348", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1582LO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.299634, - 30.609167 - ] - }, - "properties": { - "CWPName": "COLLEGE STATION POLICE HEADQUARTERS", - "SourceID": "TXR15503T", - "CWPStreet": "PROJECT LOCATED ON DARTMOUTH STREET AND KRENEK TAP", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070390267", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15503T", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3124, - 30.6682 - ] - }, - "properties": { - "CWPName": "COLLIER RESIDENCE", - "SourceID": "TXR1524JT", - "CWPStreet": "4217 TUSCANY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071312698", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524JT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.379624, - 30.712684 - ] - }, - "properties": { - "CWPName": "CONNORS COVE", - "SourceID": "TXR1529BS", - "CWPStreet": "HEADED NORTH ON HWY 6, TAKE THE WOODVILLE RD EXIT,", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528051", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1529BS TXR15359W", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.379624, - 30.712684 - ] - }, - "properties": { - "CWPName": "CONNORS COVE", - "SourceID": "TXR15359W", - "CWPStreet": "HEADED NORTH ON HWY 6, TAKE THE WOODVILLE RD EXIT,", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528051", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1529BS TXR15359W", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.288818, - 30.599431 - ] - }, - "properties": { - "CWPName": "COOPERS BBQ", - "SourceID": "TXR15057T", - "CWPStreet": "PROJECT LOCATED ON TEXAS HIGHWAY 6 AT THE CORNER O", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070387732", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15057T", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.291, - 30.5618 - ] - }, - "properties": { - "CWPName": "CORDOVA RIDGE", - "SourceID": "TXR10F4RZ", - "CWPStreet": "SE OF PASSENDALE LANE & RENEE LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070100341", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F4RV TXR10F4RZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020181" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.291, - 30.5618 - ] - }, - "properties": { - "CWPName": "CORDOVA RIDGE", - "SourceID": "TXR10F4RV", - "CWPStreet": "SE OF PASSENDALE LANE & RENEE LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070100341", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F4RV TXR10F4RZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020181" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.285732, - 30.6013 - ] - }, - "properties": { - "CWPName": "CORSAIR HEALTHCARE & REHAB", - "SourceID": "TXR1513IB", - "CWPStreet": "3105 CORSAIR DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071222399", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1513IB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.285732, - 30.6013 - ] - }, - "properties": { - "CWPName": "CORSAIR HEALTHCARE & REHABILITATION", - "SourceID": "TXR1590ID", - "CWPStreet": "3155 CORSAIR DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071220757", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1590ID", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.263539, - 30.566114 - ] - }, - "properties": { - "CWPName": "COSTCO WHOLESALE - COLLEGE STATION", - "SourceID": "TXR1558GU", - "CWPStreet": "4321 STATE HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071096672", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1558GU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.331811, - 30.726708 - ] - }, - "properties": { - "CWPName": "COULTER BUSINESS PARK", - "SourceID": "TXR1518KU", - "CWPStreet": "PROCEED EAST FROM HWY 6 ON TO US HWY190/HWY 21 FOR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071344863", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1518KU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001081" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.35899, - 30.66855 - ] - }, - "properties": { - "CWPName": "COULTER DRIVE RECONSTRUCTION", - "SourceID": "TXR1586BU", - "CWPStreet": "COULTER DRIVE FROM S. COLLEGE AVENUE TO E. WILLIAM", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070710102", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1586BU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410007003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33791, - 30.720172 - ] - }, - "properties": { - "CWPName": "COULTER FIELD", - "SourceID": "TXR05DS44", - "CWPStreet": "6120 E STATE HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-8642", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110034655022", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05DS44", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28709, - 30.64844 - ] - }, - "properties": { - "CWPName": "CRESCENT POINT PARKWAY", - "SourceID": "TXR15772L", - "CWPStreet": "2301 CRESCENT POINT PARKWAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070376328", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15772L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.291477, - 30.644484 - ] - }, - "properties": { - "CWPName": "CRESCENT POINTE OFFICE PARK", - "SourceID": "TXR15275Z", - "CWPStreet": "SITE LOCATED ON CRESCENT POINTE PARKWAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070598106", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15275Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.316639, - 30.576606 - ] - }, - "properties": { - "CWPName": "CROSSING AT WELLBORN", - "SourceID": "TXR15613W", - "CWPStreet": "PROJECT IS NORTH EAST OF THE INTERSECTION OF WELLB", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070545869", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15613W", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018033" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3987, - 30.66748 - ] - }, - "properties": { - "CWPName": "CRUZ SALVAGE YARD", - "SourceID": "TXR05AL43", - "CWPStreet": "2506 W 28TH ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2103", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110010657324", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05AL43 TXR05FJ79", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3987, - 30.66748 - ] - }, - "properties": { - "CWPName": "CRUZ SALVAGE YARD", - "SourceID": "TXR05FJ79", - "CWPStreet": "2506 W 28TH ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2103", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110010657324", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05AL43 TXR05FJ79", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.323823, - 30.562943 - ] - }, - "properties": { - "CWPName": "CSISD ELEMENTARY SCHOOL 10", - "SourceID": "TXR15420M", - "CWPStreet": "CORNER OF ROCK PRAIRIE AND HOLLEMAN DRIVE SOUTH. 4", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070359932", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15420M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.29866, - 30.60289 - ] - }, - "properties": { - "CWPName": "DARTMOUTH STREET EXTENSION PHASE 1", - "SourceID": "TXR15517U", - "CWPStreet": "2338 HARVEY MITCHELL PKWY S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-5016", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070500778", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15517U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3, - 30.65337 - ] - }, - "properties": { - "CWPName": "DEERFIELD EXTENSION", - "SourceID": "TXR1561EA", - "CWPStreet": "10253 SH 30", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070884208", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1561EA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020221" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.38539, - 30.6623 - ] - }, - "properties": { - "CWPName": "DICK ELLIOTT ROAD", - "SourceID": "TXR1520FV", - "CWPStreet": "ALONG DICK ELLIOTT ROAD FROM BICKHAM CEMETERY ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071064849", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1520FV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3556, - 30.69785 - ] - }, - "properties": { - "CWPName": "DOGGETT AUTO PARTS", - "SourceID": "TXR05AV27", - "CWPStreet": "3601 OLD KURTEN RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-5432", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110034653747", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05AV27", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.387044, - 30.629977 - ] - }, - "properties": { - "CWPName": "DOMINION OAKS SUBDIVISION", - "SourceID": "TXR1561FM", - "CWPStreet": "2008 BIENSKI PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070948346", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1561FM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002061" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.329056, - 30.633201 - ] - }, - "properties": { - "CWPName": "DRURY INN & SUITES", - "SourceID": "TXR1524BL", - "CWPStreet": "705 UNIVERSITY DR E", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070696700", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524BL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.34336, - 30.61009 - ] - }, - "properties": { - "CWPName": "DUNKIN DONUTS", - "SourceID": "TXR1509BW", - "CWPStreet": "100 WELLBORN RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070740660", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509BW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.282561, - 30.583206 - ] - }, - "properties": { - "CWPName": "DUTCH BROS COFFEE", - "SourceID": "TXR1512EW", - "CWPStreet": "2101 STATE HIGHWAY 6 SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070928639", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1512EW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.316881, - 30.577173 - ] - }, - "properties": { - "CWPName": "DUTCH BROS COFFEE", - "SourceID": "TXR1552CY", - "CWPStreet": "12065 FM 2154 RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070829443", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1552CY", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018033" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.334568, - 30.672926 - ] - }, - "properties": { - "CWPName": "DUTCH BROTHERS COFFEE", - "SourceID": "TXR1580EL", - "CWPStreet": "2341 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070918769", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1580EL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.407317, - 30.656504 - ] - }, - "properties": { - "CWPName": "DYNACON", - "SourceID": "TXR05DQ81", - "CWPStreet": "830 INDUSTRIAL BLVD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2007", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070368356", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05DQ81", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.32704, - 30.62123 - ] - }, - "properties": { - "CWPName": "EAST GATE REHABILITATION PROJECT PHASE IV", - "SourceID": "TXR15727G", - "CWPStreet": "INTERSECTION OF TEXAS AVE & FRANCIS DR AND TEXAS A", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070367019", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15727G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36603, - 30.59486 - ] - }, - "properties": { - "CWPName": "EASTERWOOD AIRPORT", - "SourceID": "TXR05Y578", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8501", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070373694", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05Y578", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36603, - 30.59486 - ] - }, - "properties": { - "CWPName": "EASTERWOOD AIRPORT", - "SourceID": "TXR1583HS", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8501", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110037567825", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05ET23 TXR1533AZ TXR1583HS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36603, - 30.59486 - ] - }, - "properties": { - "CWPName": "EASTERWOOD AIRPORT MANAGEMENT", - "SourceID": "TXR05ET23", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD STE 112", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8578", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110037567825", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05ET23 TXR1533AZ TXR1583HS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36603, - 30.59486 - ] - }, - "properties": { - "CWPName": "EASTERWOOD AIRPORT TAXIWAY C & C1 REHABILITATION", - "SourceID": "TXR1533AZ", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110037567825", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05ET23 TXR1533AZ TXR1583HS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.401175, - 30.626422 - ] - }, - "properties": { - "CWPName": "EDGEWATER", - "SourceID": "TXR15811N", - "CWPStreet": "1700 FEET SOUTH OF THE INTERSECTION OF LEONARD RD.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070376743", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15811N", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002061" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.401266, - 30.625651 - ] - }, - "properties": { - "CWPName": "EDGEWATER SUBDIVISION", - "SourceID": "TXR15651F", - "CWPStreet": "THE PROJECT SITE IS LOCATED ON CHICK LANE, BRYAN,", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070356624", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15651F", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002061" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2755, - 30.6056 - ] - }, - "properties": { - "CWPName": "EMERALD RIDGE ESTATES PHS. 3A & 3B", - "SourceID": "TXR10F9LD", - "CWPStreet": "SE OF APPOMATTOX DR. & EMERALD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071076486", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9LD TXR10F9LH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2755, - 30.6056 - ] - }, - "properties": { - "CWPName": "EMERALD RIDGE ESTATES PHS. 3A & 3B", - "SourceID": "TXR10F9LH", - "CWPStreet": "SE OF APPOMATTOX DR. & EMERALD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071076486", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9LD TXR10F9LH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.298228, - 30.603251 - ] - }, - "properties": { - "CWPName": "ENCINO TRACE APARTMENTS", - "SourceID": "TXR1536AB", - "CWPStreet": "2336 HARVEY MITCHELL PKWY S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070617901", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1536AB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.31814, - 30.578312 - ] - }, - "properties": { - "CWPName": "EXPRESS OIL CHANGE & TIRE ENGINEERS", - "SourceID": "TXR1518KI", - "CWPStreet": "12051 WELLBORN ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77379", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071320513", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1518KI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018033" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.382121, - 30.595409 - ] - }, - "properties": { - "CWPName": "FDBT BUILDING 200 ANNEX", - "SourceID": "TXR1597KI", - "CWPStreet": "3939 BIO-MEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-2037", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071322583", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1597KI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28984, - 30.58698 - ] - }, - "properties": { - "CWPName": "FEDERAL EXPRESS COLLEGE STATION", - "SourceID": "TXR05CZ16", - "CWPStreet": "3205 LONGMIRE DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-5809", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110005119166", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05CZ16", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.40288, - 30.65108 - ] - }, - "properties": { - "CWPName": "FINISHING CENTER", - "SourceID": "TXRNEZ245", - "CWPStreet": "350 STONE CITY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070376816", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXRNEZ245", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2912, - 30.60336 - ] - }, - "properties": { - "CWPName": "FIRST FINANCIAL BANK MAIN EXTENSION", - "SourceID": "TXR10FA19", - "CWPStreet": "HARVEY MITCHELL PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071178328", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA19", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.35894, - 30.67214 - ] - }, - "properties": { - "CWPName": "FM 158", - "SourceID": "TXR1520KR", - "CWPStreet": "EAST WILLIAM J BRYAN STREET FROM SH 6 FRONTAGE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071338360", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1520KR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410007001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.387468, - 30.64487 - ] - }, - "properties": { - "CWPName": "FOREST GROVE APARTMENTS", - "SourceID": "TXR1539AN", - "CWPStreet": "3105 LEONARD RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070626887", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1539AN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006053" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.265739, - 30.695587 - ] - }, - "properties": { - "CWPName": "FOREST MILLER", - "SourceID": "TXR15648F", - "CWPStreet": "9017 GREEN BRANCH LOOP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-4918", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070368004", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15144Z TXR15424O TXR15648F", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.265739, - 30.695587 - ] - }, - "properties": { - "CWPName": "FOREST MILLER", - "SourceID": "TXR15144Z", - "CWPStreet": "9017 GREEN BRANCH LOOP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-4918", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070368004", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15144Z TXR15424O TXR15648F", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.265739, - 30.695587 - ] - }, - "properties": { - "CWPName": "FOREST MILLER", - "SourceID": "TXR15424O", - "CWPStreet": "9017 GREEN BRANCH LOOP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-4918", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070368004", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15144Z TXR15424O TXR15648F", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.385282, - 30.641573 - ] - }, - "properties": { - "CWPName": "FOREST PINES APARTMENTS", - "SourceID": "TXR15160L", - "CWPStreet": "852 N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1015", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070362818", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15160L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002061" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37367, - 30.65659 - ] - }, - "properties": { - "CWPName": "FOUNTAIN AVENUE PRODUCTION FACILITY", - "SourceID": "TXRNEZ246", - "CWPStreet": "1460 FOUNTAIN AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801-1129", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070368338", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXRNEZ246", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.31514, - 30.63301 - ] - }, - "properties": { - "CWPName": "FRANCIS DRIVE I & II", - "SourceID": "TXR1504CN", - "CWPStreet": "FRANCIS DRIVE, FROM GLENHAVEN DRIVE TO WALTON DRIV", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070817828", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1504CN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.318209, - 30.630188 - ] - }, - "properties": { - "CWPName": "FRANCIS DRIVE REHABILITATION PROJECT PHASES 1 AND 2", - "SourceID": "TXR15978I", - "CWPStreet": "LOCATED ON FRANCIS DRIVE FROM WALTON DRIVE TO GLEN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070362074", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15978I", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.381523, - 30.595277 - ] - }, - "properties": { - "CWPName": "FUJIFILM DIOSYNTH BIOTECHNOLOGIES", - "SourceID": "TXRNEBC59", - "CWPStreet": "3939 BIO-MEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-2037", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070383651", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1525ED TXRNEBC59", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37933, - 30.596728 - ] - }, - "properties": { - "CWPName": "FUJIFILM NEXUS WAREHOUSE", - "SourceID": "TXR1576DC", - "CWPStreet": "3939 BIOMEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-2037", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070839805", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1576DC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.379954, - 30.595342 - ] - }, - "properties": { - "CWPName": "FUJIFILM NEXUS WAREHOUSE", - "SourceID": "TXR1502GR", - "CWPStreet": "3945 BIOMEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071097565", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1502GR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.381523, - 30.595277 - ] - }, - "properties": { - "CWPName": "FUJIFILM TEMPORARY WAREHOUSE", - "SourceID": "TXR1525ED", - "CWPStreet": "3939 BIOMEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-2037", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070383651", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1525ED TXRNEBC59", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.388511, - 30.596477 - ] - }, - "properties": { - "CWPName": "FUJIFILM VIC LAB", - "SourceID": "TXR1515CP", - "CWPStreet": "GOING EAST ON HSC PARKWAY OFF OF HWY 47 APPROXIMAT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070818483", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1515CP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.353826, - 30.59573 - ] - }, - "properties": { - "CWPName": "GBBF PAVILION", - "SourceID": "TXR1590KE", - "CWPStreet": "EAST SIDE OF BARBARA BUSH DRIVE WHERE IT INTERSECT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071321812", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1590KE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.295096, - 30.613947 - ] - }, - "properties": { - "CWPName": "GCRBC - GULF COAST REGIONAL BLOOD CENTER", - "SourceID": "TXR1559IW", - "CWPStreet": "1015 KRENEK TAP RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071251721", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1559IW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.294444, - 30.571111 - ] - }, - "properties": { - "CWPName": "GEOCHEMICAL AND ENVIRONMENTAL RESEARCH GROUP", - "SourceID": "TXR15419R", - "CWPStreet": "PROJECT IS LOCATED AT THE INTERSECTION OF HIBISCUS", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070357956", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15419R", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020061" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.351051, - 30.704748 - ] - }, - "properties": { - "CWPName": "GOOSENECK TRAILER MFG", - "SourceID": "TXR05Z267", - "CWPStreet": "4400 HIGHWAY 21 E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0947", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110000599647", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05Z267", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.403374, - 30.635939 - ] - }, - "properties": { - "CWPName": "GREAT ESCAPES AT BRYAN", - "SourceID": "TXR1541BY", - "CWPStreet": "4600 LEONARD RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070741630", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1541BY", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.261837, - 30.69585 - ] - }, - "properties": { - "CWPName": "GREEN BRANCH PH 67A", - "SourceID": "TXR15607V", - "CWPStreet": "START AT THE INTERSECTION OF FM 1179 AND STEEP HOL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070517999", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15607V", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.26178, - 30.69545 - ] - }, - "properties": { - "CWPName": "GREEN BRANCH PH 7B", - "SourceID": "TXR1597GB", - "CWPStreet": "9471 STEEP HOLLOW RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071073508", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1597GB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.270527, - 30.702296 - ] - }, - "properties": { - "CWPName": "GREEN BRANCH RIDGE SUBDIVISION", - "SourceID": "TXR1545HN", - "CWPStreet": "7866 LAKECREST CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071180341", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1545HN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3236, - 30.6799 - ] - }, - "properties": { - "CWPName": "GREENBRIAR PHASE 16", - "SourceID": "TXR15205U", - "CWPStreet": "LOCATED NEAR THE CORNER OF INTERSECTION OF THORNBE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070503325", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15205U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.321, - 30.6829 - ] - }, - "properties": { - "CWPName": "GREENBRIAR PHS. 14", - "SourceID": "TXR10F5JE", - "CWPStreet": "NORTH OF THRONEBERRY DRIVE AND RIVER ROCK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070210415", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5JE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.321, - 30.6829 - ] - }, - "properties": { - "CWPName": "GREENBRIAR PHS. 14", - "SourceID": "TXR10F5JN", - "CWPStreet": "NORTH OF THRONEBERRY DR. AND RIVER ROCK DR.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77080", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070218021", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5JN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.31933, - 30.67989 - ] - }, - "properties": { - "CWPName": "GREENBRIER HOA AREAS", - "SourceID": "TXR1524HB", - "CWPStreet": "VARIOUS LOCATIONS WITHIN GREENBRIER SUBDIVISION", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071146311", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524HB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.31765, - 30.682701 - ] - }, - "properties": { - "CWPName": "GREENBRIER PH 7 & 11", - "SourceID": "TXR1561FU", - "CWPStreet": "RIVER VALLEY DRIVE WILL BE EXTENDED OUT AND EVENTU", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071067266", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1561FU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.316667, - 30.678888 - ] - }, - "properties": { - "CWPName": "GREENBRIER PHASE 2B", - "SourceID": "TXR1552HB", - "CWPStreet": "GREENBRIER PHASE 2B WILL EXTEND CHANTILLY PATH TO", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071143713", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1552HB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.31664, - 30.679635 - ] - }, - "properties": { - "CWPName": "GREENBRIER PHS 2B", - "SourceID": "TXR1540JI", - "CWPStreet": "NORTHEAST OF FOXCROFT PATH & FAIRHOPE WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071275247", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1512JJ TXR1540JI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.31664, - 30.679635 - ] - }, - "properties": { - "CWPName": "GREENBRIER PHS 2B", - "SourceID": "TXR1512JJ", - "CWPStreet": "NORTHEAST OF FOXCROFT PATH & FAIRHOPE WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071275247", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1512JJ TXR1540JI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3242, - 30.6818 - ] - }, - "properties": { - "CWPName": "GREENBRIER PHS. 16", - "SourceID": "TXR10F6X3", - "CWPStreet": "WEST OF THORNBERRY DRIVE AND RIVER ROCK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070519044", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6WQ TXR10F6X3", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3242, - 30.6818 - ] - }, - "properties": { - "CWPName": "GREENBRIER PHS. 16", - "SourceID": "TXR10F6WQ", - "CWPStreet": "WEST OF THORNBERRY DRIVE AND RIVER ROCK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070519044", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6WQ TXR10F6X3", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3181, - 30.6801 - ] - }, - "properties": { - "CWPName": "GREENBRIER PHS. 6B", - "SourceID": "TXR10F5OC", - "CWPStreet": "NORTH OF THORNBERRY DRIVE AND FAIRFAX GREEN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070229195", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5O9 TXR10F5OC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3181, - 30.6801 - ] - }, - "properties": { - "CWPName": "GREENBRIER PHS. 6B", - "SourceID": "TXR10F5O9", - "CWPStreet": "NORTH OF THORNBERRY DRIVE AND FAIRFAX GREEN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070229195", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5O9 TXR10F5OC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3195, - 30.6809 - ] - }, - "properties": { - "CWPName": "GREENBRIER PHS. 7 & 11", - "SourceID": "TXR10F9S8", - "CWPStreet": "NW OF BOONVILLE RD & FM 1179 RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071092704", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9RU TXR10F9S8", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3195, - 30.6809 - ] - }, - "properties": { - "CWPName": "GREENBRIER PHS. 7 & 11", - "SourceID": "TXR10F9RU", - "CWPStreet": "NW OF BOONVILLE RD & FM 1179 RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071092704", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9RU TXR10F9S8", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.322459, - 30.686067 - ] - }, - "properties": { - "CWPName": "GREENBRIER SEWER EXTENSION BRYAN JOB NO 411-D4-1607", - "SourceID": "TXR1545AG", - "CWPStreet": "1000FT NORTHWEST OF THE INTERSECTION OF THORNBERRY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070620950", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1545AG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.318895, - 30.680797 - ] - }, - "properties": { - "CWPName": "GREENBRIER SUBDIVISION", - "SourceID": "TXR1570IA", - "CWPStreet": "3268 ROSE HILL LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071223731", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1570IA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.324031, - 30.682128 - ] - }, - "properties": { - "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", - "SourceID": "TXR1558ES", - "CWPStreet": "3242 ARUNDALA WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070926276", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1558ES", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36009, - 30.70172 - ] - }, - "properties": { - "CWPName": "HARDYS RESORT", - "SourceID": "TXR15069Z", - "CWPStreet": "3414 COLSON RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070567171", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15069Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.280463, - 30.652305 - ] - }, - "properties": { - "CWPName": "HARVEY ROAD", - "SourceID": "TXR1521FO", - "CWPStreet": "1720 SUMMIT CROSSING LN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070946815", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1521FO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.32227, - 30.67081 - ] - }, - "properties": { - "CWPName": "HEART OF TEXAS GOODWILL", - "SourceID": "TXR1544BR", - "CWPStreet": "2710 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070705236", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1544BR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020223" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.352463, - 30.589922 - ] - }, - "properties": { - "CWPName": "HEAT TRANSFER RESEARCH", - "SourceID": "TX0106526", - "CWPStreet": "0.25MI SW INTX FM 2818 AND FM 2347", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039192307", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0106526", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020142" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.365, - 30.6985 - ] - }, - "properties": { - "CWPName": "HERITAGE MEADOWS", - "SourceID": "TXR10F940", - "CWPStreet": "SW OF NUCHES LANE & AUTRY LANE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070918253", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F940", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.365332, - 30.698284 - ] - }, - "properties": { - "CWPName": "HERITAGE MEADOWS", - "SourceID": "TXR1537BY", - "CWPStreet": "BEGIN AT THE INTERSECTION OF NUCHES LN AND COLSON", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070743010", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1537BY TXR1566FR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.365332, - 30.698284 - ] - }, - "properties": { - "CWPName": "HERITAGE MEADOWS", - "SourceID": "TXR1566FR", - "CWPStreet": "BEGIN AT THE INTERSECTION OF NUCHES LN AND COLSON", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070743010", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1537BY TXR1566FR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.365, - 30.6985 - ] - }, - "properties": { - "CWPName": "HERITAGE MEADOWS", - "SourceID": "TXR10F93L", - "CWPStreet": "OF NUCHES LANE & AUTRY LANE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070917684", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F93L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.343775, - 30.71017 - ] - }, - "properties": { - "CWPName": "HIDDEN CREEK RV PARK", - "SourceID": "TXR1527HA", - "CWPStreet": "5780 E STATE HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071149252", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1527HA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001081" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.376944, - 30.6265 - ] - }, - "properties": { - "CWPName": "HIDDEN OAKS 3", - "SourceID": "TXR1543CI", - "CWPStreet": "FM 1179 APPROX 4,000FT SOUTH OF THE INTERSECTION O", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070794708", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1543CI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002031" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.26011, - 30.71026 - ] - }, - "properties": { - "CWPName": "HIDDEN OAKS ESTATES", - "SourceID": "TXR15WF28", - "CWPStreet": "APPROXIMATELY 3/4 MILE SOUTHWEST OF GRASSBURR RD,", - "CWPCity": "BRAYN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070356120", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15WF28", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.262905, - 30.709767 - ] - }, - "properties": { - "CWPName": "HIDDEN OAKS SUBDIVISION", - "SourceID": "TXR1556II", - "CWPStreet": "7423 MARYS WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071236865", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1556II", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.405016, - 30.682766 - ] - }, - "properties": { - "CWPName": "HIGHLAND OAKS PHASE 1 & 2", - "SourceID": "TXR1572JS", - "CWPStreet": "HWY 21 TO SANDY POINT RD. INTERSECTION SANDY POINT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071297384", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1572JS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002053" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.32728, - 30.57466 - ] - }, - "properties": { - "CWPName": "HOLLEMAN DRIVE SOUTH REHABILITATION", - "SourceID": "TXR15768J", - "CWPStreet": "HOLLEMAN DRIVE SOUTH BETWEEN DOWLING ROAD AND ROCK", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070367899", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15768J", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020211" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3379, - 30.5857 - ] - }, - "properties": { - "CWPName": "HOLLEMAN EXTENSION", - "SourceID": "TXR10F4N6", - "CWPStreet": "NW OF HOLLEMAN DR. & COTTAGE LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070080439", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F4N6", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020142" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.388052, - 30.685537 - ] - }, - "properties": { - "CWPName": "HOPE CROSSING", - "SourceID": "TXR1583GB", - "CWPStreet": "APPROX. 250 FEET SOUTH OF THE INTERSECTION OF W. M", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071074400", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1583GB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410005013" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.388473, - 30.68562 - ] - }, - "properties": { - "CWPName": "HOPE CROSSING SUBDIVISION", - "SourceID": "TXR1550BO", - "CWPStreet": "ALMOST TO THE CORNER OF BRUIN TRACE AND WEST MLK S", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070694104", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1550BO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410005013" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.388289, - 30.684943 - ] - }, - "properties": { - "CWPName": "HOPE SUBDIVISION", - "SourceID": "TXR1574CD", - "CWPStreet": "BEGIN AT MUMFORD RD AND BRUIN TRACE. PROCEED DOWN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070795059", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1574CD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410005013" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.295213, - 30.650633 - ] - }, - "properties": { - "CWPName": "HUDSON OAKS APARTMENTS", - "SourceID": "TXR1567GF", - "CWPStreet": "3345 UNIVERSITY DR E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071083637", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1567GF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.294989, - 30.653854 - ] - }, - "properties": { - "CWPName": "HUDSON OAKS SENIOR LIVING", - "SourceID": "TXR1567LJ", - "CWPStreet": "SE OF CROSS PARK DR & SAGEBRIAR DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071364166", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1541LG TXR1567LJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020221" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.294989, - 30.653854 - ] - }, - "properties": { - "CWPName": "HUDSON OAKS SENIOR LIVING", - "SourceID": "TXR1541LG", - "CWPStreet": "SE OF CROSS PARK DR & SAGEBRIAR DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071364166", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1541LG TXR1567LJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020221" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.277378, - 30.580173 - ] - }, - "properties": { - "CWPName": "HUNTINGTON APARTMENTS", - "SourceID": "TXR15590Y", - "CWPStreet": "800 MIDTOWN LOOP", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070564012", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15590Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.276749, - 30.578567 - ] - }, - "properties": { - "CWPName": "HUNTINGTON APARTMENTS SANITARY SEWER TRUNK LINE", - "SourceID": "TXR15335X", - "CWPStreet": "APPROX. .15 MILES SW OF THE LAKEWAY DR AND MEDICAL", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070552061", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15335X", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.38071, - 30.60021 - ] - }, - "properties": { - "CWPName": "IBIO CDMO", - "SourceID": "TXR05FL35", - "CWPStreet": "8800 HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1107", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070825427", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05FL35 TXRNEBJ79", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.38071, - 30.60021 - ] - }, - "properties": { - "CWPName": "IBIO CDMO", - "SourceID": "TXRNEBJ79", - "CWPStreet": "8800 HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070825427", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05FL35 TXRNEBJ79", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.262226, - 30.561621 - ] - }, - "properties": { - "CWPName": "IHOP - COLLEGE STATION", - "SourceID": "TXR15017S", - "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.3 MILES NORTHWEST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070367081", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15017S", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.342375, - 30.602234 - ] - }, - "properties": { - "CWPName": "INDOOR TRACK MAKE-READY", - "SourceID": "TXR1501JJ", - "CWPStreet": "956 OLSEN BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071298829", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1501JJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.284911, - 30.576331 - ] - }, - "properties": { - "CWPName": "INTERNATIONAL LEADERSHIP OF TEXAS CHARTER SCHOOLS PORTABLE C", - "SourceID": "TXR1562DB", - "CWPStreet": "3610 LONGMIRE DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8692", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070833190", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1562DB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020192" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.38259, - 30.611081 - ] - }, - "properties": { - "CWPName": "JEFF WAGGONER", - "SourceID": "TXR15837Z", - "CWPStreet": "3439 MAHOGANY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070604288", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15837Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.26975, - 30.652444 - ] - }, - "properties": { - "CWPName": "JOHN DEERE NURSERY", - "SourceID": "TXR15840P", - "CWPStreet": "10253 STATE 30 HWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070377419", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15840P", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.322222, - 30.584166 - ] - }, - "properties": { - "CWPName": "JONES CROSSING", - "SourceID": "TXR15095F", - "CWPStreet": "11675 FM 2154", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070364229", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15095F", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018033" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.283908, - 30.70148 - ] - }, - "properties": { - "CWPName": "KBARC WWTP", - "SourceID": "TX0135178", - "CWPStreet": "6932 FM 1179", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77808", - "MasterExternalPermitNmbr": null, - "RegistryID": "110058289800", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0135178", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001081" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.314445, - 30.601389 - ] - }, - "properties": { - "CWPName": "KELSEY SEYBOLD CALL CENTER", - "SourceID": "TXR1586EX", - "CWPStreet": "1150 COPPERFIELD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070929612", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1586EX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410016061" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.32711, - 30.686928 - ] - }, - "properties": { - "CWPName": "KINSMEN HOMES", - "SourceID": "TXR15347M", - "CWPStreet": "2932 ARCHER DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-1463", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070367809", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15347M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33965, - 30.71813 - ] - }, - "properties": { - "CWPName": "KMC FORKLIFT", - "SourceID": "TXR1553FX", - "CWPStreet": "6101 E STATE HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071064927", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1553FX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33582, - 30.6722 - ] - }, - "properties": { - "CWPName": "KROGER HO-383", - "SourceID": "TXR1562AN", - "CWPStreet": "2303 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110034019096", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524CA TXR1525AO TXR1562AN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33582, - 30.6722 - ] - }, - "properties": { - "CWPName": "KROGER HO-383 EXPANSION", - "SourceID": "TXR1525AO", - "CWPStreet": "2303 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-2232", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110034019096", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524CA TXR1525AO TXR1562AN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33582, - 30.6722 - ] - }, - "properties": { - "CWPName": "KROGER STORE 383", - "SourceID": "TXR1524CA", - "CWPStreet": "2303 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-2232", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110034019096", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524CA TXR1525AO TXR1562AN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3023887, - 30.6567254 - ] - }, - "properties": { - "CWPName": "KRUTEN FARM", - "SourceID": "TX0051578", - "CWPStreet": "E SIDE OF ST HWY 21", - "CWPCity": "KRUTEN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "00000", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039173710", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0051578", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.40083, - 30.57265 - ] - }, - "properties": { - "CWPName": "LACY WELLS SAND & GRAVEL PIT", - "SourceID": "TXR05ED80", - "CWPStreet": "6900 LACY WELL RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110033942321", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05ED80", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.27386, - 30.57231 - ] - }, - "properties": { - "CWPName": "LAKEWAY DRIVE EXTENSION", - "SourceID": "TXR15515F", - "CWPStreet": "EXTENSION OF EXISTING LAKEWAY DRIVE THAT IS PARALL", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070376499", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15515F", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.31072, - 30.66913 - ] - }, - "properties": { - "CWPName": "LAWSON RESIDENCE", - "SourceID": "TXR1517EF", - "CWPStreet": "4221 TUSCANY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070891663", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1517EF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2877, - 30.5761 - ] - }, - "properties": { - "CWPName": "LEADERSHIP TX CHARTER", - "SourceID": "TXR10F5EY", - "CWPStreet": "SOUTH OF BIRMINGHAM DR. AND GRAHAM ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070201599", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5EY", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020192" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2877, - 30.5761 - ] - }, - "properties": { - "CWPName": "LEADERSHIP TX CHARTER", - "SourceID": "TXR10F5F4", - "CWPStreet": "SOUTH OF BRMINGHAM DR. & GRAHAM ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070203090", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5F4", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020192" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3665, - 30.642797 - ] - }, - "properties": { - "CWPName": "LEGENDS EVENT CENTER", - "SourceID": "TXR1554FG", - "CWPStreet": "2533 MIDTOWN PARK BLVD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070941358", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1554FG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.389364, - 30.65504 - ] - }, - "properties": { - "CWPName": "LEONARD CROSSING SUBDIVISION", - "SourceID": "TXR1507AB", - "CWPStreet": "APPROX. 1000 FEET SOUTHEAST OF THE INTERSECTION OF", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070617303", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1507AB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006053" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.395922, - 30.637377 - ] - }, - "properties": { - "CWPName": "LEONARD ROAD SUBSTATION", - "SourceID": "TXR15734O", - "CWPStreet": "LEONARD RD BETWEEN FM 2818 AND SH 47", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070371437", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15734O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.27741, - 30.586321 - ] - }, - "properties": { - "CWPName": "LIGHT PEDIATRIC DENTISTRY", - "SourceID": "TXR1513CC", - "CWPStreet": "2301 ROCK PRAIRIE RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070793461", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1513CC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.26058, - 30.556662 - ] - }, - "properties": { - "CWPName": "LINE L8C TO V36", - "SourceID": "TXR1585JS", - "CWPStreet": "WILLIAM D FITCH PKWY AND HIGHWAY 6", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071298270", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1585JS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020102" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.40706, - 30.66053 - ] - }, - "properties": { - "CWPName": "LIQUIDPOWER SPECIALTY PRODUCTS", - "SourceID": "TXR15945Q", - "CWPStreet": "1331 INDEPENDENCE AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2046", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110000896629", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1542AQ TXR15945Q", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.40706, - 30.66053 - ] - }, - "properties": { - "CWPName": "LIQUIDPOWER SPECIALTY PRODUCTS", - "SourceID": "TXR1542AQ", - "CWPStreet": "1331 INDEPENDENCE AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2046", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110000896629", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1542AQ TXR15945Q", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3845, - 30.6096 - ] - }, - "properties": { - "CWPName": "LITTLE RESIDENCE", - "SourceID": "TXR1522CF", - "CWPStreet": "3455 MAHOGANY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070794615", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1522CF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3023887, - 30.6567254 - ] - }, - "properties": { - "CWPName": "LOCATED APPROX 800 FT SE OF N", - "SourceID": "TX0129658", - "CWPStreet": "DOWLING RD APPROX 600 FT SW OF", - "CWPCity": " BY REVEILLE RD IN BRAZ", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "00000", - "MasterExternalPermitNmbr": null, - "RegistryID": "110064591883", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0129658", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.375851, - 30.688807 - ] - }, - "properties": { - "CWPName": "LOT 8 BLOCK 43", - "SourceID": "TXR1530KP", - "CWPStreet": "506 ASH ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071336435", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1530KP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410005012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.40502, - 30.6647 - ] - }, - "properties": { - "CWPName": "MACHINE WORKS", - "SourceID": "TXR05FL51", - "CWPStreet": "1590B N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2067", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070377106", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BI60 TXR05FL51", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.40502, - 30.6647 - ] - }, - "properties": { - "CWPName": "MACHINE WORKS", - "SourceID": "TXR05BI60", - "CWPStreet": "1590B N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2067", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070377106", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BI60 TXR05FL51", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.320222, - 30.744917 - ] - }, - "properties": { - "CWPName": "MAHONEY WWTP", - "SourceID": "TX0122947", - "CWPStreet": "4750' W-SW INTX US RTE 190/FM", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77805", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039195867", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0122947", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.352704, - 30.702791 - ] - }, - "properties": { - "CWPName": "MCCARTY EQUIPMENT", - "SourceID": "TXRNEBQ97", - "CWPStreet": "4102 HIGHWAY 21 E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0941", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110071158180", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXRNEBQ97", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3655202, - 30.6665755 - ] - }, - "properties": { - "CWPName": "MCMILLAN SWINE FEEDLOT", - "SourceID": "TX0121398", - "CWPStreet": "TERRY COUNTY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "02", - "CWPZip": "00000", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039197213", - "CWPCounty": "Swisher", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0121398", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.271762, - 30.583011 - ] - }, - "properties": { - "CWPName": "MD WHEELER SUBDIVISION PHASE ONE", - "SourceID": "TXR15250X", - "CWPStreet": "APPROX. 0.18 MILES SOUTHWEST OF THE INTERSECTION A", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070554464", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15250X", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2641, - 30.5835 - ] - }, - "properties": { - "CWPName": "MIDTOWN 104", - "SourceID": "TXR10F89Q", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070791483", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F89Q TXR10F89V TXR10F8G4 TXR10F8GA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2641, - 30.5835 - ] - }, - "properties": { - "CWPName": "MIDTOWN 104", - "SourceID": "TXR10F89V", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070791483", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F89Q TXR10F89V TXR10F8G4 TXR10F8GA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2641, - 30.5835 - ] - }, - "properties": { - "CWPName": "MIDTOWN 105", - "SourceID": "TXR10F8GA", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070791483", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F89Q TXR10F89V TXR10F8G4 TXR10F8GA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2641, - 30.5835 - ] - }, - "properties": { - "CWPName": "MIDTOWN 105", - "SourceID": "TXR10F8G4", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070791483", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F89Q TXR10F89V TXR10F8G4 TXR10F8GA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.269199, - 30.580235 - ] - }, - "properties": { - "CWPName": "MIDTOWN CITY CENTER", - "SourceID": "TXR1557LF", - "CWPStreet": "SOUTH OF MCQUEENY DRIVE & TOWN LAKE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071357302", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1519LF TXR1557LF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.269199, - 30.580235 - ] - }, - "properties": { - "CWPName": "MIDTOWN CITY CENTER", - "SourceID": "TXR1519LF", - "CWPStreet": "SOUTH OF MCQUEENY DRIVE & TOWN LAKE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071357302", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1519LF TXR1557LF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.26909, - 30.57999 - ] - }, - "properties": { - "CWPName": "MIDTOWN CITY CENTER PHASE 301 - PRIVATE IMPROVEMENTS", - "SourceID": "TXR1584KM", - "CWPStreet": "MIDTOWN CITY CENTER PHASE 301 REPLAT IS LOCATED NO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071203155", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1584KM TXR1586HS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.26909, - 30.57999 - ] - }, - "properties": { - "CWPName": "MIDTOWN CITY CENTER PHASE 301 REPLAT", - "SourceID": "TXR1586HS", - "CWPStreet": "MIDTOWN CITY CENTER PHASE 301 REPLAT IS LOCATED NO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071203155", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1584KM TXR1586HS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.269315, - 30.581486 - ] - }, - "properties": { - "CWPName": "MIDTOWN CITY CENTER SUBDIVISION PHASE 404A", - "SourceID": "TXR1514KD", - "CWPStreet": "THIS PROJECT IS LOCATED SOUTHWEST OF THE INTERSECT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071322264", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1514KD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.277544, - 30.580872 - ] - }, - "properties": { - "CWPName": "MIDTOWN CITY CENTER SUBDIVISION PHASE 601", - "SourceID": "TXR1561AF", - "CWPStreet": "ON LAKEWAY DRIVE, JUST SOUTHEAST OF THE INTERSECTI", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070619429", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1561AF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.265277, - 30.580638 - ] - }, - "properties": { - "CWPName": "MIDTOWN ON LAKEWAY", - "SourceID": "TXR1523AB", - "CWPStreet": "SOUTHEAST OF THE INTERSECTION OF ROCK PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070620665", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1523AB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3692, - 30.648 - ] - }, - "properties": { - "CWPName": "MIDTOWN PARK - OFFSITE", - "SourceID": "TXR10F9Q7", - "CWPStreet": "EAST OF W. CARSON ST. & NORTHERN ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071093723", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9Q0 TXR10F9Q7", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3692, - 30.648 - ] - }, - "properties": { - "CWPName": "MIDTOWN PARK - OFFSITE", - "SourceID": "TXR10F9Q0", - "CWPStreet": "EAST OF W. CARSON ST. & NORTHERN ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071093723", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9Q0 TXR10F9Q7", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3662, - 30.636906 - ] - }, - "properties": { - "CWPName": "MIDTOWN PARK PH 2 BIGSHOTS ACCESS DRIVE", - "SourceID": "TXR1571FC", - "CWPStreet": "NEC OF FINFEATHER RD AND W VILLA MARIA RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070938471", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1571FC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36795, - 30.637899 - ] - }, - "properties": { - "CWPName": "MIDTOWN PARK PH 3D - OUTER LOOP TRAIL", - "SourceID": "TXR1525FV", - "CWPStreet": "NORTHEAST CORNER OF FINFEATHER RD AND W VILLA MARI", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071070494", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1525FV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.363168, - 30.637246 - ] - }, - "properties": { - "CWPName": "MIDTOWN PARK PHASE 1D", - "SourceID": "TXR1546EG", - "CWPStreet": "2200 MIDTOWN PARK BLVD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070891398", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1546EG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.266998, - 30.580844 - ] - }, - "properties": { - "CWPName": "MIDTOWN RESERVE PHS 107", - "SourceID": "TXR1562KK", - "CWPStreet": "SOUTHEAST OF ROCK PRAIRIE RD AND TOWN LAKE DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071338590", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1561KK TXR1562KK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.266998, - 30.580844 - ] - }, - "properties": { - "CWPName": "MIDTOWN RESERVE PHS 107", - "SourceID": "TXR1561KK", - "CWPStreet": "SOUTHEAST OF ROCK PRAIRIE RD AND TOWN LAKE DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071338590", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1561KK TXR1562KK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2681, - 30.5824 - ] - }, - "properties": { - "CWPName": "MIDTOWN RESERVE PHS. 100", - "SourceID": "TXR10F7JR", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2681, - 30.5824 - ] - }, - "properties": { - "CWPName": "MIDTOWN RESERVE PHS. 100", - "SourceID": "TXR10F7JO", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2681, - 30.5824 - ] - }, - "properties": { - "CWPName": "MIDTOWN RESERVE PHS. 106", - "SourceID": "TXR10F9DN", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2681, - 30.5824 - ] - }, - "properties": { - "CWPName": "MIDTOWN RESERVE PHS. 106", - "SourceID": "TXR10F9DQ", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2681, - 30.5824 - ] - }, - "properties": { - "CWPName": "MIDTOWN RESERVE PHS. 200", - "SourceID": "TXR10F80J", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2681, - 30.5824 - ] - }, - "properties": { - "CWPName": "MIDTOWN RESERVE PHS. 200", - "SourceID": "TXR10F80V", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2681, - 30.5824 - ] - }, - "properties": { - "CWPName": "MIDTOWN RESERVE PHS. 201", - "SourceID": "TXR10F80F", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2681, - 30.5824 - ] - }, - "properties": { - "CWPName": "MIDTOWN RESERVE PHS. 201", - "SourceID": "TXR10F80I", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070596722", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7JO TXR10F7JR TXR10F80F TXR10F80I TXR10F80J TXR10F80V TXR10F9DN TXR10F9DQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.266944, - 30.584722 - ] - }, - "properties": { - "CWPName": "MIDTOWN RESERVE SUBDIVISION", - "SourceID": "TXR15867U", - "CWPStreet": "THIS PROJECT IS LOCATED SOUTH OF THE INTERSECTION", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070504827", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15867U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.268, - 30.5805 - ] - }, - "properties": { - "CWPName": "MIDTOWN STATION", - "SourceID": "TXR1504FJ", - "CWPStreet": "SOUTH OF INTERSECTION OF ROCK PRAIRIE RD AND TOWN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070945803", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1504FJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.25996, - 30.581929 - ] - }, - "properties": { - "CWPName": "MIDTOWN SUBDIVISION PHS 109 & 112", - "SourceID": "TXR1593KJ", - "CWPStreet": "WEST OF ROCK PRAIRIE RD & HARRIS DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071338107", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1593KJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.31381, - 30.668099 - ] - }, - "properties": { - "CWPName": "MIRAMONT", - "SourceID": "TXR1517BP", - "CWPStreet": "3305 LEGACY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070693720", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1517BP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.301317, - 30.678823 - ] - }, - "properties": { - "CWPName": "MIRAMONT SEC 19", - "SourceID": "TXR1556KG", - "CWPStreet": "COPPERFIELD DRIVE AND MIRAVISTA CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071322922", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1556KG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.306, - 30.6679 - ] - }, - "properties": { - "CWPName": "MIRAMONT SEC. 7", - "SourceID": "TXR10F8FO", - "CWPStreet": "NE OF BOONVILLE ROAD & TESORI DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070826496", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8FO TXR10F8FS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.306, - 30.6679 - ] - }, - "properties": { - "CWPName": "MIRAMONT SEC. 7", - "SourceID": "TXR10F8FS", - "CWPStreet": "NE OF BOONVILLE ROAD & TESORI DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070826496", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8FO TXR10F8FS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.314345, - 30.66757 - ] - }, - "properties": { - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR15476X", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070552112", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1536DM TXR1544EW TXR15476X TXR1570GB TXR1583FC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.311319, - 30.668424 - ] - }, - "properties": { - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1563HT", - "CWPStreet": "4211 TUSCANY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071204936", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1563HT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.305731, - 30.668549 - ] - }, - "properties": { - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1523HA", - "CWPStreet": "4717 CONCORDIA DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071149387", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1523HA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.314345, - 30.66757 - ] - }, - "properties": { - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1536DM", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070552112", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1536DM TXR1544EW TXR15476X TXR1570GB TXR1583FC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.314345, - 30.66757 - ] - }, - "properties": { - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1570GB", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070552112", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1536DM TXR1544EW TXR15476X TXR1570GB TXR1583FC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.306388, - 30.677733 - ] - }, - "properties": { - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1518EH", - "CWPStreet": "5202 BOURRONE CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070893529", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1518EH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.308456, - 30.676844 - ] - }, - "properties": { - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1515IZ", - "CWPStreet": "5107 INVERNESS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071254107", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1515IZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.314345, - 30.66757 - ] - }, - "properties": { - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1583FC", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070552112", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1536DM TXR1544EW TXR15476X TXR1570GB TXR1583FC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.314345, - 30.66757 - ] - }, - "properties": { - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1544EW", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070552112", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1536DM TXR1544EW TXR15476X TXR1570GB TXR1583FC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.30797, - 30.67804 - ] - }, - "properties": { - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1511BM", - "CWPStreet": "5121 MIRAMONT CIR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070693628", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1511BM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.305361, - 30.667679 - ] - }, - "properties": { - "CWPName": "MIRAMONT SUBDIVISION PHASE 7", - "SourceID": "TXR15626Z", - "CWPStreet": "FROM HWY 6 & FM 158 BOONEVILLE ROAD GO EAST. TURN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070604264", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15626Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.301599, - 30.677643 - ] - }, - "properties": { - "CWPName": "MIRAVIST COURT", - "SourceID": "TXR1566FU", - "CWPStreet": "4813 MIRAVISTA CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071068569", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1566FU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3321, - 30.5703 - ] - }, - "properties": { - "CWPName": "MISSION RANCH 202", - "SourceID": "TXR10F88Z", - "CWPStreet": "NW OF ABBATE ROAD & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070741852", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F88V TXR10F88Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3321, - 30.5703 - ] - }, - "properties": { - "CWPName": "MISSION RANCH 202", - "SourceID": "TXR10F88V", - "CWPStreet": "NW OF ABBATE ROAD & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070741852", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F88V TXR10F88Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3335, - 30.564 - ] - }, - "properties": { - "CWPName": "MISSION RANCH 302", - "SourceID": "TXR10F88U", - "CWPStreet": "EAST OF DURRAND ST. & GREAT OAKS DR.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070742958", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F88U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3335, - 30.564 - ] - }, - "properties": { - "CWPName": "MISSION RANCH 302", - "SourceID": "TXR10F890", - "CWPStreet": "EAST OF DURRANT ST. & GREAT OAKS DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070741760", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F890", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.327617, - 30.565866 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHASE 101", - "SourceID": "TXR15671R", - "CWPStreet": "SOUTHWEST OF THE INTERSECTION OF HOLLEMAN DRIVE SO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070376452", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15671R", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.332711, - 30.571647 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHASE 4", - "SourceID": "TXR15141U", - "CWPStreet": "APPROX. 850 FEET WEST OF THE INTERSECTION OF HOLLE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070504038", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15141U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.327225, - 30.561889 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHASE 402", - "SourceID": "TXR1508DA", - "CWPStreet": "JOB SITE IS LOCATED AT THE END OF HARDIN HILLS DR.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070830112", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1508DA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.325913, - 30.565127 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS 105", - "SourceID": "TXR1556LF", - "CWPStreet": "SOUTHWEST OF DEACON DRIVE WEST & HOLLEMAN DRIVE SO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071357931", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1520LF TXR1556LF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.325913, - 30.565127 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS 105", - "SourceID": "TXR1520LF", - "CWPStreet": "SOUTHWEST OF DEACON DRIVE WEST & HOLLEMAN DRIVE SO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071357931", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1520LF TXR1556LF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.329462, - 30.568605 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS 203", - "SourceID": "TXR1549JX", - "CWPStreet": "NW OF ANDERSON ARBOR CT & KERR VALLEY LN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071311107", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1528KH TXR1549JX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.329462, - 30.568605 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS 203", - "SourceID": "TXR1528KH", - "CWPStreet": "NW OF ANDERSON ARBOR CT & KERR VALLEY LN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071311107", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1528KH TXR1549JX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3342, - 30.5703 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS 303", - "SourceID": "TXR1546LJ", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071094873", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9RV TXR10F9SB TXR1546LJ TXR1566LJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3342, - 30.5703 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS 303", - "SourceID": "TXR1566LJ", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071094873", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9RV TXR10F9SB TXR1546LJ TXR1566LJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.32923, - 30.561454 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS 403", - "SourceID": "TXR1571LK", - "CWPStreet": "SOUTH OF SHERRILL COURT & SIENNA SPRINGS DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071362329", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1547LL TXR1571LK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.32923, - 30.561454 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS 403", - "SourceID": "TXR1547LL", - "CWPStreet": "SOUTH OF SHERRILL COURT & SIENNA SPRINGS DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071362329", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1547LL TXR1571LK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3257, - 30.5613 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS. 1", - "SourceID": "TXR10F5TD", - "CWPStreet": "SE OF MISSION RANCH DR. & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070235525", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5TD TXR10F5TT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3257, - 30.5613 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS. 1", - "SourceID": "TXR10F5TT", - "CWPStreet": "SE OF MISSION RANCH DR. & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070235525", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5TD TXR10F5TT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3287, - 30.5645 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS. 102", - "SourceID": "TXR10F7ZF", - "CWPStreet": "NW OF ROCK PRAIRIE ROAD & HOLLMAN DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070686470", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7Z5 TXR10F7ZF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3287, - 30.5645 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS. 102", - "SourceID": "TXR10F7Z5", - "CWPStreet": "NW OF ROCK PRAIRIE ROAD & HOLLMAN DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070686470", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7Z5 TXR10F7ZF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3266, - 30.5616 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS. 103", - "SourceID": "TXR10F93K", - "CWPStreet": "NW OF ROCK PRAIRIE RD WEST & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070917037", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F93K TXR10F93Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3266, - 30.5616 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS. 103", - "SourceID": "TXR10F93Z", - "CWPStreet": "NW OF ROCK PRAIRIE RD WEST & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070917037", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F93K TXR10F93Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3328, - 30.5719 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS. 200", - "SourceID": "TXR10F9HY", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071068213", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9FG TXR10F9HY", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3328, - 30.5719 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS. 200", - "SourceID": "TXR10F9FG", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071068213", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9FG TXR10F9HY", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3273, - 30.5627 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS. 402", - "SourceID": "TXR10F8PS", - "CWPStreet": "NW OF ROCK PRAIRIE RD W. & HOLLEMAN DR. S.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070866991", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8PP TXR10F8PS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3273, - 30.5627 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS. 402", - "SourceID": "TXR10F8PP", - "CWPStreet": "NW OF ROCK PRAIRIE RD W. & HOLLEMAN DR. S.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070866991", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8PP TXR10F8PS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3342, - 30.5703 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS. 501", - "SourceID": "TXR10F9SB", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071094873", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9RV TXR10F9SB TXR1546LJ TXR1566LJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3342, - 30.5703 - ] - }, - "properties": { - "CWPName": "MISSION RANCH PHS. 501", - "SourceID": "TXR10F9RV", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071094873", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9RV TXR10F9SB TXR1546LJ TXR1566LJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.325943, - 30.563377 - ] - }, - "properties": { - "CWPName": "MISSION RANCH SUBDIVISION PHS 104", - "SourceID": "TXR1524JO", - "CWPStreet": "SOUTHEAST OF SIENNA SPRINGS DR & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071296141", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524JO TXR1592JN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.325943, - 30.563377 - ] - }, - "properties": { - "CWPName": "MISSION RANCH SUBDIVISION PHS 104", - "SourceID": "TXR1592JN", - "CWPStreet": "SOUTHEAST OF SIENNA SPRINGS DR & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071296141", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1524JO TXR1592JN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.335508, - 30.569833 - ] - }, - "properties": { - "CWPName": "MISSION RANCH SUBDIVISION PHS 502 & 503", - "SourceID": "TXR1559IX", - "CWPStreet": "NORTHWEST OF BEXAR BLUFF PASS & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071255828", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1558IX TXR1559IX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.335508, - 30.569833 - ] - }, - "properties": { - "CWPName": "MISSION RANCH SUBDIVISION PHS 502 & 503", - "SourceID": "TXR1558IX", - "CWPStreet": "NORTHWEST OF BEXAR BLUFF PASS & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071255828", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1558IX TXR1559IX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2661, - 30.5845 - ] - }, - "properties": { - "CWPName": "MTR - OFFSITE", - "SourceID": "TXR10F6X2", - "CWPStreet": "EAST OF ROCK PRAIRIE ROAD AND MEDICAL AVENUE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070519601", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6X2", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2661, - 30.5845 - ] - }, - "properties": { - "CWPName": "MTR - OFFSITE", - "SourceID": "TXR10F6WP", - "CWPStreet": "EAST OF ROCK PRAIRIE ROAD & MEDICAL AVENUE", - "CWPCity": "COLLAGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070520398", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6WP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.358309, - 30.607883 - ] - }, - "properties": { - "CWPName": "MULTI-SPECIES FACILITY", - "SourceID": "TXR15005N", - "CWPStreet": "THE PROJECT SITE IS LOCATED AT CORNER OF FM 60 UNI", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070358487", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15005N", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2910986604742, - 30.5556499999484 - ] - }, - "properties": { - "CWPName": "NANTUCKET LIMITED", - "SourceID": "TX0120332", - "CWPStreet": "SE COLLEGE STATION ST HWY 6", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110064613253", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0120332", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.393451, - 30.580558 - ] - }, - "properties": { - "CWPName": "NATIONAL EQUIPMENT CORP - NEW FACILITY", - "SourceID": "TXR1549BV", - "CWPStreet": "5977 IMPERIAL LOOP", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070709416", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1549BV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28827, - 30.59865 - ] - }, - "properties": { - "CWPName": "NECO", - "SourceID": "TXR15231Z", - "CWPStreet": "3120 CORSAIR CIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070568686", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15231Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37451, - 30.60775 - ] - }, - "properties": { - "CWPName": "NEW HEIGHTS CHURCH", - "SourceID": "TXR1520HB", - "CWPStreet": "8125 TURKEY CREEK RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071144821", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1520HB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.40586, - 30.66403 - ] - }, - "properties": { - "CWPName": "NORTH AMERICA PACKAGING", - "SourceID": "TXR05FP17", - "CWPStreet": "1591 N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2068", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110034913958", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05FP17 TXR05W509", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.40586, - 30.66403 - ] - }, - "properties": { - "CWPName": "NORTH AMERICA PACKAGING", - "SourceID": "TXR05W509", - "CWPStreet": "1591 N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2068", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110034913958", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05FP17 TXR05W509", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.356077, - 30.633781 - ] - }, - "properties": { - "CWPName": "NORTH CAMPUS SUBDIVISION - PHASE 2", - "SourceID": "TXR1580JI", - "CWPStreet": "NEC OF CHAKETT COURT AND MOBILE AVENUE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071296370", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1580JI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410010011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2639, - 30.5579 - ] - }, - "properties": { - "CWPName": "NORTH GREEN STRIP CENTER", - "SourceID": "TXR10FA3G", - "CWPStreet": "NE OF ARRINGTON ROAD & WILLIAM D. FITCH PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071203517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA3G TXR10FA3M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2639, - 30.5579 - ] - }, - "properties": { - "CWPName": "NORTH GREEN STRIP CENTER", - "SourceID": "TXR10FA3M", - "CWPStreet": "NE OF ARRINGTON ROAD & WILLIAM D. FITCH PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071203517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA3G TXR10FA3M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.263491, - 30.558115 - ] - }, - "properties": { - "CWPName": "NORTH GREEN STRIP CENTER", - "SourceID": "TXR1571FQ", - "CWPStreet": "937 WILLIAM D FITCH PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071067810", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1571FQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37707, - 30.64995 - ] - }, - "properties": { - "CWPName": "NORTHCREST COTTAGES", - "SourceID": "TXR1571FZ", - "CWPStreet": "1902 BASIL CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071067111", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1568FX TXR1571FZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006052" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37707, - 30.64995 - ] - }, - "properties": { - "CWPName": "NORTHCREST COTTAGES", - "SourceID": "TXR1568FX", - "CWPStreet": "1902 BASIL CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071067111", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1568FX TXR1571FZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006052" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.378324, - 30.649568 - ] - }, - "properties": { - "CWPName": "NORTHCREST COTTAGES", - "SourceID": "TXR1540AH", - "CWPStreet": "1926 BASIL COURT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070625218", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1534CB TXR1540AH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006052" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.378324, - 30.649568 - ] - }, - "properties": { - "CWPName": "NORTHCREST COTTAGES", - "SourceID": "TXR1534CB", - "CWPStreet": "1926 BASIL COURT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070625218", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1534CB TXR1540AH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006052" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.282772, - 30.62143 - ] - }, - "properties": { - "CWPName": "NORTHEAST SANITARY SEWER TRUNK LINE PHASE 2", - "SourceID": "TXR1562AF", - "CWPStreet": "BEGINNING AT CARTERS CREEK WWTP AND HEADING NORTHW", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070619018", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1562AF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.363878, - 30.580147 - ] - }, - "properties": { - "CWPName": "NSC IMPROVEMENTS", - "SourceID": "TXR15367Q", - "CWPStreet": "1095 NUCLEAR SCIENCE CENTER ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843-0001", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070377371", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15367Q", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.364389, - 30.579083 - ] - }, - "properties": { - "CWPName": "NUCLEAR SCIENCE CENTER", - "SourceID": "TX0116912", - "CWPStreet": "1MI SW INTX FM 2818 AND GEORGE BUSH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77843", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039187661", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0116912", - "SDWAIDs": null, - "CWPDateLastInspSt": "2005-03-09T00:00:00.00+00:00", - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.295249, - 30.659678 - ] - }, - "properties": { - "CWPName": "OAKMONT - ALL PHASES", - "SourceID": "TXR15582S", - "CWPStreet": "APPROXIMATELY 1/2 MILE WEST OF UNIVERSITY DRIVE ON", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070383394", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1519CM TXR15582S", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.295249, - 30.659678 - ] - }, - "properties": { - "CWPName": "OAKMONT - ALL PHASES", - "SourceID": "TXR1519CM", - "CWPStreet": "APPROXIMATELY 1/2 MILE WEST OF UNIVERSITY DRIVE ON", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070383394", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1519CM TXR15582S", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.289898, - 30.666389 - ] - }, - "properties": { - "CWPName": "OAKMONT 3B", - "SourceID": "TXR1593LH", - "CWPStreet": "THE INTERSECTION OF GREENSTONE WAY AND KEBLER PASS", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071365606", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1593LH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.298309, - 30.666287 - ] - }, - "properties": { - "CWPName": "OAKMONT 4A", - "SourceID": "TXR1596LH", - "CWPStreet": "THE INTERSECTION OF COPPERFIELD DR AND PACIFIC CRE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071364329", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1596LH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.294098, - 30.66405 - ] - }, - "properties": { - "CWPName": "OAKMONT 5", - "SourceID": "TXR1569LM", - "CWPStreet": "THE INTERSECTION OF BEACON HEIGHTS DR AND APPALACH", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071365414", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1569LM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.290465, - 30.665383 - ] - }, - "properties": { - "CWPName": "OAKMONT AMENITY CENTER", - "SourceID": "TXR1564DB", - "CWPStreet": "5125 OAKMONT BLVD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070832879", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1564DB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2921, - 30.667 - ] - }, - "properties": { - "CWPName": "OAKMONT PH2B", - "SourceID": "TXR1530BR", - "CWPStreet": "APPROX 25 ACRES KNOWN AS OAKMONT SUBDIVISION PH2B", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070713753", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1530BR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.294563, - 30.665094 - ] - }, - "properties": { - "CWPName": "OAKMONT PHASE 2A", - "SourceID": "TXR1562BL", - "CWPStreet": "BEGIN AT THE INTERSECTION OF PENDLETON DRIVE AND B", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070693194", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1562BL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.291502, - 30.672006 - ] - }, - "properties": { - "CWPName": "OAKMONT PHS 3A", - "SourceID": "TXR1545IE", - "CWPStreet": "SOUTHWEST OF TIMBERTON DR & CANTERBURY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071222077", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1545IE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2989, - 30.662 - ] - }, - "properties": { - "CWPName": "OAKMONT PHS. 1A", - "SourceID": "TXR10F5N3", - "CWPStreet": "E. OF COPPERFIELD DRIVE AND BOONVILLE ROAD", - "CWPCity": "BYRAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070216492", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5N3", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2989, - 30.662 - ] - }, - "properties": { - "CWPName": "OAKMONT PHS. 1A", - "SourceID": "TXR10F5MZ", - "CWPStreet": "EAST OF COPPERFIELD DRIVE AND BOONVILLE ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070219461", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5MY TXR10F5MZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2989, - 30.662 - ] - }, - "properties": { - "CWPName": "OAKMONT PHS. 1B", - "SourceID": "TXR10F5MY", - "CWPStreet": "EAST OF COPPERFIELD DRIVE AND BOONVILLE ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070219461", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5MY TXR10F5MZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2921, - 30.6632 - ] - }, - "properties": { - "CWPName": "OAKMONT PHS. 1B", - "SourceID": "TXR10F5N7", - "CWPStreet": "E. OF COPPERFIELD DR. AND BOONVILLE ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070217508", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5N7", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2938, - 30.6648 - ] - }, - "properties": { - "CWPName": "OAKMONT PHS. 2A", - "SourceID": "TXR10F8CH", - "CWPStreet": "NW OF PRECIPICE DR. & MAROON CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070791485", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8C4 TXR10F8CH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2938, - 30.6648 - ] - }, - "properties": { - "CWPName": "OAKMONT PHS. 2A", - "SourceID": "TXR10F8C4", - "CWPStreet": "NW OF PRECIPICE DR. & MAROON CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070791485", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F8C4 TXR10F8CH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2914, - 30.67 - ] - }, - "properties": { - "CWPName": "OAKMONT PHS. 2B", - "SourceID": "TXR10F97W", - "CWPStreet": "NW OF PRECIPICE DRIVE & MAROON CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070926950", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F97W TXR10F98N", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2914, - 30.67 - ] - }, - "properties": { - "CWPName": "OAKMONT PHS. 2B", - "SourceID": "TXR10F98N", - "CWPStreet": "NW OF PRECIPICE DRIVE & MAROON CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070926950", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F97W TXR10F98N", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28988, - 30.662992 - ] - }, - "properties": { - "CWPName": "OAKMONT SUBDIVISION", - "SourceID": "TXR15673W", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28988, - 30.662992 - ] - }, - "properties": { - "CWPName": "OAKMONT SUBDIVISION PHASE", - "SourceID": "TXR15674W", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28988, - 30.662992 - ] - }, - "properties": { - "CWPName": "OAKMONT SUBDIVISION PHASE", - "SourceID": "TXR15549Z", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28988, - 30.662992 - ] - }, - "properties": { - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR1584AY", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28988, - 30.662992 - ] - }, - "properties": { - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR15292Y", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28988, - 30.662992 - ] - }, - "properties": { - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR1541AM", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28988, - 30.662992 - ] - }, - "properties": { - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR15909Y", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28988, - 30.662992 - ] - }, - "properties": { - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR15747V", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070528905", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15292Y TXR1541AM TXR15549Z TXR15673W TXR15674W TXR15747V TXR1584AY TXR15909Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.296131, - 30.662777 - ] - }, - "properties": { - "CWPName": "OAKMONT TOWNHOMES", - "SourceID": "TXR1596DV", - "CWPStreet": "5007 MOONEY FALLS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070876468", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1596DV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.372455, - 30.632277 - ] - }, - "properties": { - "CWPName": "OAKS AT VILLA MARIA", - "SourceID": "TXR1560CQ", - "CWPStreet": "1305 W VILLA MARIA RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070827091", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1560CQ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002041" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.373463, - 30.691986 - ] - }, - "properties": { - "CWPName": "OLD HEARNE ROAD PHASE 1", - "SourceID": "TXR1548IF", - "CWPStreet": "OLD HEARNE ROAD FROM N SIMS AVE TO THE INTER SECTI", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071223535", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1548IF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.349325, - 30.690204 - ] - }, - "properties": { - "CWPName": "OLD RELIANCE AND HIGHWAY 6 PROPERTY", - "SourceID": "TXR1501CO", - "CWPStreet": "NORTH CORNER OF HWY 6 FEEDER ROAD AND OLD RELIANCE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070819044", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1501CO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.392579, - 30.607486 - ] - }, - "properties": { - "CWPName": "OQUINN", - "SourceID": "TXR1558GS", - "CWPStreet": "3215 ELM CREEK CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071093750", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1558GS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.38262, - 30.66056 - ] - }, - "properties": { - "CWPName": "PALASOTA DR - PHASE I", - "SourceID": "TXR1532DB", - "CWPStreet": "LOCATED ALONG PALASOTA DRIVE, FROM THE COTTONWOOD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070831887", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1532DB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006061" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.331867, - 30.659199 - ] - }, - "properties": { - "CWPName": "PANDA EXPRESS BRYAN TEXAS", - "SourceID": "TXR1565CC", - "CWPStreet": "AT OR AROUND 2200 BRIARCREST DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070794330", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1565CC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410019022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.293332, - 30.658758 - ] - }, - "properties": { - "CWPName": "PARK HUDSON CONDOS PHASE 2", - "SourceID": "TXR1564CF", - "CWPStreet": "INTERSECTION OF CROSS PARK DRIVE AND BOONVILLE ROA", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070791244", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1564CF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020221" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.292705, - 30.658602 - ] - }, - "properties": { - "CWPName": "PARK HUDSON PHASE 12 CONDOS - PHASE 2", - "SourceID": "TXR1512CG", - "CWPStreet": "4089 CROSS PARK DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070792390", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1512CG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020221" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.289135, - 30.643926 - ] - }, - "properties": { - "CWPName": "PAULL ALLERGY CLINIC", - "SourceID": "TXR15749Z", - "CWPStreet": "SITE LOCATED ON HARVEY ROAD APPROXIMATELY 1.2 MILE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070602855", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15749Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3056, - 30.67195 - ] - }, - "properties": { - "CWPName": "PFREHM RESIDENCE", - "SourceID": "TXR15905P", - "CWPStreet": "4717 MIRAMONT CIR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802-1709", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070355753", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15905P", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.40706, - 30.66053 - ] - }, - "properties": { - "CWPName": "PHILLIPS SPECIALTY PRODUCTS", - "SourceID": "TXR05BI74", - "CWPStreet": "1331 INDEPENDENCE AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2046", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070371377", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BI74", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.337662, - 30.622647 - ] - }, - "properties": { - "CWPName": "POLO GARAGE", - "SourceID": "TXR15780V", - "CWPStreet": "PROJECT LOCATED ON POLO ROAD NEXT TO THE ENGINEERI", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77842", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070527078", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15780V", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.338952, - 30.621647 - ] - }, - "properties": { - "CWPName": "POLO ROAD RECONSTRUCTION", - "SourceID": "TXR1558CG", - "CWPStreet": "POLO ROAD ON TEXAS A&M UNIVERSITY CAMPUS", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070791577", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1558CG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.29219, - 30.61467 - ] - }, - "properties": { - "CWPName": "PROVIDENCE PARK AT RESEARCH VALLEY", - "SourceID": "TXR15300I", - "CWPStreet": "2501 EARL RUDDER FWY S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-7384", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070197300", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15300I", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.284731, - 30.593334 - ] - }, - "properties": { - "CWPName": "PTX3", - "SourceID": "TXR1512KD", - "CWPStreet": "400 TECHNOLOGY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071323129", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1512KD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33566, - 30.67736 - ] - }, - "properties": { - "CWPName": "RACEWAY 6934", - "SourceID": "TXG830609", - "CWPStreet": "2105 E WILLIAM J BRYAN PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXG830000", - "RegistryID": "110070100278", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXG830609", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3287273461895, - 30.6585178649084 - ] - }, - "properties": { - "CWPName": "RACEWAY 6934", - "SourceID": "TXG830578", - "CWPStreet": "2105 E WILLIAM JOEL BRYAN PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXG830000", - "RegistryID": "110069579361", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXG830578", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.363402, - 30.57754 - ] - }, - "properties": { - "CWPName": "RANGE SCIENCE FIELD LAB", - "SourceID": "TXR1522KA", - "CWPStreet": "WEST SIDE OF FISHTANK ROAD, JUST SOUTH OF WHERE IT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071312189", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1522KA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.35, - 30.6527 - ] - }, - "properties": { - "CWPName": "RAPID EXPRESS CAR WASH", - "SourceID": "TXR1576HT", - "CWPStreet": "1632 W VILLA MARIA RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071202530", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1576HT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410008002" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.318524, - 30.578111 - ] - }, - "properties": { - "CWPName": "RAPID EXPRESS CARWASH", - "SourceID": "TXR1527AY", - "CWPStreet": "12055 FM 2154 RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070672578", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1527AY", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410018033" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.334146, - 30.571614 - ] - }, - "properties": { - "CWPName": "RAVEN HOMES", - "SourceID": "TXR1537AK", - "CWPStreet": "3700 COOPER CT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070626392", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1537AK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.27982, - 30.55954 - ] - }, - "properties": { - "CWPName": "REATTA MEADOWS PARK", - "SourceID": "TXR15769L", - "CWPStreet": "1101 PETERSBURG CT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-3995", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070363460", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15769L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2983, - 30.5987 - ] - }, - "properties": { - "CWPName": "RED LION", - "SourceID": "TXR10F6MJ", - "CWPStreet": "NORTH OF SO. TEXAS AVE. AND MORGANS LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070391752", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6MJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2983, - 30.5987 - ] - }, - "properties": { - "CWPName": "RED LION", - "SourceID": "TXR10F6NE", - "CWPStreet": "NORTH OF SOUTH TEXAS AVE. AND MORGANS LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070501554", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6NE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3693, - 30.67911 - ] - }, - "properties": { - "CWPName": "REDDY ICE - BRYAN", - "SourceID": "TXRNEBO92", - "CWPStreet": "701 N TEXAS AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-3364", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110071155691", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXRNEBO92", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410005021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.294207, - 30.655593 - ] - }, - "properties": { - "CWPName": "REECE HOMES", - "SourceID": "TXR1513FZ", - "CWPStreet": "4013 CROSS PARK DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071073769", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1513FZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020221" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3387, - 30.72232 - ] - }, - "properties": { - "CWPName": "REFRIGERATION VALVES AND SYSTEMS COR", - "SourceID": "TXR05CU37", - "CWPStreet": "1520 CROSSWIND DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-9600", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070370329", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05CU37", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.277953, - 30.730599 - ] - }, - "properties": { - "CWPName": "RELIANCE RIDGE SUBDIVISION", - "SourceID": "TXR1586GJ", - "CWPStreet": "OLD RELIANCE RD - A003200, ABNER LEE SR, TRACT 24.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071081579", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1586GJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001081" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.32818, - 30.63389 - ] - }, - "properties": { - "CWPName": "REPUBLIC RESTAURANT", - "SourceID": "TXR15515V", - "CWPStreet": "701 UNIVERSITY DR E", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-5804", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070517702", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15515V", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.295892, - 30.661589 - ] - }, - "properties": { - "CWPName": "RESIDENCES AT OAKMONT", - "SourceID": "TXR15894D", - "CWPStreet": "INTERSECTION OF BOONEVILLE RD AND PENDLETON DRIVE,", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070374725", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15894D", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.32818, - 30.63389 - ] - }, - "properties": { - "CWPName": "RETAIL CENTER AT CHIMNEY HILL", - "SourceID": "TXR1557AL", - "CWPStreet": "701 UNIVERSITY DR EAST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070626727", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1557AL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.40547, - 30.56838 - ] - }, - "properties": { - "CWPName": "RICKY PALASOTA", - "SourceID": "TXR05FW79", - "CWPStreet": "7116 RAYMOND STOTZER PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-9065", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110034732216", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05FW79", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020141" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.267522, - 30.5822 - ] - }, - "properties": { - "CWPName": "ROCK PRAIRIE MANAGEMENT DISTRICT NO2 BIRD POND ROAD", - "SourceID": "TXR15814R", - "CWPStreet": "EXTENSION OF BIRD POND ROAD FROM ROCK PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070356538", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15814R", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.269388, - 30.584601 - ] - }, - "properties": { - "CWPName": "ROCK PRAIRIE MANAGEMENT DISTRICT SANITARY SEWER", - "SourceID": "TXR15108K", - "CWPStreet": "SITE ENTRANCE LOCATED NEAR BIRD POND ROAD ON ROCK", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070376947", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15108K", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.28163, - 30.583963 - ] - }, - "properties": { - "CWPName": "ROCK PRAIRIE MARKET PLACE PHASE 2", - "SourceID": "TXR1589CT", - "CWPStreet": "4003 STATE HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070827448", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1589CT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2818, - 30.5846 - ] - }, - "properties": { - "CWPName": "ROCK PRAIRIE MARKETPLACE", - "SourceID": "TXR10F4A1", - "CWPStreet": "SE OF FRONTAGE 6 ROAD EAST OF ROCK PRAIRIE RD.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070053990", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F4A1", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.31627, - 30.56629 - ] - }, - "properties": { - "CWPName": "ROCK PRAIRIE RD WEST WIDENING", - "SourceID": "TXR1510HD", - "CWPStreet": "ALONG ROCK PRAIRIE RD FROM HOLEMAN DRIVE SOUTH AND", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77842", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071158073", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1510HD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020211" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.31984, - 30.55897 - ] - }, - "properties": { - "CWPName": "ROLLING RIDGE WWTF", - "SourceID": "TX0077526", - "CWPStreet": "115 RIDGEWOOD ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77840", - "MasterExternalPermitNmbr": null, - "RegistryID": "110006683614", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": 0.24, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "DMRs: Regular Submission Frequency | Sewage Sludge/Biosolids Annual Program Reports | Sewer Overflow/Bypass Event Reports", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0077526", - "SDWAIDs": null, - "CWPDateLastInspSt": "2020-01-23T00:00:00.00+00:00", - "BiosolidsFlag": "Y", - "CensusBlockGroup2020": "480410020201" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.340392, - 30.696201 - ] - }, - "properties": { - "CWPName": "RUDDER POINTE", - "SourceID": "TXR15474T", - "CWPStreet": "3520 OLD RELIANCE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070392447", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15474T", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.346741, - 30.696176 - ] - }, - "properties": { - "CWPName": "RUDDER POINTE SUBDIVISION", - "SourceID": "TXR1596LB", - "CWPStreet": "SUBDIVISION LOCATED AT RUDDER POINTE PARKWAY AND B", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071359672", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1596LB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.345358, - 30.695582 - ] - }, - "properties": { - "CWPName": "RUDDER POINTE SUBDIVISION", - "SourceID": "TXR1563IK", - "CWPStreet": "INTERSECTION OF RUDDER POINTE PKWY AND BRADY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071235366", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1563IK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.40145, - 30.67111 - ] - }, - "properties": { - "CWPName": "S-CON", - "SourceID": "TXR05BF57", - "CWPStreet": "8326 W HIGHWAY 21 BRYAN TX 77807", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070376949", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05BF57", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.385468, - 30.704679 - ] - }, - "properties": { - "CWPName": "SAGE MEADOWS", - "SourceID": "TXR1534FN", - "CWPStreet": "3700 OLD HEARNE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070947224", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1534FN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3655202, - 30.6665755 - ] - }, - "properties": { - "CWPName": "SCARMADO PIT-YOUNG BROTHERS", - "SourceID": "TXR05O901", - "CWPStreet": "FM 260", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "00000", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110022570500", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05O901", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2910986604742, - 30.5556499999484 - ] - }, - "properties": { - "CWPName": "SMILING MALLARD SITE 2", - "SourceID": "TX0142123", - "CWPStreet": "200FT S OF MESA VERDE RD APPROXIMATELY 1800FT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110071178357", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": 0.1, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0142123", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2909, - 30.6434 - ] - }, - "properties": { - "CWPName": "SODALIS ASSISTED LIVING", - "SourceID": "TXR10F6XC", - "CWPStreet": "SW OF CRESCENT POINTE PKWY & COPPERFIELD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070517649", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6XC", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2909, - 30.6434 - ] - }, - "properties": { - "CWPName": "SODALIS ASSISTED LIVING", - "SourceID": "TXR10F6WU", - "CWPStreet": "SW OF CRESCENT POINTE PKWY AND COPPERFIELD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070520054", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6WU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.292222, - 30.640242 - ] - }, - "properties": { - "CWPName": "SODALIS ASSISTED LIVING & MEMORY CARE FACILITY", - "SourceID": "TXR15791Q", - "CWPStreet": "3211 HARVEY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-9416", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070374638", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15791Q", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.345833, - 30.627194 - ] - }, - "properties": { - "CWPName": "SOUTH COLLEGE AVE MULTI-USE PATH", - "SourceID": "TXR1517CS", - "CWPStreet": "ALONG HENSEL PARK DRIVEWAY TO UNIVERSITY DRIVE.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070825702", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1517CS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3564, - 30.693 - ] - }, - "properties": { - "CWPName": "SOUTHERN TIRE MART", - "SourceID": "TXR1551CR", - "CWPStreet": "1904 N EARL RUDDER FWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070825543", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1551CR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.278394, - 30.576363 - ] - }, - "properties": { - "CWPName": "SOUTHSIDE PLAZA PHASE III", - "SourceID": "TXR1533CD", - "CWPStreet": "4075 HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070792849", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1533CD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.345438, - 30.622525 - ] - }, - "properties": { - "CWPName": "ST MARYS CATHOLIC CENTER PARKING LOT", - "SourceID": "TXR1530KX", - "CWPStreet": "SEC OF CROSS STREET AND NAGLE STREET", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071347894", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1530KX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.344394, - 30.621583 - ] - }, - "properties": { - "CWPName": "ST MARYS CATHOLIC CHURCH", - "SourceID": "TXR1537FJ", - "CWPStreet": "300 NAGLE ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070946436", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1537FJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.264609, - 30.558851 - ] - }, - "properties": { - "CWPName": "STAR TOWER POINT RETAIL", - "SourceID": "TXR1574AE", - "CWPStreet": "1295 ARRINGTON RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070622435", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1574AE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.32818, - 30.63389 - ] - }, - "properties": { - "CWPName": "STARBUCKS AT CHIMNEY HILL", - "SourceID": "TXR1556AL", - "CWPStreet": "701 UNIVERSITY DR EAST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070626082", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1556AL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.302799, - 30.64724 - ] - }, - "properties": { - "CWPName": "STAY APT SUITES", - "SourceID": "TXR1527KM", - "CWPStreet": "NORTHWEST OF UNIVERSITY DRIVE EAST & PLAZA CENTRE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071335607", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1527KM TXR1589KM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020222" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.302799, - 30.64724 - ] - }, - "properties": { - "CWPName": "STAY APT SUITES", - "SourceID": "TXR1589KM", - "CWPStreet": "NORTHWEST OF UNIVERSITY DRIVE EAST & PLAZA CENTRE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071335607", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1527KM TXR1589KM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020222" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.268977, - 30.687732 - ] - }, - "properties": { - "CWPName": "STEEP HOLLOW TO KEITH SWITCH 138KV", - "SourceID": "TXR1526GI", - "CWPStreet": "LOCATED JUST EAST OF THE INTERSECTION OF STEEP HOL", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071081901", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1526GI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001052" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.31009, - 30.67888 - ] - }, - "properties": { - "CWPName": "STONEBRIER PHASE 2", - "SourceID": "TXR1510HG", - "CWPStreet": "CORNER OF RIVERSTONE DRIVE & FM 1179", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071155523", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1510HG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3111, - 30.6801 - ] - }, - "properties": { - "CWPName": "STONEBRIER PHS. 2", - "SourceID": "TXR10FA4C", - "CWPStreet": "NE OF FM-1179 & RIVERSTONE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071203610", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA4C TXR10FA5E", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3111, - 30.6801 - ] - }, - "properties": { - "CWPName": "STONEBRIER PHS. 2", - "SourceID": "TXR10FA5E", - "CWPStreet": "NE OF FM-1179 & RIVERSTONE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071203610", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA4C TXR10FA5E", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.31009, - 30.67888 - ] - }, - "properties": { - "CWPName": "STONEBRIER SUBDIVISION PHASE 2", - "SourceID": "TXR1508DU", - "CWPStreet": "GO APPROX. 1 MILEON FM 1179 FROM FM 158. PROJECT O", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070874752", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1508DU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.34137, - 30.613905 - ] - }, - "properties": { - "CWPName": "STUDENT SERVICES BUILDING", - "SourceID": "TXR15434K", - "CWPStreet": "471 HOUSTON STREET", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070374852", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15434K", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.343827, - 30.612452 - ] - }, - "properties": { - "CWPName": "TAMU - 21ST CENTURY CLASSROOM BUILDING", - "SourceID": "TXR15964O", - "CWPStreet": "212 LAMAR ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070371686", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15964O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.352292, - 30.593059 - ] - }, - "properties": { - "CWPName": "TAMU AEROTHERMOCHEMISTRY LAB EXPANSION", - "SourceID": "TXR15776U", - "CWPStreet": "1733 GEORGE BUSH DR W", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070504381", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15776U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.34954, - 30.611352 - ] - }, - "properties": { - "CWPName": "TAMU BEC-COW", - "SourceID": "TXR1540KS", - "CWPStreet": "WEST SIDE OF OLSEN BLVD, .15 MILES SOUTH OF RAYMON", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071337575", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1540KS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.354098, - 30.617336 - ] - }, - "properties": { - "CWPName": "TAMU BIOCONTAINMENT RESEARCH FACILITY", - "SourceID": "TXR15683B", - "CWPStreet": "495 AGRONOMY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843-0001", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070367679", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15683B", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.365629, - 30.622145 - ] - }, - "properties": { - "CWPName": "TAMU EQUINE NUTRITION AND REPRODUCTION FACILITY", - "SourceID": "TXR15091P", - "CWPStreet": "PROJECT LOCATED ON F&B ROAD NEAR THE CURRENT TAMU", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070368376", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15091P", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.379262, - 30.575576 - ] - }, - "properties": { - "CWPName": "TAMU MAIN CAMPUS WWTP", - "SourceID": "TX0108146", - "CWPStreet": "9685 WHITES CREEK RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110034902461", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": 4, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "DMRs: Regular Submission Frequency | Sewage Sludge/Biosolids Annual Program Reports | Sewer Overflow/Bypass Event Reports", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0108146", - "SDWAIDs": null, - "CWPDateLastInspSt": "2021-01-21T00:00:00.00+00:00", - "BiosolidsFlag": "Y", - "CensusBlockGroup2020": "480410020141" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.353889, - 30.591667 - ] - }, - "properties": { - "CWPName": "TAMU STORM IMPROVEMENTS", - "SourceID": "TXR15056S", - "CWPStreet": "VARIOUS SITES ACROSS THE TEXAS A&M UNIVERSITY CAMP", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070355819", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15056S", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020142" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.346299, - 30.610866 - ] - }, - "properties": { - "CWPName": "TAMUS - ILSQ BUILDING", - "SourceID": "TXR1566DG", - "CWPStreet": "459 OLSEN BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070839600", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1566DG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3288, - 30.6392 - ] - }, - "properties": { - "CWPName": "TARROW TOWNHOMES", - "SourceID": "TXR10F5PH", - "CWPStreet": "SW OF AUTUMN CIRCLE AND E. 29TH ST.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070229435", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5P0 TXR10F5PH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3288, - 30.6392 - ] - }, - "properties": { - "CWPName": "TARROW TOWNHOMES", - "SourceID": "TXR10F5P0", - "CWPStreet": "SW OF AUTUMN CIRCLE AND E. 29TH ST.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070229435", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F5P0 TXR10F5PH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410013012" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.357497, - 30.582471 - ] - }, - "properties": { - "CWPName": "TEEX BRAYTON CLASSROOM AND ADMIN FACILITY", - "SourceID": "TXR1569HO", - "CWPStreet": "1595 NUCLEAR SCIENCE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071180737", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1569HO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020142" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.31715, - 30.61293 - ] - }, - "properties": { - "CWPName": "TESLA CHARGING STATION", - "SourceID": "TXR1520KG", - "CWPStreet": "1910 TEXAS AVE S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-3914", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071322125", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1520KG", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410016071" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.345, - 30.6037 - ] - }, - "properties": { - "CWPName": "TEXAS A & M SOFTBALL AND TRACK AND FIELD STADIUM", - "SourceID": "TXR10F53D", - "CWPStreet": "EAST OF TOM CHANDLER ROAD AND PENBERTHY RD.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070134437", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F53D", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.345, - 30.6037 - ] - }, - "properties": { - "CWPName": "TEXAS A & M SOFTBALL AND TRACK AND FIELD STADIUM", - "SourceID": "TXR10F534", - "CWPStreet": "E. OF TOM CHANDLER RD AND PENBERTHY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070133141", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F534", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.297787, - 30.657477 - ] - }, - "properties": { - "CWPName": "TEXAS A&M AGRILIFE EXTENSION OFFICE", - "SourceID": "TXR1542CS", - "CWPStreet": "4154 COUNTY PARK CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070824735", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1542CS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020221" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.336867, - 30.608164 - ] - }, - "properties": { - "CWPName": "TEXAS A&M DISTINGUISHED ALUMNI TRIBUTE", - "SourceID": "TXR1506IE", - "CWPStreet": "505 GEORGE BUSH DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-2918", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071220207", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1506IE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3599, - 30.6236 - ] - }, - "properties": { - "CWPName": "TEXAS A&M GREENHOUSES", - "SourceID": "TXR10F87M", - "CWPStreet": "NORTH OF F & B ROAD & AGRONOMY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070742903", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F878 TXR10F87M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3599, - 30.6236 - ] - }, - "properties": { - "CWPName": "TEXAS A&M GREENHOUSES", - "SourceID": "TXR10F878", - "CWPStreet": "NORTH OF F & B ROAD & AGRONOMY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070742903", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F878 TXR10F87M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.39437, - 30.596412 - ] - }, - "properties": { - "CWPName": "TEXAS A&M MEDICAL RESEARCH & EDUCATION BUILDING II", - "SourceID": "TXR15101M", - "CWPStreet": "8447 STATE HIGHWAY 47", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-3260", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070356304", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15101M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3391, - 30.6214 - ] - }, - "properties": { - "CWPName": "TEXAS A&M POLO GARAGE", - "SourceID": "TXR10F7W4", - "CWPStreet": "EAST OF BIZZELL ST. & POLO ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070672328", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7VS TXR10F7W4", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3391, - 30.6214 - ] - }, - "properties": { - "CWPName": "TEXAS A&M POLO GARAGE", - "SourceID": "TXR10F7VS", - "CWPStreet": "EAST OF BIZZELL ST. & POLO ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070672328", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7VS TXR10F7W4", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.334351, - 30.616082 - ] - }, - "properties": { - "CWPName": "TEXAS A&M SOUTH CAMPUS REC CENTER", - "SourceID": "TXR1546EH", - "CWPStreet": "BIZZELL STREET AND MOSHER LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070891783", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1546EH", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.34967, - 30.60573 - ] - }, - "properties": { - "CWPName": "TEXAS A&M TRACK & FIELD COMPLEX", - "SourceID": "TXR15626O", - "CWPStreet": "977 PENBERTHY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-2375", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070370844", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15626O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.379262, - 30.575576 - ] - }, - "properties": { - "CWPName": "TEXAS A&M UNIVERSITY - WASTEWATER TREATMENT PLANT", - "SourceID": "TXR05DA91", - "CWPStreet": "9685 WHITES CREEK RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070371821", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05DA91", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020141" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.34114, - 30.61778 - ] - }, - "properties": { - "CWPName": "TEXAS A&M UNIVERSITY CENTRAL UTILITIES PLANT", - "SourceID": "TXR05DA89", - "CWPStreet": "222 IRELAND ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843-0001", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070374900", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05DA89", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.349505, - 30.586211 - ] - }, - "properties": { - "CWPName": "TEXAS A&M UNIVERSITY CLOSED LANDFILL", - "SourceID": "TXR15192K", - "CWPStreet": "THE PROJECT SITE IS LOCATED ON LUTHER STREET AND F", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070363965", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15192K", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020142" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36165, - 30.6225 - ] - }, - "properties": { - "CWPName": "TEXAS A&M UNIVERSITY HAZARDOUS WASTE STORAGE FACILITY", - "SourceID": "TXRNEAN76", - "CWPStreet": "2655 OLD DAIRY SCIENCE CENTER ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110035031015", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXRNEAN76", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.340555, - 30.615555 - ] - }, - "properties": { - "CWPName": "TEXAS A&M UNIVERSITY MS4", - "SourceID": "TXR040237", - "CWPStreet": "CAMPUS OF TEXAS A&M UNIV.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77543", - "MasterExternalPermitNmbr": "TXR040000", - "RegistryID": "110037844269", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR040237", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3209769968903, - 30.6133712371937 - ] - }, - "properties": { - "CWPName": "TEXAS A&M UNIVERSITY MS4", - "SourceID": "TXR040562", - "CWPStreet": "CAMPUS OF TEXAS A&M UNIVERSITY LOCATED WITHIN THE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR040000", - "RegistryID": "110067235307", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR040562", - "SDWAIDs": null, - "CWPDateLastInspSt": "2020-11-17T00:00:00.00+00:00", - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33433, - 30.60915 - ] - }, - "properties": { - "CWPName": "TEXAS A&M UNIVERSITY MUSIC ACTIVITIES CENTER", - "SourceID": "TXR15684F", - "CWPStreet": "801 GEORGE BUSH DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070361929", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15684F", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.355318, - 30.618678 - ] - }, - "properties": { - "CWPName": "TEXAS A&M UNIVERSITY TRANSPORTATION CENTER", - "SourceID": "TXR05DA90", - "CWPStreet": "388 AGRONOMY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070359753", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05DA90", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36603, - 30.59486 - ] - }, - "properties": { - "CWPName": "TEXAS AM UNIVERSITY EASTERWOOD AIRPORT", - "SourceID": "TXR05FN85", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD STE 112", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8578", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110034968024", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05FN85", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.374034, - 30.673789 - ] - }, - "properties": { - "CWPName": "TEXAS DEPT OF TRANSPORTATION", - "SourceID": "TXR040181", - "CWPStreet": "BRYAN AND COLLEGE STATION", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR040000", - "RegistryID": "110038372702", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR040181", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006031" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.323, - 30.6717 - ] - }, - "properties": { - "CWPName": "TEXAS TRUCK RIGGINS", - "SourceID": "TXR10F6ND", - "CWPStreet": "NE OF HWY 158 AND MOHAWK DT.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070500313", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6ND", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.323, - 30.6717 - ] - }, - "properties": { - "CWPName": "TEXAS TRUCK RIGGINS", - "SourceID": "TXR10F6MI", - "CWPStreet": "NE OF HWY 158 AND MOHAWK ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070389613", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6MI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.302617, - 30.602359 - ] - }, - "properties": { - "CWPName": "THE CREEK PLACE", - "SourceID": "TXR1587HM", - "CWPStreet": "2711 TEXAS AVE S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071179233", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1587HM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410017021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.26815, - 30.56801 - ] - }, - "properties": { - "CWPName": "THE LANGFORD AT COLLEGE STATION PHASE 1", - "SourceID": "TXR15188B", - "CWPStreet": "4185 STATE HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8965", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070364247", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15188B", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.275642, - 30.57455 - ] - }, - "properties": { - "CWPName": "THE RANCH HARLEY-DAVIDSON", - "SourceID": "TXR1534EL", - "CWPStreet": "4101 HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070929943", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1534EL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020091" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.378683, - 30.669596 - ] - }, - "properties": { - "CWPName": "THE RESERVE AT COTTONWOOD CREEK", - "SourceID": "TXR1552DX", - "CWPStreet": "503 W 31ST ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070874606", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1530DW TXR1552DX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006033" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.378683, - 30.669596 - ] - }, - "properties": { - "CWPName": "THE RESERVE AT COTTONWOOD CREEK", - "SourceID": "TXR1530DW", - "CWPStreet": "503 W 31ST ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070874606", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1530DW TXR1552DX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006033" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.399196, - 30.613331 - ] - }, - "properties": { - "CWPName": "THE VILLAGES AT TRADITIONS CONDOS", - "SourceID": "TXR1556GX", - "CWPStreet": "2838 MEMORY LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071147014", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1556GX", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2598, - 30.556 - ] - }, - "properties": { - "CWPName": "THE YARD", - "SourceID": "TXR10F61R", - "CWPStreet": "NE OF ARRINGTON ROAD & GREENS PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070251072", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F61R", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020102" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2598, - 30.556 - ] - }, - "properties": { - "CWPName": "THE YARD", - "SourceID": "TXR10F61A", - "CWPStreet": "NE OF ARRINGTON RD. & GREENS PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070251071", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F61A", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020102" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.380499, - 30.653056 - ] - }, - "properties": { - "CWPName": "THOMAS HEIGHTS", - "SourceID": "TXR1555GR", - "CWPStreet": "APPROX. 20 YARDS SOUTHEAST FROM THE INTERSECTION O", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071094550", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1555GR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006053" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.319435, - 30.67931 - ] - }, - "properties": { - "CWPName": "THORNBERRY DRIVE", - "SourceID": "TXR1576CR", - "CWPStreet": "HOA COMMON AREA SOUTHEAST OF LOCKET HALL DR ROW NO", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070824917", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1576CR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.338458, - 30.612648 - ] - }, - "properties": { - "CWPName": "THROCKMORTON STREET AND SIDEWALK", - "SourceID": "TXR1540JR", - "CWPStreet": "SOUTH OF THE INTERSECTION OF JOE ROUTT BLVD AND TH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071311165", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1540JR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410021003" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.30997, - 30.65325 - ] - }, - "properties": { - "CWPName": "TIFFANY PARK SUBDIVISION", - "SourceID": "TXR1523HZ", - "CWPStreet": "3621 DAWN CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071202475", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1523HZ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020222" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3287273461895, - 30.6585178649084 - ] - }, - "properties": { - "CWPName": "TIMOTHY & LINDA GAITHER", - "SourceID": "TXR1517LS", - "CWPStreet": "4705 CONCORDIA DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071369493", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1517LS", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.29067, - 30.64683 - ] - }, - "properties": { - "CWPName": "TM5 PROPERTIES OFFICE COMPLEX PH 1 - CRESENT POINTE PHASE 2", - "SourceID": "TXR15654L", - "CWPStreet": "1580 COPPERFIELD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-4674", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070362171", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15654L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.26, - 30.554722 - ] - }, - "properties": { - "CWPName": "TOWER CENTER II OFFICE CONDOMINIUMS", - "SourceID": "TXR15983H", - "CWPStreet": "ALONG GREENS PRAIRIE RD WEST NORTH OF INTERSECTION", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070360972", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15983H", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020102" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.263883, - 30.559822 - ] - }, - "properties": { - "CWPName": "TOWER POINT OFFICE CONDOS", - "SourceID": "TXR1584CT", - "CWPStreet": "SOUTH OF ARRINGTON ROAD AND HWY 6 INTERSECTION", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070826626", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1584CT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020252" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37834, - 30.601199 - ] - }, - "properties": { - "CWPName": "TRADITIONS PHASE 101 & 102 ATLAS PEAR & 12 OFFSITE SEWER", - "SourceID": "TXR1574AA", - "CWPStreet": "FROM THE INTERSECTION OF F&B ROAD AND TURKEY CREEK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070620444", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1574AA", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.39833, - 30.61306 - ] - }, - "properties": { - "CWPName": "TRADITIONS PHASE 19 PHASE 2", - "SourceID": "TXR15258M", - "CWPStreet": "NORTHWEST OF THE INTERSECTION OF SOUTH TRADITIONS", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070370953", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15258M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.39049, - 30.601608 - ] - }, - "properties": { - "CWPName": "TRADITIONS PHS 35", - "SourceID": "TXR1568JG", - "CWPStreet": "SOUTHWEST OF CLUB DR & SOUTH TRADITIONS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071274800", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1568JG TXR1588JF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.39049, - 30.601608 - ] - }, - "properties": { - "CWPName": "TRADITIONS PHS 35", - "SourceID": "TXR1588JF", - "CWPStreet": "SOUTHWEST OF CLUB DR & SOUTH TRADITIONS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071274800", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1568JG TXR1588JF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.382326, - 30.606608 - ] - }, - "properties": { - "CWPName": "TRADITIONS PHS 38", - "SourceID": "TXR1513KU", - "CWPStreet": "NW OF ATLAS PEAR DRIVE & HEALTH SCIENCE CENTER PKW", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071348092", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1513KU", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.382326, - 30.606608 - ] - }, - "properties": { - "CWPName": "TRADITIONS PHS 38", - "SourceID": "TXR1563KT", - "CWPStreet": "NW OF ATLAS PEAR DR. & HEALTH SCIENCE CENTER PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071347820", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1563KT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3784, - 30.6026 - ] - }, - "properties": { - "CWPName": "TRADITIONS PHS. 102", - "SourceID": "TXR10F80U", - "CWPStreet": "NE OF SOUTH TRADITIONS & HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070695607", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F80K TXR10F80U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3784, - 30.6026 - ] - }, - "properties": { - "CWPName": "TRADITIONS PHS. 102", - "SourceID": "TXR10F80K", - "CWPStreet": "NE OF SOUTH TRADITIONS & HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070695607", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F80K TXR10F80U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3905, - 30.6016 - ] - }, - "properties": { - "CWPName": "TRADITIONS PHS. 35", - "SourceID": "TXR10F9YY", - "CWPStreet": "SW OF CLUB DR. & SOUTH TRADITIONS DR.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071156636", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9YY TXR10F9Z9", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3905, - 30.6016 - ] - }, - "properties": { - "CWPName": "TRADITIONS PHS. 35", - "SourceID": "TXR10F9Z9", - "CWPStreet": "SW OF CLUB DR. & SOUTH TRADITIONS DR.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071156636", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9YY TXR10F9Z9", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.391473, - 30.611508 - ] - }, - "properties": { - "CWPName": "TRADITIONS SUBDIVISION", - "SourceID": "TXR1567HD", - "CWPStreet": "2856 PERSIMMON RIDGE CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071155470", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1567HD", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.391734, - 30.603003 - ] - }, - "properties": { - "CWPName": "TRADITIONS SUBDIVISION - PHASE 35", - "SourceID": "TXR1526HL", - "CWPStreet": "INTERSECTION OF WILLOW RIDGE DRIVE AND CLUB DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071178754", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1526HL", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.401955, - 30.611917 - ] - }, - "properties": { - "CWPName": "TRADITIONS SUBDIVISION PHASE 20D & 20E", - "SourceID": "TXR1509LE", - "CWPStreet": "INTERSECTION OF CENTURY OAK DRIVE & FM 1179 - VILL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071359590", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509LE TXR1598LK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.401955, - 30.611917 - ] - }, - "properties": { - "CWPName": "TRADITIONS SUBDIVISION PHASE 20D & 20E & 20F", - "SourceID": "TXR1598LK", - "CWPStreet": "INTERSECTION OF CENTURY OAK DRIVE & FM 1179 - VILL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071359590", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1509LE TXR1598LK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.375782, - 30.590852 - ] - }, - "properties": { - "CWPName": "TRADITIONS SUBDIVISION PHASE 24 & 25", - "SourceID": "TXR1586CJ", - "CWPStreet": "INTERSECTION OF HSC PARKWAY AND RIVERSIDE PARKWAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070818674", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1586CJ", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480419800001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3991, - 30.6124 - ] - }, - "properties": { - "CWPName": "TRADITIONS VILLAGES PHS. 4", - "SourceID": "TXR10F9UN", - "CWPStreet": "SW OF TRADITIONS BLVD. & W. VILLA MARIA ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071145454", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9U5 TXR10F9UN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3991, - 30.6124 - ] - }, - "properties": { - "CWPName": "TRADITIONS VILLAGES PHS. 4", - "SourceID": "TXR10F9U5", - "CWPStreet": "SW OF TRADITIONS BLVD. & W. VILLA MARIA ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071145454", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F9U5 TXR10F9UN", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.314528, - 30.665417 - ] - }, - "properties": { - "CWPName": "TRAFALGER--37 ACRES", - "SourceID": "TXR15195L", - "CWPStreet": "DIRECTLY ACROSS FM 158 FROM MIRAMONT BLVD-37 ACRES", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070375931", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15195L", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020223" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36524, - 30.638891 - ] - }, - "properties": { - "CWPName": "TRAVIS B BRYAN MIDTOWN PARK PHASE 3E-DETENTION & DESILTING", - "SourceID": "TXR1592CF", - "CWPStreet": "206 W VILLA MARIA RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801-3029", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070793575", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1592CF", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.322517, - 30.662797 - ] - }, - "properties": { - "CWPName": "TRUFIT BRYAN TOWNE CENTER", - "SourceID": "TXR15935R", - "CWPStreet": "3143 WILDFLOWER DR STE 1300", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802-3063", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070371588", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15935R", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020223" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.383833, - 30.62075 - ] - }, - "properties": { - "CWPName": "TURKEY CREEK WWTP", - "SourceID": "TX0062472", - "CWPStreet": "3000FT W FMR 2818, APPROX 4M SE ST HWY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77807", - "MasterExternalPermitNmbr": null, - "RegistryID": "110017890460", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": 0.75, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0062472", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002031" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.339, - 30.672 - ] - }, - "properties": { - "CWPName": "TXDOT BRY CSJ 0212-03-050", - "SourceID": "TXR1562KP", - "CWPStreet": "FM 158 FROM SH 6 SB FRONTAGE ROAD TO N TEXAS AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071338298", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1562KP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410019011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.354, - 30.592 - ] - }, - "properties": { - "CWPName": "TXDOT BRY CSJ 2399-01-074", - "SourceID": "TXR1504EF", - "CWPStreet": "FM 2818 FROM 0.5 MILES N OF FM 60 TO FM 2154", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070891106", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1504EF TXR1541EI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.354, - 30.592 - ] - }, - "properties": { - "CWPName": "TXDOT BRY CSJ 2399-01-074", - "SourceID": "TXR1541EI", - "CWPStreet": "FM 2818 FROM 0.5 MILES N OF FM 60 TO FM 2154", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070891106", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1504EF TXR1541EI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.396, - 30.65 - ] - }, - "properties": { - "CWPName": "TXDOT BRY CSJ 2851-01-050", - "SourceID": "TXR1566LM", - "CWPStreet": "FM 2818 FROM BECK ST TO 0.1 MILES S OF LEONARD RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071365800", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1566LM", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006054" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36, - 30.7 - ] - }, - "properties": { - "CWPName": "TXDOT CSJ 0049-12-096", - "SourceID": "TXR15454M", - "CWPStreet": "SH 6 FROM SH 21 TO FM 158", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070189753", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15454M", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36, - 30.6 - ] - }, - "properties": { - "CWPName": "TXDOT CSJ 0506-01-105", - "SourceID": "TXR15798A", - "CWPStreet": "FM 60/FM 2818 INTERCHANGE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070191931", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15039B TXR15798A", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36, - 30.6 - ] - }, - "properties": { - "CWPName": "TXDOT CSJ 0506-01-105", - "SourceID": "TXR15039B", - "CWPStreet": "FM 60/FM 2818 INTERCHANGE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070191931", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15039B TXR15798A", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020171" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36, - 30.64 - ] - }, - "properties": { - "CWPName": "TXDOT CSJ 0917-29-129", - "SourceID": "TXR15382G", - "CWPStreet": "SH 308 FROM FM 1179 TO INLOW STREET", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070195678", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15321G TXR15382G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.36, - 30.64 - ] - }, - "properties": { - "CWPName": "TXDOT CSJ 0917-29-129", - "SourceID": "TXR15321G", - "CWPStreet": "SH 308 FROM FM 1179 TO INLOW STREET", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070195678", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15321G TXR15382G", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009001" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37476, - 30.65385 - ] - }, - "properties": { - "CWPName": "TXI BRYAN FOUNTAIN READY MIX", - "SourceID": "TXG111360", - "CWPStreet": "1610 FOUNTAIN AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXG110000", - "RegistryID": "110035086297", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXG111360", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.321333, - 30.579361 - ] - }, - "properties": { - "CWPName": "UNIVERSITY ACRES WWTP", - "SourceID": "TX0084981", - "CWPStreet": "3500' S-SE INTERX OF FM 2818 AND FM 2154", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77802", - "MasterExternalPermitNmbr": null, - "RegistryID": "110009776778", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0084981", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020211" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.328941, - 30.572674 - ] - }, - "properties": { - "CWPName": "UNIVERSITY HEIGHTS COMMERICIAL CENTER PH1", - "SourceID": "TXR15903Z", - "CWPStreet": "START AT HOLLEMAN DRIVE SOUTH AND KENYON DR. PROCE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070598226", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15903Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020212" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3023887, - 30.6567254 - ] - }, - "properties": { - "CWPName": "UNKNOWN", - "SourceID": "TX0097951", - "CWPStreet": "UNKNOWN", - "CWPCity": null, - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "00000", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039168619", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0097951", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3023887, - 30.6567254 - ] - }, - "properties": { - "CWPName": "UNKNOWN", - "SourceID": "TX0090867", - "CWPStreet": "UNKNOWN", - "CWPCity": null, - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "00000", - "MasterExternalPermitNmbr": null, - "RegistryID": "110039182087", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0090867", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37364, - 30.66217 - ] - }, - "properties": { - "CWPName": "UPRR BRYAN YARD", - "SourceID": "TXR05EO05", - "CWPStreet": "198 W PEASE ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-4514", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070696699", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05EO05", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410009002" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.34914, - 30.6801 - ] - }, - "properties": { - "CWPName": "UPS BRYAN", - "SourceID": "TXR05O068", - "CWPStreet": "2730 OSBORN LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-5151", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110037861070", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05O068", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.345118, - 30.680594 - ] - }, - "properties": { - "CWPName": "UPS BRYAN", - "SourceID": "TXR1567CP", - "CWPStreet": "1069 N EARL RUDDER FWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070826300", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1567CP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410004021" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.290619, - 30.613053 - ] - }, - "properties": { - "CWPName": "VERABANK AT PROVIDENCE PARK", - "SourceID": "TXR1546CR", - "CWPStreet": "EAST RUDDER FWY. AND PROVIDENCE PKWY.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070824465", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1546CR", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.29247, - 30.63994 - ] - }, - "properties": { - "CWPName": "VETERANS PARK ATHLETIC COMPLEX", - "SourceID": "TXR15768L", - "CWPStreet": "3101 HARVEY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-9414", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070358225", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15768L TXR1580DE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.29247, - 30.63994 - ] - }, - "properties": { - "CWPName": "VETERANS PARK PHASE 1B", - "SourceID": "TXR1580DE", - "CWPStreet": "3101 HARVEY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070358225", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15768L TXR1580DE", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020161" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3989, - 30.6134 - ] - }, - "properties": { - "CWPName": "VILLAGES AT TRADITIONS PHS. 3", - "SourceID": "TXR10F6QP", - "CWPStreet": "NW OF TRADITIONS BLVD. AND S. TRADITIONS DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070505096", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6QP", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3989, - 30.6134 - ] - }, - "properties": { - "CWPName": "VILLAGES AT TRADITIONS PHS. 3", - "SourceID": "TXR10F6QI", - "CWPStreet": "NW OF TRADITIONS BLVD. AND SOUTH TRADITIONS DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070502390", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F6QI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2910986604742, - 30.5556499999484 - ] - }, - "properties": { - "CWPName": "VILLAGES OF INDIAN LAKES PHASE 28", - "SourceID": "TX0136808", - "CWPStreet": "1675 FT SE OF THE INTEREX OF INDIAN LAKES DR AND", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "MasterExternalPermitNmbr": null, - "RegistryID": "110067173999", - "CWPCounty": "Brazos", - "CWPEPARegion": "06", - "FacDerivedHuc": null, - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": 0.018, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TX0136808", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": null - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.325734, - 30.703306 - ] - }, - "properties": { - "CWPName": "VINTAGE ESTATES", - "SourceID": "TXR1518EV", - "CWPStreet": "4101 VINTAGE ESTATES COURT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070924874", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1518EV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001081" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.3965, - 30.6624 - ] - }, - "properties": { - "CWPName": "W 28TH STREET", - "SourceID": "TXR1547BO", - "CWPStreet": "AROUND 60 ACRES BORDERING W 28TH STREET, SUNCREST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070818649", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1547BO", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006034" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2665, - 30.5647 - ] - }, - "properties": { - "CWPName": "WALKONS BISTREAUX MAIN EXT.", - "SourceID": "TXR10F7XB", - "CWPStreet": "WEST OF ARRINGTON RD & TEXAS 6 FRONTAGE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070688194", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7XB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020251" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2665, - 30.5647 - ] - }, - "properties": { - "CWPName": "WALKONS BISTREAUX MAIN EXT.", - "SourceID": "TXR10F7X3", - "CWPStreet": "WEST OF ARRINGTON RD. & TEXAS 6 FRONTAGE RD.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110070686452", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10F7X3", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020251" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.26444, - 30.58888 - ] - }, - "properties": { - "CWPName": "WATERFORD HEIGHTS ESTATES SUBDIVISION", - "SourceID": "TXR1566GI", - "CWPStreet": "1402 BIRD POND RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071081477", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1566GI", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.266388, - 30.585 - ] - }, - "properties": { - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15269Q", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15269Q TXR15293Y TXR15510Y TXR15548Z TXR15713X TXR15908Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.266388, - 30.585 - ] - }, - "properties": { - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15510Y", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15269Q TXR15293Y TXR15510Y TXR15548Z TXR15713X TXR15908Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.266388, - 30.585 - ] - }, - "properties": { - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15908Y", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15269Q TXR15293Y TXR15510Y TXR15548Z TXR15713X TXR15908Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.266388, - 30.585 - ] - }, - "properties": { - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15548Z", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15269Q TXR15293Y TXR15510Y TXR15548Z TXR15713X TXR15908Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.266388, - 30.585 - ] - }, - "properties": { - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15713X", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15269Q TXR15293Y TXR15510Y TXR15548Z TXR15713X TXR15908Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.266388, - 30.585 - ] - }, - "properties": { - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15293Y", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070365517", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15269Q TXR15293Y TXR15510Y TXR15548Z TXR15713X TXR15908Y", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.390527, - 30.61096 - ] - }, - "properties": { - "CWPName": "WATHEN RESIDENCE", - "SourceID": "TXR1586FW", - "CWPStreet": "3032 HICKORY RIDGE CIR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071066580", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1586FW", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410002072" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2657, - 30.588 - ] - }, - "properties": { - "CWPName": "WEATHERFORD ESTATES PHS. 3", - "SourceID": "TXR10FA6J", - "CWPStreet": "NE OF BIRD POND ROAD & ROCK PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071221079", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA6J TXR10FA6K", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2657, - 30.588 - ] - }, - "properties": { - "CWPName": "WEATHERFORD ESTATES PHS. 3", - "SourceID": "TXR10FA6K", - "CWPStreet": "NE OF BIRD POND ROAD & ROCK PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR10F000", - "RegistryID": "110071221079", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": "General Permit Reports [Notices of Intent to discharge] (NOIs) | Notices of Termination (NOTs)", - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR10FA6J TXR10FA6K", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020162" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.342163, - 30.741027 - ] - }, - "properties": { - "CWPName": "WELLBORN SETTLEMENT", - "SourceID": "TXR1551BK", - "CWPStreet": "TURN RIGHT FROM GREENSPRAIRIE TO ROYDER RD AND GO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070694976", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1551BK", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001042" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.33598, - 30.59941 - ] - }, - "properties": { - "CWPName": "WELLBORN SIDING NAVASOTA SUBDIVISION MP 63.5 TO MP 65.71", - "SourceID": "TXR15963U", - "CWPStreet": "WEST OF FM 2154, WELLBORN RD N, TX BETWEEN GREEN P", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070500088", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15963U", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410016081" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.38601, - 30.67512 - ] - }, - "properties": { - "CWPName": "WEST 26TH STREET REHABILITATION", - "SourceID": "TXR15152O", - "CWPStreet": "WEST 26TH STREET, FROM PARKER AVE. TO BRAZOS AVE.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070356159", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15152O", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006032" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.2919, - 30.6146 - ] - }, - "properties": { - "CWPName": "WESTINGHOUSE PROVIDENCE PARK", - "SourceID": "TXR1563CV", - "CWPStreet": "OFF OF EARL RUDDER FWY S NEXT TO ACADEMY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070826029", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1563CV", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020011" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.297322, - 30.555277 - ] - }, - "properties": { - "CWPName": "WOLF DEN SUBDIVISION", - "SourceID": "TXR1521IB", - "CWPStreet": "SOUTHWEST FROM THE CORNER OF JEANNE DR AND MCLAREN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110071222042", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1521IB", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410020182" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37897, - 30.71338 - ] - }, - "properties": { - "CWPName": "WOODVILLE ROAD IMPROVEMENTS", - "SourceID": "TXR1534BT", - "CWPStreet": "LOCATED ALONG WOODVILLE RD, FROM STATE HWY 6 TO OL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070711455", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070101", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR1534BT", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410003022" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.37606, - 30.65876 - ] - }, - "properties": { - "CWPName": "XPO LOGISTICS FREIGHT LBY", - "SourceID": "TXR05K375", - "CWPStreet": "417 PALASOTA DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-3844", - "MasterExternalPermitNmbr": "TXR050000", - "RegistryID": "110070375241", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": "N", - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR05K375", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410006051" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - -96.26082, - 30.64963 - ] - }, - "properties": { - "CWPName": "YAUPON TRAILS", - "SourceID": "TXR15102Z", - "CWPStreet": "4509 HARDY WEEDON ROAD, BRYAN, TX 77808", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "MasterExternalPermitNmbr": "TXR150000", - "RegistryID": "110070569623", - "CWPCounty": null, - "CWPEPARegion": "06", - "FacDerivedHuc": "12070103", - "CWPNAICSCodes": null, - "CWPTotalDesignFlowNmbr": null, - "DschToMs4": null, - "ExposedActivity": null, - "NPDESDataGroupsDescs": null, - "MsgpFacilityInspctnSmmry": null, - "MsgpCorrectiveActionSmmry": null, - "AIRIDs": null, - "NPDESIDs": "TXR15102Z", - "SDWAIDs": null, - "CWPDateLastInspSt": null, - "BiosolidsFlag": null, - "CensusBlockGroup2020": "480410001063" - } - } - ] -} diff --git a/vignettes/articles/int/0/cwa_rest_services.get_geojson-fd6370.json b/vignettes/articles/int/0/cwa_rest_services.get_geojson-fd6370.json new file mode 100644 index 0000000..d1cd4b2 --- /dev/null +++ b/vignettes/articles/int/0/cwa_rest_services.get_geojson-fd6370.json @@ -0,0 +1,26053 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.349641, + 30.608505 + ] + }, + "properties": { + "CWPName": "066-3344 BORLAUG CENTER RENOVATION ADDITION", + "SourceID": "TXR1579LK", + "CWPStreet": "600 JOHN KIMBROUGH BLVD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77843-0001", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071363697", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 87, + "MilePctileCancerSt": 83 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.352706, + 30.701098 + ] + }, + "properties": { + "CWPName": "1407 CONNOR STREET", + "SourceID": "TXR1539NY", + "CWPStreet": "1407 CONNOR STREET", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071508142", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "ROBERTSON COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3341, + 30.6689 + ] + }, + "properties": { + "CWPName": "2900 SPECTOR DRIVE", + "SourceID": "TXR1571JJ", + "CWPStreet": "2900 SPECTOR DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071297316", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020021", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3274, + 30.69149 + ] + }, + "properties": { + "CWPName": "2901 SPECTOR DRIVE", + "SourceID": "TXR1531KC", + "CWPStreet": "2901 SPECTOR DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071321704", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.333552, + 30.670227 + ] + }, + "properties": { + "CWPName": "2921 SPECTOR DRIVE", + "SourceID": "TXR1587NL", + "CWPStreet": "2921 SPECTOR DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071444614", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020021", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.384101, + 30.610446 + ] + }, + "properties": { + "CWPName": "3444 MAHOGANY DRIVE", + "SourceID": "TXR1509EW", + "CWPStreet": "SOUTHWEST OF THE INTERSECTION OF MAHOGANY DRIVE AN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070926834", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33323, + 30.56281 + ] + }, + "properties": { + "CWPName": "3757 COOPER COURT", + "SourceID": "TXR1571QU", + "CWPStreet": "3757 COOPER CT", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "TXR1571QU", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": null, + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": null, + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.30667, + 30.66827 + ] + }, + "properties": { + "CWPName": "4724 CONCORDIA", + "SourceID": "TXR1587QU", + "CWPStreet": "4724 CONCORDIA DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "TXR1587QU", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": null, + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": null, + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.30831, + 30.67701 + ] + }, + "properties": { + "CWPName": "5113 INVERNESS DR", + "SourceID": "TXR1542EK", + "CWPStreet": "5113 INVERNESS DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070891238", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.294929, + 30.57004 + ] + }, + "properties": { + "CWPName": "777 GRAHAM RD", + "SourceID": "TXR1578AE", + "CWPStreet": "777 GRAHAM RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070621969", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020061", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 28 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.353324, + 30.690423 + ] + }, + "properties": { + "CWPName": "8.5 ACRE DEVELOPMENT SH-6", + "SourceID": "TXR1535BW", + "CWPStreet": "NORTHWEST INTERSECTION OF MARTIN LUTHER KING JR ST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070742570", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410004001", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3209769968903, + 30.6133712371937 + ] + }, + "properties": { + "CWPName": "804 GILCHRIST AVE", + "SourceID": "TXR1584QR", + "CWPStreet": "804 GILCHRIST AVE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071707352", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.35083, + 30.67606 + ] + }, + "properties": { + "CWPName": "ACADEMY CONDOMINIUMS", + "SourceID": "TXR1508FA", + "CWPStreet": "1326 PRAIRIE DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070924925", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410004004", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.35083, + 30.67606 + ] + }, + "properties": { + "CWPName": "ACADEMY CONDOS", + "SourceID": "TXR1512HZ", + "CWPStreet": "1326 PRAIRIE DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070924925", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410004004", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.349706, + 30.677975 + ] + }, + "properties": { + "CWPName": "ACADEMY PRESERVE - PH 1 & 2", + "SourceID": "TXR1504IX", + "CWPStreet": "SEC OF OSBORN LANE AND PRAIRIE DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071255086", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410004004", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.350853, + 30.678382 + ] + }, + "properties": { + "CWPName": "ACADEMY PRESERVE PHS 1", + "SourceID": "TXR1589JN", + "CWPStreet": "SE OF OSBORN LN & FOREST GLEN CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071296128", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410004002", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.350853, + 30.678382 + ] + }, + "properties": { + "CWPName": "ACADEMY PRESERVE PHS 1", + "SourceID": "TXR1583NX", + "CWPStreet": "SE OF OSBORN LN & FOREST GLEN CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071296128", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410004002", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.350853, + 30.678382 + ] + }, + "properties": { + "CWPName": "ACADEMY PRESERVE PHS 1", + "SourceID": "TXR1527JO", + "CWPStreet": "SE OF OSBORN LN & FOREST GLEN CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071296128", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410004002", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.351064, + 30.677811 + ] + }, + "properties": { + "CWPName": "ACADEMY PRESERVE PHS 2", + "SourceID": "TXR1526JO", + "CWPStreet": "EAST OF PRAIRIE DR & OSBORN LN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071298038", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410004004", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.351064, + 30.677811 + ] + }, + "properties": { + "CWPName": "ACADEMY PRESERVE PHS 2", + "SourceID": "TXR1588JN", + "CWPStreet": "EAST OF PRAIRIE DR & OSBORN LN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071298038", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410004004", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.351064, + 30.677811 + ] + }, + "properties": { + "CWPName": "ACADEMY PRESERVE PHS 2", + "SourceID": "TXR1584NX", + "CWPStreet": "EAST OF PRAIRIE DR & OSBORN LN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071298038", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410004004", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2849, + 30.61411 + ] + }, + "properties": { + "CWPName": "ACE TOWNHOME", + "SourceID": "TXR15667I", + "CWPStreet": "2136 CHESTNUT OAK CIR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-4168", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070364352", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.335236, + 30.608635 + ] + }, + "properties": { + "CWPName": "AFS PARKING LOT EXPANSION", + "SourceID": "TXR1536NP", + "CWPStreet": "505 GEORGE BUSH DR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77843", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071447300", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2910986604742, + 30.5556499999484 + ] + }, + "properties": { + "CWPName": "AGGIE ACRES WWTP", + "SourceID": "TX0132187", + "CWPStreet": "800 FT SE OF N DOWLING RD APPROX 600 FT SW OF WALN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77845", + "MasterExternalPermitNmbr": null, + "RegistryID": "110064633829", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.336011, + 30.610753 + ] + }, + "properties": { + "CWPName": "AGGIE CREAMERY", + "SourceID": "TXR1546JP", + "CWPStreet": "SW OF THROCKMORTON ST & LEWIS ST", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071310058", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.336011, + 30.610753 + ] + }, + "properties": { + "CWPName": "AGGIE CREAMERY", + "SourceID": "TXR1507OA", + "CWPStreet": "SW OF THROCKMORTON ST & LEWIS ST", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071310058", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.336011, + 30.610753 + ] + }, + "properties": { + "CWPName": "AGGIE CREAMERY", + "SourceID": "TXR1547JP", + "CWPStreet": "SW OF THROCKMORTON ST & LEWIS ST", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071310058", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.335423, + 30.608471 + ] + }, + "properties": { + "CWPName": "AGGIE PARK - TEXAS A&M UNIVERSITY", + "SourceID": "TXR1543FV", + "CWPStreet": "800 THROCKMORTON STREET", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071065667", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.336761, + 30.606457 + ] + }, + "properties": { + "CWPName": "AGGIELAND OUTFITTERS", + "SourceID": "TXR1533KO", + "CWPStreet": "100 FAIRVIEW AVE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071336142", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410016013", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "I", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.35087, + 30.61381 + ] + }, + "properties": { + "CWPName": "AGRILIFE PHENOTYPING GREENHOUSE", + "SourceID": "TXR1582BA", + "CWPStreet": "950 AGRONOMY ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070672916", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3655202, + 30.6665755 + ] + }, + "properties": { + "CWPName": "AGRIVEST SWINE FEEDLOT", + "SourceID": "TX0121240", + "CWPStreet": "SWISHER COUNTY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "01", + "CWPZip": "00000", + "MasterExternalPermitNmbr": null, + "RegistryID": "110039193271", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.396645, + 30.585673 + ] + }, + "properties": { + "CWPName": "AIRGAS", + "SourceID": "TXR1506HK", + "CWPStreet": "5924 MATRIX DR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071177760", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37142, + 30.6424 + ] + }, + "properties": { + "CWPName": "ALENCO WINDOWS", + "SourceID": "TXR05U808", + "CWPStreet": "615 W CARSON ST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801-1102", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110000464284", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": "TX0000004804100023", + "CensusBlockGroup": "480410009002", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.284154, + 30.594 + ] + }, + "properties": { + "CWPName": "AMAZONCOM SERVICES LLC - PTX3", + "SourceID": "TXRNEBZ80", + "CWPStreet": "400 TECHNOLOGY PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110071359258", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.265664, + 30.558003 + ] + }, + "properties": { + "CWPName": "ANDREWS ORTHODONTIST AND RETAIL BUILDING", + "SourceID": "TXR15193R", + "CWPStreet": "1098 ARRINGTON RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070368658", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020081", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 24, + "MilePctileCancerSt": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.329507, + 30.591193 + ] + }, + "properties": { + "CWPName": "ANDYS FROZEN CUSTARD - COLLEGE STATION", + "SourceID": "TXR1547HZ", + "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.10 MILES EAST OF T", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071203278", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410016043", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.352771, + 30.592877 + ] + }, + "properties": { + "CWPName": "ASTIN AVIATION", + "SourceID": "TXR05CE76", + "CWPStreet": "1770 GEORGE BUSH DR W", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-4761", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070360445", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.29793, + 30.62357 + ] + }, + "properties": { + "CWPName": "AT HOME - COLLEGE STATION TX", + "SourceID": "TXR15591P", + "CWPStreet": "2301 EARL RUDDER FWY S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-6027", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070358552", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 73, + "MilePctileCancerSt": 85 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37165, + 30.64816 + ] + }, + "properties": { + "CWPName": "ATKINS STREET POWER STATION", + "SourceID": "TX0027952", + "CWPStreet": "601 ATKINS STREET", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77801", + "MasterExternalPermitNmbr": null, + "RegistryID": "110001866623", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": "TX0000004804100001", + "CensusBlockGroup": "480410009002", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37303, + 30.65792 + ] + }, + "properties": { + "CWPName": "ATOFINA CHEMICALS, INC.", + "SourceID": "TX0108863", + "CWPStreet": "SW OF THE MO PACIFIC RR &", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77801", + "MasterExternalPermitNmbr": null, + "RegistryID": "110000464293", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009002", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.32514, + 30.61166 + ] + }, + "properties": { + "CWPName": "AURORA GARDENS", + "SourceID": "TXR1575AS", + "CWPStreet": "400 AURORA CT", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070670028", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410016013", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "I", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3297, + 30.6849 + ] + }, + "properties": { + "CWPName": "AUSTIN COLONY PHS. 18", + "SourceID": "TXR10F6X1", + "CWPStreet": "NE OF BULLINGER CREEK DR. & COLONY VILLAGE DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070517646", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 3, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3297, + 30.6849 + ] + }, + "properties": { + "CWPName": "AUSTIN COLONY PHS. 18", + "SourceID": "TXR10F6WR", + "CWPStreet": "NE OF BULLINGER CREEK DRIVE & COLONY VILLAGE DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070518130", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 3, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3277, + 30.69 + ] + }, + "properties": { + "CWPName": "AUSTIN'S COLONY PHS. 20", + "SourceID": "TXR10F8G3", + "CWPStreet": "NW OF THORNBERRY DRIVE & BULLINGER CREEK DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070826173", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3277, + 30.69 + ] + }, + "properties": { + "CWPName": "AUSTIN'S COLONY PHS. 20", + "SourceID": "TXR10F8GB", + "CWPStreet": "NW OF THORNBERRY DRIVE & BULLINGER CREEK DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070826173", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.336121, + 30.689092 + ] + }, + "properties": { + "CWPName": "AUSTINS COLNY PHASE 18", + "SourceID": "TXR15651L", + "CWPStreet": "1000 FT WEST OF THORNBERRY DR. ON BULLINGER CREEK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365392", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.333552, + 30.670227 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY", + "SourceID": "TXR1596JO", + "CWPStreet": "THE INTERSECTION OF HWY. 6 AND F.M. 158", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365926", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020021", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.333552, + 30.670227 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY", + "SourceID": "TXR1509NT", + "CWPStreet": "THE INTERSECTION OF HWY. 6 AND F.M. 158", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365926", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": "236115", + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020021", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.333552, + 30.670227 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY", + "SourceID": "TXR1528FK", + "CWPStreet": "THE INTERSECTION OF HWY. 6 AND F.M. 158", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365926", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020021", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.333552, + 30.670227 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY", + "SourceID": "TXR15363O", + "CWPStreet": "THE INTERSECTION OF HWY. 6 AND F.M. 158", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365926", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020021", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.333552, + 30.670227 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY", + "SourceID": "TXR1563PX", + "CWPStreet": "3005 TELLER DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808-1551", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071658299", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": "236115", + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020021", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.327086, + 30.689669 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY PHS 21A", + "SourceID": "TXR1509JU", + "CWPStreet": "NE OF BULLINGER CREEK DR & WOLFPACK LP", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071298173", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.327086, + 30.689669 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY PHS 21A", + "SourceID": "TXR1597JS", + "CWPStreet": "NE OF BULLINGER CREEK DR & WOLFPACK LP", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071298173", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33327, + 30.67201 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR15484T", + "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365585", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33327, + 30.67201 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR15904G", + "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365585", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33327, + 30.67201 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR15227M", + "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365585", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33327, + 30.67201 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR1564DR", + "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365585", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.328912, + 30.68641 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR1533HA", + "CWPStreet": "2987 ARCHER DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071143638", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 3, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33327, + 30.67201 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR1517ED", + "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365585", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33327, + 30.67201 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR1535CL", + "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365585", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": "236115", + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33327, + 30.67201 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR15376U", + "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365585", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": "236115", + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33327, + 30.67201 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR15615N", + "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365585", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33327, + 30.67201 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR1509CS", + "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365585", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33327, + 30.67201 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR1563ET", + "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365585", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33327, + 30.67201 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR15333O", + "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365585", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33327, + 30.67201 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR15812A", + "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365585", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33327, + 30.67201 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR1585AY", + "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365585", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.327244, + 30.690106 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION", + "SourceID": "TXR1515EF", + "CWPStreet": "3008 BLACKFOOT CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070892071", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.324039, + 30.689228 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION PHS 21B & 21C", + "SourceID": "TXR1543MW", + "CWPStreet": "NW OF THORNBERRY DR & BULLINGER CREEK DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071427245", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.324039, + 30.689228 + ] + }, + "properties": { + "CWPName": "AUSTINS COLONY SUBDIVISION PHS 21B & 21C", + "SourceID": "TXR1523MX", + "CWPStreet": "NW OF THORNBERRY DR & BULLINGER CREEK DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071427245", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33354, + 30.69129 + ] + }, + "properties": { + "CWPName": "AUSTINS ESTATE SUBDIVISION LOT 2 BLOCK 1 PHASE 6", + "SourceID": "TXR15725T", + "CWPStreet": "2800 THORNBERRY DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070392439", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3265, + 30.69 + ] + }, + "properties": { + "CWPName": "AUSTIN’S COLONY PHS. 22A", + "SourceID": "TXR10FA3F", + "CWPStreet": "NW OF THORNBERRY DR. & ARCHER CIRCLE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071203234", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3265, + 30.69 + ] + }, + "properties": { + "CWPName": "AUSTIN’S COLONY PHS. 22A", + "SourceID": "TXR10FA3O", + "CWPStreet": "NW OF THORNBERRY DR. & ARCHER CIRCLE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071203234", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33883, + 30.678087 + ] + }, + "properties": { + "CWPName": "BANK OF BCS", + "SourceID": "TXR1566LL", + "CWPStreet": "FROM HOUSTON, TEXAS TAKE 290 WEST TO HWY 6 TOWARD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071365172", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.319932, + 30.575587 + ] + }, + "properties": { + "CWPName": "BARRACKS MULTI-FAMILY", + "SourceID": "TXR1595FD", + "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.6 MILES NORTHWEST", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070937706", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.29154, + 30.55661 + ] + }, + "properties": { + "CWPName": "BARRON CREST SUBDIVISION", + "SourceID": "TXR15610N", + "CWPStreet": "2716 BARRON RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-9168", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070357366", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020072", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 1, + "SupMileOver80CountUsSearch": "D", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 28 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.293299, + 30.5566 + ] + }, + "properties": { + "CWPName": "BARRON LANDING PROJECT", + "SourceID": "TXR1558PJ", + "CWPStreet": "NEC OF BARRON ROAD AND WILLIAM D FITCH PARKWAY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071656649", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020072", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 1, + "SupMileOver80CountUsSearch": "D", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 28 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.285237, + 30.613008 + ] + }, + "properties": { + "CWPName": "BEE CREEK SANITARY SEWER TRUNK LINE REHABILITATION PHASE 2", + "SourceID": "TXR15647M", + "CWPStreet": "THE SITE RUNS FROM NEAR THE INTERSECTION OF N FORE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070376391", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.291121, + 30.606767 + ] + }, + "properties": { + "CWPName": "BEE CREEK SANITARY SEWER TRUNK LINE REHABILITATION PHASE 3", + "SourceID": "TXR1502OL", + "CWPStreet": "FROM WHERE BEE CREEK MEETS HIGHWAY 6, MOVING IN A", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071505138", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410017022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 66, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.362522, + 30.637365 + ] + }, + "properties": { + "CWPName": "BIGSHOTS GOLF AGGIELAND", + "SourceID": "TXR1580BW", + "CWPStreet": "400 W. VILLA MARIA ROAD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070740431", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410010003", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.362522, + 30.637365 + ] + }, + "properties": { + "CWPName": "BIGSHOTS GOLF AGGIELAND", + "SourceID": "TXR1590EI", + "CWPStreet": "400 W. VILLA MARIA ROAD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070740431", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410010003", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.38841, + 30.643854 + ] + }, + "properties": { + "CWPName": "BISD MAINTENANCE AND TRANSPORTATION", + "SourceID": "TXR1566LU", + "CWPStreet": "SOUTHWEST OF LEONARD ROAD & NORTH HARVEY MITCHELL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071376287", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.38841, + 30.643854 + ] + }, + "properties": { + "CWPName": "BISD MAINTENANCE AND TRANSPORTATION", + "SourceID": "TXR1557LT", + "CWPStreet": "SOUTHWEST OF LEONARD ROAD & NORTH HARVEY MITCHELL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071376287", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.375, + 30.703333 + ] + }, + "properties": { + "CWPName": "BONHAM TRACE", + "SourceID": "TXR1542EA", + "CWPStreet": "INTERSECTION OF WILLHELM DRIVE AND OLD HEARNE ROAD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070885244", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 4, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 82, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.372618, + 30.705008 + ] + }, + "properties": { + "CWPName": "BONHAM TRACE PHASE 2", + "SourceID": "TXR1551KU", + "CWPStreet": "INTERSECTION OF OLD HEARNE RD AND MESSENGER WAY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071344745", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 4, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 82, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.373557, + 30.704716 + ] + }, + "properties": { + "CWPName": "BONHAM TRACE SUBDIVISION PHASE 2", + "SourceID": "TXR1532LE", + "CWPStreet": "INTERSECTION OLD HEARNE ROAD & MESSENGER WAY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071359000", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 4, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 82, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.30511, + 30.67176 + ] + }, + "properties": { + "CWPName": "BONN RESIDENCE", + "SourceID": "TXR1566DE", + "CWPStreet": "4715 MIRAMONT CIR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070839227", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.397149, + 30.627403 + ] + }, + "properties": { + "CWPName": "BOULDER CREEK PH 1", + "SourceID": "TXR15836U", + "CWPStreet": "START AT JESTER TRAIL AND CHICK LN IN BRYAN TEXAS.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070504331", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 68, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.396908, + 30.628026 + ] + }, + "properties": { + "CWPName": "BOULDER CREEK SUBDIVISION", + "SourceID": "TXR1578BQ", + "CWPStreet": "1906 CAMBRIA", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070711004", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 68, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.30523, + 30.66325 + ] + }, + "properties": { + "CWPName": "BOWMAN", + "SourceID": "TXR15771L", + "CWPStreet": "4236 BOONVILLE RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802-3674", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070373045", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.387629, + 30.659601 + ] + }, + "properties": { + "CWPName": "BOYS AND GIRLS CLUB OF BRAZOS VALLEY", + "SourceID": "TXR1521CI", + "CWPStreet": "1910 BECK ST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070792820", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006042", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.354944, + 30.582417 + ] + }, + "properties": { + "CWPName": "BRAYTON FIRE TRAINING FIELD", + "SourceID": "TX0090883", + "CWPStreet": "1595 NUCLEAR SCIENCE RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77843", + "MasterExternalPermitNmbr": null, + "RegistryID": "110009747060", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020142", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 6, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.394756, + 30.674511 + ] + }, + "properties": { + "CWPName": "BRAZOS COUNTY JUVENILE JUSTICE CENTER", + "SourceID": "TXR15013P", + "CWPStreet": "1904 W HIGHWAY 21", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-1217", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070363152", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006034", + "MileavgOver90CountSt": 4, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "L", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 42 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.333611, + 30.565833 + ] + }, + "properties": { + "CWPName": "BRAZOS COUNTY MS4", + "SourceID": "TXR040172", + "CWPStreet": "URBANIZED AREA OUTSIDE CITY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR040000", + "RegistryID": "110038372695", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.400833, + 30.669444 + ] + }, + "properties": { + "CWPName": "BRAZOS COUNTY MS4", + "SourceID": "TXR040663", + "CWPStreet": "AREA WITHIN BRAZOS COUNTY LIMITS THAT IS LOCATED", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR040000", + "RegistryID": "110071660341", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006034", + "MileavgOver90CountSt": 3, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "L", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 42 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.406258, + 30.571403 + ] + }, + "properties": { + "CWPName": "BRAZOS VALLEY DISPOSAL FACILITY", + "SourceID": "TXR05GD52", + "CWPStreet": "8825 STEWARTS MDWS", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-8536", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070370621", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.406258, + 30.571403 + ] + }, + "properties": { + "CWPName": "BRAZOS VALLEY RECYCLING", + "SourceID": "TXR05GD63", + "CWPStreet": "8825 STEWARTS MDWS", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-8536", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070370621", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.406258, + 30.571403 + ] + }, + "properties": { + "CWPName": "BRAZOS VALLEY REYCLING", + "SourceID": "TXR05BU23", + "CWPStreet": "8825 STEWARTS MDWS", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-8536", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070370621", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.38191, + 30.6955 + ] + }, + "properties": { + "CWPName": "BRICKYARD METAL RECYCLING", + "SourceID": "TXR05BQ65", + "CWPStreet": "2800 N TEXAS AVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-1039", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070357640", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003002", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 84, + "MilePctileCancerSt": 44 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.342494, + 30.60311 + ] + }, + "properties": { + "CWPName": "BRIGHT AREA DEVELOPMENT - INDOOR TRACK", + "SourceID": "TXR1585KQ", + "CWPStreet": "NWC OF OLSEN BLVD. AND GEORGE BUSH DRIVE WEST", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071336036", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33982, + 30.60755 + ] + }, + "properties": { + "CWPName": "BRIGHT AREA REDEVELOPMENT SUP PROJECTS ONE AND TWO", + "SourceID": "TXR1547KE", + "CWPStreet": "NEC OF GEORGE BUSH DRIVE AND WELLBORN ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071320637", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.351246, + 30.657334 + ] + }, + "properties": { + "CWPName": "BRISTOL & ESTHER DRAINAGE IMPROVEMENTS", + "SourceID": "TXR1568QU", + "CWPStreet": "2301 AVON ST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "TXR1568QU", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": null, + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": null, + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2910986604742, + 30.5556499999484 + ] + }, + "properties": { + "CWPName": "BRM 5", + "SourceID": "TXG111948", + "CWPStreet": "1391 OLD ARRINGTON RD", + "CWPCity": "BRYAN-COLLEGE STATION DIVISION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXG110000", + "RegistryID": "110070004135", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.38078, + 30.60482 + ] + }, + "properties": { + "CWPName": "BROADSTONE TRADITIONS", + "SourceID": "TXR15515C", + "CWPStreet": "8000 ATLAS PEAR DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807-1400", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070371026", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3838, + 30.6052 + ] + }, + "properties": { + "CWPName": "BROADSTONE TRADITIONS", + "SourceID": "TXR10F50D", + "CWPStreet": "NW OF ATLAS PEAR DRIVE AND F AND B ROAD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070110186", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3838, + 30.6052 + ] + }, + "properties": { + "CWPName": "BROADSTONE TRADITIONS", + "SourceID": "TXR10F50H", + "CWPStreet": "NW OF ATLAS PEAR DRIVE AND F AND B ROAD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070110186", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.376413, + 30.602334 + ] + }, + "properties": { + "CWPName": "BROADSTONE TRADITIONS II", + "SourceID": "TXR1562AD", + "CWPStreet": "8175 ATLAS PEAR DR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070618444", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.34907, + 30.66876 + ] + }, + "properties": { + "CWPName": "BRYAN ADMINISTRATION BUILDING", + "SourceID": "TXR1558OP", + "CWPStreet": "2608 E VILLA MARIA ROAD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071513587", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410008001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "L", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.34567, + 30.71106 + ] + }, + "properties": { + "CWPName": "BRYAN BIN", + "SourceID": "TXR05BD69", + "CWPStreet": "6941 E HIGHWAY 21", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110033506828", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "MADISON COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.35399, + 30.7047 + ] + }, + "properties": { + "CWPName": "BRYAN FACILITY", + "SourceID": "TXR05T396", + "CWPStreet": "1613 GOOSENECK DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-0923", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070365035", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.375174, + 30.70793 + ] + }, + "properties": { + "CWPName": "BRYAN INTERMEDIATE SCHOOL3", + "SourceID": "TXR1582GB", + "CWPStreet": "3009 BONHAM DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071073318", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.396805, + 30.67347 + ] + }, + "properties": { + "CWPName": "BRYAN IRON & METAL", + "SourceID": "TXR05AZ74", + "CWPStreet": "2011 W HIGHWAY 21", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-1220", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110033433504", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410005001", + "MileavgOver90CountSt": 4, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "M", + "SupMileavgOver80CountUs": 10, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 42 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.387605, + 30.636595 + ] + }, + "properties": { + "CWPName": "BRYAN ISD TRANSPORTATION MAINTENANANCE FACILITY", + "SourceID": "TXR1590LH", + "CWPStreet": "851 N HARVY MTCL PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807-1016", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071363013", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 4, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.358529, + 30.639802 + ] + }, + "properties": { + "CWPName": "BRYAN MIDTOWN PARK", + "SourceID": "TXR1583DA", + "CWPStreet": "LOCATED AT HE NW CORNER OF W. VILLA MARIA RD AND S", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070829385", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 4, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36695, + 30.64274 + ] + }, + "properties": { + "CWPName": "BRYAN MIDTOWN PARK PH 5A", + "SourceID": "TXR1502FT", + "CWPStreet": "INTERSECTION OF BOMBERS DRIVE AND WILLAIMSON DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071065633", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37749, + 30.651132 + ] + }, + "properties": { + "CWPName": "BRYAN PLACE ADDITION", + "SourceID": "TXR15473T", + "CWPStreet": "1222 BITTLE LN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070389669", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006041", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "L", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.358529, + 30.639802 + ] + }, + "properties": { + "CWPName": "BRYAN REGIONAL PARK - PHASE 1B & 3A", + "SourceID": "TXR1541BW", + "CWPStreet": "NORTHWEST CORNER OF WEST VILLA MARIA RD AND SOUTH", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070740911", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 4, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.392167, + 30.711024 + ] + }, + "properties": { + "CWPName": "BRYAN STILL CREEK CULVERTS", + "SourceID": "TXR1586EG", + "CWPStreet": "WOODVILLE DRIVE AT CREEKWOOD DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070891832", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003003", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.401079, + 30.718509 + ] + }, + "properties": { + "CWPName": "BRYAN TEXAS UTILITIES ADMINISTRATION BUILDING", + "SourceID": "TXR1544LL", + "CWPStreet": "2611 N EARL RUDDER FWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77803-5191", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071365528", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003003", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.390269, + 30.595815 + ] + }, + "properties": { + "CWPName": "BRYAN WEST TIE-IN", + "SourceID": "TXR10F47A", + "CWPStreet": "HIGHWAY 47 & HEALTH SCIENCE CENTER PARKWAY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070048849", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.280187, + 30.585757 + ] + }, + "properties": { + "CWPName": "BS&W COLLEGE STATION MOB II", + "SourceID": "TXR1589MK", + "CWPStreet": "SOUTHEAST CORNER OF SCOTT & WHITE DRIVE AND ROCK P", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071400772", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37165, + 30.64816 + ] + }, + "properties": { + "CWPName": "BTU ELECTRICAL DISTRIBUTION CENTER SITE RECLAMATION", + "SourceID": "TXR1515DE", + "CWPStreet": "601 ATKINS ST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801-1128", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070837618", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009002", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.370785, + 30.645506 + ] + }, + "properties": { + "CWPName": "BTU ELECTRICAL DISTRIBUTION SERVICE CENTER SITE IMPROVEMENTS", + "SourceID": "TXR1583EA", + "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.25 MILES NORTHEAST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070883973", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009002", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.382579, + 30.602224 + ] + }, + "properties": { + "CWPName": "BUILDING B5 TRADITIONS SUBDIVISION", + "SourceID": "TXR1596GP", + "CWPStreet": "4115 LAKE ATLAS DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071097267", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.320918, + 30.641482 + ] + }, + "properties": { + "CWPName": "BURTON CREEK WWTP", + "SourceID": "TXR05Q529", + "CWPStreet": "300 PARK RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77805", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070374008", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410013011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 75, + "MilePctileCancerSt": 82 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.320498, + 30.641198 + ] + }, + "properties": { + "CWPName": "BURTON CREEK WWTP", + "SourceID": "TX0022616", + "CWPStreet": "300 PARK RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77802", + "MasterExternalPermitNmbr": null, + "RegistryID": "110000502769", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": 8, + "AIRIDs": null, + "CensusBlockGroup": "480410013011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 75, + "MilePctileCancerSt": 82 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.320918, + 30.641482 + ] + }, + "properties": { + "CWPName": "BURTON CREEK WWTP", + "SourceID": "TXR05EY18", + "CWPStreet": "300 PARK RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070374008", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410013011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 75, + "MilePctileCancerSt": 82 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.35576, + 30.699232 + ] + }, + "properties": { + "CWPName": "BYOT", + "SourceID": "TXR15946Y", + "CWPStreet": "3738 HIGHWAY 21 E", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-0933", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070567698", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.35576, + 30.699232 + ] + }, + "properties": { + "CWPName": "BYOT AUTO PARTS", + "SourceID": "TXR05EK31", + "CWPStreet": "3738 HIGHWAY 21 E", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-0933", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070567698", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.343497, + 30.611687 + ] + }, + "properties": { + "CWPName": "CAIN HALL REDEVELOPMENT", + "SourceID": "TXR15082K", + "CWPStreet": "500 GENE STALLINGS BLVD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070372701", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3875, + 30.6705 + ] + }, + "properties": { + "CWPName": "CAMILLO - LEONARD CROSSING", + "SourceID": "TXR15765W", + "CWPStreet": "ALONG LEONARD DRIVE AND CROSSING DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070545744", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006032", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "M", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.40263, + 30.71515 + ] + }, + "properties": { + "CWPName": "CAMILLO - OAKWOOD FOREST", + "SourceID": "TXR15233O", + "CWPStreet": "NORTH OF N. TX AVE. AT OAKWOOD FOREST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070371167", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003003", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.330642, + 30.59065 + ] + }, + "properties": { + "CWPName": "CAMPUS CORNER - STARBUCKS AND CHIPOTLE", + "SourceID": "TXR1554EV", + "CWPStreet": "1421 WELLBORN RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070930883", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410016043", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.378632, + 30.603079 + ] + }, + "properties": { + "CWPName": "CAMWEST PHASE 1", + "SourceID": "TXR15935O", + "CWPStreet": "8872 HSC PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807-1107", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365419", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.26336, + 30.559131 + ] + }, + "properties": { + "CWPName": "CAO RETAIL SPACE BUILDOUT", + "SourceID": "TXR1559IP", + "CWPStreet": "SEC OF PRIVATE DRIVE A AND C AT ARRINGTON ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071240626", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020081", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 24, + "MilePctileCancerSt": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.347477, + 30.70925 + ] + }, + "properties": { + "CWPName": "CARRABBA INDUSTRIAL PARK PHASE 11 & 13 A", + "SourceID": "TXR15543S", + "CWPStreet": "ON HWY 21, 1.1 MILES EAST FROM THE INTERSECTION OF", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070383846", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.298574, + 30.633016 + ] + }, + "properties": { + "CWPName": "CARTER CREEK CONDOS PHASE 2", + "SourceID": "TXR1516LM", + "CWPStreet": "1451 ASSCOIATES AVENUE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071363999", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 73, + "MilePctileCancerSt": 85 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3592, + 30.6595 + ] + }, + "properties": { + "CWPName": "CARTER HEIGHTS", + "SourceID": "TXR10F8E6", + "CWPStreet": "NW OF OAK KNOLL PLACE & BENNETT ST.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070817534", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410008003", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3592, + 30.6595 + ] + }, + "properties": { + "CWPName": "CARTER HEIGHTS", + "SourceID": "TXR10F8EC", + "CWPStreet": "NW OF OAK KNOLL PLACE & BENNETT ST.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070817534", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410008003", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28182, + 30.61602 + ] + }, + "properties": { + "CWPName": "CARTERS CREEK WASTEWATER TREATMENT PLANT", + "SourceID": "TXR05CU94", + "CWPStreet": "2200 N FOREST PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070368526", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020011", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 57, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28182, + 30.61602 + ] + }, + "properties": { + "CWPName": "CARTERS CREEK WASTEWATER TREATMENT PLANT", + "SourceID": "TXR05FH76", + "CWPStreet": "2200 N FOREST PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070368526", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020011", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 57, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28182, + 30.61602 + ] + }, + "properties": { + "CWPName": "CARTERS CREEK WWTP", + "SourceID": "TX0047163", + "CWPStreet": "2200 NORTH FOREST PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77845", + "MasterExternalPermitNmbr": null, + "RegistryID": "110070368526", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": 9.5, + "AIRIDs": null, + "CensusBlockGroup": "480410020011", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 57, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2910986604742, + 30.5556499999484 + ] + }, + "properties": { + "CWPName": "CASATA WWTF", + "SourceID": "TX0144843", + "CWPStreet": "APPRX 2640 FT SW OF THE INTE RAYMOND STOTZER PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77845", + "MasterExternalPermitNmbr": null, + "RegistryID": "110071711364", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": 0.12, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2910986604742, + 30.5556499999484 + ] + }, + "properties": { + "CWPName": "CASTA WWTF", + "SourceID": "TX0143740", + "CWPStreet": "2640 FT SE OF THE INTERSECTION OF RAYMOND STOTZER ", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77845", + "MasterExternalPermitNmbr": null, + "RegistryID": "110071365058", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": 0.12, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.340778, + 30.619917 + ] + }, + "properties": { + "CWPName": "CENTRAL UTILITY PLANT", + "SourceID": "TX0002747", + "CWPStreet": "1584 TAMU", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77843", + "MasterExternalPermitNmbr": null, + "RegistryID": "110009782226", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": 0.93, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.338421, + 30.625237 + ] + }, + "properties": { + "CWPName": "CENTURY SQUARE II", + "SourceID": "TXR1565OH", + "CWPStreet": "NEC OF CENTURY COURT AND UNIVERSITY DRIVE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071505003", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410014001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3284, + 30.5812 + ] + }, + "properties": { + "CWPName": "CHARLESTON MILL PHASE 1A AND PHASE 1B", + "SourceID": "TXR1517OE", + "CWPStreet": "3118 HOLLEMAN DR S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845-3475", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071541861", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.380133, + 30.631008 + ] + }, + "properties": { + "CWPName": "CHICK-FIL-A - BRYAN BRAZOS VALLEY MARKETPLACE", + "SourceID": "TXR1548EO", + "CWPStreet": "1542 W. VILLA MARIA RD.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070877491", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002014", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.380133, + 30.631008 + ] + }, + "properties": { + "CWPName": "CHICK-FIL-A - BRYAN BRAZOS VALLEY MARKETPLACE", + "SourceID": "TXR1524DR", + "CWPStreet": "1542 W. VILLA MARIA RD.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070877491", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002014", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.324353, + 30.585547 + ] + }, + "properties": { + "CWPName": "CHICK-FIL-A - COLLEGE STATION FM 2818 & WELLBORN TX 4215", + "SourceID": "TXR15876W", + "CWPStreet": "HARVEY MITCHELL PARKWAY SOUTH AND WELLBORN ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070519038", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410018033", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "D", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.324353, + 30.585547 + ] + }, + "properties": { + "CWPName": "CHICK-FIL-A - COLLEGE STATION FM 2818 & WELLBORN TX 4215", + "SourceID": "TXR15499V", + "CWPStreet": "HARVEY MITCHELL PARKWAY SOUTH AND WELLBORN ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070519038", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410018033", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "D", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.328276, + 30.635593 + ] + }, + "properties": { + "CWPName": "CHIMNEY HILL RETAIL CENTER NO 2", + "SourceID": "TXR1534BW", + "CWPStreet": "713 UNIVERSITY DR E", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070742575", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410013012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 77, + "MilePctileCancerSt": 82 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.321749, + 30.646613 + ] + }, + "properties": { + "CWPName": "CITY OF BRYAN HILLSIDE DR", + "SourceID": "TXR1598NI", + "CWPStreet": "HILLSIDE DR AND OLD OAKS DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071437435", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410019003", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 6, + "SupMileOver80CountUsSearch": "I", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 75, + "MilePctileCancerSt": 82 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3708, + 30.671 + ] + }, + "properties": { + "CWPName": "CITY OF BRYAN MS4", + "SourceID": "TXR040336", + "CWPStreet": "AREA WITHIN THE CITY OF BRYAN LIMITS THAT IS LOCAT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77805", + "MasterExternalPermitNmbr": "TXR040000", + "RegistryID": "110039175148", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006031", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36939, + 30.6465 + ] + }, + "properties": { + "CWPName": "CITY OF BRYAN TRAVIS PARK FIELDS - PHASE 1C", + "SourceID": "TXR1594CO", + "CWPStreet": "2200 BOMBER DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070819227", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3259, + 30.62054 + ] + }, + "properties": { + "CWPName": "CITY OF COLLEGE STATION CITY HALL", + "SourceID": "TXR1523BW", + "CWPStreet": "1101 TEXAS AVE S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840-2433", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110034646989", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410013031", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "I", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 77, + "MilePctileCancerSt": 85 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.302119, + 30.605443 + ] + }, + "properties": { + "CWPName": "CITY OF COLLEGE STATION FACILITY MAINTENANCE", + "SourceID": "TXR1576FZ", + "CWPStreet": "303 WILLIAM KING COLE DRIVE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071075318", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410017021", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 78 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.30416, + 30.60336 + ] + }, + "properties": { + "CWPName": "CITY OF COLLEGE STATION FLEET SERVICE IMPROVEMENTS", + "SourceID": "TXR1571IB", + "CWPStreet": "300 W KING COLE DRIVE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071224015", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410017021", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 78 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.295823, + 30.582866 + ] + }, + "properties": { + "CWPName": "CITY OF COLLEGE STATION MS4", + "SourceID": "TXR040008", + "CWPStreet": "AREA WITHIN THE CITY OF COLLEGE STATION LIMITS THA", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77842", + "MasterExternalPermitNmbr": "TXR040000", + "RegistryID": "110043267050", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410018012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.274444, + 30.580277 + ] + }, + "properties": { + "CWPName": "CITY SOUTH OFFICE COMPLEX - PHASE 1", + "SourceID": "TXR1525AQ", + "CWPStreet": "THIS PROJECT IS LOCATED SOUTH OF LAKEWAY DRIVE, JU", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070668952", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.271489, + 30.653798 + ] + }, + "properties": { + "CWPName": "CLIMATE DOCTORSSTANDARD SUPPLY", + "SourceID": "TXR15777U", + "CWPStreet": "10129 SH 30", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070506357", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001021", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.40145, + 30.67111 + ] + }, + "properties": { + "CWPName": "COBRA PROTECTIVE COATINGS", + "SourceID": "TXR05BJ53", + "CWPStreet": "6248 W HWY 21", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070360377", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006034", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "L", + "SupMileavgOver80CountUs": 10, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 42 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.295384, + 30.611254 + ] + }, + "properties": { + "CWPName": "COCS CENTRAL PARK", + "SourceID": "TXR1581LO", + "CWPStreet": "1000 KRENEK TAP RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071369883", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410017022", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 78 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.318499, + 30.583453 + ] + }, + "properties": { + "CWPName": "COCS STEEPLECHASE PARK", + "SourceID": "TXR1582LO", + "CWPStreet": "301 W RIDGE DRIVE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071371348", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410018033", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "D", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 31 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.299634, + 30.609167 + ] + }, + "properties": { + "CWPName": "COLLEGE STATION POLICE HEADQUARTERS", + "SourceID": "TXR15503T", + "CWPStreet": "PROJECT LOCATED ON DARTMOUTH STREET AND KRENEK TAP", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070390267", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410017022", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 78 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3124, + 30.6682 + ] + }, + "properties": { + "CWPName": "COLLIER RESIDENCE", + "SourceID": "TXR1524JT", + "CWPStreet": "4217 TUSCANY CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071312698", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 50, + "MilePctileCancerSt": 61 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.379624, + 30.712684 + ] + }, + "properties": { + "CWPName": "CONNORS COVE", + "SourceID": "TXR1529BS", + "CWPStreet": "HEADED NORTH ON HWY 6, TAKE THE WOODVILLE RD EXIT,", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070528051", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.379624, + 30.712684 + ] + }, + "properties": { + "CWPName": "CONNORS COVE", + "SourceID": "TXR15359W", + "CWPStreet": "HEADED NORTH ON HWY 6, TAKE THE WOODVILLE RD EXIT,", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070528051", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.288818, + 30.599431 + ] + }, + "properties": { + "CWPName": "COOPERS BBQ", + "SourceID": "TXR15057T", + "CWPStreet": "PROJECT LOCATED ON TEXAS HIGHWAY 6 AT THE CORNER O", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070387732", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 64, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.291, + 30.5618 + ] + }, + "properties": { + "CWPName": "CORDOVA RIDGE", + "SourceID": "TXR10F4RV", + "CWPStreet": "SE OF PASSENDALE LANE & RENEE LANE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070100341", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020072", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 1, + "SupMileOver80CountUsSearch": "D", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 28 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.291, + 30.5618 + ] + }, + "properties": { + "CWPName": "CORDOVA RIDGE", + "SourceID": "TXR10F4RZ", + "CWPStreet": "SE OF PASSENDALE LANE & RENEE LANE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070100341", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020072", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 1, + "SupMileOver80CountUsSearch": "D", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 28 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.285732, + 30.6013 + ] + }, + "properties": { + "CWPName": "CORSAIR HEALTHCARE & REHAB", + "SourceID": "TXR1513IB", + "CWPStreet": "3105 CORSAIR DRIVE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071222399", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 64, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28827, + 30.59865 + ] + }, + "properties": { + "CWPName": "CORSAIR HEALTHCARE & REHABILITATION", + "SourceID": "TXR1590ID", + "CWPStreet": "3155 CORSAIR DRIVE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071220757", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 64, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.263539, + 30.566114 + ] + }, + "properties": { + "CWPName": "COSTCO WHOLESALE - COLLEGE STATION", + "SourceID": "TXR1558GU", + "CWPStreet": "4321 STATE HIGHWAY 6 S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071096672", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.331811, + 30.726708 + ] + }, + "properties": { + "CWPName": "COULTER BUSINESS PARK", + "SourceID": "TXR1518KU", + "CWPStreet": "PROCEED EAST FROM HWY 6 ON TO US HWY190/HWY 21 FOR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071344863", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.331811, + 30.726708 + ] + }, + "properties": { + "CWPName": "COULTER BUSINESS PARK", + "SourceID": "TXR1547NX", + "CWPStreet": "PROCEED EAST FROM HWY 6 ON TO US HWY190/HWY 21 FOR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071344863", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": "237310", + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.35899, + 30.66855 + ] + }, + "properties": { + "CWPName": "COULTER DRIVE RECONSTRUCTION", + "SourceID": "TXR1586BU", + "CWPStreet": "COULTER DRIVE FROM S. COLLEGE AVENUE TO E. WILLIAM", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070710102", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410007003", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 4, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33791, + 30.720172 + ] + }, + "properties": { + "CWPName": "COULTER FIELD", + "SourceID": "TXR05DS44", + "CWPStreet": "6120 E STATE HIGHWAY 21", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-8642", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110034655022", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28709, + 30.64844 + ] + }, + "properties": { + "CWPName": "CRESCENT POINT PARKWAY", + "SourceID": "TXR15772L", + "CWPStreet": "2301 CRESCENT POINT PARKWAY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070376328", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.291477, + 30.644484 + ] + }, + "properties": { + "CWPName": "CRESCENT POINTE OFFICE PARK", + "SourceID": "TXR15275Z", + "CWPStreet": "SITE LOCATED ON CRESCENT POINTE PARKWAY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070598106", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.316639, + 30.576606 + ] + }, + "properties": { + "CWPName": "CROSSING AT WELLBORN", + "SourceID": "TXR15613W", + "CWPStreet": "PROJECT IS NORTH EAST OF THE INTERSECTION OF WELLB", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070545869", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410018033", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "D", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.26571, + 30.55767 + ] + }, + "properties": { + "CWPName": "CROWLEY OFFICE BUILDINGS", + "SourceID": "TXR1592HS", + "CWPStreet": "1275 ARRINGTON RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071202330", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020081", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 24, + "MilePctileCancerSt": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3987, + 30.66748 + ] + }, + "properties": { + "CWPName": "CRUZ SALVAGE YARD", + "SourceID": "TXR05FJ79", + "CWPStreet": "2506 W 28TH ST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-2103", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110010657324", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006034", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "L", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 42 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3987, + 30.66748 + ] + }, + "properties": { + "CWPName": "CRUZ SALVAGE YARD", + "SourceID": "TXR05AL43", + "CWPStreet": "2506 W 28TH ST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-2103", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110010657324", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006034", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "L", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 42 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323823, + 30.562943 + ] + }, + "properties": { + "CWPName": "CSISD ELEMENTARY SCHOOL 10", + "SourceID": "TXR15420M", + "CWPStreet": "CORNER OF ROCK PRAIRIE AND HOLLEMAN DRIVE SOUTH. 4", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070359932", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.29866, + 30.60289 + ] + }, + "properties": { + "CWPName": "DARTMOUTH STREET EXTENSION PHASE 1", + "SourceID": "TXR15517U", + "CWPStreet": "2338 HARVEY MITCHELL PKWY S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-5016", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070500778", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410017021", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 78 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.262957, + 30.56137 + ] + }, + "properties": { + "CWPName": "DE BACA STEAKHOUSE", + "SourceID": "TXR1588QK", + "CWPStreet": "4436 STATE HIGHWAY 6 SOUTH", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071671368", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020081", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3, + 30.65337 + ] + }, + "properties": { + "CWPName": "DEERFIELD EXTENSION", + "SourceID": "TXR1561EA", + "CWPStreet": "10253 SH 30", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070884208", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 50, + "MilePctileCancerSt": 61 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.38539, + 30.6623 + ] + }, + "properties": { + "CWPName": "DICK ELLIOTT ROAD", + "SourceID": "TXR1520FV", + "CWPStreet": "ALONG DICK ELLIOTT ROAD FROM BICKHAM CEMETERY ROAD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071064849", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006034", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "L", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3556, + 30.69785 + ] + }, + "properties": { + "CWPName": "DOGGETT AUTO PARTS", + "SourceID": "TXR05AV27", + "CWPStreet": "3601 OLD KURTEN RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-5432", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110034653747", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.382375, + 30.629917 + ] + }, + "properties": { + "CWPName": "DOLLAR TREE - BRYAN", + "SourceID": "TXR1545NO", + "CWPStreet": "1654 W VILLA MARIA RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807-2322", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071443626", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002014", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 82 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.387044, + 30.629977 + ] + }, + "properties": { + "CWPName": "DOMINION OAKS SUBDIVISION", + "SourceID": "TXR1561FM", + "CWPStreet": "2008 BIENSKI PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070948346", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.329056, + 30.633201 + ] + }, + "properties": { + "CWPName": "DRURY INN & SUITES", + "SourceID": "TXR1524BL", + "CWPStreet": "705 UNIVERSITY DR E", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77840-1804", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070696700", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410013012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 77, + "MilePctileCancerSt": 82 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.34336, + 30.61009 + ] + }, + "properties": { + "CWPName": "DUNKIN DONUTS", + "SourceID": "TXR1509BW", + "CWPStreet": "100 WELLBORN RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070740660", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 87, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.316881, + 30.577173 + ] + }, + "properties": { + "CWPName": "DUTCH BROS COFFEE", + "SourceID": "TXR1552CY", + "CWPStreet": "12065 FM 2154 RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070829443", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410018033", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "D", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.282561, + 30.583206 + ] + }, + "properties": { + "CWPName": "DUTCH BROS COFFEE", + "SourceID": "TXR1512EW", + "CWPStreet": "2101 STATE HIGHWAY 6 SOUTH", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070928639", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.335386, + 30.672181 + ] + }, + "properties": { + "CWPName": "DUTCH BROTHERS COFFEE", + "SourceID": "TXR1580EL", + "CWPStreet": "2341 BOONVILLE RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070918769", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.407317, + 30.656504 + ] + }, + "properties": { + "CWPName": "DYNACON", + "SourceID": "TXR05DQ81", + "CWPStreet": "830 INDUSTRIAL BLVD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-2007", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070368356", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.32704, + 30.62123 + ] + }, + "properties": { + "CWPName": "EAST GATE REHABILITATION PROJECT PHASE IV", + "SourceID": "TXR15727G", + "CWPStreet": "INTERSECTION OF TEXAS AVE & FRANCIS DR AND TEXAS A", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070367019", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 82, + "MilePctileCancerSt": 85 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36603, + 30.59486 + ] + }, + "properties": { + "CWPName": "EASTERWOOD AIRPORT", + "SourceID": "TXR05Y578", + "CWPStreet": "1 MCKENZIE TERMINAL BLVD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-8501", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070373694", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480419800001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36603, + 30.59486 + ] + }, + "properties": { + "CWPName": "EASTERWOOD AIRPORT", + "SourceID": "TXR1583HS", + "CWPStreet": "1 MCKENZIE TERMINAL BLVD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-8501", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110037567825", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480419800001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36603, + 30.59486 + ] + }, + "properties": { + "CWPName": "EASTERWOOD AIRPORT MANAGEMENT", + "SourceID": "TXR05ET23", + "CWPStreet": "1 MCKENZIE TERMINAL BLVD STE 112", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-8578", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110037567825", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480419800001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36603, + 30.59486 + ] + }, + "properties": { + "CWPName": "EASTERWOOD AIRPORT TAXIWAY C & C1 REHABILITATION", + "SourceID": "TXR1533AZ", + "CWPStreet": "1 MCKENZIE TERMINAL BLVD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110037567825", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480419800001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.401175, + 30.626422 + ] + }, + "properties": { + "CWPName": "EDGEWATER", + "SourceID": "TXR15811N", + "CWPStreet": "1700 FEET SOUTH OF THE INTERSECTION OF LEONARD RD.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070376743", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": "237310", + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 68, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.401266, + 30.625651 + ] + }, + "properties": { + "CWPName": "EDGEWATER SUBDIVISION", + "SourceID": "TXR15651F", + "CWPStreet": "THE PROJECT SITE IS LOCATED ON CHICK LANE, BRYAN,", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070356624", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 68, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2755, + 30.6056 + ] + }, + "properties": { + "CWPName": "EMERALD RIDGE ESTATES PHS. 3A & 3B", + "SourceID": "TXR10F9LH", + "CWPStreet": "SE OF APPOMATTOX DR. & EMERALD PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071076486", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2755, + 30.6056 + ] + }, + "properties": { + "CWPName": "EMERALD RIDGE ESTATES PHS. 3A & 3B", + "SourceID": "TXR10F9LD", + "CWPStreet": "SE OF APPOMATTOX DR. & EMERALD PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071076486", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.298228, + 30.603251 + ] + }, + "properties": { + "CWPName": "ENCINO TRACE APARTMENTS", + "SourceID": "TXR1536AB", + "CWPStreet": "2336 HARVEY MITCHELL PKWY S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070617901", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410017021", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 78 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.31814, + 30.578312 + ] + }, + "properties": { + "CWPName": "EXPRESS OIL CHANGE & TIRE ENGINEERS", + "SourceID": "TXR1518KI", + "CWPStreet": "12051 WELLBORN ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77379", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071320513", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410018033", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "D", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.382121, + 30.595409 + ] + }, + "properties": { + "CWPName": "FDBT BUILDING 200 AND 300 ANNEX", + "SourceID": "TXR1597KI", + "CWPStreet": "3939 BIO-MEDICAL WAY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845-2037", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071322583", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28984, + 30.58698 + ] + }, + "properties": { + "CWPName": "FEDERAL EXPRESS COLLEGE STATION", + "SourceID": "TXR05CZ16", + "CWPStreet": "3205 LONGMIRE DR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-5809", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110005119166", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410018012", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.40288, + 30.65108 + ] + }, + "properties": { + "CWPName": "FINISHING CENTER", + "SourceID": "TXRNEZ245", + "CWPStreet": "350 STONE CITY DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070376816", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2912, + 30.60336 + ] + }, + "properties": { + "CWPName": "FIRST FINANCIAL BANK MAIN EXTENSION", + "SourceID": "TXR10FA19", + "CWPStreet": "HARVEY MITCHELL PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071178328", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410017022", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 66, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.358292, + 30.639906 + ] + }, + "properties": { + "CWPName": "FM 1179", + "SourceID": "TXR1547PI", + "CWPStreet": "THIS PROJECT IS LOCATED ALONG W. VILLA MARIA RD FR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071661875", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 4, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.35894, + 30.67214 + ] + }, + "properties": { + "CWPName": "FM 158", + "SourceID": "TXR1520KR", + "CWPStreet": "EAST WILLIAM J BRYAN STREET FROM SH 6 FRONTAGE RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071338360", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410007001", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 6, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 84, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.39064, + 30.64767 + ] + }, + "properties": { + "CWPName": "FM 2818 GRADING PROJECT", + "SourceID": "TXR1594OM", + "CWPStreet": "729 S ROSEMARY DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071513288", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006043", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.387468, + 30.64487 + ] + }, + "properties": { + "CWPName": "FOREST GROVE APARTMENTS", + "SourceID": "TXR1539AN", + "CWPStreet": "3105 LEONARD RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070626887", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006041", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.265739, + 30.695587 + ] + }, + "properties": { + "CWPName": "FOREST MILLER", + "SourceID": "TXR15648F", + "CWPStreet": "9017 GREEN BRANCH LOOP", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-4918", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070368004", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 26, + "MilePctileCancerSt": 7 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.265739, + 30.695587 + ] + }, + "properties": { + "CWPName": "FOREST MILLER", + "SourceID": "TXR15424O", + "CWPStreet": "9017 GREEN BRANCH LOOP", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-4918", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070368004", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 26, + "MilePctileCancerSt": 7 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.265739, + 30.695587 + ] + }, + "properties": { + "CWPName": "FOREST MILLER", + "SourceID": "TXR15144Z", + "CWPStreet": "9017 GREEN BRANCH LOOP", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-4918", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070368004", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 26, + "MilePctileCancerSt": 7 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.385282, + 30.641573 + ] + }, + "properties": { + "CWPName": "FOREST PINES APARTMENTS", + "SourceID": "TXR15160L", + "CWPStreet": "852 N HARVEY MITCHELL PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807-1015", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070362818", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37367, + 30.65659 + ] + }, + "properties": { + "CWPName": "FOUNTAIN AVENUE PRODUCTION FACILITY", + "SourceID": "TXRNEZ246", + "CWPStreet": "1460 FOUNTAIN AVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801-1129", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070368338", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009002", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.31514, + 30.63301 + ] + }, + "properties": { + "CWPName": "FRANCIS DRIVE I & II", + "SourceID": "TXR1504CN", + "CWPStreet": "FRANCIS DRIVE, FROM GLENHAVEN DRIVE TO WALTON DRIV", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070817828", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410013022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 73, + "MilePctileCancerSt": 85 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.318209, + 30.630188 + ] + }, + "properties": { + "CWPName": "FRANCIS DRIVE REHABILITATION PROJECT PHASES 1 AND 2", + "SourceID": "TXR15978I", + "CWPStreet": "LOCATED ON FRANCIS DRIVE FROM WALTON DRIVE TO GLEN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070362074", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410013022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 6, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 77, + "MilePctileCancerSt": 85 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.381523, + 30.595277 + ] + }, + "properties": { + "CWPName": "FUJIFILM DIOSYNTH BIOTECHNOLOGIES", + "SourceID": "TXRNECE58", + "CWPStreet": "3939 BIOMEDICAL WAY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070383651", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.381523, + 30.595277 + ] + }, + "properties": { + "CWPName": "FUJIFILM DIOSYNTH BIOTECHNOLOGIES", + "SourceID": "TXRNEBC59", + "CWPStreet": "3939 BIO-MEDICAL WAY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-2037", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070383651", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.379954, + 30.595342 + ] + }, + "properties": { + "CWPName": "FUJIFILM NEXUS WAREHOUSE", + "SourceID": "TXR1502GR", + "CWPStreet": "3945 BIOMEDICAL WAY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071097565", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37933, + 30.596728 + ] + }, + "properties": { + "CWPName": "FUJIFILM NEXUS WAREHOUSE", + "SourceID": "TXR1576DC", + "CWPStreet": "3939 BIOMEDICAL WAY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-2037", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070839805", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.381523, + 30.595277 + ] + }, + "properties": { + "CWPName": "FUJIFILM TEMPORARY WAREHOUSE", + "SourceID": "TXR1525ED", + "CWPStreet": "3939 BIOMEDICAL WAY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-2037", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070383651", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.388511, + 30.596477 + ] + }, + "properties": { + "CWPName": "FUJIFILM VIC LAB", + "SourceID": "TXR1515CP", + "CWPStreet": "GOING EAST ON HSC PARKWAY OFF OF HWY 47 APPROXIMAT", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070818483", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.353826, + 30.59573 + ] + }, + "properties": { + "CWPName": "GBBF PAVILION", + "SourceID": "TXR1590KE", + "CWPStreet": "EAST SIDE OF BARBARA BUSH DRIVE WHERE IT INTERSECT", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071321812", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.295096, + 30.613947 + ] + }, + "properties": { + "CWPName": "GCRBC - GULF COAST REGIONAL BLOOD CENTER", + "SourceID": "TXR1559IW", + "CWPStreet": "1015 KRENEK TAP RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071251721", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410017022", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 78 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.294444, + 30.571111 + ] + }, + "properties": { + "CWPName": "GEOCHEMICAL AND ENVIRONMENTAL RESEARCH GROUP", + "SourceID": "TXR15419R", + "CWPStreet": "PROJECT IS LOCATED AT THE INTERSECTION OF HIBISCUS", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070357956", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020061", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 28 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.351051, + 30.704748 + ] + }, + "properties": { + "CWPName": "GOOSENECK TRAILER MFG", + "SourceID": "TXR05Z267", + "CWPStreet": "4400 HIGHWAY 21 E", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-0947", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110000599647", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.397735, + 30.630729 + ] + }, + "properties": { + "CWPName": "GOURD CREEK SUBDIVISION", + "SourceID": "TXR1594PY", + "CWPStreet": "6301 CHICK LN, BRYAN, TX 77807. THIS ADDRESS IS IN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071655880", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 68, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.403374, + 30.635939 + ] + }, + "properties": { + "CWPName": "GREAT ESCAPES AT BRYAN", + "SourceID": "TXR1541BY", + "CWPStreet": "4600 LEONARD RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070741630", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 68, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.40088, + 30.63564 + ] + }, + "properties": { + "CWPName": "GREAT ESCAPES OF BRYAN", + "SourceID": "TXR1554CU", + "CWPStreet": "INTERSECTION OF LEONARD RD AND CHICK LN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070825336", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.261837, + 30.69585 + ] + }, + "properties": { + "CWPName": "GREEN BRANCH PH 67A", + "SourceID": "TXR15607V", + "CWPStreet": "START AT THE INTERSECTION OF FM 1179 AND STEEP HOL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070517999", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 26, + "MilePctileCancerSt": 7 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.26178, + 30.69545 + ] + }, + "properties": { + "CWPName": "GREEN BRANCH PH 7B", + "SourceID": "TXR1597GB", + "CWPStreet": "9471 STEEP HOLLOW RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071073508", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 26, + "MilePctileCancerSt": 7 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.270527, + 30.702296 + ] + }, + "properties": { + "CWPName": "GREEN BRANCH RIDGE SUBDIVISION", + "SourceID": "TXR1545HN", + "CWPStreet": "7866 LAKECREST CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071180341", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 8, + "MilePctileCancerSt": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3236, + 30.6799 + ] + }, + "properties": { + "CWPName": "GREENBRIAR PHASE 16", + "SourceID": "TXR15205U", + "CWPStreet": "LOCATED NEAR THE CORNER OF INTERSECTION OF THORNBE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070503325", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.321, + 30.6829 + ] + }, + "properties": { + "CWPName": "GREENBRIAR PHS. 14", + "SourceID": "TXR10F5JN", + "CWPStreet": "NORTH OF THRONEBERRY DR. AND RIVER ROCK DR.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77080", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070218021", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.321, + 30.6829 + ] + }, + "properties": { + "CWPName": "GREENBRIAR PHS. 14", + "SourceID": "TXR10F5JE", + "CWPStreet": "NORTH OF THRONEBERRY DRIVE AND RIVER ROCK DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070210415", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.31933, + 30.67989 + ] + }, + "properties": { + "CWPName": "GREENBRIER HOA AREAS", + "SourceID": "TXR1524HB", + "CWPStreet": "VARIOUS LOCATIONS WITHIN GREENBRIER SUBDIVISION", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071146311", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.31765, + 30.682701 + ] + }, + "properties": { + "CWPName": "GREENBRIER PH 7 & 11", + "SourceID": "TXR1561FU", + "CWPStreet": "RIVER VALLEY DRIVE WILL BE EXTENDED OUT AND EVENTU", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071067266", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.316667, + 30.678888 + ] + }, + "properties": { + "CWPName": "GREENBRIER PHASE 2B", + "SourceID": "TXR1552HB", + "CWPStreet": "GREENBRIER PHASE 2B WILL EXTEND CHANTILLY PATH TO", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071143713", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.31664, + 30.679635 + ] + }, + "properties": { + "CWPName": "GREENBRIER PHS 2B", + "SourceID": "TXR1540JI", + "CWPStreet": "NORTHEAST OF FOXCROFT PATH & FAIRHOPE WAY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071275247", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.31664, + 30.679635 + ] + }, + "properties": { + "CWPName": "GREENBRIER PHS 2B", + "SourceID": "TXR1512JJ", + "CWPStreet": "NORTHEAST OF FOXCROFT PATH & FAIRHOPE WAY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071275247", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3242, + 30.6818 + ] + }, + "properties": { + "CWPName": "GREENBRIER PHS. 16", + "SourceID": "TXR10F6WQ", + "CWPStreet": "WEST OF THORNBERRY DRIVE AND RIVER ROCK DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070519044", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3242, + 30.6818 + ] + }, + "properties": { + "CWPName": "GREENBRIER PHS. 16", + "SourceID": "TXR10F6X3", + "CWPStreet": "WEST OF THORNBERRY DRIVE AND RIVER ROCK DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070519044", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3181, + 30.6801 + ] + }, + "properties": { + "CWPName": "GREENBRIER PHS. 6B", + "SourceID": "TXR10F5O9", + "CWPStreet": "NORTH OF THORNBERRY DRIVE AND FAIRFAX GREEN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070229195", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3181, + 30.6801 + ] + }, + "properties": { + "CWPName": "GREENBRIER PHS. 6B", + "SourceID": "TXR10F5OC", + "CWPStreet": "NORTH OF THORNBERRY DRIVE AND FAIRFAX GREEN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070229195", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3195, + 30.6809 + ] + }, + "properties": { + "CWPName": "GREENBRIER PHS. 7 & 11", + "SourceID": "TXR10F9RU", + "CWPStreet": "NW OF BOONVILLE RD & FM 1179 RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071092704", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3195, + 30.6809 + ] + }, + "properties": { + "CWPName": "GREENBRIER PHS. 7 & 11", + "SourceID": "TXR10F9S8", + "CWPStreet": "NW OF BOONVILLE RD & FM 1179 RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071092704", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.322459, + 30.686067 + ] + }, + "properties": { + "CWPName": "GREENBRIER SEWER EXTENSION BRYAN JOB NO 411-D4-1607", + "SourceID": "TXR1545AG", + "CWPStreet": "1000FT NORTHWEST OF THE INTERSECTION OF THORNBERRY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070620950", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.318895, + 30.680797 + ] + }, + "properties": { + "CWPName": "GREENBRIER SUBDIVISION", + "SourceID": "TXR1570IA", + "CWPStreet": "3268 ROSE HILL LN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071223731", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323239, + 30.680095 + ] + }, + "properties": { + "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", + "SourceID": "TXR1526EJ", + "CWPStreet": "MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070357920", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323239, + 30.680095 + ] + }, + "properties": { + "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", + "SourceID": "TXR15291Y", + "CWPStreet": "MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070357920", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323239, + 30.680095 + ] + }, + "properties": { + "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", + "SourceID": "TXR1578BX", + "CWPStreet": "MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070357920", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323239, + 30.680095 + ] + }, + "properties": { + "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", + "SourceID": "TXR15229M", + "CWPStreet": "MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070357920", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323239, + 30.680095 + ] + }, + "properties": { + "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", + "SourceID": "TXR15138F", + "CWPStreet": "MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070357920", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323239, + 30.680095 + ] + }, + "properties": { + "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", + "SourceID": "TXR15808A", + "CWPStreet": "MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070357920", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323239, + 30.680095 + ] + }, + "properties": { + "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", + "SourceID": "TXR15034Q", + "CWPStreet": "MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070357920", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323239, + 30.680095 + ] + }, + "properties": { + "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", + "SourceID": "TXR15618N", + "CWPStreet": "MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070357920", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323239, + 30.680095 + ] + }, + "properties": { + "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", + "SourceID": "TXR15057L", + "CWPStreet": "MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070357920", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.324031, + 30.682128 + ] + }, + "properties": { + "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", + "SourceID": "TXR1558ES", + "CWPStreet": "3242 ARUNDALA WAY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070926276", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323239, + 30.680095 + ] + }, + "properties": { + "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", + "SourceID": "TXR1558CR", + "CWPStreet": "MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070357920", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323239, + 30.680095 + ] + }, + "properties": { + "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", + "SourceID": "TXR15335O", + "CWPStreet": "MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070357920", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323239, + 30.680095 + ] + }, + "properties": { + "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", + "SourceID": "TXR1539ED", + "CWPStreet": "MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070357920", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36009, + 30.70172 + ] + }, + "properties": { + "CWPName": "HARDYS RESORT", + "SourceID": "TXR15069Z", + "CWPStreet": "3414 COLSON RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070567171", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.280463, + 30.652305 + ] + }, + "properties": { + "CWPName": "HARVEY ROAD", + "SourceID": "TXR1521FO", + "CWPStreet": "1720 SUMMIT CROSSING LN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845-2206", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070946815", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.32227, + 30.67081 + ] + }, + "properties": { + "CWPName": "HEART OF TEXAS GOODWILL", + "SourceID": "TXR1544BR", + "CWPStreet": "2710 BOONVILLE RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070705236", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020021", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 3, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 61 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.352463, + 30.589922 + ] + }, + "properties": { + "CWPName": "HEAT TRANSFER RESEARCH", + "SourceID": "TX0106526", + "CWPStreet": "0.25MI SW INTX FM 2818 AND FM 2347", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77845", + "MasterExternalPermitNmbr": null, + "RegistryID": "110039192307", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020142", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 6, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.261696, + 30.559073 + ] + }, + "properties": { + "CWPName": "HEB TOWER POINT - REMODEL-EXPANSION", + "SourceID": "TXR1537PL", + "CWPStreet": "949 WILLIAM D FITCH PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845-4638", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071659756", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020081", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 22, + "MilePctileCancerSt": 8 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.365332, + 30.698284 + ] + }, + "properties": { + "CWPName": "HERITAGE MEADOWS", + "SourceID": "TXR1537BY", + "CWPStreet": "BEGIN AT THE INTERSECTION OF NUCHES LN AND COLSON", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070743010", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 84, + "MilePctileCancerSt": 44 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.365, + 30.6985 + ] + }, + "properties": { + "CWPName": "HERITAGE MEADOWS", + "SourceID": "TXR10F940", + "CWPStreet": "SW OF NUCHES LANE & AUTRY LANE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070918253", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 84, + "MilePctileCancerSt": 44 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.365332, + 30.698284 + ] + }, + "properties": { + "CWPName": "HERITAGE MEADOWS", + "SourceID": "TXR1566FR", + "CWPStreet": "BEGIN AT THE INTERSECTION OF NUCHES LN AND COLSON", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070743010", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 84, + "MilePctileCancerSt": 44 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.365, + 30.6985 + ] + }, + "properties": { + "CWPName": "HERITAGE MEADOWS", + "SourceID": "TXR10F93L", + "CWPStreet": "OF NUCHES LANE & AUTRY LANE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070917684", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 84, + "MilePctileCancerSt": 44 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.343775, + 30.71017 + ] + }, + "properties": { + "CWPName": "HIDDEN CREEK RV PARK", + "SourceID": "TXR1527HA", + "CWPStreet": "5780 E STATE HIGHWAY 21", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071149252", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.376944, + 30.6265 + ] + }, + "properties": { + "CWPName": "HIDDEN OAKS 3", + "SourceID": "TXR1543CI", + "CWPStreet": "FM 1179 APPROX 4,000FT SOUTH OF THE INTERSECTION O", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070794708", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002014", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 82 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.26011, + 30.71026 + ] + }, + "properties": { + "CWPName": "HIDDEN OAKS ESTATES", + "SourceID": "TXR15WF28", + "CWPStreet": "APPROXIMATELY 3/4 MILE SOUTHWEST OF GRASSBURR RD,", + "CWPCity": "BRAYN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070356120", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 16, + "MilePctileCancerSt": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.262905, + 30.709767 + ] + }, + "properties": { + "CWPName": "HIDDEN OAKS SUBDIVISION", + "SourceID": "TXR1556II", + "CWPStreet": "7423 MARYS WAY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071236865", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 16, + "MilePctileCancerSt": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.405016, + 30.682766 + ] + }, + "properties": { + "CWPName": "HIGHLAND OAKS PHASE 1 & 2", + "SourceID": "TXR1572JS", + "CWPStreet": "HWY 21 TO SANDY POINT RD. INTERSECTION SANDY POINT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071297384", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002024", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.267489, + 30.652867 + ] + }, + "properties": { + "CWPName": "HIGHWAY 30 BUILDING 600 & 700", + "SourceID": "TXR1542QE", + "CWPStreet": "AT THE INTERSECTION OF HWY 30 & DEERFIELD DR., 30.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071657523", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001021", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.32728, + 30.57466 + ] + }, + "properties": { + "CWPName": "HOLLEMAN DRIVE SOUTH REHABILITATION", + "SourceID": "TXR15768J", + "CWPStreet": "HOLLEMAN DRIVE SOUTH BETWEEN DOWLING ROAD AND ROCK", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070367899", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3379, + 30.5857 + ] + }, + "properties": { + "CWPName": "HOLLEMAN EXTENSION", + "SourceID": "TXR10F4N6", + "CWPStreet": "NW OF HOLLEMAN DR. & COTTAGE LANE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070080439", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020142", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.388052, + 30.685537 + ] + }, + "properties": { + "CWPName": "HOPE CROSSING", + "SourceID": "TXR1583GB", + "CWPStreet": "APPROX. 250 FEET SOUTH OF THE INTERSECTION OF W. M", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071074400", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410005004", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 44 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.388473, + 30.68562 + ] + }, + "properties": { + "CWPName": "HOPE CROSSING SUBDIVISION", + "SourceID": "TXR1550BO", + "CWPStreet": "ALMOST TO THE CORNER OF BRUIN TRACE AND WEST MLK S", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070694104", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410005004", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 44 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.388289, + 30.684943 + ] + }, + "properties": { + "CWPName": "HOPE SUBDIVISION", + "SourceID": "TXR1574CD", + "CWPStreet": "BEGIN AT MUMFORD RD AND BRUIN TRACE. PROCEED DOWN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070795059", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410005004", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 10, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 44 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.295213, + 30.650633 + ] + }, + "properties": { + "CWPName": "HUDSON OAKS APARTMENTS", + "SourceID": "TXR1567GF", + "CWPStreet": "3345 UNIVERSITY DR E", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802-3470", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071083637", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.294989, + 30.653854 + ] + }, + "properties": { + "CWPName": "HUDSON OAKS SENIOR LIVING", + "SourceID": "TXR1541LG", + "CWPStreet": "SE OF CROSS PARK DR & SAGEBRIAR DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071364166", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.294989, + 30.653854 + ] + }, + "properties": { + "CWPName": "HUDSON OAKS SENIOR LIVING", + "SourceID": "TXR1567LJ", + "CWPStreet": "SE OF CROSS PARK DR & SAGEBRIAR DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071364166", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.277378, + 30.580173 + ] + }, + "properties": { + "CWPName": "HUNTINGTON APARTMENTS", + "SourceID": "TXR15590Y", + "CWPStreet": "800 MIDTOWN LOOP", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070564012", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.276749, + 30.578567 + ] + }, + "properties": { + "CWPName": "HUNTINGTON APARTMENTS SANITARY SEWER TRUNK LINE", + "SourceID": "TXR15335X", + "CWPStreet": "APPROX. .15 MILES SW OF THE LAKEWAY DR AND MEDICAL", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070552061", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 1, + "SupMileOver80CountUsSearch": "D", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 28 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.38071, + 30.60021 + ] + }, + "properties": { + "CWPName": "IBIO CDMO", + "SourceID": "TXRNEBJ79", + "CWPStreet": "8800 HSC PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070825427", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.38071, + 30.60021 + ] + }, + "properties": { + "CWPName": "IBIO CDMO", + "SourceID": "TXR05FL35", + "CWPStreet": "8800 HSC PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807-1107", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070825427", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.262226, + 30.561621 + ] + }, + "properties": { + "CWPName": "IHOP - COLLEGE STATION", + "SourceID": "TXR15017S", + "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.3 MILES NORTHWEST", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070367081", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020081", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.342375, + 30.602234 + ] + }, + "properties": { + "CWPName": "INDOOR TRACK MAKE-READY", + "SourceID": "TXR1501JJ", + "CWPStreet": "956 OLSEN BLVD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071298829", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.284911, + 30.576331 + ] + }, + "properties": { + "CWPName": "INTERNATIONAL LEADERSHIP OF TEXAS CHARTER SCHOOLS PORTABLE C", + "SourceID": "TXR1562DB", + "CWPStreet": "3610 LONGMIRE DR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-8692", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070833190", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020071", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.38259, + 30.611081 + ] + }, + "properties": { + "CWPName": "JEFF WAGGONER", + "SourceID": "TXR15837Z", + "CWPStreet": "3439 MAHOGANY DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070604288", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.351906, + 30.625812 + ] + }, + "properties": { + "CWPName": "JOB 2403 ASPEN", + "SourceID": "TXR1563QB", + "CWPStreet": "4011, 4013, 4015, 4017 ASPEN ST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071657155", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410010004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "I", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.26975, + 30.652444 + ] + }, + "properties": { + "CWPName": "JOHN DEERE NURSERY", + "SourceID": "TXR15840P", + "CWPStreet": "10253 STATE 30 HWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070377419", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.322222, + 30.584166 + ] + }, + "properties": { + "CWPName": "JONES CROSSING", + "SourceID": "TXR15095F", + "CWPStreet": "11675 FM 2154", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070364229", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410018033", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "D", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 34 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.283908, + 30.70148 + ] + }, + "properties": { + "CWPName": "KBARC WWTP", + "SourceID": "TX0135178", + "CWPStreet": "6932 FM 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77808", + "MasterExternalPermitNmbr": null, + "RegistryID": "110058289800", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 26, + "MilePctileCancerSt": 7 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.314445, + 30.601389 + ] + }, + "properties": { + "CWPName": "KELSEY SEYBOLD CALL CENTER", + "SourceID": "TXR1586EX", + "CWPStreet": "1150 COPPERFIELD PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070929612", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410016061", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 6, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.32711, + 30.686928 + ] + }, + "properties": { + "CWPName": "KINSMEN HOMES", + "SourceID": "TXR15347M", + "CWPStreet": "2932 ARCHER DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-1463", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070367809", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33965, + 30.71813 + ] + }, + "properties": { + "CWPName": "KMC FORKLIFT", + "SourceID": "TXR1553FX", + "CWPStreet": "6101 E STATE HIGHWAY 21", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071064927", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33582, + 30.6722 + ] + }, + "properties": { + "CWPName": "KROGER HO-383", + "SourceID": "TXR1562AN", + "CWPStreet": "2303 BOONVILLE RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110034019096", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33582, + 30.6722 + ] + }, + "properties": { + "CWPName": "KROGER HO-383 EXPANSION", + "SourceID": "TXR1525AO", + "CWPStreet": "2303 BOONVILLE RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-2232", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110034019096", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33582, + 30.6722 + ] + }, + "properties": { + "CWPName": "KROGER STORE 383", + "SourceID": "TXR1524CA", + "CWPStreet": "2303 BOONVILLE RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-2232", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110034019096", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3023887, + 30.6567254 + ] + }, + "properties": { + "CWPName": "KRUTEN FARM", + "SourceID": "TX0051578", + "CWPStreet": "E SIDE OF ST HWY 21", + "CWPCity": "KRUTEN", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "00000", + "MasterExternalPermitNmbr": null, + "RegistryID": "110039173710", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.40083, + 30.57265 + ] + }, + "properties": { + "CWPName": "LACY WELLS SAND & GRAVEL PIT", + "SourceID": "TXR05ED80", + "CWPStreet": "6900 LACY WELL RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110033942321", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.27386, + 30.57231 + ] + }, + "properties": { + "CWPName": "LAKEWAY DRIVE EXTENSION", + "SourceID": "TXR15515F", + "CWPStreet": "EXTENSION OF EXISTING LAKEWAY DRIVE THAT IS PARALL", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070376499", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 1, + "SupMileOver80CountUsSearch": "D", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 28 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.31072, + 30.66913 + ] + }, + "properties": { + "CWPName": "LAWSON RESIDENCE", + "SourceID": "TXR1517EF", + "CWPStreet": "4221 TUSCANY CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070891663", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2877, + 30.5761 + ] + }, + "properties": { + "CWPName": "LEADERSHIP TX CHARTER", + "SourceID": "TXR10F5F4", + "CWPStreet": "SOUTH OF BRMINGHAM DR. & GRAHAM ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070203090", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020071", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2877, + 30.5761 + ] + }, + "properties": { + "CWPName": "LEADERSHIP TX CHARTER", + "SourceID": "TXR10F5EY", + "CWPStreet": "SOUTH OF BIRMINGHAM DR. AND GRAHAM ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070201599", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020071", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3665, + 30.642797 + ] + }, + "properties": { + "CWPName": "LEGENDS EVENT CENTER", + "SourceID": "TXR1554FG", + "CWPStreet": "2533 MIDTOWN PARK BLVD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77801-1450", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070941358", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.389364, + 30.65504 + ] + }, + "properties": { + "CWPName": "LEONARD CROSSING SUBDIVISION", + "SourceID": "TXR1507AB", + "CWPStreet": "APPROX. 1000 FEET SOUTHEAST OF THE INTERSECTION OF", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070617303", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006043", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.395922, + 30.637377 + ] + }, + "properties": { + "CWPName": "LEONARD ROAD SUBSTATION", + "SourceID": "TXR15734O", + "CWPStreet": "LEONARD RD BETWEEN FM 2818 AND SH 47", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070371437", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.27741, + 30.586321 + ] + }, + "properties": { + "CWPName": "LIGHT PEDIATRIC DENTISTRY", + "SourceID": "TXR1513CC", + "CWPStreet": "2301 ROCK PRAIRIE RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070793461", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.26058, + 30.556662 + ] + }, + "properties": { + "CWPName": "LINE L8C TO V36", + "SourceID": "TXR1585JS", + "CWPStreet": "WILLIAM D FITCH PKWY AND HIGHWAY 6", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071298270", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020102", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 24, + "MilePctileCancerSt": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.40706, + 30.66053 + ] + }, + "properties": { + "CWPName": "LIQUIDPOWER SPECIALTY PRODUCTS", + "SourceID": "TXR15945Q", + "CWPStreet": "1331 INDEPENDENCE AVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-2046", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110000896629", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.40706, + 30.66053 + ] + }, + "properties": { + "CWPName": "LIQUIDPOWER SPECIALTY PRODUCTS", + "SourceID": "TXR1542AQ", + "CWPStreet": "1331 INDEPENDENCE AVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-2046", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110000896629", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3845, + 30.6096 + ] + }, + "properties": { + "CWPName": "LITTLE RESIDENCE", + "SourceID": "TXR1522CF", + "CWPStreet": "3455 MAHOGANY DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070794615", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3023887, + 30.6567254 + ] + }, + "properties": { + "CWPName": "LOCATED APPROX 800 FT SE OF N", + "SourceID": "TX0129658", + "CWPStreet": "DOWLING RD APPROX 600 FT SW OF", + "CWPCity": " BY REVEILLE RD IN BRAZ", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "00000", + "MasterExternalPermitNmbr": null, + "RegistryID": "110064591883", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "KENT COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.375851, + 30.688807 + ] + }, + "properties": { + "CWPName": "LOT 8 BLOCK 43", + "SourceID": "TXR1530KP", + "CWPStreet": "506 ASH ST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071336435", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410005003", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "M", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 84, + "MilePctileCancerSt": 44 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.40502, + 30.6647 + ] + }, + "properties": { + "CWPName": "MACHINE WORKS", + "SourceID": "TXR05BI60", + "CWPStreet": "1590B N HARVEY MITCHELL PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-2067", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070377106", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006034", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "L", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.40502, + 30.6647 + ] + }, + "properties": { + "CWPName": "MACHINE WORKS", + "SourceID": "TXR05FL51", + "CWPStreet": "1590B N HARVEY MITCHELL PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-2067", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070377106", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006034", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "L", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.320222, + 30.744917 + ] + }, + "properties": { + "CWPName": "MAHONEY WWTP", + "SourceID": "TX0122947", + "CWPStreet": "4750' W-SW INTX US RTE 190/FM", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77805", + "MasterExternalPermitNmbr": null, + "RegistryID": "110039195867", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.389167, + 30.681632 + ] + }, + "properties": { + "CWPName": "MANOR POINT SUBDIVISION", + "SourceID": "TXR1532NY", + "CWPStreet": "TURN ONTO LUCKY ST FROM HIGHWAY 21. DRIVE DOWN UNT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071511145", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410005004", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 44 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.289573, + 30.615728 + ] + }, + "properties": { + "CWPName": "MATICA BIOTECHNOLOGY", + "SourceID": "TXRNECC35", + "CWPStreet": "2501 EARL RUDDER FWY S STE200", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110071408813", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020011", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 3, + "MilePctileProximityTsdfUs": 66, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.359724, + 30.639457 + ] + }, + "properties": { + "CWPName": "MBG MIDTOWN PARK", + "SourceID": "TXR1528PO", + "CWPStreet": "206 W VILLA MARIA RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "12", + "CWPZip": "77801-3029", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071657015", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.352704, + 30.702791 + ] + }, + "properties": { + "CWPName": "MCCARTY EQUIPMENT", + "SourceID": "TXRNEBQ97", + "CWPStreet": "4102 HIGHWAY 21 E", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-0941", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110071158180", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3655202, + 30.6665755 + ] + }, + "properties": { + "CWPName": "MCMILLAN SWINE FEEDLOT", + "SourceID": "TX0121398", + "CWPStreet": "TERRY COUNTY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "02", + "CWPZip": "00000", + "MasterExternalPermitNmbr": null, + "RegistryID": "110039197213", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.271762, + 30.583011 + ] + }, + "properties": { + "CWPName": "MD WHEELER SUBDIVISION PHASE ONE", + "SourceID": "TXR15250X", + "CWPStreet": "APPROX. 0.18 MILES SOUTHWEST OF THE INTERSECTION A", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070554464", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2641, + 30.5835 + ] + }, + "properties": { + "CWPName": "MIDTOWN 104", + "SourceID": "TXR10F89Q", + "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070791483", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2641, + 30.5835 + ] + }, + "properties": { + "CWPName": "MIDTOWN 104", + "SourceID": "TXR10F89V", + "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070791483", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2641, + 30.5835 + ] + }, + "properties": { + "CWPName": "MIDTOWN 105", + "SourceID": "TXR10F8G4", + "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070791483", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2641, + 30.5835 + ] + }, + "properties": { + "CWPName": "MIDTOWN 105", + "SourceID": "TXR10F8GA", + "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070791483", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.269199, + 30.580235 + ] + }, + "properties": { + "CWPName": "MIDTOWN CITY CENTER", + "SourceID": "TXR1519LF", + "CWPStreet": "SOUTH OF MCQUEENY DRIVE & TOWN LAKE DRIVE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071357302", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.269199, + 30.580235 + ] + }, + "properties": { + "CWPName": "MIDTOWN CITY CENTER", + "SourceID": "TXR1557LF", + "CWPStreet": "SOUTH OF MCQUEENY DRIVE & TOWN LAKE DRIVE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071357302", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.26909, + 30.57999 + ] + }, + "properties": { + "CWPName": "MIDTOWN CITY CENTER PHASE 301 - PRIVATE IMPROVEMENTS", + "SourceID": "TXR1584KM", + "CWPStreet": "MIDTOWN CITY CENTER PHASE 301 REPLAT IS LOCATED NO", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071203155", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.26909, + 30.57999 + ] + }, + "properties": { + "CWPName": "MIDTOWN CITY CENTER PHASE 301 REPLAT", + "SourceID": "TXR1586HS", + "CWPStreet": "MIDTOWN CITY CENTER PHASE 301 REPLAT IS LOCATED NO", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071203155", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.269315, + 30.581486 + ] + }, + "properties": { + "CWPName": "MIDTOWN CITY CENTER SUBDIVISION PHASE 404A", + "SourceID": "TXR1514KD", + "CWPStreet": "THIS PROJECT IS LOCATED SOUTHWEST OF THE INTERSECT", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071322264", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.277544, + 30.580872 + ] + }, + "properties": { + "CWPName": "MIDTOWN CITY CENTER SUBDIVISION PHASE 601", + "SourceID": "TXR1561AF", + "CWPStreet": "ON LAKEWAY DRIVE, JUST SOUTHEAST OF THE INTERSECTI", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070619429", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.265277, + 30.580638 + ] + }, + "properties": { + "CWPName": "MIDTOWN ON LAKEWAY", + "SourceID": "TXR1523AB", + "CWPStreet": "SOUTHEAST OF THE INTERSECTION OF ROCK PRAIRIE ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070620665", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3692, + 30.648 + ] + }, + "properties": { + "CWPName": "MIDTOWN PARK - OFFSITE", + "SourceID": "TXR10F9Q0", + "CWPStreet": "EAST OF W. CARSON ST. & NORTHERN ST.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071093723", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009002", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3692, + 30.648 + ] + }, + "properties": { + "CWPName": "MIDTOWN PARK - OFFSITE", + "SourceID": "TXR10F9Q7", + "CWPStreet": "EAST OF W. CARSON ST. & NORTHERN ST.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071093723", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009002", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3662, + 30.636906 + ] + }, + "properties": { + "CWPName": "MIDTOWN PARK PH 2 BIGSHOTS ACCESS DRIVE", + "SourceID": "TXR1571FC", + "CWPStreet": "NEC OF FINFEATHER RD AND W VILLA MARIA RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070938471", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36795, + 30.637899 + ] + }, + "properties": { + "CWPName": "MIDTOWN PARK PH 3D - OUTER LOOP TRAIL", + "SourceID": "TXR1525FV", + "CWPStreet": "NORTHEAST CORNER OF FINFEATHER RD AND W VILLA MARI", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071070494", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.363168, + 30.637246 + ] + }, + "properties": { + "CWPName": "MIDTOWN PARK PHASE 1D", + "SourceID": "TXR1546EG", + "CWPStreet": "2200 MIDTOWN PARK BLVD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070891398", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36035, + 30.640068 + ] + }, + "properties": { + "CWPName": "MIDTOWN PARK PHASE 8A", + "SourceID": "TXR1516OD", + "CWPStreet": "PROJECT IS LOCATED AT THE NORTHWEST CORNER OF VILL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071505380", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.358712, + 30.639879 + ] + }, + "properties": { + "CWPName": "MIDTOWN PARK PHASE 9C SIGNAGE", + "SourceID": "TXR1553NV", + "CWPStreet": "100 W VILLA MARIA RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77801-3027", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071506844", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 4, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.268209, + 30.579698 + ] + }, + "properties": { + "CWPName": "MIDTOWN PHASE 301 RESIDENTIAL CONDOS", + "SourceID": "TXR1524MH", + "CWPStreet": "SEC OF MCQUEENY DR AND TOWN LAKES DR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071403947", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2910986604742, + 30.5556499999484 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE 110", + "SourceID": "TXR1512QT", + "CWPStreet": "SOUTH OF GIBBONS WAY & KICKAPOO LN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071709789", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.264062, + 30.579584 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE 110", + "SourceID": "TXR1598QU", + "CWPStreet": "SOUTH OF GIBBONS WAY & KICKAPOO LN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "TXR1598QU", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": null, + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": null, + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.266998, + 30.580844 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE PHS 107", + "SourceID": "TXR1561KK", + "CWPStreet": "SOUTHEAST OF ROCK PRAIRIE RD AND TOWN LAKE DR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071338590", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.266998, + 30.580844 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE PHS 107", + "SourceID": "TXR1562KK", + "CWPStreet": "SOUTHEAST OF ROCK PRAIRIE RD AND TOWN LAKE DR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071338590", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.263798, + 30.582383 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE PHS 109 112 & 115", + "SourceID": "TXR1503NT", + "CWPStreet": "EAST OF DOUBLE MOUNTAIN RD AND LADY BIRD LN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071443159", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.263798, + 30.582383 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE PHS 109 112 & 115", + "SourceID": "TXR1534NS", + "CWPStreet": "EAST OF DOUBLE MOUNTAIN RD AND LADY BIRD LN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071443159", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.262244, + 30.582051 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE PHS 111", + "SourceID": "TXR1598OE", + "CWPStreet": "EAST OF KICKAPOO LN DOUBLE MOUNTAIN RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071505362", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.262244, + 30.582051 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE PHS 111", + "SourceID": "TXR1597OE", + "CWPStreet": "EAST OF KICKAPOO LN DOUBLE MOUNTAIN RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071505362", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.265, + 30.5813 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE PHS. 100", + "SourceID": "TXR10F7JR", + "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070596722", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.265, + 30.5813 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE PHS. 100", + "SourceID": "TXR10F7JO", + "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070596722", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.265, + 30.5813 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE PHS. 106", + "SourceID": "TXR10F9DN", + "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070596722", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.265, + 30.5813 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE PHS. 106", + "SourceID": "TXR10F9DQ", + "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070596722", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.265, + 30.5813 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE PHS. 200", + "SourceID": "TXR10F80J", + "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070596722", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.265, + 30.5813 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE PHS. 200", + "SourceID": "TXR10F80V", + "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070596722", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.265, + 30.5813 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE PHS. 201", + "SourceID": "TXR10F80I", + "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070596722", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.265, + 30.5813 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE PHS. 201", + "SourceID": "TXR10F80F", + "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070596722", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 38, + "MilePctileCancerSt": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.266944, + 30.584722 + ] + }, + "properties": { + "CWPName": "MIDTOWN RESERVE SUBDIVISION", + "SourceID": "TXR15867U", + "CWPStreet": "THIS PROJECT IS LOCATED SOUTH OF THE INTERSECTION", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070504827", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.268, + 30.5805 + ] + }, + "properties": { + "CWPName": "MIDTOWN STATION", + "SourceID": "TXR1504FJ", + "CWPStreet": "SOUTH OF INTERSECTION OF ROCK PRAIRIE RD AND TOWN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070945803", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.25996, + 30.581929 + ] + }, + "properties": { + "CWPName": "MIDTOWN SUBDIVISION PHS 109 & 112", + "SourceID": "TXR1593KJ", + "CWPStreet": "WEST OF ROCK PRAIRIE RD & HARRIS DR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071338107", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 14, + "MilePctileCancerSt": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.31381, + 30.668099 + ] + }, + "properties": { + "CWPName": "MIRAMONT", + "SourceID": "TXR1517BP", + "CWPStreet": "3305 LEGACY CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070693720", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 50, + "MilePctileCancerSt": 61 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.304981, + 30.679954 + ] + }, + "properties": { + "CWPName": "MIRAMONT 16", + "SourceID": "TXR1568QJ", + "CWPStreet": "4900 PRINCEVILLE CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071668233", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.301931, + 30.680506 + ] + }, + "properties": { + "CWPName": "MIRAMONT PHS 18 & 19", + "SourceID": "TXR1525MB", + "CWPStreet": "SE OF FM 11179 & BOONVILLE RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071401300", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.301931, + 30.680506 + ] + }, + "properties": { + "CWPName": "MIRAMONT PHS 18 & 19", + "SourceID": "TXR1509MC", + "CWPStreet": "SE OF FM 11179 & BOONVILLE RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071401300", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.301317, + 30.678823 + ] + }, + "properties": { + "CWPName": "MIRAMONT SEC 19", + "SourceID": "TXR1556KG", + "CWPStreet": "COPPERFIELD DRIVE AND MIRAVISTA CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071322922", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.306, + 30.6679 + ] + }, + "properties": { + "CWPName": "MIRAMONT SEC. 7", + "SourceID": "TXR10F8FO", + "CWPStreet": "NE OF BOONVILLE ROAD & TESORI DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070826496", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.306, + 30.6679 + ] + }, + "properties": { + "CWPName": "MIRAMONT SEC. 7", + "SourceID": "TXR10F8FS", + "CWPStreet": "NE OF BOONVILLE ROAD & TESORI DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070826496", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.308456, + 30.676844 + ] + }, + "properties": { + "CWPName": "MIRAMONT SUBDIVISION", + "SourceID": "TXR1515IZ", + "CWPStreet": "5107 INVERNESS DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071254107", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.306388, + 30.677733 + ] + }, + "properties": { + "CWPName": "MIRAMONT SUBDIVISION", + "SourceID": "TXR1518EH", + "CWPStreet": "5202 BOURRONE CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070893529", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.30447, + 30.66714 + ] + }, + "properties": { + "CWPName": "MIRAMONT SUBDIVISION", + "SourceID": "TXR1523HA", + "CWPStreet": "4717 CONCORDIA DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071149387", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.314345, + 30.66757 + ] + }, + "properties": { + "CWPName": "MIRAMONT SUBDIVISION", + "SourceID": "TXR1544EW", + "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070552112", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 50, + "MilePctileCancerSt": 61 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.314345, + 30.66757 + ] + }, + "properties": { + "CWPName": "MIRAMONT SUBDIVISION", + "SourceID": "TXR15476X", + "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070552112", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 50, + "MilePctileCancerSt": 61 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.314345, + 30.66757 + ] + }, + "properties": { + "CWPName": "MIRAMONT SUBDIVISION", + "SourceID": "TXR1536DM", + "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070552112", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 50, + "MilePctileCancerSt": 61 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.314345, + 30.66757 + ] + }, + "properties": { + "CWPName": "MIRAMONT SUBDIVISION", + "SourceID": "TXR1570GB", + "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070552112", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 50, + "MilePctileCancerSt": 61 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3114, + 30.66847 + ] + }, + "properties": { + "CWPName": "MIRAMONT SUBDIVISION", + "SourceID": "TXR1563HT", + "CWPStreet": "4211 TUSCANY CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071204936", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 50, + "MilePctileCancerSt": 61 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.314345, + 30.66757 + ] + }, + "properties": { + "CWPName": "MIRAMONT SUBDIVISION", + "SourceID": "TXR1583FC", + "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070552112", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 50, + "MilePctileCancerSt": 61 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.30797, + 30.67804 + ] + }, + "properties": { + "CWPName": "MIRAMONT SUBDIVISION", + "SourceID": "TXR1511BM", + "CWPStreet": "5121 MIRAMONT CIR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802-1791", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070693628", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.305361, + 30.667679 + ] + }, + "properties": { + "CWPName": "MIRAMONT SUBDIVISION PHASE 7", + "SourceID": "TXR15626Z", + "CWPStreet": "FROM HWY 6 & FM 158 BOONEVILLE ROAD GO EAST. TURN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070604264", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.301599, + 30.677643 + ] + }, + "properties": { + "CWPName": "MIRAVIST COURT", + "SourceID": "TXR1566FU", + "CWPStreet": "4813 MIRAVISTA CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071068569", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.331781, + 30.565888 + ] + }, + "properties": { + "CWPName": "MISSION RANCH", + "SourceID": "TXR1515ML", + "CWPStreet": "3701 COOPER CT", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071401482", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.327617, + 30.565866 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHASE 101", + "SourceID": "TXR15671R", + "CWPStreet": "SOUTHWEST OF THE INTERSECTION OF HOLLEMAN DRIVE SO", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070376452", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.332711, + 30.571647 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHASE 4", + "SourceID": "TXR15141U", + "CWPStreet": "APPROX. 850 FEET WEST OF THE INTERSECTION OF HOLLE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070504038", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.327225, + 30.561889 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHASE 402", + "SourceID": "TXR1508DA", + "CWPStreet": "JOB SITE IS LOCATED AT THE END OF HARDIN HILLS DR.", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070830112", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.325913, + 30.565127 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS 105", + "SourceID": "TXR1556LF", + "CWPStreet": "SOUTHWEST OF DEACON DRIVE WEST & HOLLEMAN DRIVE SO", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071357931", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.325913, + 30.565127 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS 105", + "SourceID": "TXR1520LF", + "CWPStreet": "SOUTHWEST OF DEACON DRIVE WEST & HOLLEMAN DRIVE SO", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071357931", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.329462, + 30.568605 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS 203", + "SourceID": "TXR1528KH", + "CWPStreet": "NW OF ANDERSON ARBOR CT & KERR VALLEY LN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071311107", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.329462, + 30.568605 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS 203", + "SourceID": "TXR1549JX", + "CWPStreet": "NW OF ANDERSON ARBOR CT & KERR VALLEY LN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071311107", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.329462, + 30.568605 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS 203", + "SourceID": "TXR1504OA", + "CWPStreet": "NW OF ANDERSON ARBOR CT & KERR VALLEY LN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071311107", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3342, + 30.5703 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS 303", + "SourceID": "TXR1546LJ", + "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071094873", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3342, + 30.5703 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS 303", + "SourceID": "TXR1566LJ", + "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071094873", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.32923, + 30.561454 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS 403", + "SourceID": "TXR1547LL", + "CWPStreet": "SOUTH OF SHERRILL COURT & SIENNA SPRINGS DRIVE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071362329", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.32923, + 30.561454 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS 403", + "SourceID": "TXR1571LK", + "CWPStreet": "SOUTH OF SHERRILL COURT & SIENNA SPRINGS DRIVE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071362329", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.333176, + 30.571604 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS 504", + "SourceID": "TXR1590PO", + "CWPStreet": "NORTH OF BRISCOE MANOR CT & FEATHER RUN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071657919", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.333176, + 30.571604 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS 504", + "SourceID": "TXR1532PO", + "CWPStreet": "NORTH OF BRISCOE MANOR CT & FEATHER RUN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071657919", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3257, + 30.5613 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS. 1", + "SourceID": "TXR10F5TT", + "CWPStreet": "SE OF MISSION RANCH DR. & FEATHER RUN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070235525", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3257, + 30.5613 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS. 1", + "SourceID": "TXR10F5TD", + "CWPStreet": "SE OF MISSION RANCH DR. & FEATHER RUN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070235525", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3266, + 30.5616 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS. 103", + "SourceID": "TXR10F93K", + "CWPStreet": "NW OF ROCK PRAIRIE RD WEST & HOLLEMAN DR. SOUTH", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070917037", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3266, + 30.5616 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS. 103", + "SourceID": "TXR10F93Z", + "CWPStreet": "NW OF ROCK PRAIRIE RD WEST & HOLLEMAN DR. SOUTH", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070917037", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3328, + 30.5719 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS. 200", + "SourceID": "TXR10F9HY", + "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR. SOUTH", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071068213", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3328, + 30.5719 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS. 200", + "SourceID": "TXR10F9FG", + "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR. SOUTH", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071068213", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3273, + 30.5627 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS. 402", + "SourceID": "TXR10F8PP", + "CWPStreet": "NW OF ROCK PRAIRIE RD W. & HOLLEMAN DR. S.", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070866991", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3273, + 30.5627 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS. 402", + "SourceID": "TXR10F8PS", + "CWPStreet": "NW OF ROCK PRAIRIE RD W. & HOLLEMAN DR. S.", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070866991", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3342, + 30.5703 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS. 501", + "SourceID": "TXR10F9SB", + "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071094873", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3342, + 30.5703 + ] + }, + "properties": { + "CWPName": "MISSION RANCH PHS. 501", + "SourceID": "TXR10F9RV", + "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071094873", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.325943, + 30.563377 + ] + }, + "properties": { + "CWPName": "MISSION RANCH SUBDIVISION PHS 104", + "SourceID": "TXR1592JN", + "CWPStreet": "SOUTHEAST OF SIENNA SPRINGS DR & FEATHER RUN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071296141", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.325943, + 30.563377 + ] + }, + "properties": { + "CWPName": "MISSION RANCH SUBDIVISION PHS 104", + "SourceID": "TXR1524JO", + "CWPStreet": "SOUTHEAST OF SIENNA SPRINGS DR & FEATHER RUN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071296141", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.335508, + 30.569833 + ] + }, + "properties": { + "CWPName": "MISSION RANCH SUBDIVISION PHS 502 & 503", + "SourceID": "TXR1558IX", + "CWPStreet": "NORTHWEST OF BEXAR BLUFF PASS & FEATHER RUN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071255828", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.335508, + 30.569833 + ] + }, + "properties": { + "CWPName": "MISSION RANCH SUBDIVISION PHS 502 & 503", + "SourceID": "TXR1559IX", + "CWPStreet": "NORTHWEST OF BEXAR BLUFF PASS & FEATHER RUN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071255828", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2910986604742, + 30.5556499999484 + ] + }, + "properties": { + "CWPName": "MORGAN SERVICES - CW SITE", + "SourceID": "TXR1505QP", + "CWPStreet": "CORNER OF HOLLMAN DRIVE E AND DARTMOUTH STREET", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071708654", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.364236, + 30.638384 + ] + }, + "properties": { + "CWPName": "MOVIE BOWL GRILLE", + "SourceID": "TXR1584NN", + "CWPStreet": "NORTH OF W VILLA MARIA RD AND MIDTOWN PARK BLVD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071443302", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.364236, + 30.638384 + ] + }, + "properties": { + "CWPName": "MOVIE BOWL GRILLE", + "SourceID": "TXR1541NM", + "CWPStreet": "NORTH OF W VILLA MARIA RD AND MIDTOWN PARK BLVD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071443302", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2661, + 30.5845 + ] + }, + "properties": { + "CWPName": "MTR - OFFSITE", + "SourceID": "TXR10F6WP", + "CWPStreet": "EAST OF ROCK PRAIRIE ROAD & MEDICAL AVENUE", + "CWPCity": "COLLAGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070520398", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2661, + 30.5845 + ] + }, + "properties": { + "CWPName": "MTR - OFFSITE", + "SourceID": "TXR10F6X2", + "CWPStreet": "EAST OF ROCK PRAIRIE ROAD AND MEDICAL AVENUE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070519601", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.358309, + 30.607883 + ] + }, + "properties": { + "CWPName": "MULTI-SPECIES FACILITY", + "SourceID": "TXR15005N", + "CWPStreet": "THE PROJECT SITE IS LOCATED AT CORNER OF FM 60 UNI", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070358487", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 87, + "MilePctileCancerSt": 83 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2910986604742, + 30.5556499999484 + ] + }, + "properties": { + "CWPName": "NANTUCKET LIMITED", + "SourceID": "TX0120332", + "CWPStreet": "SE COLLEGE STATION ST HWY 6", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77845", + "MasterExternalPermitNmbr": null, + "RegistryID": "110064613253", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.393451, + 30.580558 + ] + }, + "properties": { + "CWPName": "NATIONAL EQUIPMENT CORP - NEW FACILITY", + "SourceID": "TXR1549BV", + "CWPStreet": "5977 IMPERIAL LOOP", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070709416", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28827, + 30.59865 + ] + }, + "properties": { + "CWPName": "NECO", + "SourceID": "TXR15231Z", + "CWPStreet": "3120 CORSAIR CIR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070568686", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 64, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37451, + 30.60775 + ] + }, + "properties": { + "CWPName": "NEW HEIGHTS CHURCH", + "SourceID": "TXR1520HB", + "CWPStreet": "8125 TURKEY CREEK RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071144821", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.40586, + 30.66403 + ] + }, + "properties": { + "CWPName": "NORTH AMERICA PACKAGING", + "SourceID": "TXR05FP17", + "CWPStreet": "1591 N HARVEY MITCHELL PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-2068", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110034913958", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.40586, + 30.66403 + ] + }, + "properties": { + "CWPName": "NORTH AMERICA PACKAGING", + "SourceID": "TXR05W509", + "CWPStreet": "1591 N HARVEY MITCHELL PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-2068", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110034913958", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.356077, + 30.633781 + ] + }, + "properties": { + "CWPName": "NORTH CAMPUS SUBDIVISION - PHASE 2", + "SourceID": "TXR1580JI", + "CWPStreet": "NEC OF CHAKETT COURT AND MOBILE AVENUE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071296370", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410010003", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "L", + "SupMileavgOver80CountUs": 6, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2639, + 30.5579 + ] + }, + "properties": { + "CWPName": "NORTH GREEN STRIP CENTER", + "SourceID": "TXR10FA3M", + "CWPStreet": "NE OF ARRINGTON ROAD & WILLIAM D. FITCH PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071203517", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020081", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 24, + "MilePctileCancerSt": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.263491, + 30.558115 + ] + }, + "properties": { + "CWPName": "NORTH GREEN STRIP CENTER", + "SourceID": "TXR1571FQ", + "CWPStreet": "937 WILLIAM D FITCH PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071067810", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020081", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 24, + "MilePctileCancerSt": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2639, + 30.5579 + ] + }, + "properties": { + "CWPName": "NORTH GREEN STRIP CENTER", + "SourceID": "TXR10FA3G", + "CWPStreet": "NE OF ARRINGTON ROAD & WILLIAM D. FITCH PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071203517", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020081", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 24, + "MilePctileCancerSt": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.378324, + 30.649568 + ] + }, + "properties": { + "CWPName": "NORTHCREST COTTAGES", + "SourceID": "TXR1534CB", + "CWPStreet": "1926 BASIL COURT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070625218", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006041", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37707, + 30.64995 + ] + }, + "properties": { + "CWPName": "NORTHCREST COTTAGES", + "SourceID": "TXR1568FX", + "CWPStreet": "1902 BASIL CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071067111", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006041", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37707, + 30.64995 + ] + }, + "properties": { + "CWPName": "NORTHCREST COTTAGES", + "SourceID": "TXR1571FZ", + "CWPStreet": "1902 BASIL CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071067111", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006041", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.378324, + 30.649568 + ] + }, + "properties": { + "CWPName": "NORTHCREST COTTAGES", + "SourceID": "TXR1540AH", + "CWPStreet": "1926 BASIL COURT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070625218", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006041", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.282772, + 30.62143 + ] + }, + "properties": { + "CWPName": "NORTHEAST SANITARY SEWER TRUNK LINE PHASE 2", + "SourceID": "TXR1562AF", + "CWPStreet": "BEGINNING AT CARTERS CREEK WWTP AND HEADING NORTHW", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070619018", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 57, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.363878, + 30.580147 + ] + }, + "properties": { + "CWPName": "NSC IMPROVEMENTS", + "SourceID": "TXR15367Q", + "CWPStreet": "1095 NUCLEAR SCIENCE CENTER ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77843-0001", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070377371", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480419800001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.362814, + 30.579812 + ] + }, + "properties": { + "CWPName": "NUCLEAR ENGINEERING EDUCATION BUILDING", + "SourceID": "TXR1532MY", + "CWPStreet": "1183 FISHTANK ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77843", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071426294", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020142", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.364389, + 30.579083 + ] + }, + "properties": { + "CWPName": "NUCLEAR SCIENCE CENTER", + "SourceID": "TX0116912", + "CWPStreet": "1MI SW INTX FM 2818 AND GEORGE BUSH", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77843", + "MasterExternalPermitNmbr": null, + "RegistryID": "110039187661", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480419800001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.295249, + 30.659678 + ] + }, + "properties": { + "CWPName": "OAKMONT - ALL PHASES", + "SourceID": "TXR15582S", + "CWPStreet": "APPROXIMATELY 1/2 MILE WEST OF UNIVERSITY DRIVE ON", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070383394", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.295249, + 30.659678 + ] + }, + "properties": { + "CWPName": "OAKMONT - ALL PHASES", + "SourceID": "TXR1519CM", + "CWPStreet": "APPROXIMATELY 1/2 MILE WEST OF UNIVERSITY DRIVE ON", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070383394", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.289898, + 30.666389 + ] + }, + "properties": { + "CWPName": "OAKMONT 3B", + "SourceID": "TXR1593LH", + "CWPStreet": "THE INTERSECTION OF GREENSTONE WAY AND KEBLER PASS", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071365606", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.298309, + 30.666287 + ] + }, + "properties": { + "CWPName": "OAKMONT 4A", + "SourceID": "TXR1596LH", + "CWPStreet": "THE INTERSECTION OF COPPERFIELD DR AND PACIFIC CRE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071364329", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.288276, + 30.667018 + ] + }, + "properties": { + "CWPName": "OAKMONT 4C", + "SourceID": "TXR1531PL", + "CWPStreet": "INTERSECTION OF KEBLER PASS AND GREENSTONE WAY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071660415", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.294098, + 30.66405 + ] + }, + "properties": { + "CWPName": "OAKMONT 5", + "SourceID": "TXR1569LM", + "CWPStreet": "THE INTERSECTION OF BEACON HEIGHTS DR AND APPALACH", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071365414", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.290465, + 30.665383 + ] + }, + "properties": { + "CWPName": "OAKMONT AMENITY CENTER", + "SourceID": "TXR1564DB", + "CWPStreet": "5125 OAKMONT BLVD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070832879", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2921, + 30.667 + ] + }, + "properties": { + "CWPName": "OAKMONT PH2B", + "SourceID": "TXR1530BR", + "CWPStreet": "APPROX 25 ACRES KNOWN AS OAKMONT SUBDIVISION PH2B", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070713753", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.294563, + 30.665094 + ] + }, + "properties": { + "CWPName": "OAKMONT PHASE 2A", + "SourceID": "TXR1562BL", + "CWPStreet": "BEGIN AT THE INTERSECTION OF PENDLETON DRIVE AND B", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070693194", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.293953, + 30.663933 + ] + }, + "properties": { + "CWPName": "OAKMONT PHS 2C", + "SourceID": "TXR1585PN", + "CWPStreet": "NORTH OF APPALACHIAN TRL & BEACON HEIGHTS DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071658516", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.293953, + 30.663933 + ] + }, + "properties": { + "CWPName": "OAKMONT PHS 2C", + "SourceID": "TXR1566PN", + "CWPStreet": "NORTH OF APPALACHIAN TRL & BEACON HEIGHTS DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071658516", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.291502, + 30.672006 + ] + }, + "properties": { + "CWPName": "OAKMONT PHS 3A", + "SourceID": "TXR1545IE", + "CWPStreet": "SOUTHWEST OF TIMBERTON DR & CANTERBURY DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071222077", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.289294, + 30.668502 + ] + }, + "properties": { + "CWPName": "OAKMONT PHS 4B", + "SourceID": "TXR1533PO", + "CWPStreet": "NORTHEAST OF KEBBLER PASS & GREENSTONE WAY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071657224", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.289294, + 30.668502 + ] + }, + "properties": { + "CWPName": "OAKMONT PHS 4B", + "SourceID": "TXR1591PO", + "CWPStreet": "NORTHEAST OF KEBBLER PASS & GREENSTONE WAY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071657224", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2989, + 30.662 + ] + }, + "properties": { + "CWPName": "OAKMONT PHS. 1A", + "SourceID": "TXR10F5N3", + "CWPStreet": "E. OF COPPERFIELD DRIVE AND BOONVILLE ROAD", + "CWPCity": "BYRAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070216492", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2989, + 30.662 + ] + }, + "properties": { + "CWPName": "OAKMONT PHS. 1A", + "SourceID": "TXR10F5MZ", + "CWPStreet": "EAST OF COPPERFIELD DRIVE AND BOONVILLE ROAD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070219461", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2989, + 30.662 + ] + }, + "properties": { + "CWPName": "OAKMONT PHS. 1B", + "SourceID": "TXR10F5MY", + "CWPStreet": "EAST OF COPPERFIELD DRIVE AND BOONVILLE ROAD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070219461", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2921, + 30.6632 + ] + }, + "properties": { + "CWPName": "OAKMONT PHS. 1B", + "SourceID": "TXR10F5N7", + "CWPStreet": "E. OF COPPERFIELD DR. AND BOONVILLE ROAD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070217508", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2938, + 30.6648 + ] + }, + "properties": { + "CWPName": "OAKMONT PHS. 2A", + "SourceID": "TXR10F8CH", + "CWPStreet": "NW OF PRECIPICE DR. & MAROON CREEK DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070791485", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2938, + 30.6648 + ] + }, + "properties": { + "CWPName": "OAKMONT PHS. 2A", + "SourceID": "TXR10F8C4", + "CWPStreet": "NW OF PRECIPICE DR. & MAROON CREEK DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070791485", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2914, + 30.67 + ] + }, + "properties": { + "CWPName": "OAKMONT PHS. 2B", + "SourceID": "TXR10F97W", + "CWPStreet": "NW OF PRECIPICE DRIVE & MAROON CREEK DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070926950", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2914, + 30.67 + ] + }, + "properties": { + "CWPName": "OAKMONT PHS. 2B", + "SourceID": "TXR10F98N", + "CWPStreet": "NW OF PRECIPICE DRIVE & MAROON CREEK DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070926950", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28988, + 30.662992 + ] + }, + "properties": { + "CWPName": "OAKMONT SUBDIVISION ALL PHASES", + "SourceID": "TXR15747V", + "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1 2", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070528905", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": "237310", + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28988, + 30.662992 + ] + }, + "properties": { + "CWPName": "OAKMONT SUBDIVISION ALL PHASES", + "SourceID": "TXR15549Z", + "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1 2", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070528905", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": "237310", + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28988, + 30.662992 + ] + }, + "properties": { + "CWPName": "OAKMONT SUBDIVISION ALL PHASES", + "SourceID": "TXR15673W", + "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1 2", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070528905", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": "237310", + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28988, + 30.662992 + ] + }, + "properties": { + "CWPName": "OAKMONT SUBDIVISION PHASE", + "SourceID": "TXR15674W", + "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070528905", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28988, + 30.662992 + ] + }, + "properties": { + "CWPName": "OAKMONT SUBDIVISION PHASE 1B", + "SourceID": "TXR15909Y", + "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070528905", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28988, + 30.662992 + ] + }, + "properties": { + "CWPName": "OAKMONT SUBDIVISION PHASE 1B", + "SourceID": "TXR15292Y", + "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070528905", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28988, + 30.662992 + ] + }, + "properties": { + "CWPName": "OAKMONT SUBDIVISION PHASE 1B", + "SourceID": "TXR1541AM", + "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070528905", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28988, + 30.662992 + ] + }, + "properties": { + "CWPName": "OAKMONT SUBDIVISION PHASE 1B", + "SourceID": "TXR1584AY", + "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070528905", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.296131, + 30.662777 + ] + }, + "properties": { + "CWPName": "OAKMONT TOWNHOMES", + "SourceID": "TXR1596DV", + "CWPStreet": "5007 MOONEY FALLS DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070876468", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.373745, + 30.632326 + ] + }, + "properties": { + "CWPName": "OAKS AT VILLA MARIA", + "SourceID": "TXR1560CQ", + "CWPStreet": "1305 W VILLA MARIA RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070827091", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 4, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.373463, + 30.691986 + ] + }, + "properties": { + "CWPName": "OLD HEARNE ROAD PHASE 1", + "SourceID": "TXR1548IF", + "CWPStreet": "OLD HEARNE ROAD FROM N SIMS AVE TO THE INTER SECTI", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071223535", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003002", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 84, + "MilePctileCancerSt": 44 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.349325, + 30.690204 + ] + }, + "properties": { + "CWPName": "OLD RELIANCE AND HIGHWAY 6 PROPERTY", + "SourceID": "TXR1501CO", + "CWPStreet": "NORTH CORNER OF HWY 6 FEEDER ROAD AND OLD RELIANCE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070819044", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 4, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.336626, + 30.699566 + ] + }, + "properties": { + "CWPName": "OLD RELIANCE ROAD", + "SourceID": "TXR1544NA", + "CWPStreet": "SITE IS LOCATED ALONG OLD RELIANCE ROAD FROM THE C", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071438003", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.34766, + 30.61195 + ] + }, + "properties": { + "CWPName": "OLSEN BLVD REPAIRS", + "SourceID": "TXR1564PH", + "CWPStreet": "ALONG OLSEN BLVD, JUST NORTH OF JOHN KIMBROUGH BLV", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071663028", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3863513271514, + 30.6822562635166 + ] + }, + "properties": { + "CWPName": "OPIFEX-BRYAN NEW BUILD PROJECT", + "SourceID": "TXR1515QS", + "CWPStreet": "2306 SH 21", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071709556", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.39301, + 30.60746 + ] + }, + "properties": { + "CWPName": "OQUINN", + "SourceID": "TXR1558GS", + "CWPStreet": "3215 ELM CREEK CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071093750", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.38262, + 30.66056 + ] + }, + "properties": { + "CWPName": "PALASOTA DR - PHASE I", + "SourceID": "TXR1532DB", + "CWPStreet": "LOCATED ALONG PALASOTA DRIVE, FROM THE COTTONWOOD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070831887", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006042", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.331867, + 30.659199 + ] + }, + "properties": { + "CWPName": "PANDA EXPRESS BRYAN TEXAS", + "SourceID": "TXR1565CC", + "CWPStreet": "AT OR AROUND 2200 BRIARCREST DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070794330", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410019004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 6, + "SupMileOver80CountUsSearch": "I", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 75, + "MilePctileCancerSt": 82 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.293332, + 30.658758 + ] + }, + "properties": { + "CWPName": "PARK HUDSON CONDOS PHASE 2", + "SourceID": "TXR1564CF", + "CWPStreet": "INTERSECTION OF CROSS PARK DRIVE AND BOONVILLE ROA", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070791244", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.292705, + 30.658602 + ] + }, + "properties": { + "CWPName": "PARK HUDSON PHASE 12 CONDOS - PHASE 2", + "SourceID": "TXR1512CG", + "CWPStreet": "4089 CROSS PARK DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070792390", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.289135, + 30.643926 + ] + }, + "properties": { + "CWPName": "PAULL ALLERGY CLINIC", + "SourceID": "TXR15749Z", + "CWPStreet": "SITE LOCATED ON HARVEY ROAD APPROXIMATELY 1.2 MILE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070602855", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3056, + 30.67195 + ] + }, + "properties": { + "CWPName": "PFREHM RESIDENCE", + "SourceID": "TXR15905P", + "CWPStreet": "4717 MIRAMONT CIR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802-1709", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070355753", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.40706, + 30.66053 + ] + }, + "properties": { + "CWPName": "PHILLIPS SPECIALTY PRODUCTS", + "SourceID": "TXR05BI74", + "CWPStreet": "1331 INDEPENDENCE AVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-2046", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070371377", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.277502, + 30.554921 + ] + }, + "properties": { + "CWPName": "PHILLIPS SQUARE PHASES 1 AND 2", + "SourceID": "TXR1541QE", + "CWPStreet": "NEC OF WILLIAM D FITCH PKWY AND VICTORIA AVENUE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071658537", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020082", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 1, + "SupMileOver80CountUsSearch": "D", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 28 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.337662, + 30.622647 + ] + }, + "properties": { + "CWPName": "POLO GARAGE", + "SourceID": "TXR15780V", + "CWPStreet": "PROJECT LOCATED ON POLO ROAD NEXT TO THE ENGINEERI", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77842", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070527078", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.338952, + 30.621647 + ] + }, + "properties": { + "CWPName": "POLO ROAD RECONSTRUCTION", + "SourceID": "TXR1558CG", + "CWPStreet": "POLO ROAD ON TEXAS A&M UNIVERSITY CAMPUS", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070791577", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3209769968903, + 30.6133712371937 + ] + }, + "properties": { + "CWPName": "POPSTROKE", + "SourceID": "TXR1578QS", + "CWPStreet": "255 BALL STREET", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071709774", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.29219, + 30.61467 + ] + }, + "properties": { + "CWPName": "PROVIDENCE PARK AT RESEARCH VALLEY", + "SourceID": "TXR15300I", + "CWPStreet": "2501 EARL RUDDER FWY S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-7384", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070197300", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 3, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 34 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.284731, + 30.593334 + ] + }, + "properties": { + "CWPName": "PTX3", + "SourceID": "TXR1512KD", + "CWPStreet": "400 TECHNOLOGY RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071323129", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020012", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33566, + 30.67736 + ] + }, + "properties": { + "CWPName": "RACEWAY 6934", + "SourceID": "TXG830609", + "CWPStreet": "2105 E WILLIAM J BRYAN PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXG830000", + "RegistryID": "110070100278", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 68, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3287273461895, + 30.6585178649084 + ] + }, + "properties": { + "CWPName": "RACEWAY 6934", + "SourceID": "TXG830578", + "CWPStreet": "2105 E WILLIAM JOEL BRYAN PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXG830000", + "RegistryID": "110069579361", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.363402, + 30.57754 + ] + }, + "properties": { + "CWPName": "RANGE SCIENCE FIELD LAB", + "SourceID": "TXR1522KA", + "CWPStreet": "WEST SIDE OF FISHTANK ROAD, JUST SOUTH OF WHERE IT", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071312189", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480419800001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.35, + 30.6527 + ] + }, + "properties": { + "CWPName": "RAPID EXPRESS CAR WASH", + "SourceID": "TXR1576HT", + "CWPStreet": "1632 W VILLA MARIA RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071202530", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410008002", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.318524, + 30.578111 + ] + }, + "properties": { + "CWPName": "RAPID EXPRESS CARWASH", + "SourceID": "TXR1527AY", + "CWPStreet": "12055 FM 2154 RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070672578", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410018033", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "D", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.334146, + 30.571614 + ] + }, + "properties": { + "CWPName": "RAVEN HOMES", + "SourceID": "TXR1537AK", + "CWPStreet": "3700 COOPER CT", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070626392", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.27982, + 30.55954 + ] + }, + "properties": { + "CWPName": "REATTA MEADOWS PARK", + "SourceID": "TXR15769L", + "CWPStreet": "1101 PETERSBURG CT", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-3995", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070363460", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020081", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 1, + "SupMileOver80CountUsSearch": "D", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 28 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2983, + 30.5987 + ] + }, + "properties": { + "CWPName": "RED LION", + "SourceID": "TXR10F6MJ", + "CWPStreet": "NORTH OF SO. TEXAS AVE. AND MORGANS LANE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070391752", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410017021", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 78 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2983, + 30.5987 + ] + }, + "properties": { + "CWPName": "RED LION", + "SourceID": "TXR10F6NE", + "CWPStreet": "NORTH OF SOUTH TEXAS AVE. AND MORGANS LANE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070501554", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410017021", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 78 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3693, + 30.67911 + ] + }, + "properties": { + "CWPName": "REDDY ICE - BRYAN", + "SourceID": "TXRNEBO92", + "CWPStreet": "701 N TEXAS AVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-3364", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110071155691", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410005002", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "M", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 84, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.294207, + 30.655593 + ] + }, + "properties": { + "CWPName": "REECE HOMES", + "SourceID": "TXR1513FZ", + "CWPStreet": "4013 CROSS PARK DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071073769", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3387, + 30.72232 + ] + }, + "properties": { + "CWPName": "REFRIGERATION VALVES AND SYSTEMS COR", + "SourceID": "TXR05CU37", + "CWPStreet": "1520 CROSSWIND DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-9600", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070370329", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.277953, + 30.730599 + ] + }, + "properties": { + "CWPName": "RELIANCE RIDGE SUBDIVISION", + "SourceID": "TXR1586GJ", + "CWPStreet": "OLD RELIANCE RD - A003200, ABNER LEE SR, TRACT 24.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071081579", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 7, + "MilePctileCancerSt": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.32818, + 30.63389 + ] + }, + "properties": { + "CWPName": "REPUBLIC RESTAURANT", + "SourceID": "TXR15515V", + "CWPStreet": "701 UNIVERSITY DR E", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840-5804", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070517702", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410013012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 77, + "MilePctileCancerSt": 82 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.295892, + 30.661589 + ] + }, + "properties": { + "CWPName": "RESIDENCES AT OAKMONT", + "SourceID": "TXR15894D", + "CWPStreet": "INTERSECTION OF BOONEVILLE RD AND PENDLETON DRIVE,", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070374725", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.32818, + 30.63389 + ] + }, + "properties": { + "CWPName": "RETAIL CENTER AT CHIMNEY HILL", + "SourceID": "TXR1557AL", + "CWPStreet": "701 UNIVERSITY DR EAST", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070626727", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410013012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 77, + "MilePctileCancerSt": 82 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.40547, + 30.56838 + ] + }, + "properties": { + "CWPName": "RICKY PALASOTA", + "SourceID": "TXR05FW79", + "CWPStreet": "7116 RAYMOND STOTZER PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-9065", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110034732216", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020141", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.399067, + 30.629083 + ] + }, + "properties": { + "CWPName": "ROCK POINTE SUBDIVISION PH1", + "SourceID": "TXR1556NQ", + "CWPStreet": "ONCE ON LEONARD RD YOU WILL TAKE A LEFT ON CHICK L", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071447416", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 68, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.267522, + 30.5822 + ] + }, + "properties": { + "CWPName": "ROCK PRAIRIE MANAGEMENT DISTRICT NO2 BIRD POND ROAD", + "SourceID": "TXR15814R", + "CWPStreet": "EXTENSION OF BIRD POND ROAD FROM ROCK PRAIRIE ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070356538", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.269388, + 30.584601 + ] + }, + "properties": { + "CWPName": "ROCK PRAIRIE MANAGEMENT DISTRICT SANITARY SEWER", + "SourceID": "TXR15108K", + "CWPStreet": "SITE ENTRANCE LOCATED NEAR BIRD POND ROAD ON ROCK", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070376947", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28163, + 30.583963 + ] + }, + "properties": { + "CWPName": "ROCK PRAIRIE MARKET PLACE PHASE 2", + "SourceID": "TXR1589CT", + "CWPStreet": "4003 STATE HIGHWAY 6 S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070827448", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2818, + 30.5846 + ] + }, + "properties": { + "CWPName": "ROCK PRAIRIE MARKETPLACE", + "SourceID": "TXR10F4A1", + "CWPStreet": "SE OF FRONTAGE 6 ROAD EAST OF ROCK PRAIRIE RD.", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070053990", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.31627, + 30.56629 + ] + }, + "properties": { + "CWPName": "ROCK PRAIRIE RD WEST WIDENING", + "SourceID": "TXR1510HD", + "CWPStreet": "ALONG ROCK PRAIRIE RD FROM HOLEMAN DRIVE SOUTH AND", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77842", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071158073", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.268702, + 30.582356 + ] + }, + "properties": { + "CWPName": "ROCK PRAIRIER ROAD WIDENING", + "SourceID": "TXR1590PE", + "CWPStreet": "STARTING ON THE EAST SIDE OF HWY 6 AT ROCK PRAIRIE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071661056", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.318528, + 30.558 + ] + }, + "properties": { + "CWPName": "ROLLING RIDGE WWTP", + "SourceID": "TX0077526", + "CWPStreet": "115 RIDGEWOOD ST", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77845", + "MasterExternalPermitNmbr": null, + "RegistryID": "110006683614", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": 0.24, + "AIRIDs": null, + "CensusBlockGroup": "480410020132", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 54, + "MilePctileCancerSt": 27 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.340392, + 30.696201 + ] + }, + "properties": { + "CWPName": "RUDDER POINTE", + "SourceID": "TXR15474T", + "CWPStreet": "3520 OLD RELIANCE RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070392447", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.344019, + 30.699457 + ] + }, + "properties": { + "CWPName": "RUDDER POINTE PHASE 5", + "SourceID": "TXR1575MR", + "CWPStreet": "TURN ON OLD RELIANCE FROM HIGHWAY 6. TURN LEFT ON", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071428422", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.345358, + 30.695582 + ] + }, + "properties": { + "CWPName": "RUDDER POINTE SUBDIVISION", + "SourceID": "TXR1563IK", + "CWPStreet": "INTERSECTION OF RUDDER POINTE PKWY AND BRADY CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071235366", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.346741, + 30.696176 + ] + }, + "properties": { + "CWPName": "RUDDER POINTE SUBDIVISION", + "SourceID": "TXR1596LB", + "CWPStreet": "SUBDIVISION LOCATED AT RUDDER POINTE PARKWAY AND B", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071359672", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.40145, + 30.67111 + ] + }, + "properties": { + "CWPName": "S-CON", + "SourceID": "TXR05BF57", + "CWPStreet": "8326 W HIGHWAY 21 BRYAN TX 77807", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070376949", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006034", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "L", + "SupMileavgOver80CountUs": 10, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 42 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.385468, + 30.704679 + ] + }, + "properties": { + "CWPName": "SAGE MEADOWS", + "SourceID": "TXR1534FN", + "CWPStreet": "3700 OLD HEARNE RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070947224", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003002", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 4, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 82, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3655202, + 30.6665755 + ] + }, + "properties": { + "CWPName": "SCARMADO PIT-YOUNG BROTHERS", + "SourceID": "TXR05O901", + "CWPStreet": "FM 260", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "00000", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110022570500", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2910986604742, + 30.5556499999484 + ] + }, + "properties": { + "CWPName": "SMILING MALLARD SITE 2", + "SourceID": "TX0142123", + "CWPStreet": "200FT S OF MESA VERDE RD APPROXIMATELY 1800FT", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77845", + "MasterExternalPermitNmbr": null, + "RegistryID": "110071178357", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": 0.1, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2909, + 30.6434 + ] + }, + "properties": { + "CWPName": "SODALIS ASSISTED LIVING", + "SourceID": "TXR10F6XC", + "CWPStreet": "SW OF CRESCENT POINTE PKWY & COPPERFIELD PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070517649", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2909, + 30.6434 + ] + }, + "properties": { + "CWPName": "SODALIS ASSISTED LIVING", + "SourceID": "TXR10F6WU", + "CWPStreet": "SW OF CRESCENT POINTE PKWY AND COPPERFIELD PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070520054", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.292222, + 30.640242 + ] + }, + "properties": { + "CWPName": "SODALIS ASSISTED LIVING & MEMORY CARE FACILITY", + "SourceID": "TXR15791Q", + "CWPStreet": "3211 HARVEY RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-9416", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070374638", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 70, + "MilePctileCancerSt": 85 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.345833, + 30.627194 + ] + }, + "properties": { + "CWPName": "SOUTH COLLEGE AVE MULTI-USE PATH", + "SourceID": "TXR1517CS", + "CWPStreet": "ALONG HENSEL PARK DRIVEWAY TO UNIVERSITY DRIVE.", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070825702", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410014001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.358292, + 30.642406 + ] + }, + "properties": { + "CWPName": "SOUTH COLLEGE AVENUE RECONSTRUCTION", + "SourceID": "TXR1597MH", + "CWPStreet": "S. COLLEGE AVENUE FROM CARSON STREET TO E. VILLA M", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071401521", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 4, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3564, + 30.693 + ] + }, + "properties": { + "CWPName": "SOUTHERN TIRE MART", + "SourceID": "TXR1551CR", + "CWPStreet": "1904 N EARL RUDDER FWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070825543", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410004001", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 4, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 84, + "MilePctileCancerSt": 44 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.278394, + 30.576363 + ] + }, + "properties": { + "CWPName": "SOUTHSIDE PLAZA PHASE III", + "SourceID": "TXR1533CD", + "CWPStreet": "4075 HIGHWAY 6 S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070792849", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 1, + "SupMileOver80CountUsSearch": "D", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 28 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.345438, + 30.622525 + ] + }, + "properties": { + "CWPName": "ST MARYS CATHOLIC CENTER PARKING LOT", + "SourceID": "TXR1530KX", + "CWPStreet": "SEC OF CROSS STREET AND NAGLE STREET", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071347894", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410014002", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.344394, + 30.621583 + ] + }, + "properties": { + "CWPName": "ST MARYS CATHOLIC CHURCH", + "SourceID": "TXR1537FJ", + "CWPStreet": "300 NAGLE ST", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070946436", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410014002", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.264609, + 30.558851 + ] + }, + "properties": { + "CWPName": "STAR TOWER POINT RETAIL", + "SourceID": "TXR1574AE", + "CWPStreet": "1295 ARRINGTON RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070622435", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020081", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 24, + "MilePctileCancerSt": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3287273461895, + 30.6585178649084 + ] + }, + "properties": { + "CWPName": "STARBUCKS - UNIVERSITY", + "SourceID": "TXR1511QM", + "CWPStreet": "3059 UNIVERSITY DR E", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802-3493", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071710219", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.32818, + 30.63389 + ] + }, + "properties": { + "CWPName": "STARBUCKS AT CHIMNEY HILL", + "SourceID": "TXR1556AL", + "CWPStreet": "701 UNIVERSITY DR EAST", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070626082", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410013012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 77, + "MilePctileCancerSt": 82 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.302799, + 30.64724 + ] + }, + "properties": { + "CWPName": "STAY APT SUITES", + "SourceID": "TXR1589KM", + "CWPStreet": "NORTHWEST OF UNIVERSITY DRIVE EAST & PLAZA CENTRE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071335607", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 66, + "MilePctileCancerSt": 75 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.302799, + 30.64724 + ] + }, + "properties": { + "CWPName": "STAY APT SUITES", + "SourceID": "TXR1527KM", + "CWPStreet": "NORTHWEST OF UNIVERSITY DRIVE EAST & PLAZA CENTRE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071335607", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 66, + "MilePctileCancerSt": 75 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.268977, + 30.687732 + ] + }, + "properties": { + "CWPName": "STEEP HOLLOW TO KEITH SWITCH 138KV", + "SourceID": "TXR1526GI", + "CWPStreet": "LOCATED JUST EAST OF THE INTERSECTION OF STEEP HOL", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071081901", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 26, + "MilePctileCancerSt": 7 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.28592, + 30.700385 + ] + }, + "properties": { + "CWPName": "STELLA RANCH SUBDIVISION", + "SourceID": "TXR1544OX", + "CWPStreet": "LOCATED ON FM 1179 ACROSS FROM PLANTERS LOOP AND N", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071658043", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 26, + "MilePctileCancerSt": 7 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.31009, + 30.67888 + ] + }, + "properties": { + "CWPName": "STONEBRIER PHASE 2", + "SourceID": "TXR1510HG", + "CWPStreet": "CORNER OF RIVERSTONE DRIVE & FM 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071155523", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3111, + 30.6801 + ] + }, + "properties": { + "CWPName": "STONEBRIER PHS. 2", + "SourceID": "TXR10FA4C", + "CWPStreet": "NE OF FM-1179 & RIVERSTONE DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071203610", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3111, + 30.6801 + ] + }, + "properties": { + "CWPName": "STONEBRIER PHS. 2", + "SourceID": "TXR10FA5E", + "CWPStreet": "NE OF FM-1179 & RIVERSTONE DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071203610", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.31009, + 30.67888 + ] + }, + "properties": { + "CWPName": "STONEBRIER SUBDIVISION PHASE 2", + "SourceID": "TXR1508DU", + "CWPStreet": "GO APPROX. 1 MILEON FM 1179 FROM FM 158. PROJECT O", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070874752", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.34137, + 30.613905 + ] + }, + "properties": { + "CWPName": "STUDENT SERVICES BUILDING", + "SourceID": "TXR15434K", + "CWPStreet": "471 HOUSTON STREET", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070374852", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.343827, + 30.612452 + ] + }, + "properties": { + "CWPName": "TAMU - 21ST CENTURY CLASSROOM BUILDING", + "SourceID": "TXR15964O", + "CWPStreet": "212 LAMAR ST", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070371686", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.35639, + 30.62062 + ] + }, + "properties": { + "CWPName": "TAMU - BUILD", + "SourceID": "TXR1566QT", + "CWPStreet": "750 AGRONOMY RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77843-0001", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071708756", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.352292, + 30.593059 + ] + }, + "properties": { + "CWPName": "TAMU AEROTHERMOCHEMISTRY LAB EXPANSION", + "SourceID": "TXR15776U", + "CWPStreet": "1733 GEORGE BUSH DR W", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070504381", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.34954, + 30.611352 + ] + }, + "properties": { + "CWPName": "TAMU BEC-COW", + "SourceID": "TXR1540KS", + "CWPStreet": "WEST SIDE OF OLSEN BLVD, .15 MILES SOUTH OF RAYMON", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77843", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071337575", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.354098, + 30.617336 + ] + }, + "properties": { + "CWPName": "TAMU BIOCONTAINMENT RESEARCH FACILITY", + "SourceID": "TXR15683B", + "CWPStreet": "495 AGRONOMY RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77843-0001", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070367679", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.365629, + 30.622145 + ] + }, + "properties": { + "CWPName": "TAMU EQUINE NUTRITION AND REPRODUCTION FACILITY", + "SourceID": "TXR15091P", + "CWPStreet": "PROJECT LOCATED ON F&B ROAD NEAR THE CURRENT TAMU", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070368376", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 6, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.342537, + 30.629887 + ] + }, + "properties": { + "CWPName": "TAMU KAMU TECHNICAL OPERATIONS BUILDING", + "SourceID": "TXR1507NF", + "CWPStreet": "510 FLORICULTURE ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071437702", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410014001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.379262, + 30.575576 + ] + }, + "properties": { + "CWPName": "TAMU MAIN CAMPUS WWTP", + "SourceID": "TX0108146", + "CWPStreet": "9685 WHITES CREEK RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77843", + "MasterExternalPermitNmbr": null, + "RegistryID": "110034902461", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": 4, + "AIRIDs": null, + "CensusBlockGroup": "480410020141", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3374, + 30.622077 + ] + }, + "properties": { + "CWPName": "TAMU PA47", + "SourceID": "TXR1570QA", + "CWPStreet": "311 POLO ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071657707", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.349071, + 30.605103 + ] + }, + "properties": { + "CWPName": "TAMU PEAP CROSSWALK", + "SourceID": "TXR1546NK", + "CWPStreet": "632 PENBERTHY BLVD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071436570", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.353889, + 30.591667 + ] + }, + "properties": { + "CWPName": "TAMU STORM IMPROVEMENTS", + "SourceID": "TXR15056S", + "CWPStreet": "VARIOUS SITES ACROSS THE TEXAS A&M UNIVERSITY CAMP", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070355819", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020142", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.357858, + 30.602708 + ] + }, + "properties": { + "CWPName": "TAMU TRANSPORTATION SPRING BREAK 2024", + "SourceID": "TXR1545QE", + "CWPStreet": "ALONG RESEARCH PKWY & ALONG DISCOVERY DRIVE AT THE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071662915", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 3, + "MilePctileProximityTsdfUs": 77, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.338412, + 30.613566 + ] + }, + "properties": { + "CWPName": "TAMU TRANSPORTATION SUMMER 2023 STREET REPAIRS", + "SourceID": "TXR1582MZ", + "CWPStreet": "GEORGE BUSH DRIVE AT THROCKMORTON AND HOUSTON STRE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071436581", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 87, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.346299, + 30.610866 + ] + }, + "properties": { + "CWPName": "TAMUS - ILSQ BUILDING", + "SourceID": "TXR1566DG", + "CWPStreet": "459 OLSEN BLVD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070839600", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3288, + 30.6392 + ] + }, + "properties": { + "CWPName": "TARROW TOWNHOMES", + "SourceID": "TXR10F5PH", + "CWPStreet": "SW OF AUTUMN CIRCLE AND E. 29TH ST.", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070229435", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410013012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 77, + "MilePctileCancerSt": 82 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3288, + 30.6392 + ] + }, + "properties": { + "CWPName": "TARROW TOWNHOMES", + "SourceID": "TXR10F5P0", + "CWPStreet": "SW OF AUTUMN CIRCLE AND E. 29TH ST.", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070229435", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410013012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 77, + "MilePctileCancerSt": 82 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.38533, + 30.69804 + ] + }, + "properties": { + "CWPName": "TEES BALLISTIC AERO-OPTICS MATERIAL FACILITY", + "SourceID": "TXR1570GK", + "CWPStreet": "3100 N TEXAS AVE # 47", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77803-1045", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071082020", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003002", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 4, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 82, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.357497, + 30.582471 + ] + }, + "properties": { + "CWPName": "TEEX BRAYTON CLASSROOM AND ADMIN FACILITY", + "SourceID": "TXR1569HO", + "CWPStreet": "1595 NUCLEAR SCIENCE ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071180737", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020142", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 34 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.31715, + 30.61293 + ] + }, + "properties": { + "CWPName": "TESLA CHARGING STATION", + "SourceID": "TXR1520KG", + "CWPStreet": "1910 TEXAS AVE S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840-3914", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071322125", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410016011", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.345, + 30.6037 + ] + }, + "properties": { + "CWPName": "TEXAS A & M SOFTBALL AND TRACK AND FIELD STADIUM", + "SourceID": "TXR10F534", + "CWPStreet": "E. OF TOM CHANDLER RD AND PENBERTHY ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070133141", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.345, + 30.6037 + ] + }, + "properties": { + "CWPName": "TEXAS A & M SOFTBALL AND TRACK AND FIELD STADIUM", + "SourceID": "TXR10F53D", + "CWPStreet": "EAST OF TOM CHANDLER ROAD AND PENBERTHY RD.", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070134437", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.297787, + 30.657477 + ] + }, + "properties": { + "CWPName": "TEXAS A&M AGRILIFE EXTENSION OFFICE", + "SourceID": "TXR1542CS", + "CWPStreet": "4154 COUNTY PARK CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070824735", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.336867, + 30.608164 + ] + }, + "properties": { + "CWPName": "TEXAS A&M DISTINGUISHED ALUMNI TRIBUTE", + "SourceID": "TXR1506IE", + "CWPStreet": "505 GEORGE BUSH DR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840-2918", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071220207", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.39437, + 30.596412 + ] + }, + "properties": { + "CWPName": "TEXAS A&M MEDICAL RESEARCH & EDUCATION BUILDING II", + "SourceID": "TXR15101M", + "CWPStreet": "8447 STATE HIGHWAY 47", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807-3260", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070356304", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.334351, + 30.616082 + ] + }, + "properties": { + "CWPName": "TEXAS A&M SOUTH CAMPUS REC CENTER", + "SourceID": "TXR1546EH", + "CWPStreet": "BIZZELL STREET AND MOSHER LANE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070891783", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.34967, + 30.60573 + ] + }, + "properties": { + "CWPName": "TEXAS A&M TRACK & FIELD COMPLEX", + "SourceID": "TXR15626O", + "CWPStreet": "977 PENBERTHY RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840-2375", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070370844", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.379262, + 30.575576 + ] + }, + "properties": { + "CWPName": "TEXAS A&M UNIVERSITY - WASTEWATER TREATMENT PLANT", + "SourceID": "TXR05DA91", + "CWPStreet": "9685 WHITES CREEK RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070371821", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020141", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.34114, + 30.61778 + ] + }, + "properties": { + "CWPName": "TEXAS A&M UNIVERSITY CENTRAL UTILITIES PLANT", + "SourceID": "TXR05DA89", + "CWPStreet": "222 IRELAND ST", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77843-0001", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070374900", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.349505, + 30.586211 + ] + }, + "properties": { + "CWPName": "TEXAS A&M UNIVERSITY CLOSED LANDFILL", + "SourceID": "TXR15192K", + "CWPStreet": "THE PROJECT SITE IS LOCATED ON LUTHER STREET AND F", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070363965", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020142", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 6, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36165, + 30.6225 + ] + }, + "properties": { + "CWPName": "TEXAS A&M UNIVERSITY HAZARDOUS WASTE STORAGE FACILITY", + "SourceID": "TXRNEAN76", + "CWPStreet": "2655 OLD DAIRY SCIENCE CENTER ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110035031015", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.340555, + 30.615555 + ] + }, + "properties": { + "CWPName": "TEXAS A&M UNIVERSITY MS4", + "SourceID": "TXR040237", + "CWPStreet": "CAMPUS OF TEXAS A&M UNIV.", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77543", + "MasterExternalPermitNmbr": "TXR040000", + "RegistryID": "110037844269", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3209769968903, + 30.6133712371937 + ] + }, + "properties": { + "CWPName": "TEXAS A&M UNIVERSITY MS4", + "SourceID": "TXR040562", + "CWPStreet": "CAMPUS OF TEXAS A&M UNIVERSITY LOCATED WITHIN THE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR040000", + "RegistryID": "110067235307", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33433, + 30.60915 + ] + }, + "properties": { + "CWPName": "TEXAS A&M UNIVERSITY MUSIC ACTIVITIES CENTER", + "SourceID": "TXR15684F", + "CWPStreet": "801 GEORGE BUSH DR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070361929", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 85, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.355318, + 30.618678 + ] + }, + "properties": { + "CWPName": "TEXAS A&M UNIVERSITY TRANSPORTATION CENTER", + "SourceID": "TXR05DA90", + "CWPStreet": "388 AGRONOMY ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070359753", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36603, + 30.59486 + ] + }, + "properties": { + "CWPName": "TEXAS AM UNIVERSITY EASTERWOOD AIRPORT", + "SourceID": "TXR05FN85", + "CWPStreet": "1 MCKENZIE TERMINAL BLVD STE 112", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-8578", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110034968024", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480419800001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.374034, + 30.673789 + ] + }, + "properties": { + "CWPName": "TEXAS DEPT OF TRANSPORTATION", + "SourceID": "TXR040181", + "CWPStreet": "BRYAN AND COLLEGE STATION", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR040000", + "RegistryID": "110038372702", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006031", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323, + 30.6717 + ] + }, + "properties": { + "CWPName": "TEXAS TRUCK RIGGINS", + "SourceID": "TXR10F6MI", + "CWPStreet": "NE OF HWY 158 AND MOHAWK ST.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070389613", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 3, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 61 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.323, + 30.6717 + ] + }, + "properties": { + "CWPName": "TEXAS TRUCK RIGGINS", + "SourceID": "TXR10F6ND", + "CWPStreet": "NE OF HWY 158 AND MOHAWK DT.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070500313", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 3, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 61 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.32533, + 30.572074 + ] + }, + "properties": { + "CWPName": "THE BARRACKS WEST SUBDIVISION", + "SourceID": "TXR1560PA", + "CWPStreet": "3197 HOLLEMAN DR S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845-3476", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071657793", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 65, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.302617, + 30.602359 + ] + }, + "properties": { + "CWPName": "THE CREEK PLACE", + "SourceID": "TXR1587HM", + "CWPStreet": "2711 TEXAS AVE S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071179233", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410017021", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 78 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.302617, + 30.602359 + ] + }, + "properties": { + "CWPName": "THE CREEK PLACE", + "SourceID": "TXR1502MN", + "CWPStreet": "2711 TEXAS AVE S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840-5041", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071179233", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410017021", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 78 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.32085, + 30.58524 + ] + }, + "properties": { + "CWPName": "THE DEASON AT JONES CROSSING", + "SourceID": "TXR1587PZ", + "CWPStreet": "2200 METALMARK WAY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071662371", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410018033", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "D", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 69 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3209769968903, + 30.6133712371937 + ] + }, + "properties": { + "CWPName": "THE LANDING", + "SourceID": "TXR1551QM", + "CWPStreet": "800 MARION PUGH DR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77840-2746", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071709842", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.26815, + 30.56801 + ] + }, + "properties": { + "CWPName": "THE LANGFORD AT COLLEGE STATION PHASE 1", + "SourceID": "TXR15188B", + "CWPStreet": "4185 STATE HIGHWAY 6 S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-8965", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070364247", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 1, + "SupMileOver80CountUsSearch": "D", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 28 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.347278, + 30.667072 + ] + }, + "properties": { + "CWPName": "THE MODS", + "SourceID": "TXR1586PY", + "CWPStreet": "2539 E VILLA MARIA RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802-2038", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071661316", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410019001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.275642, + 30.57455 + ] + }, + "properties": { + "CWPName": "THE RANCH HARLEY-DAVIDSON", + "SourceID": "TXR1534EL", + "CWPStreet": "4101 HIGHWAY 6 S", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070929943", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020091", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 1, + "SupMileOver80CountUsSearch": "D", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 28 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.378683, + 30.669596 + ] + }, + "properties": { + "CWPName": "THE RESERVE AT COTTONWOOD CREEK", + "SourceID": "TXR1552DX", + "CWPStreet": "503 W 31ST ST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070874606", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006033", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.378683, + 30.669596 + ] + }, + "properties": { + "CWPName": "THE RESERVE AT COTTONWOOD CREEK", + "SourceID": "TXR1530DW", + "CWPStreet": "503 W 31ST ST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070874606", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006033", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.330521, + 30.583833 + ] + }, + "properties": { + "CWPName": "THE URBAN AT COLLEGE STATION", + "SourceID": "TXR1577OV", + "CWPStreet": "SEC OF N DOWLING ROAD AND HOLLEMAN DRIVE SOUTH", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071659338", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.399196, + 30.613331 + ] + }, + "properties": { + "CWPName": "THE VILLAGES AT TRADITIONS CONDOS", + "SourceID": "TXR1556GX", + "CWPStreet": "2838 MEMORY LN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071147014", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2598, + 30.556 + ] + }, + "properties": { + "CWPName": "THE YARD", + "SourceID": "TXR10F61A", + "CWPStreet": "NE OF ARRINGTON RD. & GREENS PRAIRIE ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070251071", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020102", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 24, + "MilePctileCancerSt": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2598, + 30.556 + ] + }, + "properties": { + "CWPName": "THE YARD", + "SourceID": "TXR10F61R", + "CWPStreet": "NE OF ARRINGTON ROAD & GREENS PRAIRIE ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070251072", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020102", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 24, + "MilePctileCancerSt": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.380499, + 30.653056 + ] + }, + "properties": { + "CWPName": "THOMAS HEIGHTS", + "SourceID": "TXR1555GR", + "CWPStreet": "APPROX. 20 YARDS SOUTHEAST FROM THE INTERSECTION O", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071094550", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006043", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.319435, + 30.67931 + ] + }, + "properties": { + "CWPName": "THORNBERRY DRIVE", + "SourceID": "TXR1576CR", + "CWPStreet": "HOA COMMON AREA SOUTHEAST OF LOCKET HALL DR ROW NO", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070824917", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001013", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.338458, + 30.612648 + ] + }, + "properties": { + "CWPName": "THROCKMORTON STREET AND SIDEWALK", + "SourceID": "TXR1540JR", + "CWPStreet": "SOUTH OF THE INTERSECTION OF JOE ROUTT BLVD AND TH", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77840", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071311165", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020151", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 87, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.30997, + 30.65325 + ] + }, + "properties": { + "CWPName": "TIFFANY PARK SUBDIVISION", + "SourceID": "TXR1523HZ", + "CWPStreet": "3621 DAWN CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071202475", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 4, + "SupMileOver80CountUsSearch": "G", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 66, + "MilePctileCancerSt": 75 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.307225, + 30.669933 + ] + }, + "properties": { + "CWPName": "TIMOTHY & LINDA GAITHER", + "SourceID": "TXR1517LS", + "CWPStreet": "4705 CONCORDIA DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071369493", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 41, + "MilePctileCancerSt": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.29067, + 30.64683 + ] + }, + "properties": { + "CWPName": "TM5 PROPERTIES OFFICE COMPLEX PH 1 - CRESENT POINTE PHASE 2", + "SourceID": "TXR15654L", + "CWPStreet": "1580 COPPERFIELD PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-4674", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070362171", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.26, + 30.554722 + ] + }, + "properties": { + "CWPName": "TOWER CENTER II OFFICE CONDOMINIUMS", + "SourceID": "TXR15983H", + "CWPStreet": "ALONG GREENS PRAIRIE RD WEST NORTH OF INTERSECTION", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070360972", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020102", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 24, + "MilePctileCancerSt": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.263883, + 30.559822 + ] + }, + "properties": { + "CWPName": "TOWER POINT OFFICE CONDOS", + "SourceID": "TXR1584CT", + "CWPStreet": "SOUTH OF ARRINGTON ROAD AND HWY 6 INTERSECTION", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070826626", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020081", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 24, + "MilePctileCancerSt": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.399506, + 30.614211 + ] + }, + "properties": { + "CWPName": "TRADITIONS 19 PHS 5A & 5B", + "SourceID": "TXR1595MC", + "CWPStreet": "NORTHWEST OF TRADITIONS BLVD AND MAROON CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071399672", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.399506, + 30.614211 + ] + }, + "properties": { + "CWPName": "TRADITIONS 19 PHS 5A & 5B", + "SourceID": "TXR1596MC", + "CWPStreet": "NORTHWEST OF TRADITIONS BLVD AND MAROON CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071399672", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37834, + 30.601199 + ] + }, + "properties": { + "CWPName": "TRADITIONS PHASE 101 & 102 ATLAS PEAR & 12 OFFSITE SEWER", + "SourceID": "TXR1574AA", + "CWPStreet": "FROM THE INTERSECTION OF F&B ROAD AND TURKEY CREEK", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070620444", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.39833, + 30.61306 + ] + }, + "properties": { + "CWPName": "TRADITIONS PHASE 19 PHASE 2", + "SourceID": "TXR15258M", + "CWPStreet": "NORTHWEST OF THE INTERSECTION OF SOUTH TRADITIONS", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070370953", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.403118, + 30.612056 + ] + }, + "properties": { + "CWPName": "TRADITIONS PHS 20D", + "SourceID": "TXR1590ME", + "CWPStreet": "SOUTH OF WEST VILLA MARIA ROAD & BEGONIA DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071400324", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.403118, + 30.612056 + ] + }, + "properties": { + "CWPName": "TRADITIONS PHS 20D", + "SourceID": "TXR1528MF", + "CWPStreet": "SOUTH OF WEST VILLA MARIA ROAD & BEGONIA DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071400324", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.400556, + 30.608796 + ] + }, + "properties": { + "CWPName": "TRADITIONS PHS 20E", + "SourceID": "TXR1589ME", + "CWPStreet": "SOUTHEAST OF WEST VILLA MARIA ROAD & BEGONIA DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071399983", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.400556, + 30.608796 + ] + }, + "properties": { + "CWPName": "TRADITIONS PHS 20E", + "SourceID": "TXR1527MF", + "CWPStreet": "SOUTHEAST OF WEST VILLA MARIA ROAD & BEGONIA DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071399983", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.400556, + 30.608796 + ] + }, + "properties": { + "CWPName": "TRADITIONS PHS 20F", + "SourceID": "TXR1526MF", + "CWPStreet": "SOUTHEAST OF WEST VILLA MARIA ROAD & BEGONIA DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071399983", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.400556, + 30.608796 + ] + }, + "properties": { + "CWPName": "TRADITIONS PHS 20F", + "SourceID": "TXR1588ME", + "CWPStreet": "SOUTHEAST OF WEST VILLA MARIA ROAD & BEGONIA DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071399983", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.39049, + 30.601608 + ] + }, + "properties": { + "CWPName": "TRADITIONS PHS 35", + "SourceID": "TXR1588JF", + "CWPStreet": "SOUTHWEST OF CLUB DR & SOUTH TRADITIONS DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071274800", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.39049, + 30.601608 + ] + }, + "properties": { + "CWPName": "TRADITIONS PHS 35", + "SourceID": "TXR1568JG", + "CWPStreet": "SOUTHWEST OF CLUB DR & SOUTH TRADITIONS DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071274800", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.382326, + 30.606608 + ] + }, + "properties": { + "CWPName": "TRADITIONS PHS 38", + "SourceID": "TXR1513KU", + "CWPStreet": "NW OF ATLAS PEAR DRIVE & HEALTH SCIENCE CENTER PKW", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071348092", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.382326, + 30.606608 + ] + }, + "properties": { + "CWPName": "TRADITIONS PHS 38", + "SourceID": "TXR1563KT", + "CWPStreet": "NW OF ATLAS PEAR DR. & HEALTH SCIENCE CENTER PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071347820", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3905, + 30.6016 + ] + }, + "properties": { + "CWPName": "TRADITIONS PHS. 35", + "SourceID": "TXR10F9Z9", + "CWPStreet": "SW OF CLUB DR. & SOUTH TRADITIONS DR.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071156636", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3905, + 30.6016 + ] + }, + "properties": { + "CWPName": "TRADITIONS PHS. 35", + "SourceID": "TXR10F9YY", + "CWPStreet": "SW OF CLUB DR. & SOUTH TRADITIONS DR.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071156636", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.393863, + 30.616221 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION", + "SourceID": "TXR1538DL", + "CWPStreet": "INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070366174", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.393863, + 30.616221 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION", + "SourceID": "TXR1543DG", + "CWPStreet": "INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070366174", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.391525, + 30.602923 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION", + "SourceID": "TXR1562QK", + "CWPStreet": "3610 PALO VERDE CIR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071669077", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.393863, + 30.616221 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION", + "SourceID": "TXR1566DI", + "CWPStreet": "INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070366174", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": "236115", + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.391473, + 30.611508 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION", + "SourceID": "TXR1567HD", + "CWPStreet": "2856 PERSIMMON RIDGE CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071155470", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.393863, + 30.616221 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION", + "SourceID": "TXR1518AV", + "CWPStreet": "INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070366174", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.39692, + 30.61555 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION", + "SourceID": "TXR1579MX", + "CWPStreet": "2808 PERSIMMON RIDGE CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071428512", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.393863, + 30.616221 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION", + "SourceID": "TXR1540BD", + "CWPStreet": "INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070366174", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.393863, + 30.616221 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION", + "SourceID": "TXR1588CK", + "CWPStreet": "INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070366174", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.393863, + 30.616221 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION", + "SourceID": "TXR1586CS", + "CWPStreet": "INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070366174", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.393863, + 30.616221 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION", + "SourceID": "TXR1501BQ", + "CWPStreet": "INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070366174", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.393863, + 30.616221 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION", + "SourceID": "TXR1559AG", + "CWPStreet": "INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070366174", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.393863, + 30.616221 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION", + "SourceID": "TXR15361O", + "CWPStreet": "INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070366174", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.393863, + 30.616221 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION", + "SourceID": "TXR15895F", + "CWPStreet": "INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070366174", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.391734, + 30.603003 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION - PHASE 35", + "SourceID": "TXR1526HL", + "CWPStreet": "INTERSECTION OF WILLOW RIDGE DRIVE AND CLUB DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071178754", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.401955, + 30.611917 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION PHASE 20D & 20E", + "SourceID": "TXR1509LE", + "CWPStreet": "INTERSECTION OF CENTURY OAK DRIVE & FM 1179 - VILL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071359590", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.401955, + 30.611917 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION PHASE 20D & 20E & 20F", + "SourceID": "TXR1598LK", + "CWPStreet": "INTERSECTION OF CENTURY OAK DRIVE & FM 1179 - VILL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071359590", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.375782, + 30.590852 + ] + }, + "properties": { + "CWPName": "TRADITIONS SUBDIVISION PHASE 24 & 25", + "SourceID": "TXR1586CJ", + "CWPStreet": "INTERSECTION OF HSC PARKWAY AND RIVERSIDE PARKWAY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070818674", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480419800001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3991, + 30.6124 + ] + }, + "properties": { + "CWPName": "TRADITIONS VILLAGES PHS. 4", + "SourceID": "TXR10F9UN", + "CWPStreet": "SW OF TRADITIONS BLVD. & W. VILLA MARIA ROAD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071145454", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3991, + 30.6124 + ] + }, + "properties": { + "CWPName": "TRADITIONS VILLAGES PHS. 4", + "SourceID": "TXR10F9U5", + "CWPStreet": "SW OF TRADITIONS BLVD. & W. VILLA MARIA ROAD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071145454", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.314528, + 30.665417 + ] + }, + "properties": { + "CWPName": "TRAFALGER--37 ACRES", + "SourceID": "TXR15195L", + "CWPStreet": "DIRECTLY ACROSS FM 158 FROM MIRAMONT BLVD-37 ACRES", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070375931", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020021", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 50, + "MilePctileCancerSt": 61 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36524, + 30.638891 + ] + }, + "properties": { + "CWPName": "TRAVIS B BRYAN MIDTOWN PARK PHASE 3E-DETENTION & DESILTING", + "SourceID": "TXR1592CF", + "CWPStreet": "206 W VILLA MARIA RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801-3029", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070793575", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 88, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.322517, + 30.662797 + ] + }, + "properties": { + "CWPName": "TRUFIT BRYAN TOWNE CENTER", + "SourceID": "TXR15935R", + "CWPStreet": "3143 WILDFLOWER DR STE 1300", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802-3063", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070371588", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020021", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 53, + "MilePctileCancerSt": 63 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.383833, + 30.62075 + ] + }, + "properties": { + "CWPName": "TURKEY CREEK WWTP", + "SourceID": "TX0062472", + "CWPStreet": "3000FT W FMR 2818, APPROX 4M SE ST HWY 21", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77807", + "MasterExternalPermitNmbr": null, + "RegistryID": "110017890460", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": 0.75, + "AIRIDs": null, + "CensusBlockGroup": "480410002014", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 3, + "SupMileOver80CountUsSearch": "F", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 80, + "MilePctileCancerSt": 31 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37951, + 30.668732 + ] + }, + "properties": { + "CWPName": "TWIN CITY MISSION NEW WAREHOUSE", + "SourceID": "TXR1532PW", + "CWPStreet": "410 S RANDOLPH AVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77803-3162", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071657210", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006033", + "MileavgOver90CountSt": 2, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.345765, + 30.671988 + ] + }, + "properties": { + "CWPName": "TXB STORE 72 - BRYAN & NASH", + "SourceID": "TXR1539OA", + "CWPStreet": "2104 EAST WILLIAM JOEL BRYAN PARKWAY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071501721", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410004004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.339, + 30.672 + ] + }, + "properties": { + "CWPName": "TXDOT BRY CSJ 0212-03-050", + "SourceID": "TXR1562KP", + "CWPStreet": "FM 158 FROM SH 6 SB FRONTAGE ROAD TO N TEXAS AVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071338298", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410019001", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.354, + 30.592 + ] + }, + "properties": { + "CWPName": "TXDOT BRY CSJ 2399-01-074", + "SourceID": "TXR1541EI", + "CWPStreet": "FM 2818 FROM 0.5 MILES N OF FM 60 TO FM 2154", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070891106", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": "926120", + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.354, + 30.592 + ] + }, + "properties": { + "CWPName": "TXDOT BRY CSJ 2399-01-074", + "SourceID": "TXR1504EF", + "CWPStreet": "FM 2818 FROM 0.5 MILES N OF FM 60 TO FM 2154", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070891106", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 4, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.396, + 30.65 + ] + }, + "properties": { + "CWPName": "TXDOT BRY CSJ 2851-01-050", + "SourceID": "TXR1566LM", + "CWPStreet": "FM 2818 FROM BECK ST TO 0.1 MILES S OF LEONARD RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071365800", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006043", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.396, + 30.65 + ] + }, + "properties": { + "CWPName": "TXDOT BRY CSJ 2851-01-050", + "SourceID": "TXR1575LW", + "CWPStreet": "FM 2818 FROM BECK ST TO 0.1 MILES S OF LEONARD RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071365800", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": "926120", + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006043", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36, + 30.7 + ] + }, + "properties": { + "CWPName": "TXDOT CSJ 0049-12-096", + "SourceID": "TXR15454M", + "CWPStreet": "SH 6 FROM SH 21 TO FM 158", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070189753", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 72, + "MilePctileCancerSt": 39 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36, + 30.6 + ] + }, + "properties": { + "CWPName": "TXDOT CSJ 0506-01-105", + "SourceID": "TXR15039B", + "CWPStreet": "FM 60/FM 2818 INTERCHANGE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070191931", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36, + 30.6 + ] + }, + "properties": { + "CWPName": "TXDOT CSJ 0506-01-105", + "SourceID": "TXR15798A", + "CWPStreet": "FM 60/FM 2818 INTERCHANGE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070191931", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020121", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "J", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36, + 30.64 + ] + }, + "properties": { + "CWPName": "TXDOT CSJ 0917-29-129", + "SourceID": "TXR15382G", + "CWPStreet": "SH 308 FROM FM 1179 TO INLOW STREET", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070195678", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.36, + 30.64 + ] + }, + "properties": { + "CWPName": "TXDOT CSJ 0917-29-129", + "SourceID": "TXR15321G", + "CWPStreet": "SH 308 FROM FM 1179 TO INLOW STREET", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070195678", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "N", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37476, + 30.65385 + ] + }, + "properties": { + "CWPName": "TXI BRYAN FOUNTAIN READY MIX", + "SourceID": "TXG111360", + "CWPStreet": "1610 FOUNTAIN AVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXG110000", + "RegistryID": "110035086297", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009002", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.321333, + 30.579361 + ] + }, + "properties": { + "CWPName": "UNIVERSITY ACRES WWTP", + "SourceID": "TX0084981", + "CWPStreet": "3500' S-SE INTERX OF FM 2818 AND FM 2154", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77802", + "MasterExternalPermitNmbr": null, + "RegistryID": "110009776778", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "G", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 31 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.328941, + 30.572674 + ] + }, + "properties": { + "CWPName": "UNIVERSITY HEIGHTS COMMERICIAL CENTER PH1", + "SourceID": "TXR15903Z", + "CWPStreet": "START AT HOLLEMAN DRIVE SOUTH AND KENYON DR. PROCE", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070598226", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020131", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 67, + "MilePctileCancerSt": 30 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3023887, + 30.6567254 + ] + }, + "properties": { + "CWPName": "UNKNOWN", + "SourceID": "TX0097951", + "CWPStreet": "UNKNOWN", + "CWPCity": null, + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "00000", + "MasterExternalPermitNmbr": null, + "RegistryID": "110039168619", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "KENT COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3023887, + 30.6567254 + ] + }, + "properties": { + "CWPName": "UNKNOWN", + "SourceID": "TX0090867", + "CWPStreet": "UNKNOWN", + "CWPCity": null, + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "00000", + "MasterExternalPermitNmbr": null, + "RegistryID": "110039182087", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37364, + 30.66217 + ] + }, + "properties": { + "CWPName": "UPRR BRYAN YARD", + "SourceID": "TXR05EO05", + "CWPStreet": "198 W PEASE ST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-4514", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070696699", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410009002", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 6, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.345118, + 30.680594 + ] + }, + "properties": { + "CWPName": "UPS BRYAN", + "SourceID": "TXR1567CP", + "CWPStreet": "1069 N EARL RUDDER FWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77802", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070826300", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410004004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.34914, + 30.6801 + ] + }, + "properties": { + "CWPName": "UPS BRYAN", + "SourceID": "TXR05O068", + "CWPStreet": "2730 OSBORN LN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-5151", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110037861070", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410004004", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "H", + "SupMileavgOver80CountUs": 5, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.34367, + 30.6708 + ] + }, + "properties": { + "CWPName": "USPS", + "SourceID": "TXR1502NV", + "CWPStreet": "2121 EAST WM J BRYAN PARKWAY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071447115", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410019001", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 6, + "MilePctileProximityTsdfUs": 78, + "MilePctileCancerSt": 81 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.290619, + 30.613053 + ] + }, + "properties": { + "CWPName": "VERABANK AT PROVIDENCE PARK", + "SourceID": "TXR1546CR", + "CWPStreet": "EAST RUDDER FWY. AND PROVIDENCE PKWY.", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070824465", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 1, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 3, + "MilePctileProximityTsdfUs": 66, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.29247, + 30.63994 + ] + }, + "properties": { + "CWPName": "VETERANS PARK ATHLETIC COMPLEX", + "SourceID": "TXR15768L", + "CWPStreet": "3101 HARVEY RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845-9414", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070358225", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 70, + "MilePctileCancerSt": 85 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.29247, + 30.63994 + ] + }, + "properties": { + "CWPName": "VETERANS PARK PHASE 1B", + "SourceID": "TXR1580DE", + "CWPStreet": "3101 HARVEY RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070358225", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 70, + "MilePctileCancerSt": 85 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.399895, + 30.614592 + ] + }, + "properties": { + "CWPName": "VILLAGES AT TRADITIONS PHASE 5B", + "SourceID": "TXR1583MV", + "CWPStreet": "ENTER TRADITIONS BLVD ACROSS FROM BRAZOS CHRISTIAN", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071428093", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3989, + 30.6134 + ] + }, + "properties": { + "CWPName": "VILLAGES AT TRADITIONS PHS. 3", + "SourceID": "TXR10F6QI", + "CWPStreet": "NW OF TRADITIONS BLVD. AND SOUTH TRADITIONS DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070502390", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3989, + 30.6134 + ] + }, + "properties": { + "CWPName": "VILLAGES AT TRADITIONS PHS. 3", + "SourceID": "TXR10F6QP", + "CWPStreet": "NW OF TRADITIONS BLVD. AND S. TRADITIONS DRIVE", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110070505096", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2910986604742, + 30.5556499999484 + ] + }, + "properties": { + "CWPName": "VILLAGES OF INDIAN LAKES PHASE 28", + "SourceID": "TX0136808", + "CWPStreet": "1675 FT SE OF THE INTEREX OF INDIAN LAKES DR AND", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "09", + "CWPZip": "77845", + "MasterExternalPermitNmbr": null, + "RegistryID": "110067173999", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": 0.018, + "AIRIDs": null, + "CensusBlockGroup": null, + "MileavgOver90CountSt": null, + "MileOver90CountSt": null, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": null, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": null, + "MilePctileProximityTsdfUs": null, + "MilePctileCancerSt": null + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.325734, + 30.703306 + ] + }, + "properties": { + "CWPName": "VINTAGE ESTATES", + "SourceID": "TXR1518EV", + "CWPStreet": "4101 VINTAGE ESTATES CT", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808-1510", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070924874", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.3965, + 30.6624 + ] + }, + "properties": { + "CWPName": "W 28TH STREET", + "SourceID": "TXR1547BO", + "CWPStreet": "AROUND 60 ACRES BORDERING W 28TH STREET, SUNCREST", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070818649", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006034", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "L", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.26444, + 30.58888 + ] + }, + "properties": { + "CWPName": "WATERFORD HEIGHTS ESTATES SUBDIVISION", + "SourceID": "TXR1566GI", + "CWPStreet": "1402 BIRD POND RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071081477", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 14, + "MilePctileCancerSt": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.266388, + 30.585 + ] + }, + "properties": { + "CWPName": "WATERFORD HEIGHTS SUBDIVISION", + "SourceID": "TXR15548Z", + "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365517", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.266388, + 30.585 + ] + }, + "properties": { + "CWPName": "WATERFORD HEIGHTS SUBDIVISION", + "SourceID": "TXR15908Y", + "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365517", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.266388, + 30.585 + ] + }, + "properties": { + "CWPName": "WATERFORD HEIGHTS SUBDIVISION", + "SourceID": "TXR15713X", + "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365517", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.266388, + 30.585 + ] + }, + "properties": { + "CWPName": "WATERFORD HEIGHTS SUBDIVISION", + "SourceID": "TXR15293Y", + "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365517", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.266388, + 30.585 + ] + }, + "properties": { + "CWPName": "WATERFORD HEIGHTS SUBDIVISION", + "SourceID": "TXR15269Q", + "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365517", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.266388, + 30.585 + ] + }, + "properties": { + "CWPName": "WATERFORD HEIGHTS SUBDIVISION", + "SourceID": "TXR15510Y", + "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070365517", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.39055, + 30.61085 + ] + }, + "properties": { + "CWPName": "WATHEN RESIDENCE", + "SourceID": "TXR1586FW", + "CWPStreet": "3032 HICKORY RIDGE CIR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77807", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071066580", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 63, + "MilePctileCancerSt": 24 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2657, + 30.588 + ] + }, + "properties": { + "CWPName": "WEATHERFORD ESTATES PHS. 3", + "SourceID": "TXR10FA6K", + "CWPStreet": "NE OF BIRD POND ROAD & ROCK PRAIRIE ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071221079", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 14, + "MilePctileCancerSt": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2657, + 30.588 + ] + }, + "properties": { + "CWPName": "WEATHERFORD ESTATES PHS. 3", + "SourceID": "TXR10FA6J", + "CWPStreet": "NE OF BIRD POND ROAD & ROCK PRAIRIE ROAD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR10F000", + "RegistryID": "110071221079", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020023", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 14, + "MilePctileCancerSt": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.342163, + 30.741027 + ] + }, + "properties": { + "CWPName": "WELLBORN SETTLEMENT", + "SourceID": "TXR1551BK", + "CWPStreet": "TURN RIGHT FROM GREENSPRAIRIE TO ROYDER RD AND GO", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070694976", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001012", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 2, + "SupMileOver80CountUsSearch": "E", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 56, + "MilePctileCancerSt": 32 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.33598, + 30.59941 + ] + }, + "properties": { + "CWPName": "WELLBORN SIDING NAVASOTA SUBDIVISION MP 63.5 TO MP 65.71", + "SourceID": "TXR15963U", + "CWPStreet": "WEST OF FM 2154, WELLBORN RD N, TX BETWEEN GREEN P", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070500088", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410016012", + "MileavgOver90CountSt": null, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "M", + "SupMileavgOver80CountUs": null, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 79, + "MilePctileCancerSt": 87 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.38601, + 30.67512 + ] + }, + "properties": { + "CWPName": "WEST 26TH STREET REHABILITATION", + "SourceID": "TXR15152O", + "CWPStreet": "WEST 26TH STREET, FROM PARKER AVE. TO BRAZOS AVE.", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070356159", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006032", + "MileavgOver90CountSt": 3, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "M", + "SupMileavgOver80CountUs": 9, + "SupMileOver80CountUs": 10, + "SupMileOver80CountUsSearch": "M", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 44 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2919, + 30.6146 + ] + }, + "properties": { + "CWPName": "WESTINGHOUSE PROVIDENCE PARK", + "SourceID": "TXR1563CV", + "CWPStreet": "OFF OF EARL RUDDER FWY S NEXT TO ACADEMY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070826029", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020011", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 2, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 3, + "MilePctileProximityTsdfUs": 69, + "MilePctileCancerSt": 34 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.2762, + 30.706175 + ] + }, + "properties": { + "CWPName": "WINDMILL HILL SUBDIVISION", + "SourceID": "TXR1595ML", + "CWPStreet": "7227 FM 1179", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77808-7609", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071409213", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001022", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 8, + "MilePctileCancerSt": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.393624, + 30.649956 + ] + }, + "properties": { + "CWPName": "WINDMILL PARK", + "SourceID": "TXR1522MX", + "CWPStreet": "NE OF CLEAR LEAF DR & N HARVEY MITCHELL PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071425635", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006043", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.393624, + 30.649956 + ] + }, + "properties": { + "CWPName": "WINDMILL PARK", + "SourceID": "TXR1539MW", + "CWPStreet": "NE OF CLEAR LEAF DR & N HARVEY MITCHELL PKWY", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071425635", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006043", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "K", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 9, + "SupMileOver80CountUsSearch": "L", + "MileOver80CountSt": 7, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 41 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.297322, + 30.555277 + ] + }, + "properties": { + "CWPName": "WOLF DEN SUBDIVISION", + "SourceID": "TXR1521IB", + "CWPStreet": "SOUTHWEST FROM THE CORNER OF JEANNE DR AND MCLAREN", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071222042", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410020072", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 1, + "SupMileOver80CountUsSearch": "D", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 47, + "MilePctileCancerSt": 28 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.294108, + 30.578917 + ] + }, + "properties": { + "CWPName": "WOODLAND COTTAGES COLLEGE STATION", + "SourceID": "TXR1568LY", + "CWPStreet": "1850 ARNOLD RD", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071376978", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410018041", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 7, + "SupMileOver80CountUsSearch": "J", + "MileOver80CountSt": 2, + "MilePctileProximityTsdfUs": 59, + "MilePctileCancerSt": 29 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.389447, + 30.712481 + ] + }, + "properties": { + "CWPName": "WOODVILLE ESTATES", + "SourceID": "TXR1513QB", + "CWPStreet": "2817 WOODVILLE RD", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77803-0247", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071656356", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003001", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 2, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37897, + 30.71338 + ] + }, + "properties": { + "CWPName": "WOODVILLE ROAD IMPROVEMENTS", + "SourceID": "TXR1534BT", + "CWPStreet": "LOCATED ALONG WOODVILLE RD, FROM STATE HWY 6 TO OL", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77801", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070711455", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410003004", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 1, + "SupOver80CountUsSearch": "F", + "SupMileavgOver80CountUs": 3, + "SupMileOver80CountUs": 5, + "SupMileOver80CountUsSearch": "H", + "MileOver80CountSt": 1, + "MilePctileProximityTsdfUs": 71, + "MilePctileCancerSt": 33 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.356533, + 30.609862 + ] + }, + "properties": { + "CWPName": "WP LUSE FOUNDATION BUILDING", + "SourceID": "TXR1518MS", + "CWPStreet": "906 RAYMOND STOTZER PKWY", + "CWPCity": "COLLEGE STATION", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77845", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110071425826", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410002025", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 3, + "SupOver80CountUsSearch": "E", + "SupMileavgOver80CountUs": 8, + "SupMileOver80CountUs": 8, + "SupMileOver80CountUsSearch": "K", + "MileOver80CountSt": 5, + "MilePctileProximityTsdfUs": 92, + "MilePctileCancerSt": 86 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.37606, + 30.65876 + ] + }, + "properties": { + "CWPName": "XPO LOGISTICS FREIGHT LBY", + "SourceID": "TXR05K375", + "CWPStreet": "417 PALASOTA DR", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": null, + "CWPZip": "77803-3844", + "MasterExternalPermitNmbr": "TXR050000", + "RegistryID": "110070375241", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": null, + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410006041", + "MileavgOver90CountSt": 1, + "MileOver90CountSt": 5, + "SupOver80CountUsSearch": "L", + "SupMileavgOver80CountUs": 7, + "SupMileOver80CountUs": 11, + "SupMileOver80CountUsSearch": "N", + "MileOver80CountSt": 8, + "MilePctileProximityTsdfUs": 89, + "MilePctileCancerSt": 89 + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -96.26082, + 30.64963 + ] + }, + "properties": { + "CWPName": "YAUPON TRAILS", + "SourceID": "TXR15102Z", + "CWPStreet": "4509 HARDY WEEDON ROAD, BRYAN, TX 77808", + "CWPCity": "BRYAN", + "CWPState": "TX", + "CWPStateDistrict": "9", + "CWPZip": "77808", + "MasterExternalPermitNmbr": "TXR150000", + "RegistryID": "110070569623", + "EPASystem": "ICP", + "Statute": "CWA", + "FacStdCountyName": "BRAZOS COUNTY", + "CWPNAICSCodes": null, + "CWPTotalDesignFlowNmbr": null, + "AIRIDs": null, + "CensusBlockGroup": "480410001021", + "MileavgOver90CountSt": 0, + "MileOver90CountSt": 0, + "SupOver80CountUsSearch": "A", + "SupMileavgOver80CountUs": 0, + "SupMileOver80CountUs": 0, + "SupMileOver80CountUsSearch": "A", + "MileOver80CountSt": 0, + "MilePctileProximityTsdfUs": 36, + "MilePctileCancerSt": 13 + } + } + ] +} diff --git a/vignettes/articles/int/0/cwa_rest_services.metadata-a4f118.json b/vignettes/articles/int/0/cwa_rest_services.metadata-a4f118.json index ecf38ea..488cef2 100644 --- a/vignettes/articles/int/0/cwa_rest_services.metadata-a4f118.json +++ b/vignettes/articles/int/0/cwa_rest_services.metadata-a4f118.json @@ -75,44 +75,44 @@ "Description": "An internal 12-digit Facility Registry Service (FRS) tracking number used to tie all facility data together in EPA regulatory program databases." }, { - "ColumnName": "CWP_COUNTY", + "ColumnName": "EPA_SYSTEM", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "10", - "ObjectName": "CWPCounty", - "Description": "County in which the facility is located." + "ObjectName": "EPASystem", + "Description": "The EPA data system in which permit and facility records are kept. EPA's Facility Registry System (FRS) links all program database records (such as permit IDs and IDs facilities use in reporting to EPA) together. The following list describes the individual data systems that are linked to from the detailed facility report: - AFS: Air Facility System for Clean Air Act stationary source programs.- ICP: Integrated Compliance Information System for Clean Water Act programs monitoring National Pollutant Discharge Elimination System (NPDES) permits.- RCR: Resource Conservation and Recovery Act Information System (RCRAInfo) for tracking the Resource Conservation and Recovery Act (RCRA) programs.- NCDB: National Compliance Database System for monitoring national performance of the Toxic Substance Control Act (TSCA); the Emergency Planning and Right-to-Know Act, Section 313 (EPCRA); the Asbestos Hazard Emergency Response (AHERA); and the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).- TRI: Toxics Release Inventory for Emergency Planning and Community Right-to-Know Act, Section 313 submissions.- NEI: National Emissions Inventory database contains information on stationary and mobile sources that emit criteria air pollutants and their precursors, as well as hazardous air pollutants (HAPs). The database includes estimates of annual emissions, by source, of air pollutants in each area of the country, on an annual basis.- TSCA: Toxic Substances Control Act addressing the production, importation, use, and disposal of specific chemicals." }, { - "ColumnName": "CWP_EPA_REGION", - "DataType": "CHAR", - "DataLength": "2", + "ColumnName": "STATUTE", + "DataType": "VARCHAR2", + "DataLength": "50", "ColumnID": "11", - "ObjectName": "CWPEPARegion", - "Description": "The EPA region where the facility is located. EPA has 10 regional offices that execute programs within several states and territories." + "ObjectName": "Statute", + "Description": "The name of the statute associated with each of the permits and identifiers linked to the facility: - CAA = the Clean Air Act- CWA = the Clean Water Act- RCRA = the Resource Conservation and Recovery Act- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)- TSCA = the Toxic Substances Control Act- SDWA = the Safe Drinking Water Act" }, { - "ColumnName": "FAC_FEDERAL_AGENCY_CODE", + "ColumnName": "CWP_COUNTY", "DataType": "VARCHAR2", - "DataLength": "15", + "DataLength": "100", "ColumnID": "12", - "ObjectName": "FacFederalAgencyCode", - "Description": "Indicates the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. The five-character code consists of a letter followed by four numbers. There are four possible letters that can occupy the first character position: C = Civilian Federal Agency; D = Department of Defense; E = Department of Energy; X = Unknown. The second and third characters represent the agency code, while the fourth and fifth characters represent the bureau code." + "ObjectName": "CWPCounty", + "Description": "County in which the facility is located." }, { - "ColumnName": "FAC_FEDERAL_AGENCY_NAME", + "ColumnName": "FAC_COUNTY_NAME", "DataType": "VARCHAR2", - "DataLength": "150", + "DataLength": "100", "ColumnID": "13", - "ObjectName": "FacFederalAgencyName", - "Description": "Indicates the name of the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government." + "ObjectName": "FacCountyName", + "Description": "The facility county name from EPA's Facility Registry System" }, { - "ColumnName": "FAC_DERIVED_HUC", + "ColumnName": "FAC_STD_COUNTY_NAME", "DataType": "VARCHAR2", - "DataLength": "8", + "DataLength": "300", "ColumnID": "14", - "ObjectName": "FacDerivedHuc", - "Description": "The 8-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides. A HUC number is assigned to every watershed in the nation and uniquely identifies the watershed." + "ObjectName": "FacStdCountyName", + "Description": "The standardized facility county name from EPA's Facility Registry System" }, { "ColumnName": "FAC_FIPS_CODE", @@ -123,36 +123,36 @@ "Description": "The 2-digit Federal Information Processing Standards (FIPS) code to identify the county that a facility is located in." }, { - "ColumnName": "FAC_INDIAN_CNTRY_FLG", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "CWP_EPA_REGION", + "DataType": "CHAR", + "DataLength": "2", "ColumnID": "16", - "ObjectName": "FacIndianCntryFlg", - "Description": "Flag showing Y/N whether the facility is located in Indian Country." + "ObjectName": "CWPEPARegion", + "Description": "The EPA region where the facility is located. EPA has 10 regional offices that execute programs within several states and territories." }, { - "ColumnName": "CWP_INDIAN_CNTRY_FLG", + "ColumnName": "FAC_FEDERAL_AGENCY_CODE", "DataType": "VARCHAR2", - "DataLength": "3", + "DataLength": "15", "ColumnID": "17", - "ObjectName": "CWPIndianCntryFlg", - "Description": "Displays Y if a facility is located in Indian country." + "ObjectName": "FacFederalAgencyCode", + "Description": "Indicates the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. The five-character code consists of a letter followed by four numbers. There are four possible letters that can occupy the first character position: C = Civilian Federal Agency; D = Department of Defense; E = Department of Energy; X = Unknown. The second and third characters represent the agency code, while the fourth and fifth characters represent the bureau code." }, { - "ColumnName": "FAC_INDIAN_SPATIAL_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "FAC_FEDERAL_AGENCY_NAME", + "DataType": "VARCHAR2", + "DataLength": "150", "ColumnID": "18", - "ObjectName": "FacIndianSpatialFlg", - "Description": "Returns “Y” if a facility is located within a tribal spatial boundary as defined by the U.S. Census Bureau 2010 tribal boundary layer data for tribes in the lower 48 states and Bureau of Land Management Alaska State Office data for native villages in Alaska. Returns “N” if a facility is not located within a tribal or native Alaskan village area." + "ObjectName": "FacFederalAgencyName", + "Description": "Indicates the name of the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government." }, { - "ColumnName": "FAC_DERIVED_TRIBES", + "ColumnName": "FAC_DERIVED_HUC", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "8", "ColumnID": "19", - "ObjectName": "FacDerivedTribes", - "Description": "The tribes or tribal territories located within 25 miles of the facility's location." + "ObjectName": "FacDerivedHuc", + "Description": "The 8-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides. A HUC number is assigned to every watershed in the nation and uniquely identifies the watershed." }, { "ColumnName": "FAC_US_MEX_BORDER_FLG", @@ -235,2634 +235,3482 @@ "Description": null }, { - "ColumnName": "DSCH_TO_MS4", + "ColumnName": "AIR_IDS", "DataType": "VARCHAR2", - "DataLength": "1", + "DataLength": "4000", "ColumnID": "30", - "ObjectName": "DschToMs4", - "Description": "Indicatesif a facility discharges into a Municipal Separate Storm Sewer System (MS4)." + "ObjectName": "AIRIDs", + "Description": "Air Facility System (AFS) ID." }, { - "ColumnName": "RECEIVING_MS4_NAME", + "ColumnName": "NPDES_IDS", "DataType": "VARCHAR2", "DataLength": "4000", "ColumnID": "31", - "ObjectName": "ReceivingMs4Name", - "Description": "This is the name of the receiving MS4(s)." + "ObjectName": "NPDESIDs", + "Description": "Clean Water Act ID from the ICIS-NPDES (Integrated Compliance Information System - National Pollutant Discharge Elimination System)" }, { - "ColumnName": "STORM_WATER_AREA", + "ColumnName": "RCRA_IDS", "DataType": "VARCHAR2", "DataLength": "4000", "ColumnID": "32", - "ObjectName": "StormWaterArea", - "Description": "The estimated area of industrial activity at the site exposed to stormwater in acres." + "ObjectName": "RCRAIDs", + "Description": "A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database." }, { - "ColumnName": "HISTORIC_CRITERION_CODE", + "ColumnName": "SDWA_IDS", "DataType": "VARCHAR2", - "DataLength": "3", + "DataLength": "4000", "ColumnID": "33", - "ObjectName": "HistoricCriterionCode", - "Description": "Indicates the eligibility criteria for historic properties preservation." + "ObjectName": "SDWAIDs", + "Description": "A unique 9-character ID assigned for each public water system within the Safe Drinking Water Information System (SDWIS)." }, { - "ColumnName": "SPECIES_CRITICAL_HABITAL_FLAG", + "ColumnName": "TRI_IDS", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "4000", "ColumnID": "34", - "ObjectName": "SpeciesCriticalHabitalFlag", - "Description": "This identifies if Endangered Species Act (ESA) provisions are met." + "ObjectName": "TRIIDs", + "Description": "A unique 15-character ID assigned for each facility within the Toxics Release Inventory (TRI) program. The format is ZZZZZNNNNNSSSSS, where ZZZZZ = ZIP code, NNNNN = the first 5 consonants of the name, and SSSSS = the first 5 non-blank non-special characters in the street address." }, { - "ColumnName": "SWPPP_URL", + "ColumnName": "RMP_IDS", "DataType": "VARCHAR2", - "DataLength": "1000", + "DataLength": "4000", "ColumnID": "35", - "ObjectName": "SwpppUrl", - "Description": "Web address URL of Internet page where current copy of Stormwater Pollution Prevention Plan (SWPPP) is maintained." + "ObjectName": "RmpIDs", + "Description": "A unique ID assigned to each facility submitting a Risk Management Plan to EPA under the Risk Management Plan Rule." }, { - "ColumnName": "EXPOSED_ACTIVITY", + "ColumnName": "CENSUS_BLOCK_GROUP", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "48", "ColumnID": "36", - "ObjectName": "ExposedActivity", - "Description": "Description of onsite industrial activities exposed to stormwater and potential spill and leak areas." + "ObjectName": "CensusBlockGroup", + "Description": "A geographic unit used by the United States Census Bureau, generally defined to contain between 600 and 3,000 people." }, { - "ColumnName": "ASSOCIATED_POLLUTANT", + "ColumnName": "CENSUS_BLOCK_GROUP_2021", "DataType": "VARCHAR2", "DataLength": "4000", "ColumnID": "37", - "ObjectName": "AssociatedPollutant", - "Description": "Description of pollutant(s) or pollutant constituent(s) associated with each industrial activity exposed to stormwater." + "ObjectName": "CensusBlockGroup2021", + "Description": null }, { - "ColumnName": "CONTROL_MEASURE", + "ColumnName": "SUP_EJSCREEN_AUTO_FLAG", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "3", "ColumnID": "38", - "ObjectName": "ControlMeasure", - "Description": "Description of control measures employed to comply with the non-numeric technology-based effluent limits required in Part 2.1.2 and Part 8." + "ObjectName": "SupEjscreenAutoFlag", + "Description": null }, { - "ColumnName": "CONTROL_MEASURE_SCHEDULE", + "ColumnName": "SUP_EJSCREEN_AUTO_FLAG_REASONS", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "4", "ColumnID": "39", - "ObjectName": "ControlMeasureSchedule", - "Description": "Description of schedule for control measures associated with good housekeeping and maintenance." + "ObjectName": "SupEjscreenAutoFlagReasons", + "Description": null }, { - "ColumnName": "TYPE_OF_MONITORING", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "EJSCREEN_INDIAN_FLAG_SEARCH", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "40", - "ObjectName": "TypeOfMonitoring", - "Description": "The type of monitoring specified in the SWPPP." + "ObjectName": "EjscreenIndianFlagSearch", + "Description": null }, { - "ColumnName": "TYPE_OF_WATER", + "ColumnName": "EJSCREEN_INDIAN_FLAG", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "3", "ColumnID": "41", - "ObjectName": "TypeOfWater", - "Description": "The type of water body receiving discharges stormwater discharges specified in the SWPPP." + "ObjectName": "EjscreenIndianFlag", + "Description": null }, { - "ColumnName": "FAC_POP_DEN", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "US_TERRITORY_FLAG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "42", - "ObjectName": "FacPopDen", - "Description": "The number of persons per square mile in the area being profiled. This field is the ratio of total persons (displayed in the Total Persons field) to total land area (displayed in the Land Area field)." + "ObjectName": "UsTerritoryFlag", + "Description": null }, { - "ColumnName": "FAC_PERCENT_MINORITY", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_EJSCREEN_FLAG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "43", - "ObjectName": "FacPercentMinority", - "Description": "Percent Minority is the percentage of the population of the given area that is considered minority. Statistics are shown for the area within a 3-mile radius of each facility." + "ObjectName": "SupEjscreenFlag", + "Description": null }, { - "ColumnName": "SECTOR", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_EJSCREEN_FLAG_US", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "44", - "ObjectName": "Sector", - "Description": "The sector code and description for the industrial stormwater facility." + "ObjectName": "SupEjscreenFlagUs", + "Description": null }, { - "ColumnName": "SUBSECTOR", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_EJSCREEN_FLAG_ST", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "45", - "ObjectName": "Subsector", - "Description": "The industrial subsector associated with the facility." + "ObjectName": "SupEjscreenFlagSt", + "Description": null }, { - "ColumnName": "MSGP_PERMIT_TYPE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "SUP_OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "46", - "ObjectName": "MsgpPermitType", - "Description": "The Industrial stormwater permit type." + "ObjectName": "SupOver90CountUs", + "Description": null }, { - "ColumnName": "CWP_VERSION_NMBR", + "ColumnName": "SUP_MILEAVG_OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "47", - "ObjectName": "CWPVersionNmbr", - "Description": "The version number of the facility's NPDES permit." + "ObjectName": "SupMileavgOver90CountUs", + "Description": null }, { - "ColumnName": "CWP_PERMIT_STATUS_DESC", - "DataType": "VARCHAR2", - "DataLength": "20", + "ColumnName": "SUP_MILE_OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "48", - "ObjectName": "CWPPermitStatusDesc", - "Description": "The current stage/status in the NPDES permit life cycle." + "ObjectName": "SupMileOver90CountUs", + "Description": null }, { - "ColumnName": "ISSUING_AGENCY", - "DataType": "VARCHAR2", - "DataLength": "5", + "ColumnName": "SUP_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "49", - "ObjectName": "IssuingAgency", - "Description": "This is the name of the organization issuing or granting a permit." + "ObjectName": "SupOver90CountSt", + "Description": null }, { - "ColumnName": "SUBMITTED_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "50", - "ObjectName": "SubmittedDate", - "Description": "Date that the permit was submitted to the issuing agency." + "ObjectName": "SupMileavgOver90CountSt", + "Description": null }, { - "ColumnName": "CWP_PERMIT_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "120", + "ColumnName": "SUP_MILE_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "51", - "ObjectName": "CWPPermitTypeDesc", - "Description": "NPDES facility permit classification:- NPDES Individual Permit- General Permit Covered Facility- NPDES Master General Permit- Associated Permit Record- Individual Industrial User Permit- Individual State Issued Permit- State Issued Master General Permit- Unpermitted Facility" + "ObjectName": "SupMileOver90CountSt", + "Description": null }, { - "ColumnName": "CWP_ISSUE_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "EJSCREEN_FLAG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "52", - "ObjectName": "CWPIssueDate", - "Description": "Date (MM/DD/YYYY) that the permit was issued." + "ObjectName": "EjscreenFlag", + "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." }, { - "ColumnName": "CWP_EFFECTIVE_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "53", - "ObjectName": "CWPEffectiveDate", - "Description": "Date (MM/DD/YYYY) that the permit became effective." + "ColumnName": "EJSCREEN_FLAG_US", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "53", + "ObjectName": "EjscreenFlagUs", + "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." }, { - "ColumnName": "CWP_TERMINATION_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "EJSCREEN_FLAG_ST", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "54", - "ObjectName": "CWPTerminationDate", - "Description": "Date (MM/DD/YYYY) that the permit was terminated." + "ObjectName": "EjscreenFlagSt", + "Description": null }, { - "ColumnName": "CWP_EXPIRATION_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "55", - "ObjectName": "CWPExpirationDate", - "Description": "Date that the permit expires." + "ObjectName": "Over90CountUs", + "Description": null }, { - "ColumnName": "CWP_MAJOR_MINOR_STATUS_FLAG", - "DataType": "VARCHAR2", - "DataLength": "1", + "ColumnName": "OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "56", - "ObjectName": "CWPMajorMinorStatusFlag", - "Description": "Facilities marked M for major refers to CWA major permittees.- M = Major- N = Minor" + "ObjectName": "Over90CountSt", + "Description": null }, { - "ColumnName": "PERMIT_COMPONENTS", - "DataType": "VARCHAR2", - "DataLength": "1000", + "ColumnName": "MILEAVG_OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "57", - "ObjectName": "PermitComponents", - "Description": "Indicates the permit component(s) associated with the NPDES Permit Program Area." + "ObjectName": "MileavgOver90CountUs", + "Description": null }, { - "ColumnName": "NPDES_DATA_GROUPS_DESCS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "MILEAVG_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "58", - "ObjectName": "NPDESDataGroupsDescs", - "Description": "Description for each NPDES Data Group eReporting rule code related to the current NPDES permit." + "ObjectName": "MileavgOver90CountSt", + "Description": null }, { - "ColumnName": "MSGP_LAST_REPORT_YEAR", - "DataType": "VARCHAR2", - "DataLength": "4", + "ColumnName": "MILE_OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "59", - "ObjectName": "MsgpLastReportYear", - "Description": "The calendar year of the latest MSGP annual report submitted by the permitted facility." + "ObjectName": "MileOver90CountUs", + "Description": null }, { - "ColumnName": "MSGP_FACILITY_INSPCTN_SMMRY", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "MILE_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "60", - "ObjectName": "MsgpFacilityInspctnSmmry", - "Description": "Summary of the quarterly facility inspection documentation (part 3.1 of the permit) during the MSGP annual report year." + "ObjectName": "MileOver90CountSt", + "Description": null }, { - "ColumnName": "MSGP_VISUAL_ASSESSMENT_SMMRY", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_OVER80_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "61", - "ObjectName": "MsgpVisualAssessmentSmmry", - "Description": "Summary of the quarterly visual assessment documentation (part 3.3 of the permit) during the MSGP annual report year." + "ObjectName": "SupOver80CountUs", + "Description": null }, { - "ColumnName": "MSGP_NO_FURTHER_RDCTN_RTNLE", + "ColumnName": "SUP_OVER80_COUNT_US_DISP", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "40", "ColumnID": "62", - "ObjectName": "MsgpNoFurtherRdctnRtnle", - "Description": "Description of rationale for why no further reductions are achievable (part 6.2.1.2 of the permit) during the MSGP annual report year." + "ObjectName": "SupOver80CountUsDisp", + "Description": null }, { - "ColumnName": "MSGP_CORRECTIVE_ACTION_SMMRY", + "ColumnName": "SUP_OVER80_COUNT_US_SEARCH", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "1", "ColumnID": "63", - "ObjectName": "MsgpCorrectiveActionSmmry", - "Description": "Summary of the corrective action documentation (part 4.3 of the permit) during the MSGP annual report year." + "ObjectName": "SupOver80CountUsSearch", + "Description": null }, { - "ColumnName": "AIR_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILEAVG_OVER80_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "64", - "ObjectName": "AIRIDs", - "Description": "Air Facility System (AFS) ID." + "ObjectName": "SupMileavgOver80CountUs", + "Description": null }, { - "ColumnName": "NPDES_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_OVER80_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "65", - "ObjectName": "NPDESIDs", - "Description": "Clean Water Act ID from the ICIS-NPDES (Integrated Compliance Information System - National Pollutant Discharge Elimination System)" + "ObjectName": "SupMileOver80CountUs", + "Description": null }, { - "ColumnName": "RCRA_IDS", + "ColumnName": "SUP_MILE_OVER80_COUNT_US_DISP", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "40", "ColumnID": "66", - "ObjectName": "RCRAIDs", - "Description": "A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database." + "ObjectName": "SupMileOver80CountUsDisp", + "Description": null }, { - "ColumnName": "SDWA_IDS", + "ColumnName": "SUP_MILE_OVER80_COUNT_US_SEARCH", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "1", "ColumnID": "67", - "ObjectName": "SDWAIDs", - "Description": "A unique 9-character ID assigned for each public water system within the Safe Drinking Water Information System (SDWIS)." + "ObjectName": "SupMileOver80CountUsSearch", + "Description": null }, { - "ColumnName": "TRI_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_OVER80_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "68", - "ObjectName": "TRIIDs", - "Description": "A unique 15-character ID assigned for each facility within the Toxics Release Inventory (TRI) program. The format is ZZZZZNNNNNSSSSS, where ZZZZZ = ZIP code, NNNNN = the first 5 consonants of the name, and SSSSS = the first 5 non-blank non-special characters in the street address." + "ObjectName": "SupOver80CountSt", + "Description": null }, { - "ColumnName": "RMP_IDS", + "ColumnName": "SUP_OVER80_COUNT_ST_DISP", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "40", "ColumnID": "69", - "ObjectName": "RmpIDs", - "Description": "A unique ID assigned to each facility submitting a Risk Management Plan to EPA under the Risk Management Plan Rule." + "ObjectName": "SupOver80CountStDisp", + "Description": null }, { - "ColumnName": "BIO_VIO_LAST_YEAR_FLAG", - "DataType": "CHAR", + "ColumnName": "SUP_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", "DataLength": "1", "ColumnID": "70", - "ObjectName": "BioVioLastYearFlag", - "Description": "Y if the facility has a biosolids single event violation under the Clean Water Act in the last year. Note: Violations reported on the 2016 and 2017 Biosolids Annual Report are not updated with the weekly data refresh and may not be representative of a facility's recently submitted or updated report." + "ObjectName": "SupOver80CountStSearch", + "Description": null }, { - "ColumnName": "BIO_QTRS_WITH_VIO", + "ColumnName": "SUP_MILEAVG_OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "71", - "ObjectName": "BioQtrsWithVio", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered with violations for biosolids." + "ObjectName": "SupMileavgOver80CountSt", + "Description": null }, { - "ColumnName": "CWP_STATUS", - "DataType": "VARCHAR2", - "DataLength": "120", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "72", - "ObjectName": "CWPStatus", - "Description": "An indication of the facility's current compliance status under the Clean Water Act:- Significant Violation- Noncompliance- No Violation- Unknown" + "ObjectName": "SupMileOver80CountSt", + "Description": null }, { - "ColumnName": "CWP_SNC_STATUS", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST_DISP", "DataType": "VARCHAR2", - "DataLength": "50", + "DataLength": "40", "ColumnID": "73", - "ObjectName": "CWPSNCStatus", - "Description": "Indicates when a major source is in significant noncompliance (SNC) or a non-major source has a Category I violation." + "ObjectName": "SupMileOver80CountStDisp", + "Description": null }, { - "ColumnName": "CWP_SNC_STATUS_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "74", - "ObjectName": "CWPSNCStatusDate", - "Description": "The status date of the facility's Significant Noncompliance designation." + "ObjectName": "SupMileOver80CountStSearch", + "Description": null }, { - "ColumnName": "CWP_QTRS_WITH_NC", + "ColumnName": "OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "75", - "ObjectName": "CWPQtrsWithNC", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered either with violations, in noncompliance (NC) status, or in Significant Noncompliance (SNC), as described above under Compliance Status." + "ObjectName": "Over80CountUs", + "Description": "The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in." }, { - "ColumnName": "CWP_VIOL_STATUS", + "ColumnName": "OVER80_COUNT_US_DISP", "DataType": "VARCHAR2", - "DataLength": "3", + "DataLength": "40", "ColumnID": "76", - "ObjectName": "CWPViolStatus", - "Description": "Indicates if the facility is currently in any violation under the Clean Water Act, either in Noncompliance or Significant Noncompliance." + "ObjectName": "Over80CountUsDisp", + "Description": null }, { - "ColumnName": "CWP_QTRS_WITH_SNC", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OVER80_COUNT_US_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "77", - "ObjectName": "CWPQtrsWithSNC", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit is considered in Significant Noncompliance (SNC), as described above under Compliance Status." + "ObjectName": "Over80CountUsSearch", + "Description": null }, { - "ColumnName": "MISS_DMR_QTRS", + "ColumnName": "MILEAVG_OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "78", - "ObjectName": "MissDMRQtrs", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which EPA's data system was not able to determine the facility-level compliance status." + "ObjectName": "MileavgOver80CountUs", + "Description": null }, { - "ColumnName": "CWP_E90_CNT", + "ColumnName": "MILE_OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "79", - "ObjectName": "CWPE90Cnt", - "Description": "Displays the number of instances where effluent limits have been exceeded in the past 3 years (E90 compliance code), based on monthly Discharge Monitoring Reports (DMRs) submitted by facilities." + "ObjectName": "MileOver80CountUs", + "Description": null }, { - "ColumnName": "CWP_COMPLIANCE_TRACKING", + "ColumnName": "MILE_OVER80_COUNT_US_DISP", "DataType": "VARCHAR2", - "DataLength": "8", + "DataLength": "40", "ColumnID": "80", - "ObjectName": "CWPComplianceTracking", - "Description": "Extent to which data is being entered and effluent exceedances are being identified (Off, On, Partial)." + "ObjectName": "MileOver80CountUsDisp", + "Description": null }, { - "ColumnName": "ALR_EXCEEDENCES", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_US_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "81", - "ObjectName": "AlrExceedences", + "ObjectName": "MileOver80CountUsSearch", "Description": null }, { - "ColumnName": "CWP_INSPECTION_COUNT", + "ColumnName": "OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "82", - "ObjectName": "CWPInspectionCount", - "Description": "The number of inspections/compliance evaluations, under the corresponding statute, occurring at the facility within the last five years." + "ObjectName": "Over80CountSt", + "Description": null }, { - "ColumnName": "CWP_DAYS_LAST_INSPECTION", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OVER80_COUNT_ST_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "83", - "ObjectName": "CWPDaysLastInspection", - "Description": "Indicates the number of days since the most recent inspection of the facility." + "ObjectName": "Over80CountStDisp", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INSPECTION", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "84", - "ObjectName": "CWPDateLastInspection", - "Description": "The date on which the most recent inspection of the facility took place. For the CAA, the date on which a Full Compliance Evaluation (FCE) was completed." + "ObjectName": "Over80CountStSearch", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INSP_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "MILEAVG_OVER80_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "85", - "ObjectName": "CWPDateLastInspEPA", - "Description": "Indicates the effective date of the most recent inspection taken against the facility." + "ObjectName": "MileavgOver80CountSt", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INSP_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "MILE_OVER80_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "86", - "ObjectName": "CWPDateLastInspSt", - "Description": "Indicates the effective date of the most recent inspection taken against the facility by a state environmental agency." + "ObjectName": "MileOver80CountSt", + "Description": null }, { - "ColumnName": "CWP_BIO_INSP_COUNT", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_ST_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "87", - "ObjectName": "CWPBioInspCount", - "Description": "The count of Biosolids related Inspections that have occured for the facility." + "ObjectName": "MileOver80CountStDisp", + "Description": null }, { - "ColumnName": "CWP_DAYS_LAST_BIO_INSP", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "88", - "ObjectName": "CWPDaysLastBioInsp", - "Description": "Indicates the number of days since the most recent Biosolids related inspection of the facility." + "ObjectName": "MileOver80CountStSearch", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_INSP", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "89", - "ObjectName": "CWPDateLastBioInsp", - "Description": "The date on which the most recent biosolids program inspection of the facility took place." + "ObjectName": "SupPctilePmUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_INSP_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_O3_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "90", - "ObjectName": "CWPDateLastBioInspEPA", - "Description": "Indicate the last inspection date by EPA" + "ObjectName": "SupPctileO3Us", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_INSP_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "91", - "ObjectName": "CWPDateLastBioInspSt", - "Description": "Indicate the last inspection date by state environmental agency" + "ObjectName": "SupPctileDpmUs", + "Description": null }, { - "ColumnName": "CWP_INFORMAL_ENF_ACT_COUNT", + "ColumnName": "SUP_PCTILE_CANCER_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "92", - "ObjectName": "CWPInformalEnfActCount", - "Description": "Indicates the total number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years." + "ObjectName": "SupPctileCancerUs", + "Description": null }, { - "ColumnName": "CWP_FORMAL_EA_CNT", + "ColumnName": "SUP_PCTILE_RESP_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "93", - "ObjectName": "CWPFormalEaCnt", - "Description": "Indicates the total number of enforcement actions taken against the facility within the last five years. NA indicates that this measure is not applicable for facilities with no associated CAA, CWA, or RCRA permits." + "ObjectName": "SupPctileRespUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INFORMAL_EA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "94", - "ObjectName": "CWPDateLastInformalEa", - "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility." + "ObjectName": "SupPctileRseiAIRUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_IEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "95", - "ObjectName": "CWPDateLastIeaEPA", - "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility by EPA." + "ObjectName": "SupPctileTrafficScoreUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_IEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PCTPRE1960_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "96", - "ObjectName": "CWPDateLastIeaSt", - "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility by a state environmental agency." + "ObjectName": "SupPctilePctpre1960Us", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_FEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "97", - "ObjectName": "CWPDateLastFea", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility." + "ObjectName": "SupPctileProximityRmpUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_FEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "98", - "ObjectName": "CWPDateLastFeaEPA", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA." + "ObjectName": "SupPctileProximityTsdfUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_FEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "99", - "ObjectName": "CWPDateLastFeaSt", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency." + "ObjectName": "SupPctileProximityNplUs", + "Description": null }, { - "ColumnName": "CWP_BIO_IEA_COUNT", + "ColumnName": "SUP_PCTILE_UST_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "100", - "ObjectName": "CWPBioIeaCount", - "Description": "The count of Biosolids related Informal Enforcement Actions that have been taken against the Facility." + "ObjectName": "SupPctileUstUs", + "Description": null }, { - "ColumnName": "CWP_BIO_FEA_COUNT", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "101", - "ObjectName": "CWPBioFeaCount", - "Description": "The count of Biosolids related Formal Enforcement Actions that have been taken against the Facility." + "ObjectName": "SupPctileProximityNPDESUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_IEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_PM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "102", - "ObjectName": "CWPDateLastBioIea", - "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility within the last five years." + "ObjectName": "SupMileavgPctilePmUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_IEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_O3_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "103", - "ObjectName": "CWPDateLastBioIeaEPA", - "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by EPA within the last five years." + "ObjectName": "SupMileavgPctileO3Us", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_IEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_DPM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "104", - "ObjectName": "CWPDateLastBioIeaSt", - "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by a state environmental agency within the last five years." + "ObjectName": "SupMileavgPctileDpmUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_FEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_CANCER_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "105", - "ObjectName": "CWPDateLastBioFea", - "Description": "Indicates the effective date of the most recent listed biosolids formal enforcement action taken against the facility within the last five years." + "ObjectName": "SupMileavgPctileCancerUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_FEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_RESP_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "106", - "ObjectName": "CWPDateLastBioFeaEPA", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA within the last five years." + "ObjectName": "SupMileavgPctileRespUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_FEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_RSEI_AIR_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "107", - "ObjectName": "CWPDateLastBioFeaSt", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency within the last five years." + "ObjectName": "SupMileavgPctileRseiAIRUs", + "Description": null }, { - "ColumnName": "CWP_BIO_PENALTIES", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_TRAFFIC_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "108", - "ObjectName": "CWPBioPenalties", - "Description": "The total amount of Biosolids related penalties that have been assessed against the facility." + "ObjectName": "SupMileavgPctileTrafficUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_PENALTY", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_LEADPNT_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "109", - "ObjectName": "CWPDateLastBioPenalty", - "Description": "Indicates the date on which the most recent assessed (or final) biosolids penalty was taken against the facility within the last five years. This measure only includes penalties that have been entered in the program database ICIS-NPDES." + "ObjectName": "SupMileavgPctileLeadpntUs", + "Description": null }, { - "ColumnName": "BIO_VIO_STATUS", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_RMP_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "110", - "ObjectName": "BioVioStatus", - "Description": "A value of 1 indicates if the Biosolids facility currently has an unresolved biosolids related Single Event Violation." + "ObjectName": "SupMileavgPctileProxRmpUs", + "Description": null }, { - "ColumnName": "BIO_VIOL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_TSDF_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "111", - "ObjectName": "BioViolFlag", - "Description": "Displays Yes if the facility is in violation for biosolids under the Clean Water Act, in the last three years." + "ObjectName": "SupMileavgPctileProxTsdfUs", + "Description": null }, { - "ColumnName": "BIO_VIO_LAST_YEAR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPL_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "112", - "ObjectName": "BioVioLastYear", - "Description": "A flag (values of 1 for Yes, 0 for No) that a Bisolids Violation occurred in the last 4 quarters." + "ObjectName": "SupMileavgPctileProxNplUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_FEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_UST_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "113", - "ObjectName": "CWPDateLastIndswFea", + "ObjectName": "SupMileavgPctileUstUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_FEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPDES_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "114", - "ObjectName": "CWPDateLastIndswFeaSt", + "ObjectName": "SupMileavgPctileProxNPDESUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_FEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_PM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "115", - "ObjectName": "CWPDateLastIndswFeaEPA", + "ObjectName": "SupMilePctilePmUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_IEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_O3_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "116", - "ObjectName": "CWPDateLastIndswIea", + "ObjectName": "SupMilePctileO3Us", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_IEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "117", - "ObjectName": "CWPDateLastIndswIeaEPA", + "ObjectName": "SupMilePctileDpmUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_IEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_CANCER_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "118", - "ObjectName": "CWPDateLastIndswIeaSt", + "ObjectName": "SupMilePctileCancerUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_INSP", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_RESP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "119", - "ObjectName": "CWPDateLastIndswInsp", + "ObjectName": "SupMilePctileRespUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_INSP_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "120", - "ObjectName": "CWPDateLastIndswInspEPA", + "ObjectName": "SupMilePctileRseiAIRUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_INSP_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "121", - "ObjectName": "CWPDateLastIndswInspSt", + "ObjectName": "SupMilePctileTrafficScoreUs", "Description": null }, { - "ColumnName": "CWP_INDSW_FEA_COUNT", + "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "122", - "ObjectName": "CWPIndswFeaCount", + "ObjectName": "SupMilePctilePctpre1960Us", "Description": null }, { - "ColumnName": "CWP_INDSW_IEA_COUNT", + "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "123", - "ObjectName": "CWPIndswIeaCount", + "ObjectName": "SupMilePctileProxRmpUs", "Description": null }, { - "ColumnName": "CWP_INDSW_INSP_COUNT", + "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "124", - "ObjectName": "CWPIndswInspCount", + "ObjectName": "SupMilePctileProxTsdfUs", "Description": null }, { - "ColumnName": "CWP_DAYS_LAST_INDSW_INSP", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "125", - "ObjectName": "CWPDaysLastIndswInsp", + "ObjectName": "SupMilePctileProxNplUs", "Description": null }, { - "ColumnName": "CWP_INDSW_PENALTIES", + "ColumnName": "SUP_MILE_PCTILE_UST_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "126", - "ObjectName": "CWPIndswPenalties", + "ObjectName": "SupMilePctileUstUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_PENALTY", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "127", - "ObjectName": "CWPDateLastIndswPenalty", + "ObjectName": "SupMilePctileProxNPDESUs", "Description": null }, { - "ColumnName": "POLL_WITH_VIOLATION", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "128", - "ObjectName": "PollWithViolation", - "Description": "The names of pollutants with effluent exceedances (i.e., violation code E90) in the past three years in ICIS-NPDES." + "ObjectName": "SupPctilePmSt", + "Description": null }, { - "ColumnName": "LIM_POLLUTANT", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "129", - "ObjectName": "LimPollutant", - "Description": "The list of pollutants with enforceable (i.e., numeric limits or monitoring only) and/or benchmark limits in the current version of a NPDES permit." + "ObjectName": "SupPctileO3St", + "Description": null }, { - "ColumnName": "DMR_POUNDS", + "ColumnName": "SUP_PCTILE_DPM_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "130", - "ObjectName": "DMRPounds", - "Description": "Total pounds of pollutants discharged by the NPDES ID for the most recent complete calendar year." + "ObjectName": "SupPctileDpmSt", + "Description": null }, { - "ColumnName": "DMR_TWPE", + "ColumnName": "SUP_PCTILE_CANCER_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "131", - "ObjectName": "DMRTwpe", - "Description": "Total toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year. TWPE is the mass of a pollutant or chemical discharged that accounts for its relative toxicity." + "ObjectName": "SupPctileCancerSt", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_CONV_POLLUTANTS", + "ColumnName": "SUP_PCTILE_RESP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "132", - "ObjectName": "PastCalYrConvPollutants", - "Description": "Total pounds of conventional pollutants discharged by the NPDES ID for the most recent complete calendar year." + "ObjectName": "SupPctileRespSt", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_CONV_POL_OVR_LMT", + "ColumnName": "SUP_PCTILE_RSEI_AIR_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "133", - "ObjectName": "PastCalYrConvPolOvrLmt", - "Description": "Total load over limit of conventional pollutant pounds equivalent discharged by the NPDES ID for the most recent complete calendar year." + "ObjectName": "SupPctileRseiAIRSt", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_TOXIC_POL_OVR_LMT", + "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "134", - "ObjectName": "PastCalYrToxicPolOvrLmt", - "Description": "Total load over limit of toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year." + "ObjectName": "SupPctileTrafficScoreSt", + "Description": null }, { - "ColumnName": "FAC_TRI_SW_REL", + "ColumnName": "SUP_PCTILE_PCTPRE1960_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "135", - "ObjectName": "FacTRISwRel", - "Description": "Chemical surface water release information from the Toxics Release Inventory (TRI) represents the total chemical releases discharged to surface water, in pounds, for the most recent reporting year." + "ObjectName": "SupPctilePctpre1960St", + "Description": null }, { - "ColumnName": "FAC_TRI_POTW_TRANS", + "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "136", - "ObjectName": "FacTRIPotwTrans", - "Description": "POTW transfer information from the Toxics Release Inventory (TRI) represents the amount of toxic chemicals transferred to a Publicly Operated Treatment Works (POTW), in pounds, for the most recent reporting year." + "ObjectName": "SupPctileProximityRmpSt", + "Description": null }, { - "ColumnName": "CWP_CSO_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "137", - "ObjectName": "CWPCsoFlag", - "Description": "The discharge from a Combined Sewer System at a point prior to the treatment plant. CSOs are point sources subject to NPDES permit requirements including both technology-based and water quality-based requirements of the Clean Water Act." + "ObjectName": "SupPctileProximityTsdfSt", + "Description": null }, { - "ColumnName": "CWP_CSO_OUTFALLS", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "138", - "ObjectName": "CWPCsoOutfalls", - "Description": "The number of discharge outfalls at points prior to the treatment plant." + "ObjectName": "SupPctileProximityNplSt", + "Description": null }, { - "ColumnName": "CWP_STATE_WATER_BODY_CODE", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_PCTILE_UST_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "139", - "ObjectName": "CWPStateWaterBodyCode", - "Description": "Code from the Assessment TMDL Tracking & Implementation System (ATTAINS) database, assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification:- Region (first-level, 2-digit HUC)- Subregion (second-level, 4-digit HUC)- Accounting unit (third-level, 6-digit HUC)- Cataloguing unit (fourth-level, 8-digit HUC)- Watershed (fifth-level, 10-digit HUC)- Subwatershed (sixth-level, 12-digit HUC)" + "ObjectName": "SupPctileUstSt", + "Description": null }, { - "ColumnName": "CWP_STATE_WATER_BODY_NAME", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "140", - "ObjectName": "CWPStateWaterBodyName", - "Description": "The name of the watershed from the ATTAINS database in which the facility resides." + "ObjectName": "SupPctileProximityNPDESSt", + "Description": null }, { - "ColumnName": "ATTAINS_CYCLE_YEAR", + "ColumnName": "SUP_MILEAVG_PCTILE_PM_ST", "DataType": "VARCHAR2", - "DataLength": "4", + "DataLength": "10", "ColumnID": "141", - "ObjectName": "AttainsCycleYear", - "Description": "The year in which the most recent state assessment occurred for the waterbody. The data are from the ATTAINS database." + "ObjectName": "SupMileavgPctilePmSt", + "Description": null }, { - "ColumnName": "RAD_GNIS_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_O3_ST", "DataType": "VARCHAR2", - "DataLength": "60", + "DataLength": "10", "ColumnID": "142", - "ObjectName": "RadGnisName", - "Description": "The name of the waterbody from the Geographic Names Information System (GNIS) database in which the facility is permitted to discharge directly." + "ObjectName": "SupMileavgPctileO3St", + "Description": null }, { - "ColumnName": "RAD_REACHCODE", + "ColumnName": "SUP_MILEAVG_PCTILE_DPM_ST", "DataType": "VARCHAR2", - "DataLength": "14", + "DataLength": "10", "ColumnID": "143", - "ObjectName": "RadReachcode", - "Description": "A nationally unique and permanent identifier for the waterbody, assigned by the US Geological Survey." + "ObjectName": "SupMileavgPctileDpmSt", + "Description": null }, { - "ColumnName": "RAD_WBD_HU8", + "ColumnName": "SUP_MILEAVG_PCTILE_CANCER_ST", "DataType": "VARCHAR2", - "DataLength": "8", + "DataLength": "10", "ColumnID": "144", - "ObjectName": "RadWBDHu8", - "Description": "Hydrologic Unit Code (HUC) from the Reach Address Database (RAD), which is derived from the USGS Watershed Boundary Dataset." + "ObjectName": "SupMileavgPctileCancerSt", + "Description": null }, { - "ColumnName": "RAD_WBD_HU8_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_RESP_ST", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "145", - "ObjectName": "RadWBDHu8Name", - "Description": "The name of the hydrologic unit in which the facility may discharge, from the Reach Address Database (RAD) and derived from the USGS Watershed Boundary Dataset." + "ObjectName": "SupMileavgPctileRespSt", + "Description": null }, { - "ColumnName": "FAC_DERIVED_WBD_HU8", + "ColumnName": "SUP_MILEAVG_PCTILE_RSEI_AIR_ST", "DataType": "VARCHAR2", - "DataLength": "8", + "DataLength": "10", "ColumnID": "146", - "ObjectName": "FacDerivedWBDHu8", - "Description": "Spatially derived HUC based on the facility's geographic coordinates in FRS." + "ObjectName": "SupMileavgPctileRseiAIRSt", + "Description": null }, { - "ColumnName": "FAC_DERIVED_WBD_HU8_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_TRAFFIC_ST", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "147", - "ObjectName": "FacDerivedWBDHu8Name", - "Description": "The name of the hydrologic unit in which the facility is located within, derived spatially based on the facility's geographic coordinates in FRS." + "ObjectName": "SupMileavgPctileTrafficSt", + "Description": null }, { - "ColumnName": "RAD_WBD_HUC12", + "ColumnName": "SUP_MILEAVG_PCTILE_LEADPNT_ST", "DataType": "VARCHAR2", - "DataLength": "12", + "DataLength": "10", "ColumnID": "148", - "ObjectName": "RadWBDHuc12", - "Description": "Code from the Reach Address Database (RAD), assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification:- Region (first-level, 2-digit HUC)- Subregion (second-level, 4-digit HUC)- Accounting unit (third-level, 6-digit HUC)- Cataloguing unit (fourth-level, 8-digit HUC)- Watershed (fifth-level, 10-digit HUC)- Subwatershed (sixth-level, 12-digit HUC)" + "ObjectName": "SupMileavgPctileLeadpntSt", + "Description": null }, { - "ColumnName": "RAD_HU_12_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_RMP_ST", "DataType": "VARCHAR2", - "DataLength": "80", + "DataLength": "10", "ColumnID": "149", - "ObjectName": "RadHu12Name", - "Description": "The name of the waterbody in which the facility is permitted to discharge directly (from the Reach Address Database, RAD)." + "ObjectName": "SupMileavgPctileProxRmpSt", + "Description": null }, { - "ColumnName": "RAD_WBD_HUC12S", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_TSDF_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "150", - "ObjectName": "RadWBDHuc12s", + "ObjectName": "SupMileavgPctileProxTsdfSt", "Description": null }, { - "ColumnName": "FAC_DERIVED_WBD", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPL_ST", "DataType": "VARCHAR2", - "DataLength": "12", + "DataLength": "10", "ColumnID": "151", - "ObjectName": "FacDerivedWBD", - "Description": "The Hydrologic Unit Code (HUC-12) of the waterbody in which the facility resides, derived based on location data in FRS." + "ObjectName": "SupMileavgPctileProxNplSt", + "Description": null }, { - "ColumnName": "FAC_DERIVED_WBD_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_UST_ST", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "152", - "ObjectName": "FacDerivedWBDName", - "Description": "The 12 digit Watershed Boundary Dataset Name derived from the FRS Best Pick Coordinate" + "ObjectName": "SupMileavgPctileUstSt", + "Description": null }, { - "ColumnName": "ATTAINS_SOURCE", - "DataType": "CHAR", - "DataLength": "6", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPDES_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "153", - "ObjectName": "AttainsSource", - "Description": "The CWA Report in which the waterbody data can be found. The data are from the Assessment TMDL Tracking & Implementation System (ATTAINS) database." + "ObjectName": "SupMileavgPctileProxNPDESSt", + "Description": null }, { - "ColumnName": "CWP_IMP_WATER_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "154", - "ObjectName": "CWPImpWaterFlg", - "Description": "Displays Y if the permitted facility discharges directly into category 4 or 5 impaired waters, as designated under section 303(d) of the Clean Water Act." + "ObjectName": "SupMilePctilePmSt", + "Description": null }, { - "ColumnName": "ATTAINS_IMP_WATER_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "155", - "ObjectName": "AttainsImpWaterFlg", - "Description": "Displays Y if the waterbody in which the facility resides is listed for impairment. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileO3St", + "Description": null }, { - "ColumnName": "ATTAINS_AU_CATEGORY", - "DataType": "VARCHAR2", - "DataLength": "50", + "ColumnName": "SUP_MILE_PCTILE_DPM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "156", - "ObjectName": "AttainsAuCategory", - "Description": "The impairment class or category of the waterbody in which the facility is permitted to discharge directly. The data are from the ATTAINS database:- 5 = Impaired: TMDL needed. Available information indicates that at least one designated use is not being supported and a TMDL is needed (also known as the 303(d) listed waters).- 4 = Impaired: TMDL not needed. Available information indicates that at least one designated use is not being supported, but a TMDL is not needed (see subcategories).- 4a = TMDL completed. A TMDL has been completed, but impairment still exists.- 4b = TMDL alternative. Impairment is being addressed by a method other than a TMDL (e.g., stream bank improvements).- 4c = Non-pollutant causes. Cause of impairment is not a pollutant (e.g., habitat destruction)." + "ObjectName": "SupMilePctileDpmSt", + "Description": null }, { - "ColumnName": "ATTAINS_STATE_CAUSES", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_PCTILE_CANCER_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "157", - "ObjectName": "AttainsStateCauses", - "Description": "Lists all pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileCancerSt", + "Description": null }, { - "ColumnName": "ATTAINS_CAUSE_GROUPS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_PCTILE_RESP_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "158", - "ObjectName": "AttainsCauseGroups", - "Description": "Lists all groups of pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileRespSt", + "Description": null }, { - "ColumnName": "ATTAINS_POSSIBLE_NPDES_PARAMS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_PCTILE_RSEI_AIR_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "159", - "ObjectName": "AttainsPossibleNPDESParams", - "Description": "Lists all pollutants discharged by the facility that are potentially contributing to the impairment of local waterbodies." + "ObjectName": "SupMilePctileRseiAIRSt", + "Description": null }, { - "ColumnName": "ATTAINS_PSSBLE_E90_NPDES_PARAMS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "160", - "ObjectName": "AttainsPssbleE90NPDESParams", + "ObjectName": "SupMilePctileTrafficScoreSt", "Description": null }, { - "ColumnName": "ATTAINS_AQUATIC_LIFE_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "161", - "ObjectName": "AttainsAquaticLifeUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for aquatic life use. The data are from the ATTAINS database." + "ObjectName": "SupMilePctilePctpre1960St", + "Description": null }, { - "ColumnName": "ATTAINS_EXCEPTNL_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "162", - "ObjectName": "AttainsExceptnlUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for exceptional use. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileProxRmpSt", + "Description": null }, { - "ColumnName": "ATTAINS_RECREATION_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "163", - "ObjectName": "AttainsRecreationUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for recreational use. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileProxTsdfSt", + "Description": null }, { - "ColumnName": "ATTAINS_FISHCNSMPTN_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "164", - "ObjectName": "AttainsFishcnsmptnUseFlg", + "ObjectName": "SupMilePctileProxNplSt", "Description": null }, { - "ColumnName": "ATTAINS_DRINKING_WATER_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_UST_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "165", - "ObjectName": "AttainsDrinkingWaterUseFlg", + "ObjectName": "SupMilePctileUstSt", "Description": null }, { - "ColumnName": "ATTAINS_SHELLFISH_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "166", - "ObjectName": "AttainsShellfishUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for shellfish use. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileProxNPDESSt", + "Description": null }, { - "ColumnName": "BEACH_CLOSE_LAST_YEAR_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MAX_PCTILE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "167", - "ObjectName": "BeachCloseLastYearFlg", - "Description": "Displays Y if the facility is located on or near a waterbody with a beach closure within the last year." + "ObjectName": "SupMaxPctileUs", + "Description": null }, { - "ColumnName": "BEACH_CLOSE_LAST_2YRS_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MAX_PCTILE_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "168", - "ObjectName": "BeachCloseLast2yrsFlg", - "Description": "Displays Y if the facility is located on or near a waterbody with a beach closure within the last two years." + "ObjectName": "SupMaxPctileSt", + "Description": null }, { - "ColumnName": "CHESAPEAKE_BAY_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILEAVG_MAX_PCTILE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "169", - "ObjectName": "ChesapeakeBayFlag", - "Description": "Displays Y if the facility is located within the Chesapeake Bay watershed." + "ObjectName": "SupMileavgMaxPctileUs", + "Description": null }, { - "ColumnName": "EPA_SYSTEM", - "DataType": "VARCHAR2", - "DataLength": "10", + "ColumnName": "SUP_MILEAVG_MAX_PCTILE_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "170", - "ObjectName": "EPASystem", - "Description": "The EPA data system in which permit and facility records are kept. EPA's Facility Registry System (FRS) links all program database records (such as permit IDs and IDs facilities use in reporting to EPA) together. The following list describes the individual data systems that are linked to from the detailed facility report: - AFS: Air Facility System for Clean Air Act stationary source programs.- ICP: Integrated Compliance Information System for Clean Water Act programs monitoring National Pollutant Discharge Elimination System (NPDES) permits.- RCR: Resource Conservation and Recovery Act Information System (RCRAInfo) for tracking the Resource Conservation and Recovery Act (RCRA) programs.- NCDB: National Compliance Database System for monitoring national performance of the Toxic Substance Control Act (TSCA); the Emergency Planning and Right-to-Know Act, Section 313 (EPCRA); the Asbestos Hazard Emergency Response (AHERA); and the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).- TRI: Toxics Release Inventory for Emergency Planning and Community Right-to-Know Act, Section 313 submissions.- NEI: National Emissions Inventory database contains information on stationary and mobile sources that emit criteria air pollutants and their precursors, as well as hazardous air pollutants (HAPs). The database includes estimates of annual emissions, by source, of air pollutants in each area of the country, on an annual basis.- TSCA: Toxic Substances Control Act addressing the production, importation, use, and disposal of specific chemicals." + "ObjectName": "SupMileavgMaxPctileSt", + "Description": null }, { - "ColumnName": "STATUTE", - "DataType": "VARCHAR2", - "DataLength": "50", + "ColumnName": "PCTILE_PM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "171", - "ObjectName": "Statute", - "Description": "The name of the statute associated with each of the permits and identifiers linked to the facility: - CAA = the Clean Air Act- CWA = the Clean Water Act- RCRA = the Resource Conservation and Recovery Act- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)- TSCA = the Toxic Substances Control Act- SDWA = the Safe Drinking Water Act" + "ObjectName": "PctilePmUs", + "Description": "The national percentile of the census block group for the EJSCREEN particulate matter indicator." }, { - "ColumnName": "CWP_TRIBAL_LAND_CODE", - "DataType": "VARCHAR2", - "DataLength": "80", + "ColumnName": "PCTILE_O3_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "172", - "ObjectName": "CWPTRIbalLandCode", - "Description": "From ICIS, the unique identifier for every unit of land within Indian Country." + "ObjectName": "PctileO3Us", + "Description": "The national percentile of the census block group for the EJSCREEN ozone indicator." }, { - "ColumnName": "CWP_PERMIT_STATUS_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "173", - "ObjectName": "CWPPermitStatusCode", - "Description": "The code associated with the facility's NPDES permit status." + "ObjectName": "PctileDpmUs", + "Description": "The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator." }, { - "ColumnName": "CWP_PERMIT_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "PCTILE_CANCER_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "174", - "ObjectName": "CWPPermitTypeCode", - "Description": "The code associated with the facility's NPDES permit classification." + "ObjectName": "PctileCancerUs", + "Description": "The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator." }, { - "ColumnName": "CWP_SNC_EVENT_DESC", - "DataType": "VARCHAR2", - "DataLength": "200", + "ColumnName": "PCTILE_RESP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "175", - "ObjectName": "CWPSNCEventDesc", - "Description": "Describes the event that resulted in the facility's status of Significant Noncompliance." + "ObjectName": "PctileRespUs", + "Description": "The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator." }, { - "ColumnName": "FAC_MAP_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "176", - "ObjectName": "FacMapFlg", - "Description": "Graphical indicator denoting whether geographical data required to map a facility are available." + "ObjectName": "PctileRseiAIRUs", + "Description": null }, { - "ColumnName": "FAC_MAP_ICON", - "DataType": "VARCHAR2", - "DataLength": "20", + "ColumnName": "PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "177", - "ObjectName": "FacMapIcon", - "Description": "The default map icon image file calculated for the facility by the ECHO program." + "ObjectName": "PctileTrafficScoreUs", + "Description": "The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator." }, { - "ColumnName": "CWP_DATE_LAST_PENALTY", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "PCTILE_PCTPRE1960_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "178", - "ObjectName": "CWPDateLastPenalty", - "Description": "Indicates date of most recent penalty against the facility." + "ObjectName": "PctilePctpre1960Us", + "Description": "The national percentile of the census block group for the EJSCREEN Lead paint indicator." }, { - "ColumnName": "FAC_TRI_REPORTER", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_PROXIMITY_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "179", - "ObjectName": "FacTRIReporter", - "Description": "Indicates whether facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year." + "ObjectName": "PctileProximityRmpUs", + "Description": "The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator." }, { - "ColumnName": "CWP_13QTRS_COMPL_HISTORY", - "DataType": "VARCHAR2", - "DataLength": "15", + "ColumnName": "PCTILE_PROXIMITY_TSDF_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "180", - "ObjectName": "CWP13qtrsComplHistory", - "Description": "The facility's 3-year or 13-quarter compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:_ -No Violation IdentifiedV -Violation IdentifiedS -High Priority ViolationU - Undetermined" + "ObjectName": "PctileProximityTsdfUs", + "Description": "The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator." }, { - "ColumnName": "CWP_CASE_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "PCTILE_PROXIMITY_NPL_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "181", - "ObjectName": "CWPCaseIDs", - "Description": "Indicates the ICIS Case Number, a unique number identifying the civil enforcement action." + "ObjectName": "PctileProximityNplUs", + "Description": "The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator." }, { - "ColumnName": "CWP_FIPS_CODE", - "DataType": "VARCHAR2", - "DataLength": "5", + "ColumnName": "PCTILE_UST_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "182", - "ObjectName": "CWPFIPSCode", - "Description": "A 5 digit combination of the 2 digit Federal Information Processing Standards (FIPS) code for the state and the 3 digit FIPS code of the county that a facility is located in." + "ObjectName": "PctileUstUs", + "Description": null }, { - "ColumnName": "DMR_IMPAIRED_POLL", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "PCTILE_PROXIMITY_NPDES_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "183", - "ObjectName": "DMRImpairedPoll", - "Description": "The pollutants with limits or monitoring requirements in a facility's NPDES permit with the potential to contribute to impairment of local waterbodies" + "ObjectName": "PctileProximityNPDESUs", + "Description": "The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator." }, { - "ColumnName": "CURR_SV_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_PM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "184", - "ObjectName": "CurrSvFlag", - "Description": "Indicates if the facility has a current significant violation. 1 = Yes" + "ObjectName": "MileavgPctilePmUs", + "Description": null }, { - "ColumnName": "VIOL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "185", - "ObjectName": "ViolFlag", - "Description": "Indicates if the facility had a violation within the last 3 years. 1 = Yes" + "ColumnName": "MILEAVG_PCTILE_O3_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "185", + "ObjectName": "MileavgPctileO3Us", + "Description": null }, { - "ColumnName": "CURR_VIO_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_DPM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "186", - "ObjectName": "CurrVioFlag", - "Description": "Indicates if the facility has a current violation. 1 = Yes" + "ObjectName": "MileavgPctileDpmUs", + "Description": null }, { - "ColumnName": "INSP_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_CANCER_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "187", - "ObjectName": "Insp5yrFlag", - "Description": "Indicates if the facility has an inspection within the last 5 years. 1 = Yes" + "ObjectName": "MileavgPctileCancerUs", + "Description": null }, { - "ColumnName": "EA_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_RESP_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "188", - "ObjectName": "Ea5yrFlag", - "Description": "Indicates if the facility has a formal enforcement action within the last 5 years. 1 = Yes" + "ObjectName": "MileavgPctileRespUs", + "Description": null }, { - "ColumnName": "INFEA_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_RSEI_AIR_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "189", - "ObjectName": "Infea5yrFlag", - "Description": "Indicates if the facility has an informal enforcement action within the last 5 years. 1 = Yes." + "ObjectName": "MileavgPctileRseiAIRUs", + "Description": null }, { - "ColumnName": "CWP_TOTAL_PENALTIES", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_TRAFFIC_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "190", - "ObjectName": "CWPTotalPenalties", - "Description": "The total penalty value incurred over 5 years." + "ObjectName": "MileavgPctileTrafficUs", + "Description": null }, { - "ColumnName": "TRIBAL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_PCTPRE1960_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "191", - "ObjectName": "TRIbalFlag", - "Description": "A flag indicating that the facility is within a tribal area." + "ObjectName": "MileavgPctilePctpre1960Us", + "Description": null }, { - "ColumnName": "CENSUS_BLOCK_GROUP", + "ColumnName": "MILEAVG_PCTILE_PROX_RMP_US", "DataType": "VARCHAR2", - "DataLength": "48", + "DataLength": "10", "ColumnID": "192", - "ObjectName": "CensusBlockGroup", - "Description": "A geographic unit used by the United States Census Bureau, generally defined to contain between 600 and 3,000 people." + "ObjectName": "MileavgPctileProxRmpUs", + "Description": null }, { - "ColumnName": "LAST_DMR_VALUE_RCVD_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "MILEAVG_PCTILE_PROX_TSDF_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "193", - "ObjectName": "LastDMRValueRcvdDate", - "Description": "The latest date that a Discharge Monitoring Report was received by the State or EPA." + "ObjectName": "MileavgPctileProxTsdfUs", + "Description": null }, { - "ColumnName": "LOWER_48", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILEAVG_PCTILE_PROX_NPL_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "194", - "ObjectName": "Lower48", - "Description": "Flag showing Y/N whether location is within the contiguous (lower 48) United States." + "ObjectName": "MileavgPctileProxNplUs", + "Description": null }, { - "ColumnName": "ACTIVE_LOWER_48", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILEAVG_PCTILE_UST_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "195", - "ObjectName": "ActiveLower48", - "Description": "A Y/N indicator indicating that the facility is active and located within the lower 48 contiguous US States." + "ObjectName": "MileavgPctileUstUs", + "Description": null }, { - "ColumnName": "EFF_EXCEEDS", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_PROX_NPDES_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "196", - "ObjectName": "EffExceeds", - "Description": "The number of E90 Effluent Violations in the last 3 years." + "ObjectName": "MileavgPctileProxNPDESUs", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_AVERAGE_FLOW", + "ColumnName": "MILE_PCTILE_PM_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "197", - "ObjectName": "PastCalYrAverageFlow", - "Description": "The past calendar year average flow in Million Gallons a Day (MGD)." + "ObjectName": "MilePctilePmUs", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_TOXIC_POLLUTANTS", + "ColumnName": "MILE_PCTILE_O3_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "198", - "ObjectName": "PastCalYrToxicPollutants", - "Description": "The toxic pollutants discharged by the NPDES facility for the most recent complete calendar year." + "ObjectName": "MilePctileO3Us", + "Description": null }, { - "ColumnName": "CWP_VIO_STATUS", - "DataType": "VARCHAR2", - "DataLength": "50", + "ColumnName": "MILE_PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "199", - "ObjectName": "CWPVioStatus", - "Description": "The current Reportable Non Compliance value for the facility." + "ObjectName": "MilePctileDpmUs", + "Description": null }, { - "ColumnName": "INDSW_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_CANCER_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "200", - "ObjectName": "IndswFlag", - "Description": "A value of Y indicates an Industrial Stormwater Permit." + "ObjectName": "MilePctileCancerUs", + "Description": null }, { - "ColumnName": "CERTIFIED_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "MILE_PCTILE_RESP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "201", - "ObjectName": "CertifiedDate", - "Description": "The issue date or effective date of the permit." + "ObjectName": "MilePctileRespUs", + "Description": null }, { - "ColumnName": "COLLECTION_METHOD", - "DataType": "VARCHAR2", - "DataLength": "750", + "ColumnName": "MILE_PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "202", - "ObjectName": "CollectionMethod", - "Description": "??" + "ObjectName": "MilePctileRseiAIRUs", + "Description": null }, { - "ColumnName": "REFERENCE_POINT", - "DataType": "VARCHAR2", - "DataLength": "750", + "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "203", - "ObjectName": "ReferencePoint", - "Description": "??" + "ObjectName": "MilePctileTrafficScoreUs", + "Description": null }, { - "ColumnName": "CALCULATED_ACCURACY_METERS", + "ColumnName": "MILE_PCTILE_PCTPRE1960_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "204", - "ObjectName": "CalculatedAccuracyMeters", - "Description": "The estimated accuracy in Meters for the facility's geospatial coordinate." + "ObjectName": "MilePctilePctpre1960Us", + "Description": null }, { - "ColumnName": "MAP", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "205", - "ObjectName": "Map", - "Description": "No Longer Used." + "ObjectName": "MilePctileProximityRmpUs", + "Description": null }, { - "ColumnName": "BIOSOLIDS_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "206", - "ObjectName": "BiosolidsFlag", - "Description": "A Yes/No field to indicate permits with biosolids management and compliance information." + "ObjectName": "MilePctileProximityTsdfUs", + "Description": null }, { - "ColumnName": "VIO_LAST_YEAR", + "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "207", - "ObjectName": "VioLastYear", - "Description": "A flag (values of 1 for Yes, 0 for No) that a Water Program Violation occurred in the last 4 quarters." + "ObjectName": "MilePctileProximityNplUs", + "Description": null }, { - "ColumnName": "STATE_AUTH_NPDES", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_UST_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "208", - "ObjectName": "StateAuthNPDES", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for NPDES Facilities." + "ObjectName": "MilePctileUstUs", + "Description": null }, { - "ColumnName": "STATE_AUTH_FEDFAC", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "209", - "ObjectName": "StateAuthFedfac", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized to regulate Federally owned facilities." + "ObjectName": "MilePctileProximityNPDESUs", + "Description": null }, { - "ColumnName": "STATE_AUTH_PRETREAT", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "210", - "ObjectName": "StateAuthPretreat", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Pretreatment Facilities." + "ObjectName": "PctilePmSt", + "Description": null }, { - "ColumnName": "STATE_AUTH_GEN", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "211", - "ObjectName": "StateAuthGen", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for General NPDES Facilities." + "ObjectName": "PctileO3St", + "Description": null }, { - "ColumnName": "STATE_AUTH_BIOSOLIDS", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_DPM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "212", - "ObjectName": "StateAuthBiosolids", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Biosolids." + "ObjectName": "PctileDpmSt", + "Description": null }, { - "ColumnName": "NPDES_DATA_GROUPS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "PCTILE_CANCER_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "213", - "ObjectName": "NPDESDataGroups", - "Description": "This is the code indicating the NPDES eReporting Rule Data Group that applies to the data." + "ObjectName": "PctileCancerSt", + "Description": null }, { - "ColumnName": "PERMITTING_AGENCY", - "DataType": "VARCHAR2", - "DataLength": "100", + "ColumnName": "PCTILE_RESP_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "214", - "ObjectName": "PermittingAgency", - "Description": "This is the type of organization issuing or granting a permit." + "ObjectName": "PctileRespSt", + "Description": null }, { - "ColumnName": "ELECTR_RPT_WAIVER_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "PCTILE_RSEI_AIR_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "215", - "ObjectName": "ElectrRptWaiverTypeCode", - "Description": "The unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part." + "ObjectName": "PctileRseiAIRSt", + "Description": null }, { - "ColumnName": "ELECTR_RPT_WAIVER_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "100", + "ColumnName": "PCTILE_TRAFFIC_SCORE_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "216", - "ObjectName": "ElectrRptWaiverTypeDesc", - "Description": "Description of the unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part." + "ObjectName": "PctileTrafficScoreSt", + "Description": null }, { - "ColumnName": "ELECTR_RPT_WAIVER_EFF_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "PCTILE_PCTPRE1960_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "217", - "ObjectName": "ElectrRptWaiverEffDate", - "Description": "This is the effective date for a waiver from electronic reporting in compliance with this part. This data element should always be populated for a waiver." + "ObjectName": "PctilePctpre1960St", + "Description": null }, { - "ColumnName": "ELECTR_RPT_WAIVER_EXP_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "PCTILE_PROXIMITY_RMP_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "218", - "ObjectName": "ElectrRptWaiverExpDate", - "Description": "This is the expiration date for a temporary waiver from electronic reporting in compliance with this part. This data element should be left blank if the permittee has a permanent waiver from electronic reporting or if the permittee does not have a waiver from electronic reporting in compliance with this part." + "ObjectName": "PctileProximityRmpSt", + "Description": null }, { - "ColumnName": "ELECTR_SUBMISSION_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "PCTILE_PROXIMITY_TSDF_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "219", - "ObjectName": "ElectrSubmissionTypeCode", - "Description": "This is the code indicating the means by which the data were submitted electronically." + "ObjectName": "PctileProximityTsdfSt", + "Description": null }, { - "ColumnName": "ELECTR_SUBMISSION_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "250", + "ColumnName": "PCTILE_PROXIMITY_NPL_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "220", - "ObjectName": "ElectrSubmissionTypeDesc", - "Description": "This is the description of the code indicating the means by which the data were submitted electronically." + "ObjectName": "PctileProximityNplSt", + "Description": null }, { - "ColumnName": "WEB_DOCS", - "DataType": "VARCHAR2", - "DataLength": "20", + "ColumnName": "PCTILE_UST_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "221", - "ObjectName": "WebDocs", - "Description": "Contains flags that identify what web accessible documents are available for the facility." + "ObjectName": "PctileUstSt", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_5YR", + "ColumnName": "PCTILE_PROXIMITY_NPDES_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "222", - "ObjectName": "E90Exceeds5yr", - "Description": "The number of E90 Exceedences in the last 5 years." + "ObjectName": "PctileProximityNPDESSt", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_4YR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_PM_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "223", - "ObjectName": "E90Exceeds4yr", - "Description": "The number of E90 Exceedences in the last 4 years." + "ObjectName": "MileavgPctilePmSt", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_3YR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_O3_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "224", - "ObjectName": "E90Exceeds3yr", - "Description": "The number of E90 Exceedences in the last 3 years." + "ObjectName": "MileavgPctileO3St", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_2YR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_DPM_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "225", - "ObjectName": "E90Exceeds2yr", - "Description": "The number of E90 Exceedences in the last 2 years." + "ObjectName": "MileavgPctileDpmSt", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_1YR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_CANCER_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "226", - "ObjectName": "E90Exceeds1yr", - "Description": "The number of E90 Exceedences in the last year." + "ObjectName": "MileavgPctileCancerSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_5YR", + "ColumnName": "MILEAVG_PCTILE_RESP_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "227", - "ObjectName": "E90Pollutants5yr", - "Description": "The pollutants for the E90 Exceedences in the last 5 years." + "ObjectName": "MileavgPctileRespSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_4YR", + "ColumnName": "MILEAVG_PCTILE_RSEI_AIR_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "228", - "ObjectName": "E90Pollutants4yr", - "Description": "The pollutants for the E90 Exceedences in the last 4 years." + "ObjectName": "MileavgPctileRseiAIRSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_3YR", + "ColumnName": "MILEAVG_PCTILE_LEADPNT_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "229", - "ObjectName": "E90Pollutants3yr", - "Description": "The pollutants for the E90 Exceedences in the last 3 years." + "ObjectName": "MileavgPctileLeadpntSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_2YR", + "ColumnName": "MILEAVG_PCTILE_TRAFFIC_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "230", - "ObjectName": "E90Pollutants2yr", - "Description": "The pollutants for the E90 Exceedences in the last 2 years." + "ObjectName": "MileavgPctileTrafficSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_1YR", + "ColumnName": "MILEAVG_PCTILE_PROX_RMP_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "231", - "ObjectName": "E90Pollutants1yr", - "Description": "The pollutants for the E90 Exceedences in the last year." + "ObjectName": "MileavgPctileProxRmpSt", + "Description": null }, { - "ColumnName": "FAC_COUNTY_NAME", + "ColumnName": "MILEAVG_PCTILE_PROX_TSDF_ST", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "232", - "ObjectName": "FacCountyName", - "Description": "The facility county name from EPA's Facility Registry System" + "ObjectName": "MileavgPctileProxTsdfSt", + "Description": null }, { - "ColumnName": "FAC_STD_COUNTY_NAME", + "ColumnName": "MILEAVG_PCTILE_PROX_NPL_ST", "DataType": "VARCHAR2", - "DataLength": "300", + "DataLength": "10", "ColumnID": "233", - "ObjectName": "FacStdCountyName", - "Description": "The standardized facility county name from EPA's Facility Registry System" + "ObjectName": "MileavgPctileProxNplSt", + "Description": null }, { - "ColumnName": "EFF_CHARTS_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILEAVG_PCTILE_UST_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "234", - "ObjectName": "EffChartsFlag", + "ObjectName": "MileavgPctileUstSt", "Description": null }, { - "ColumnName": "OTHER_PERMIT_IDS", + "ColumnName": "MILEAVG_PCTILE_PROX_NPDES_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "235", - "ObjectName": "OtherPermitIDs", + "ObjectName": "MileavgPctileProxNPDESSt", "Description": null }, { - "ColumnName": "PERMIT_NAME", - "DataType": "VARCHAR2", - "DataLength": "120", + "ColumnName": "MILE_PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "236", - "ObjectName": "PermitName", + "ObjectName": "MilePctilePmSt", "Description": null }, { - "ColumnName": "PERCENT_BELOW_LOWINCOME_3MILE", + "ColumnName": "MILE_PCTILE_O3_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "237", - "ObjectName": "PercentBelowLowincome3mile", + "ObjectName": "MilePctileO3St", "Description": null }, { - "ColumnName": "PERCENT_PEOPLE_OF_COLOR", + "ColumnName": "MILE_PCTILE_DPM_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "238", - "ObjectName": "PercentPeopleOfColor", + "ObjectName": "MilePctileDpmSt", "Description": null }, { - "ColumnName": "CENSUS_BLOCK_GROUP_2020", - "DataType": "VARCHAR2", - "DataLength": "12", + "ColumnName": "MILE_PCTILE_CANCER_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "239", - "ObjectName": "CensusBlockGroup2020", + "ObjectName": "MilePctileCancerSt", "Description": null }, { - "ColumnName": "OVER80_COUNT_US", + "ColumnName": "MILE_PCTILE_RESP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "240", - "ObjectName": "Over80CountUs", - "Description": "The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in." + "ObjectName": "MilePctileRespSt", + "Description": null }, { - "ColumnName": "PCTILE_PCTPRE1960_US", + "ColumnName": "MILE_PCTILE_RSEI_AIR_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "241", - "ObjectName": "PctilePctpre1960Us", - "Description": "The national percentile of the census block group for the EJSCREEN Lead paint indicator." + "ObjectName": "MilePctileRseiAIRSt", + "Description": null }, { - "ColumnName": "PCTILE_DPM_US", + "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "242", - "ObjectName": "PctileDpmUs", - "Description": "The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator." + "ObjectName": "MilePctileTrafficScoreSt", + "Description": null }, { - "ColumnName": "PCTILE_CANCER_US", + "ColumnName": "MILE_PCTILE_PCTPRE1960_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "243", - "ObjectName": "PctileCancerUs", - "Description": "The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator." + "ObjectName": "MilePctilePctpre1960St", + "Description": null }, { - "ColumnName": "PCTILE_RESP_US", + "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "244", - "ObjectName": "PctileRespUs", - "Description": "The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator." + "ObjectName": "MilePctileProximityRmpSt", + "Description": null }, { - "ColumnName": "PCTILE_TRAFFIC_SCORE_US", + "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "245", - "ObjectName": "PctileTrafficScoreUs", - "Description": "The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator." + "ObjectName": "MilePctileProximityTsdfSt", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_NPDES_US", + "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "246", - "ObjectName": "PctileProximityNPDESUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator." + "ObjectName": "MilePctileProximityNplSt", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_NPL_US", + "ColumnName": "MILE_PCTILE_UST_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "247", - "ObjectName": "PctileProximityNplUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator." + "ObjectName": "MilePctileUstSt", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_RMP_US", + "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "248", - "ObjectName": "PctileProximityRmpUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator." + "ObjectName": "MilePctileProximityNPDESSt", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_TSDF_US", + "ColumnName": "MAX_PCTILE_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "249", - "ObjectName": "PctileProximityTsdfUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator." + "ObjectName": "MaxPctileUs", + "Description": "The maximum percentile from all individual EJSCREEN indicators." }, { - "ColumnName": "PCTILE_O3_US", + "ColumnName": "MAX_PCTILE_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "250", - "ObjectName": "PctileO3Us", - "Description": "The national percentile of the census block group for the EJSCREEN ozone indicator." + "ObjectName": "MaxPctileSt", + "Description": null }, { - "ColumnName": "PCTILE_PM_US", + "ColumnName": "MILEAVG_MAX_PCTILE_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "251", - "ObjectName": "PctilePmUs", - "Description": "The national percentile of the census block group for the EJSCREEN particulate matter indicator." + "ObjectName": "MileavgMaxPctileUs", + "Description": null }, { - "ColumnName": "PCTILE_UST_US", + "ColumnName": "MILEAVG_MAX_PCTILE_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "252", - "ObjectName": "PctileUstUs", + "ObjectName": "MileavgMaxPctileSt", "Description": null }, { - "ColumnName": "MAX_PCTILE_US", + "ColumnName": "EJSCREEN_HIGH_FLAG", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "253", - "ObjectName": "MaxPctileUs", - "Description": "The maximum percentile from all individual EJSCREEN indicators." + "ObjectName": "EjscreenHighFlag", + "Description": null }, { - "ColumnName": "EJSCREEN_FLAG_US", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "254", - "ObjectName": "EjscreenFlagUs", - "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." + "ColumnName": "FAC_POP_DEN", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "254", + "ObjectName": "FacPopDen", + "Description": "The number of persons per square mile in the area being profiled. This field is the ratio of total persons (displayed in the Total Persons field) to total land area (displayed in the Land Area field)." }, { - "ColumnName": "EJSCREEN_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PERCENT_PEOPLE_OF_COLOR", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "255", - "ObjectName": "EjscreenFlag", - "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." + "ObjectName": "PercentPeopleOfColor", + "Description": "The percentage of the population of the given area that is people of color. The field is calculated by subtracting the number of persons who are white (and not of Hispanic origin) from the total persons. This number is then divided by the total persons and multiplied by one hundred to determine the percentage." }, { - "ColumnName": "PCTILE_PCTPRE1960_ST", + "ColumnName": "ACS_POPULATION_DENSITY", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "256", - "ObjectName": "PctilePctpre1960St", + "ObjectName": "AcsPopulationDensity", "Description": null }, { - "ColumnName": "PCTILE_DPM_ST", + "ColumnName": "PERCENT_BELOW_LOWINCOME_3MILE", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "257", - "ObjectName": "PctileDpmSt", + "ObjectName": "PercentBelowLowincome3mile", "Description": null }, { - "ColumnName": "PCTILE_CANCER_ST", + "ColumnName": "FAC_PERCENT_MINORITY", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "258", - "ObjectName": "PctileCancerSt", - "Description": null + "ObjectName": "FacPercentMinority", + "Description": "Percent Minority is the percentage of the population of the given area that is considered minority. Statistics are shown for the area within a 3-mile radius of each facility." }, { - "ColumnName": "PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "FAC_INDIAN_CNTRY_FLG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "259", - "ObjectName": "PctileRespSt", - "Description": null + "ObjectName": "FacIndianCntryFlg", + "Description": "Flag showing Y/N whether the facility is located in Indian Country." }, { - "ColumnName": "PCTILE_TRAFFIC_SCORE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_INDIAN_CNTRY_FLG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "260", - "ObjectName": "PctileTrafficScoreSt", - "Description": null + "ObjectName": "CWPIndianCntryFlg", + "Description": "Displays Y if a facility is located in Indian country." }, { - "ColumnName": "PCTILE_PROXIMITY_NPDES_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "FAC_INDIAN_SPATIAL_FLG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "261", - "ObjectName": "PctileProximityNPDESSt", - "Description": null + "ObjectName": "FacIndianSpatialFlg", + "Description": "Returns “Y” if a facility is located within a tribal spatial boundary as defined by the U.S. Census Bureau 2010 tribal boundary layer data for tribes in the lower 48 states and Bureau of Land Management Alaska State Office data for native villages in Alaska. Returns “N” if a facility is not located within a tribal or native Alaskan village area." }, { - "ColumnName": "PCTILE_PROXIMITY_NPL_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "FAC_DERIVED_TRIBES", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "262", - "ObjectName": "PctileProximityNplSt", - "Description": null + "ObjectName": "FacDerivedTribes", + "Description": "The tribes or tribal territories located within 25 miles of the facility's location." }, { - "ColumnName": "PCTILE_PROXIMITY_RMP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "PERMIT_NAME", + "DataType": "VARCHAR2", + "DataLength": "120", "ColumnID": "263", - "ObjectName": "PctileProximityRmpSt", + "ObjectName": "PermitName", "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_TSDF_ST", + "ColumnName": "CWP_VERSION_NMBR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "264", - "ObjectName": "PctileProximityTsdfSt", - "Description": null + "ObjectName": "CWPVersionNmbr", + "Description": "The version number of the facility's NPDES permit." }, { - "ColumnName": "PCTILE_O3_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SECTOR", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "265", - "ObjectName": "PctileO3St", - "Description": null + "ObjectName": "Sector", + "Description": "The sector code and description for the industrial stormwater facility." }, { - "ColumnName": "PCTILE_PM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUBSECTOR", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "266", - "ObjectName": "PctilePmSt", - "Description": null + "ObjectName": "Subsector", + "Description": "The industrial subsector associated with the facility." }, { - "ColumnName": "PCTILE_UST_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_PERMIT_TYPE", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "267", - "ObjectName": "PctileUstSt", - "Description": null + "ObjectName": "MsgpPermitType", + "Description": "The Industrial stormwater permit type." }, { - "ColumnName": "MAX_PCTILE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_PERMIT_STATUS_DESC", + "DataType": "VARCHAR2", + "DataLength": "20", "ColumnID": "268", - "ObjectName": "MaxPctileSt", - "Description": null + "ObjectName": "CWPPermitStatusDesc", + "Description": "The current stage/status in the NPDES permit life cycle." }, { - "ColumnName": "EJSCREEN_FLAG_ST", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "ISSUING_AGENCY", + "DataType": "VARCHAR2", + "DataLength": "5", "ColumnID": "269", - "ObjectName": "EjscreenFlagSt", - "Description": null + "ObjectName": "IssuingAgency", + "Description": "This is the name of the organization issuing or granting a permit." }, { - "ColumnName": "OVER80_COUNT_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OTHER_PERMIT_IDS", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "270", - "ObjectName": "Over80CountSt", + "ObjectName": "OtherPermitIDs", "Description": null }, { - "ColumnName": "MILE_PCTILE_PCTPRE1960_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_PERMIT_TYPE_DESC", + "DataType": "VARCHAR2", + "DataLength": "120", "ColumnID": "271", - "ObjectName": "MilePctilePctpre1960Us", - "Description": null + "ObjectName": "CWPPermitTypeDesc", + "Description": "NPDES facility permit classification:- NPDES Individual Permit- General Permit Covered Facility- NPDES Master General Permit- Associated Permit Record- Individual Industrial User Permit- Individual State Issued Permit- State Issued Master General Permit- Unpermitted Facility" }, { - "ColumnName": "MILE_PCTILE_DPM_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUBMITTED_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "272", - "ObjectName": "MilePctileDpmUs", - "Description": null + "ObjectName": "SubmittedDate", + "Description": "Date that the permit was submitted to the issuing agency." }, { - "ColumnName": "MILE_PCTILE_CANCER_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_ISSUE_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "273", - "ObjectName": "MilePctileCancerUs", - "Description": null + "ObjectName": "CWPIssueDate", + "Description": "Date (MM/DD/YYYY) that the permit was issued." }, { - "ColumnName": "MILE_PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_EFFECTIVE_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "274", - "ObjectName": "MilePctileRespUs", - "Description": null + "ObjectName": "CWPEffectiveDate", + "Description": "Date (MM/DD/YYYY) that the permit became effective." }, { - "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_TERMINATION_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "275", - "ObjectName": "MilePctileTrafficScoreUs", - "Description": null + "ObjectName": "CWPTerminationDate", + "Description": "Date (MM/DD/YYYY) that the permit was terminated." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_EXPIRATION_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "276", - "ObjectName": "MilePctileProximityNPDESUs", - "Description": null + "ObjectName": "CWPExpirationDate", + "Description": "Date that the permit expires." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_MAJOR_MINOR_STATUS_FLAG", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "277", - "ObjectName": "MilePctileProximityNplUs", - "Description": null + "ObjectName": "CWPMajorMinorStatusFlag", + "Description": "Facilities marked M for major refers to CWA major permittees.- M = Major- N = Minor" }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "PERMIT_COMPONENTS", + "DataType": "VARCHAR2", + "DataLength": "1000", "ColumnID": "278", - "ObjectName": "MilePctileProximityRmpUs", - "Description": null + "ObjectName": "PermitComponents", + "Description": "Indicates the permit component(s) associated with the NPDES Permit Program Area." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "NPDES_DATA_GROUPS", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "279", - "ObjectName": "MilePctileProximityTsdfUs", - "Description": null + "ObjectName": "NPDESDataGroups", + "Description": "This is the code indicating the NPDES eReporting Rule Data Group that applies to the data." }, { - "ColumnName": "MILE_PCTILE_O3_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "NPDES_DATA_GROUPS_DESCS", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "280", - "ObjectName": "MilePctileO3Us", - "Description": null + "ObjectName": "NPDESDataGroupsDescs", + "Description": "Description for each NPDES Data Group eReporting rule code related to the current NPDES permit." }, { - "ColumnName": "MILE_PCTILE_PM_US", + "ColumnName": "CWP_INSPECTION_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "281", - "ObjectName": "MilePctilePmUs", - "Description": null + "ObjectName": "CWPInspectionCount", + "Description": "The number of inspections/compliance evaluations, under the corresponding statute, occurring at the facility within the last five years." }, { - "ColumnName": "MILE_PCTILE_UST_US", + "ColumnName": "CWP_DAYS_LAST_INSPECTION", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "282", - "ObjectName": "MilePctileUstUs", - "Description": null + "ObjectName": "CWPDaysLastInspection", + "Description": "Indicates the number of days since the most recent inspection of the facility." }, { - "ColumnName": "MILE_OVER80_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INSPECTION", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "283", - "ObjectName": "MileOver80CountUs", - "Description": null + "ObjectName": "CWPDateLastInspection", + "Description": "The date on which the most recent inspection of the facility took place. For the CAA, the date on which a Full Compliance Evaluation (FCE) was completed." }, { - "ColumnName": "MILE_OVER95_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INSP_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "284", - "ObjectName": "MileOver95CountUs", - "Description": null + "ObjectName": "CWPDateLastInspEPA", + "Description": "Indicates the effective date of the most recent inspection taken against the facility." }, { - "ColumnName": "MILE_PCTILE_PCTPRE1960_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INSP_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "285", - "ObjectName": "MilePctilePctpre1960St", - "Description": null + "ObjectName": "CWPDateLastInspSt", + "Description": "Indicates the effective date of the most recent inspection taken against the facility by a state environmental agency." }, { - "ColumnName": "MILE_PCTILE_DPM_ST", + "ColumnName": "CWP_BIO_INSP_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "286", - "ObjectName": "MilePctileDpmSt", - "Description": null + "ObjectName": "CWPBioInspCount", + "Description": "The count of Biosolids related Inspections that have occured for the facility." }, { - "ColumnName": "MILE_PCTILE_CANCER_ST", + "ColumnName": "CWP_DAYS_LAST_BIO_INSP", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "287", - "ObjectName": "MilePctileCancerSt", - "Description": null + "ObjectName": "CWPDaysLastBioInsp", + "Description": "Indicates the number of days since the most recent Biosolids related inspection of the facility." }, { - "ColumnName": "MILE_PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_BIO_INSP", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "288", - "ObjectName": "MilePctileRespSt", - "Description": null + "ObjectName": "CWPDateLastBioInsp", + "Description": "The date on which the most recent biosolids program inspection of the facility took place." }, { - "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_BIO_INSP_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "289", - "ObjectName": "MilePctileTrafficScoreSt", - "Description": null + "ObjectName": "CWPDateLastBioInspEPA", + "Description": "Indicate the last inspection date by EPA" }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_BIO_INSP_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "290", - "ObjectName": "MilePctileProximityNPDESSt", - "Description": null + "ObjectName": "CWPDateLastBioInspSt", + "Description": "Indicate the last inspection date by state environmental agency" }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "BIO_VIO_LAST_YEAR_FLAG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "291", - "ObjectName": "MilePctileProximityNplSt", - "Description": null + "ObjectName": "BioVioLastYearFlag", + "Description": "Y if the facility has a biosolids single event violation under the Clean Water Act in the last year. Note: Violations reported on the 2016 and 2017 Biosolids Annual Report are not updated with the weekly data refresh and may not be representative of a facility's recently submitted or updated report." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_ST", + "ColumnName": "BIO_QTRS_WITH_VIO", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "292", - "ObjectName": "MilePctileProximityRmpSt", - "Description": null + "ObjectName": "BioQtrsWithVio", + "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered with violations for biosolids." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "DSCH_TO_MS4", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "293", - "ObjectName": "MilePctileProximityTsdfSt", - "Description": null + "ObjectName": "DschToMs4", + "Description": "Indicatesif a facility discharges into a Municipal Separate Storm Sewer System (MS4)." }, { - "ColumnName": "MILE_PCTILE_O3_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "RECEIVING_MS4_NAME", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "294", - "ObjectName": "MilePctileO3St", - "Description": null + "ObjectName": "ReceivingMs4Name", + "Description": "This is the name of the receiving MS4(s)." }, { - "ColumnName": "MILE_PCTILE_PM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "STORM_WATER_AREA", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "295", - "ObjectName": "MilePctilePmSt", - "Description": null + "ObjectName": "StormWaterArea", + "Description": "The estimated area of industrial activity at the site exposed to stormwater in acres." }, { - "ColumnName": "MILE_PCTILE_UST_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "HISTORIC_CRITERION_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "296", - "ObjectName": "MilePctileUstSt", - "Description": null + "ObjectName": "HistoricCriterionCode", + "Description": "Indicates the eligibility criteria for historic properties preservation." }, { - "ColumnName": "MILE_OVER80_COUNT_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SPECIES_CRITICAL_HABITAL_FLAG", + "DataType": "VARCHAR2", + "DataLength": "100", "ColumnID": "297", - "ObjectName": "MileOver80CountSt", - "Description": null + "ObjectName": "SpeciesCriticalHabitalFlag", + "Description": "This identifies if Endangered Species Act (ESA) provisions are met." }, { - "ColumnName": "MILE_OVER95_COUNT_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SWPPP_URL", + "DataType": "VARCHAR2", + "DataLength": "1000", "ColumnID": "298", - "ObjectName": "MileOver95CountSt", - "Description": null + "ObjectName": "SwpppUrl", + "Description": "Web address URL of Internet page where current copy of Stormwater Pollution Prevention Plan (SWPPP) is maintained." }, { - "ColumnName": "SUP_OVER80_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "EXPOSED_ACTIVITY", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "299", - "ObjectName": "SupOver80CountUs", - "Description": null + "ObjectName": "ExposedActivity", + "Description": "Description of onsite industrial activities exposed to stormwater and potential spill and leak areas." }, { - "ColumnName": "SUP_PCTILE_PCTPRE1960_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "ASSOCIATED_POLLUTANT", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "300", - "ObjectName": "SupPctilePctpre1960Us", - "Description": null + "ObjectName": "AssociatedPollutant", + "Description": "Description of pollutant(s) or pollutant constituent(s) associated with each industrial activity exposed to stormwater." }, { - "ColumnName": "SUP_PCTILE_DPM_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CONTROL_MEASURE", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "301", - "ObjectName": "SupPctileDpmUs", - "Description": null + "ObjectName": "ControlMeasure", + "Description": "Description of control measures employed to comply with the non-numeric technology-based effluent limits required in Part 2.1.2 and Part 8." }, { - "ColumnName": "SUP_PCTILE_CANCER_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CONTROL_MEASURE_SCHEDULE", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "302", - "ObjectName": "SupPctileCancerUs", - "Description": null + "ObjectName": "ControlMeasureSchedule", + "Description": "Description of schedule for control measures associated with good housekeeping and maintenance." }, { - "ColumnName": "SUP_PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "TYPE_OF_MONITORING", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "303", - "ObjectName": "SupPctileRespUs", - "Description": null + "ObjectName": "TypeOfMonitoring", + "Description": "The type of monitoring specified in the SWPPP." }, { - "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "TYPE_OF_WATER", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "304", - "ObjectName": "SupPctileTrafficScoreUs", - "Description": null + "ObjectName": "TypeOfWater", + "Description": "The type of water body receiving discharges stormwater discharges specified in the SWPPP." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_LAST_REPORT_YEAR", + "DataType": "VARCHAR2", + "DataLength": "4", "ColumnID": "305", - "ObjectName": "SupPctileProximityNPDESUs", - "Description": null + "ObjectName": "MsgpLastReportYear", + "Description": "The calendar year of the latest MSGP annual report submitted by the permitted facility." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_FACILITY_INSPCTN_SMMRY", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "306", - "ObjectName": "SupPctileProximityNplUs", - "Description": null + "ObjectName": "MsgpFacilityInspctnSmmry", + "Description": "Summary of the quarterly facility inspection documentation (part 3.1 of the permit) during the MSGP annual report year." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_VISUAL_ASSESSMENT_SMMRY", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "307", - "ObjectName": "SupPctileProximityRmpUs", - "Description": null + "ObjectName": "MsgpVisualAssessmentSmmry", + "Description": "Summary of the quarterly visual assessment documentation (part 3.3 of the permit) during the MSGP annual report year." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_NO_FURTHER_RDCTN_RTNLE", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "308", - "ObjectName": "SupPctileProximityTsdfUs", - "Description": null + "ObjectName": "MsgpNoFurtherRdctnRtnle", + "Description": "Description of rationale for why no further reductions are achievable (part 6.2.1.2 of the permit) during the MSGP annual report year." }, { - "ColumnName": "SUP_PCTILE_O3_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_CORRECTIVE_ACTION_SMMRY", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "309", - "ObjectName": "SupPctileO3Us", - "Description": null + "ObjectName": "MsgpCorrectiveActionSmmry", + "Description": "Summary of the corrective action documentation (part 4.3 of the permit) during the MSGP annual report year." }, { - "ColumnName": "SUP_PCTILE_PM_US", + "ColumnName": "CWP_INDSW_INSP_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "310", - "ObjectName": "SupPctilePmUs", + "ObjectName": "CWPIndswInspCount", "Description": null }, { - "ColumnName": "SUP_PCTILE_UST_US", + "ColumnName": "CWP_DAYS_LAST_INDSW_INSP", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "311", - "ObjectName": "SupPctileUstUs", + "ObjectName": "CWPDaysLastIndswInsp", "Description": null }, { - "ColumnName": "SUP_MAX_PCTILE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_INSP", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "312", - "ObjectName": "SupMaxPctileUs", + "ObjectName": "CWPDateLastIndswInsp", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG_US", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "CWP_DATE_LAST_INDSW_INSP_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "313", - "ObjectName": "SupEjscreenFlagUs", + "ObjectName": "CWPDateLastIndswInspEPA", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "CWP_DATE_LAST_INDSW_INSP_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "314", - "ObjectName": "SupEjscreenFlag", + "ObjectName": "CWPDateLastIndswInspSt", "Description": null }, { - "ColumnName": "SUP_PCTILE_PCTPRE1960_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_STATUS", + "DataType": "VARCHAR2", + "DataLength": "500", "ColumnID": "315", - "ObjectName": "SupPctilePctpre1960St", - "Description": null + "ObjectName": "CWPStatus", + "Description": "An indication of the facility's current compliance status under the Clean Water Act:- Significant Violation- Noncompliance- No Violation- Unknown" }, { - "ColumnName": "SUP_PCTILE_DPM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_SNC_STATUS", + "DataType": "VARCHAR2", + "DataLength": "50", "ColumnID": "316", - "ObjectName": "SupPctileDpmSt", - "Description": null + "ObjectName": "CWPSNCStatus", + "Description": "Indicates when a major source is in significant noncompliance (SNC) or a non-major source has a Category I violation." }, { - "ColumnName": "SUP_PCTILE_CANCER_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_VIO_STATUS", + "DataType": "VARCHAR2", + "DataLength": "50", "ColumnID": "317", - "ObjectName": "SupPctileCancerSt", - "Description": null + "ObjectName": "CWPVioStatus", + "Description": "The current Reportable Non Compliance value for the facility." }, { - "ColumnName": "SUP_PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_SNC_STATUS_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "318", - "ObjectName": "SupPctileRespSt", - "Description": null + "ObjectName": "CWPSNCStatusDate", + "Description": "The status date of the facility's Significant Noncompliance designation." }, { - "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_ST", + "ColumnName": "CWP_QTRS_WITH_NC", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "319", - "ObjectName": "SupPctileTrafficScoreSt", - "Description": null + "ObjectName": "CWPQtrsWithNC", + "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered either with violations, in noncompliance (NC) status, or in Significant Noncompliance (SNC), as described above under Compliance Status." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_VIOL_STATUS", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "320", - "ObjectName": "SupPctileProximityNPDESSt", - "Description": null + "ObjectName": "CWPViolStatus", + "Description": "Indicates if the facility is currently in any violation under the Clean Water Act, either in Noncompliance or Significant Noncompliance." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_ST", + "ColumnName": "CWP_QTRS_WITH_SNC", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "321", - "ObjectName": "SupPctileProximityNplSt", - "Description": null + "ObjectName": "CWPQtrsWithSNC", + "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit is considered in Significant Noncompliance (SNC), as described above under Compliance Status." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_ST", + "ColumnName": "MISS_DMR_QTRS", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "322", - "ObjectName": "SupPctileProximityRmpSt", - "Description": null + "ObjectName": "MissDMRQtrs", + "Description": "Count of the number of quarters, out of the last twelve quarters, in which EPA's data system was not able to determine the facility-level compliance status." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_ST", + "ColumnName": "CWP_E90_CNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "323", - "ObjectName": "SupPctileProximityTsdfSt", - "Description": null + "ObjectName": "CWPE90Cnt", + "Description": "Displays the number of instances where effluent limits have been exceeded in the past 3 years (E90 compliance code), based on monthly Discharge Monitoring Reports (DMRs) submitted by facilities." }, { - "ColumnName": "SUP_PCTILE_O3_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_COMPLIANCE_TRACKING", + "DataType": "VARCHAR2", + "DataLength": "8", "ColumnID": "324", - "ObjectName": "SupPctileO3St", - "Description": null + "ObjectName": "CWPComplianceTracking", + "Description": "Extent to which data is being entered and effluent exceedances are being identified (Off, On, Partial)." }, { - "ColumnName": "SUP_PCTILE_PM_ST", + "ColumnName": "ALR_EXCEEDENCES", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "325", - "ObjectName": "SupPctilePmSt", + "ObjectName": "AlrExceedences", "Description": null }, { - "ColumnName": "SUP_PCTILE_UST_ST", + "ColumnName": "ALR_EXCEEDS_5YR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "326", - "ObjectName": "SupPctileUstSt", + "ObjectName": "AlrExceeds5yr", "Description": null }, { - "ColumnName": "SUP_MAX_PCTILE_ST", + "ColumnName": "ALR_EXCEEDS_4YR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "327", - "ObjectName": "SupMaxPctileSt", + "ObjectName": "AlrExceeds4yr", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG_ST", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "ALR_EXCEEDS_3YR", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "328", - "ObjectName": "SupEjscreenFlagSt", + "ObjectName": "AlrExceeds3yr", "Description": null }, { - "ColumnName": "SUP_OVER80_COUNT_ST", + "ColumnName": "ALR_EXCEEDS_2YR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "329", - "ObjectName": "SupOver80CountSt", + "ObjectName": "AlrExceeds2yr", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_US", + "ColumnName": "ALR_EXCEEDS_1YR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "330", - "ObjectName": "SupMilePctilePctpre1960Us", + "ObjectName": "AlrExceeds1yr", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_DPM_US", + "ColumnName": "CWP_INFORMAL_ENF_ACT_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "331", - "ObjectName": "SupMilePctileDpmUs", - "Description": null + "ObjectName": "CWPInformalEnfActCount", + "Description": "Indicates the total number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years." }, { - "ColumnName": "SUP_MILE_PCTILE_CANCER_US", + "ColumnName": "CWP_FORMAL_EA_CNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "332", - "ObjectName": "SupMilePctileCancerUs", - "Description": null + "ObjectName": "CWPFormalEaCnt", + "Description": "Indicates the total number of enforcement actions taken against the facility within the last five years. NA indicates that this measure is not applicable for facilities with no associated CAA, CWA, or RCRA permits." }, { - "ColumnName": "SUP_MILE_PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INFORMAL_EA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "333", - "ObjectName": "SupMilePctileRespUs", - "Description": null + "ObjectName": "CWPDateLastInformalEa", + "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility." }, { - "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_IEA_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "334", - "ObjectName": "SupMilePctileTrafficScoreUs", - "Description": null + "ObjectName": "CWPDateLastIeaEPA", + "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility by EPA." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_IEA_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "335", - "ObjectName": "SupMilePctileProxNPDESUs", - "Description": null + "ObjectName": "CWPDateLastIeaSt", + "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility by a state environmental agency." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_FEA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "336", - "ObjectName": "SupMilePctileProxNplUs", - "Description": null + "ObjectName": "CWPDateLastFea", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_FEA_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "337", - "ObjectName": "SupMilePctileProxRmpUs", - "Description": null + "ObjectName": "CWPDateLastFeaEPA", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_FEA_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "338", - "ObjectName": "SupMilePctileProxTsdfUs", - "Description": null + "ObjectName": "CWPDateLastFeaSt", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency." }, { - "ColumnName": "SUP_MILE_PCTILE_O3_US", + "ColumnName": "CWP_TOTAL_PENALTIES", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "339", - "ObjectName": "SupMilePctileO3Us", - "Description": null + "ObjectName": "CWPTotalPenalties", + "Description": "The total penalty value incurred over 5 years." }, { - "ColumnName": "SUP_MILE_PCTILE_PM_US", + "ColumnName": "CWP_INDSW_IEA_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "340", - "ObjectName": "SupMilePctilePmUs", + "ObjectName": "CWPIndswIeaCount", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_UST_US", + "ColumnName": "CWP_INDSW_FEA_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "341", - "ObjectName": "SupMilePctileUstUs", + "ObjectName": "CWPIndswFeaCount", "Description": null }, { - "ColumnName": "SUP_MILE_OVER80_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_IEA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "342", - "ObjectName": "SupMileOver80CountUs", + "ObjectName": "CWPDateLastIndswIea", "Description": null }, { - "ColumnName": "SUP_MILE_OVER95_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_IEA_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "343", - "ObjectName": "SupMileOver95CountUs", + "ObjectName": "CWPDateLastIndswIeaEPA", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_IEA_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "344", - "ObjectName": "SupMilePctilePctpre1960St", + "ObjectName": "CWPDateLastIndswIeaSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_DPM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_FEA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "345", - "ObjectName": "SupMilePctileDpmSt", + "ObjectName": "CWPDateLastIndswFea", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_CANCER_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_FEA_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "346", - "ObjectName": "SupMilePctileCancerSt", + "ObjectName": "CWPDateLastIndswFeaEPA", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "347", - "ObjectName": "SupMilePctileRespSt", + "ColumnName": "CWP_DATE_LAST_INDSW_FEA_ST", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "347", + "ObjectName": "CWPDateLastIndswFeaSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_ST", + "ColumnName": "CWP_INDSW_PENALTIES", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "348", - "ObjectName": "SupMilePctileTrafficScoreSt", + "ObjectName": "CWPIndswPenalties", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_PENALTY", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "349", - "ObjectName": "SupMilePctileProxNPDESSt", + "ObjectName": "CWPDateLastIndswPenalty", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_ST", + "ColumnName": "CWP_BIO_IEA_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "350", - "ObjectName": "SupMilePctileProxNplSt", - "Description": null + "ObjectName": "CWPBioIeaCount", + "Description": "The count of Biosolids related Informal Enforcement Actions that have been taken against the Facility." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_ST", + "ColumnName": "CWP_BIO_FEA_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "351", - "ObjectName": "SupMilePctileProxRmpSt", - "Description": null + "ObjectName": "CWPBioFeaCount", + "Description": "The count of Biosolids related Formal Enforcement Actions that have been taken against the Facility." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_ST", + "ColumnName": "CWP_DATE_LAST_BIO_IEA", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "352", + "ObjectName": "CWPDateLastBioIea", + "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_IEA_EPA", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "353", + "ObjectName": "CWPDateLastBioIeaEPA", + "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by EPA within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_IEA_ST", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "354", + "ObjectName": "CWPDateLastBioIeaSt", + "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by a state environmental agency within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_FEA", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "355", + "ObjectName": "CWPDateLastBioFea", + "Description": "Indicates the effective date of the most recent listed biosolids formal enforcement action taken against the facility within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_FEA_EPA", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "356", + "ObjectName": "CWPDateLastBioFeaEPA", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_FEA_ST", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "357", + "ObjectName": "CWPDateLastBioFeaSt", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency within the last five years." + }, + { + "ColumnName": "CWP_BIO_PENALTIES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "352", - "ObjectName": "SupMilePctileProxTsdfSt", - "Description": null + "ColumnID": "358", + "ObjectName": "CWPBioPenalties", + "Description": "The total amount of Biosolids related penalties that have been assessed against the facility." }, { - "ColumnName": "SUP_MILE_PCTILE_O3_ST", + "ColumnName": "CWP_DATE_LAST_BIO_PENALTY", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "359", + "ObjectName": "CWPDateLastBioPenalty", + "Description": "Indicates the date on which the most recent assessed (or final) biosolids penalty was taken against the facility within the last five years. This measure only includes penalties that have been entered in the program database ICIS-NPDES." + }, + { + "ColumnName": "BIO_VIO_STATUS", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "353", - "ObjectName": "SupMilePctileO3St", - "Description": null + "ColumnID": "360", + "ObjectName": "BioVioStatus", + "Description": "A value of 1 indicates if the Biosolids facility currently has an unresolved biosolids related Single Event Violation." }, { - "ColumnName": "SUP_MILE_PCTILE_PM_ST", + "ColumnName": "BIO_VIOL_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "354", - "ObjectName": "SupMilePctilePmSt", - "Description": null + "ColumnID": "361", + "ObjectName": "BioViolFlag", + "Description": "Displays Yes if the facility is in violation for biosolids under the Clean Water Act, in the last three years." }, { - "ColumnName": "SUP_MILE_PCTILE_UST_ST", + "ColumnName": "BIO_VIO_LAST_YEAR", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "355", - "ObjectName": "SupMilePctileUstSt", - "Description": null + "ColumnID": "362", + "ObjectName": "BioVioLastYear", + "Description": "A flag (values of 1 for Yes, 0 for No) that a Bisolids Violation occurred in the last 4 quarters." }, { - "ColumnName": "SUP_MILE_OVER80_COUNT_ST", + "ColumnName": "POLL_WITH_VIOLATION", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "363", + "ObjectName": "PollWithViolation", + "Description": "The names of pollutants with effluent exceedances (i.e., violation code E90) in the past three years in ICIS-NPDES." + }, + { + "ColumnName": "LIM_POLLUTANT", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "364", + "ObjectName": "LimPollutant", + "Description": "The list of pollutants with enforceable (i.e., numeric limits or monitoring only) and/or benchmark limits in the current version of a NPDES permit." + }, + { + "ColumnName": "DMR_POUNDS", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "356", - "ObjectName": "SupMileOver80CountSt", - "Description": null + "ColumnID": "365", + "ObjectName": "DMRPounds", + "Description": "Total pounds of pollutants discharged by the NPDES ID for the most recent complete calendar year." }, { - "ColumnName": "SUP_MILE_OVER95_COUNT_ST", + "ColumnName": "PAST_CAL_YR_AVERAGE_FLOW", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "357", - "ObjectName": "SupMileOver95CountSt", - "Description": null + "ColumnID": "366", + "ObjectName": "PastCalYrAverageFlow", + "Description": "The past calendar year average flow in Million Gallons a Day (MGD)." }, { - "ColumnName": "SCORE", + "ColumnName": "PAST_CAL_YR_CONV_POLLUTANTS", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "358", + "ColumnID": "367", + "ObjectName": "PastCalYrConvPollutants", + "Description": "Total pounds of conventional pollutants discharged by the NPDES ID for the most recent complete calendar year." + }, + { + "ColumnName": "PAST_CAL_YR_CONV_POL_OVR_LMT", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "368", + "ObjectName": "PastCalYrConvPolOvrLmt", + "Description": "Total load over limit of conventional pollutant pounds equivalent discharged by the NPDES ID for the most recent complete calendar year." + }, + { + "ColumnName": "DMR_TWPE", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "369", + "ObjectName": "DMRTwpe", + "Description": "Total toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year. TWPE is the mass of a pollutant or chemical discharged that accounts for its relative toxicity." + }, + { + "ColumnName": "PAST_CAL_YR_TOXIC_POLLUTANTS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "370", + "ObjectName": "PastCalYrToxicPollutants", + "Description": "The toxic pollutants discharged by the NPDES facility for the most recent complete calendar year." + }, + { + "ColumnName": "PAST_CAL_YR_TOXIC_POL_OVR_LMT", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "371", + "ObjectName": "PastCalYrToxicPolOvrLmt", + "Description": "Total load over limit of toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year." + }, + { + "ColumnName": "FAC_TRI_SW_REL", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "372", + "ObjectName": "FacTRISwRel", + "Description": "Chemical surface water release information from the Toxics Release Inventory (TRI) represents the total chemical releases discharged to surface water, in pounds, for the most recent reporting year." + }, + { + "ColumnName": "FAC_TRI_POTW_TRANS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "373", + "ObjectName": "FacTRIPotwTrans", + "Description": "POTW transfer information from the Toxics Release Inventory (TRI) represents the amount of toxic chemicals transferred to a Publicly Operated Treatment Works (POTW), in pounds, for the most recent reporting year." + }, + { + "ColumnName": "CWP_CSO_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "374", + "ObjectName": "CWPCsoFlag", + "Description": "The discharge from a Combined Sewer System at a point prior to the treatment plant. CSOs are point sources subject to NPDES permit requirements including both technology-based and water quality-based requirements of the Clean Water Act." + }, + { + "ColumnName": "CWP_CSO_OUTFALLS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "375", + "ObjectName": "CWPCsoOutfalls", + "Description": "The number of discharge outfalls at points prior to the treatment plant." + }, + { + "ColumnName": "CWP_STATE_WATER_BODY_CODE", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "376", + "ObjectName": "CWPStateWaterBodyCode", + "Description": "Code from the Assessment TMDL Tracking & Implementation System (ATTAINS) database, assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification:- Region (first-level, 2-digit HUC)- Subregion (second-level, 4-digit HUC)- Accounting unit (third-level, 6-digit HUC)- Cataloguing unit (fourth-level, 8-digit HUC)- Watershed (fifth-level, 10-digit HUC)- Subwatershed (sixth-level, 12-digit HUC)" + }, + { + "ColumnName": "CWP_STATE_WATER_BODY_NAME", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "377", + "ObjectName": "CWPStateWaterBodyName", + "Description": "The name of the watershed from the ATTAINS database in which the facility resides." + }, + { + "ColumnName": "ATTAINS_CYCLE_YEAR", + "DataType": "VARCHAR2", + "DataLength": "4", + "ColumnID": "378", + "ObjectName": "AttainsCycleYear", + "Description": "The year in which the most recent state assessment occurred for the waterbody. The data are from the ATTAINS database." + }, + { + "ColumnName": "FAC_DERIVED_WBD_HU8", + "DataType": "VARCHAR2", + "DataLength": "8", + "ColumnID": "379", + "ObjectName": "FacDerivedWBDHu8", + "Description": "Spatially derived HUC based on the facility's geographic coordinates in FRS." + }, + { + "ColumnName": "FAC_DERIVED_WBD_HU8_NAME", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "380", + "ObjectName": "FacDerivedWBDHu8Name", + "Description": "The name of the hydrologic unit in which the facility is located within, derived spatially based on the facility's geographic coordinates in FRS." + }, + { + "ColumnName": "RAD_WBD_HUC12S", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "381", + "ObjectName": "RadWBDHuc12s", + "Description": null + }, + { + "ColumnName": "FAC_DERIVED_WBD", + "DataType": "VARCHAR2", + "DataLength": "12", + "ColumnID": "382", + "ObjectName": "FacDerivedWBD", + "Description": "The Hydrologic Unit Code (HUC-12) of the waterbody in which the facility resides, derived based on location data in FRS." + }, + { + "ColumnName": "FAC_DERIVED_WBD_NAME", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "383", + "ObjectName": "FacDerivedWBDName", + "Description": "The 12 digit Watershed Boundary Dataset Name derived from the FRS Best Pick Coordinate" + }, + { + "ColumnName": "RAD_GNIS_NAME", + "DataType": "VARCHAR2", + "DataLength": "60", + "ColumnID": "384", + "ObjectName": "RadGnisName", + "Description": "The name of the waterbody from the Geographic Names Information System (GNIS) database in which the facility is permitted to discharge directly." + }, + { + "ColumnName": "RAD_REACHCODE", + "DataType": "VARCHAR2", + "DataLength": "14", + "ColumnID": "385", + "ObjectName": "RadReachcode", + "Description": "A nationally unique and permanent identifier for the waterbody, assigned by the US Geological Survey." + }, + { + "ColumnName": "RAD_WBD_HU8", + "DataType": "VARCHAR2", + "DataLength": "8", + "ColumnID": "386", + "ObjectName": "RadWBDHu8", + "Description": "Hydrologic Unit Code (HUC) from the Reach Address Database (RAD), which is derived from the USGS Watershed Boundary Dataset." + }, + { + "ColumnName": "RAD_WBD_HU8_NAME", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "387", + "ObjectName": "RadWBDHu8Name", + "Description": "The name of the hydrologic unit in which the facility may discharge, from the Reach Address Database (RAD) and derived from the USGS Watershed Boundary Dataset." + }, + { + "ColumnName": "RAD_WBD_HUC12", + "DataType": "VARCHAR2", + "DataLength": "12", + "ColumnID": "388", + "ObjectName": "RadWBDHuc12", + "Description": "Code from the Reach Address Database (RAD), assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification:- Region (first-level, 2-digit HUC)- Subregion (second-level, 4-digit HUC)- Accounting unit (third-level, 6-digit HUC)- Cataloguing unit (fourth-level, 8-digit HUC)- Watershed (fifth-level, 10-digit HUC)- Subwatershed (sixth-level, 12-digit HUC)" + }, + { + "ColumnName": "RAD_HU_12_NAME", + "DataType": "VARCHAR2", + "DataLength": "80", + "ColumnID": "389", + "ObjectName": "RadHu12Name", + "Description": "The name of the waterbody in which the facility is permitted to discharge directly (from the Reach Address Database, RAD)." + }, + { + "ColumnName": "ATTAINS_SOURCE", + "DataType": "CHAR", + "DataLength": "6", + "ColumnID": "390", + "ObjectName": "AttainsSource", + "Description": "The CWA Report in which the waterbody data can be found. The data are from the Assessment TMDL Tracking & Implementation System (ATTAINS) database." + }, + { + "ColumnName": "CWP_IMP_WATER_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "391", + "ObjectName": "CWPImpWaterFlg", + "Description": "Displays Y if the permitted facility discharges directly into category 4 or 5 impaired waters, as designated under section 303(d) of the Clean Water Act." + }, + { + "ColumnName": "ATTAINS_IMP_WATER_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "392", + "ObjectName": "AttainsImpWaterFlg", + "Description": "Displays Y if the waterbody in which the facility resides is listed for impairment. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_AU_CATEGORY", + "DataType": "VARCHAR2", + "DataLength": "50", + "ColumnID": "393", + "ObjectName": "AttainsAuCategory", + "Description": "The impairment class or category of the waterbody in which the facility is permitted to discharge directly. The data are from the ATTAINS database:- 5 = Impaired: TMDL needed. Available information indicates that at least one designated use is not being supported and a TMDL is needed (also known as the 303(d) listed waters).- 4 = Impaired: TMDL not needed. Available information indicates that at least one designated use is not being supported, but a TMDL is not needed (see subcategories).- 4a = TMDL completed. A TMDL has been completed, but impairment still exists.- 4b = TMDL alternative. Impairment is being addressed by a method other than a TMDL (e.g., stream bank improvements).- 4c = Non-pollutant causes. Cause of impairment is not a pollutant (e.g., habitat destruction)." + }, + { + "ColumnName": "ATTAINS_STATE_CAUSES", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "394", + "ObjectName": "AttainsStateCauses", + "Description": "Lists all pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_CAUSE_GROUPS", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "395", + "ObjectName": "AttainsCauseGroups", + "Description": "Lists all groups of pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_POSSIBLE_NPDES_PARAMS", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "396", + "ObjectName": "AttainsPossibleNPDESParams", + "Description": "Lists all pollutants discharged by the facility that are potentially contributing to the impairment of local waterbodies." + }, + { + "ColumnName": "ATTAINS_PSSBLE_E90_NPDES_PARAMS", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "397", + "ObjectName": "AttainsPssbleE90NPDESParams", + "Description": null + }, + { + "ColumnName": "ATTAINS_AQUATIC_LIFE_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "398", + "ObjectName": "AttainsAquaticLifeUseFlg", + "Description": "Displays Y if the waterbody in which the facility resides is designated for aquatic life use. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_RECREATION_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "399", + "ObjectName": "AttainsRecreationUseFlg", + "Description": "Displays Y if the waterbody in which the facility resides is designated for recreational use. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_FISHCNSMPTN_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "400", + "ObjectName": "AttainsFishcnsmptnUseFlg", + "Description": null + }, + { + "ColumnName": "ATTAINS_DRINKING_WATER_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "401", + "ObjectName": "AttainsDrinkingWaterUseFlg", + "Description": null + }, + { + "ColumnName": "ATTAINS_SHELLFISH_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "402", + "ObjectName": "AttainsShellfishUseFlg", + "Description": "Displays Y if the waterbody in which the facility resides is designated for shellfish use. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_EXCEPTNL_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "403", + "ObjectName": "AttainsExceptnlUseFlg", + "Description": "Displays Y if the waterbody in which the facility resides is designated for exceptional use. The data are from the ATTAINS database." + }, + { + "ColumnName": "BEACH_CLOSE_LAST_YEAR_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "404", + "ObjectName": "BeachCloseLastYearFlg", + "Description": "Displays Y if the facility is located on or near a waterbody with a beach closure within the last year." + }, + { + "ColumnName": "BEACH_CLOSE_LAST_2YRS_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "405", + "ObjectName": "BeachCloseLast2yrsFlg", + "Description": "Displays Y if the facility is located on or near a waterbody with a beach closure within the last two years." + }, + { + "ColumnName": "CHESAPEAKE_BAY_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "406", + "ObjectName": "ChesapeakeBayFlag", + "Description": "Displays Y if the facility is located within the Chesapeake Bay watershed." + }, + { + "ColumnName": "CWP_TRIBAL_LAND_CODE", + "DataType": "VARCHAR2", + "DataLength": "80", + "ColumnID": "407", + "ObjectName": "CWPTRIbalLandCode", + "Description": "From ICIS, the unique identifier for every unit of land within Indian Country." + }, + { + "ColumnName": "CWP_PERMIT_STATUS_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "408", + "ObjectName": "CWPPermitStatusCode", + "Description": "The code associated with the facility's NPDES permit status." + }, + { + "ColumnName": "CWP_PERMIT_TYPE_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "409", + "ObjectName": "CWPPermitTypeCode", + "Description": "The code associated with the facility's NPDES permit classification." + }, + { + "ColumnName": "CWP_SNC_EVENT_DESC", + "DataType": "VARCHAR2", + "DataLength": "200", + "ColumnID": "410", + "ObjectName": "CWPSNCEventDesc", + "Description": "Describes the event that resulted in the facility's status of Significant Noncompliance." + }, + { + "ColumnName": "CWP_DATE_LAST_PENALTY", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "411", + "ObjectName": "CWPDateLastPenalty", + "Description": "Indicates date of most recent penalty against the facility." + }, + { + "ColumnName": "FAC_TRI_REPORTER", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "412", + "ObjectName": "FacTRIReporter", + "Description": "Indicates whether facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year." + }, + { + "ColumnName": "CWP_13QTRS_COMPL_HISTORY", + "DataType": "VARCHAR2", + "DataLength": "15", + "ColumnID": "413", + "ObjectName": "CWP13qtrsComplHistory", + "Description": "The facility's 3-year or 13-quarter compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:_ -No Violation IdentifiedV -Violation IdentifiedS -High Priority ViolationU - Undetermined" + }, + { + "ColumnName": "CWP_CASE_IDS", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "414", + "ObjectName": "CWPCaseIDs", + "Description": "Indicates the ICIS Case Number, a unique number identifying the civil enforcement action." + }, + { + "ColumnName": "CWP_FIPS_CODE", + "DataType": "VARCHAR2", + "DataLength": "5", + "ColumnID": "415", + "ObjectName": "CWPFIPSCode", + "Description": "A 5 digit combination of the 2 digit Federal Information Processing Standards (FIPS) code for the state and the 3 digit FIPS code of the county that a facility is located in." + }, + { + "ColumnName": "DMR_IMPAIRED_POLL", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "416", + "ObjectName": "DMRImpairedPoll", + "Description": "The pollutants with limits or monitoring requirements in a facility's NPDES permit with the potential to contribute to impairment of local waterbodies" + }, + { + "ColumnName": "INDSW_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "417", + "ObjectName": "IndswFlag", + "Description": "A value of Y indicates an Industrial Stormwater Permit." + }, + { + "ColumnName": "EFF_CHARTS_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "418", + "ObjectName": "EffChartsFlag", + "Description": null + }, + { + "ColumnName": "MAP", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "419", + "ObjectName": "Map", + "Description": "No Longer Used." + }, + { + "ColumnName": "BIOSOLIDS_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "420", + "ObjectName": "BiosolidsFlag", + "Description": "A Yes/No field to indicate permits with biosolids management and compliance information." + }, + { + "ColumnName": "CURR_SV_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "421", + "ObjectName": "CurrSvFlag", + "Description": "Indicates if the facility has a current significant violation. 1 = Yes" + }, + { + "ColumnName": "VIOL_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "422", + "ObjectName": "ViolFlag", + "Description": "Indicates if the facility had a violation within the last 3 years. 1 = Yes" + }, + { + "ColumnName": "CURR_VIO_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "423", + "ObjectName": "CurrVioFlag", + "Description": "Indicates if the facility has a current violation. 1 = Yes" + }, + { + "ColumnName": "INSP_5YR_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "424", + "ObjectName": "Insp5yrFlag", + "Description": "Indicates if the facility has an inspection within the last 5 years. 1 = Yes" + }, + { + "ColumnName": "EA_5YR_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "425", + "ObjectName": "Ea5yrFlag", + "Description": "Indicates if the facility has a formal enforcement action within the last 5 years. 1 = Yes" + }, + { + "ColumnName": "INFEA_5YR_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "426", + "ObjectName": "Infea5yrFlag", + "Description": "Indicates if the facility has an informal enforcement action within the last 5 years. 1 = Yes." + }, + { + "ColumnName": "TRIBAL_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "427", + "ObjectName": "TRIbalFlag", + "Description": "A flag indicating that the facility is within a tribal area." + }, + { + "ColumnName": "FAC_MAP_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "428", + "ObjectName": "FacMapFlg", + "Description": "Graphical indicator denoting whether geographical data required to map a facility are available." + }, + { + "ColumnName": "FAC_MAP_ICON", + "DataType": "VARCHAR2", + "DataLength": "20", + "ColumnID": "429", + "ObjectName": "FacMapIcon", + "Description": "The default map icon image file calculated for the facility by the ECHO program." + }, + { + "ColumnName": "LAST_DMR_VALUE_RCVD_DATE", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "430", + "ObjectName": "LastDMRValueRcvdDate", + "Description": "The latest date that a Discharge Monitoring Report was received by the State or EPA." + }, + { + "ColumnName": "LOWER_48", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "431", + "ObjectName": "Lower48", + "Description": "Flag showing Y/N whether location is within the contiguous (lower 48) United States." + }, + { + "ColumnName": "ACTIVE_LOWER_48", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "432", + "ObjectName": "ActiveLower48", + "Description": "A Y/N indicator indicating that the facility is active and located within the lower 48 contiguous US States." + }, + { + "ColumnName": "EFF_EXCEEDS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "433", + "ObjectName": "EffExceeds", + "Description": "The number of E90 Effluent Violations in the last 3 years." + }, + { + "ColumnName": "E90_EXCEEDS_5YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "434", + "ObjectName": "E90Exceeds5yr", + "Description": "The number of E90 Exceedences in the last 5 years." + }, + { + "ColumnName": "E90_EXCEEDS_4YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "435", + "ObjectName": "E90Exceeds4yr", + "Description": "The number of E90 Exceedences in the last 4 years." + }, + { + "ColumnName": "E90_EXCEEDS_3YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "436", + "ObjectName": "E90Exceeds3yr", + "Description": "The number of E90 Exceedences in the last 3 years." + }, + { + "ColumnName": "E90_EXCEEDS_2YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "437", + "ObjectName": "E90Exceeds2yr", + "Description": "The number of E90 Exceedences in the last 2 years." + }, + { + "ColumnName": "E90_EXCEEDS_1YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "438", + "ObjectName": "E90Exceeds1yr", + "Description": "The number of E90 Exceedences in the last year." + }, + { + "ColumnName": "E90_POLLUTANTS_5YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "439", + "ObjectName": "E90Pollutants5yr", + "Description": "The pollutants for the E90 Exceedences in the last 5 years." + }, + { + "ColumnName": "E90_POLLUTANTS_4YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "440", + "ObjectName": "E90Pollutants4yr", + "Description": "The pollutants for the E90 Exceedences in the last 4 years." + }, + { + "ColumnName": "E90_POLLUTANTS_3YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "441", + "ObjectName": "E90Pollutants3yr", + "Description": "The pollutants for the E90 Exceedences in the last 3 years." + }, + { + "ColumnName": "E90_POLLUTANTS_2YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "442", + "ObjectName": "E90Pollutants2yr", + "Description": "The pollutants for the E90 Exceedences in the last 2 years." + }, + { + "ColumnName": "E90_POLLUTANTS_1YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "443", + "ObjectName": "E90Pollutants1yr", + "Description": "The pollutants for the E90 Exceedences in the last year." + }, + { + "ColumnName": "CERTIFIED_DATE", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "444", + "ObjectName": "CertifiedDate", + "Description": "The issue date or effective date of the permit." + }, + { + "ColumnName": "COLLECTION_METHOD", + "DataType": "VARCHAR2", + "DataLength": "750", + "ColumnID": "445", + "ObjectName": "CollectionMethod", + "Description": "??" + }, + { + "ColumnName": "REFERENCE_POINT", + "DataType": "VARCHAR2", + "DataLength": "750", + "ColumnID": "446", + "ObjectName": "ReferencePoint", + "Description": "??" + }, + { + "ColumnName": "CALCULATED_ACCURACY_METERS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "447", + "ObjectName": "CalculatedAccuracyMeters", + "Description": "The estimated accuracy in Meters for the facility's geospatial coordinate." + }, + { + "ColumnName": "VIO_LAST_YEAR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "448", + "ObjectName": "VioLastYear", + "Description": "A flag (values of 1 for Yes, 0 for No) that a Water Program Violation occurred in the last 4 quarters." + }, + { + "ColumnName": "STATE_AUTH_NPDES", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "449", + "ObjectName": "StateAuthNPDES", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for NPDES Facilities." + }, + { + "ColumnName": "STATE_AUTH_FEDFAC", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "450", + "ObjectName": "StateAuthFedfac", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized to regulate Federally owned facilities." + }, + { + "ColumnName": "STATE_AUTH_PRETREAT", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "451", + "ObjectName": "StateAuthPretreat", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Pretreatment Facilities." + }, + { + "ColumnName": "STATE_AUTH_GEN", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "452", + "ObjectName": "StateAuthGen", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for General NPDES Facilities." + }, + { + "ColumnName": "STATE_AUTH_BIOSOLIDS", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "453", + "ObjectName": "StateAuthBiosolids", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Biosolids." + }, + { + "ColumnName": "PERMITTING_AGENCY", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "454", + "ObjectName": "PermittingAgency", + "Description": "This is the type of organization issuing or granting a permit." + }, + { + "ColumnName": "ELECTR_RPT_WAIVER_TYPE_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "455", + "ObjectName": "ElectrRptWaiverTypeCode", + "Description": "The unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part." + }, + { + "ColumnName": "ELECTR_RPT_WAIVER_TYPE_DESC", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "456", + "ObjectName": "ElectrRptWaiverTypeDesc", + "Description": "Description of the unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part." + }, + { + "ColumnName": "ELECTR_RPT_WAIVER_EFF_DATE", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "457", + "ObjectName": "ElectrRptWaiverEffDate", + "Description": "This is the effective date for a waiver from electronic reporting in compliance with this part. This data element should always be populated for a waiver." + }, + { + "ColumnName": "ELECTR_RPT_WAIVER_EXP_DATE", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "458", + "ObjectName": "ElectrRptWaiverExpDate", + "Description": "This is the expiration date for a temporary waiver from electronic reporting in compliance with this part. This data element should be left blank if the permittee has a permanent waiver from electronic reporting or if the permittee does not have a waiver from electronic reporting in compliance with this part." + }, + { + "ColumnName": "ELECTR_SUBMISSION_TYPE_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "459", + "ObjectName": "ElectrSubmissionTypeCode", + "Description": "This is the code indicating the means by which the data were submitted electronically." + }, + { + "ColumnName": "ELECTR_SUBMISSION_TYPE_DESC", + "DataType": "VARCHAR2", + "DataLength": "250", + "ColumnID": "460", + "ObjectName": "ElectrSubmissionTypeDesc", + "Description": "This is the description of the code indicating the means by which the data were submitted electronically." + }, + { + "ColumnName": "AIM_FLAG", + "DataType": "VARCHAR2", + "DataLength": "5", + "ColumnID": "461", + "ObjectName": "AimFlag", + "Description": null + }, + { + "ColumnName": "BIO_AR_FLAG", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "462", + "ObjectName": "BioArFlag", + "Description": null + }, + { + "ColumnName": "WEB_DOCS", + "DataType": "VARCHAR2", + "DataLength": "20", + "ColumnID": "463", + "ObjectName": "WebDocs", + "Description": "Contains flags that identify what web accessible documents are available for the facility." + }, + { + "ColumnName": "SCORE", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "464", "ObjectName": "Score", "Description": null } diff --git a/vignettes/articles/spatial_data.Rmd b/vignettes/articles/spatial_data.Rmd index 914214b..9b52dc9 100644 --- a/vignettes/articles/spatial_data.Rmd +++ b/vignettes/articles/spatial_data.Rmd @@ -53,9 +53,9 @@ library(dplyr) library(sf) ## Download data as a simple feature -df <- echoWaterGetFacilityInfo(xmin = '-96.407563', ymin = '30.554395', - xmax = '-96.25947', ymax = '30.751984', - output = 'sf') +df <- echoWaterGetFacilityInfo(p_c1lon = '-96.407563', p_c1lat = '30.554395', + p_c2lon = '-96.25947', p_c2lat = '30.751984', + output = 'sf') ## Make the map ggplot(df) + diff --git a/vignettes/int/0/air_rest_services.get_download-920d68.csv b/vignettes/int/0/air_rest_services.get_download-4065b1.csv similarity index 100% rename from vignettes/int/0/air_rest_services.get_download-920d68.csv rename to vignettes/int/0/air_rest_services.get_download-4065b1.csv diff --git a/vignettes/int/0/air_rest_services.get_facilities-9998c2.json b/vignettes/int/0/air_rest_services.get_facilities-9998c2.json new file mode 100644 index 0000000..8183861 --- /dev/null +++ b/vignettes/int/0/air_rest_services.get_facilities-9998c2.json @@ -0,0 +1,18 @@ +{ + "Results": { + "Message": "Success", + "QueryRows": "23", + "IndianCountryRows": "0", + "EJHighRows": "13", + "SVRows": "0", + "CVRows": "0", + "V3Rows": "0", + "FEARows": "0", + "InfFEARows": "0", + "INSPRows": "1", + "FCERows": "1", + "TotalPenalties": "$0", + "BadSystemIDs": null, + "QueryID": "802" + } +} diff --git a/vignettes/int/0/air_rest_services.get_facility_info-dd2056.json b/vignettes/int/0/air_rest_services.get_facility_info-dd2056.json deleted file mode 100644 index 951ce63..0000000 --- a/vignettes/int/0/air_rest_services.get_facility_info-dd2056.json +++ /dev/null @@ -1,304 +0,0 @@ -{ - "Results": { - "Message": "Success", - "QueryID": "420", - "QueryRows": "23", - "IndianCountryRows": "0", - "SVRows": "0", - "CVRows": "0", - "V3Rows": "0", - "FEARows": "0", - "InfFEARows": "0", - "INSPRows": "1", - "TotalPenalties": "$0", - "BadSystemIDs": null, - "IconBaseURL": "https://echo.epa.gov/themes/custom/echo/images/map/", - "PopUpBaseURL": "air_rest_services.pop_up?p_id=", - "ServiceBaseURL": "https://ordsint.rtpnc.epa.gov/ords/echo/air_rest_services.get_facility_info", - "QueryParameters": [ - { - "QP": "output", - "QV": "JSON" - }, - { - "QP": "xmin", - "QV": "-96.387509" - }, - { - "QP": "ymin", - "QV": "30.583572" - }, - { - "QP": "xmax", - "QV": "-96.281422" - }, - { - "QP": "ymax", - "QV": "30.640008" - }, - { - "QP": "p_limit_addr", - "QV": "Y" - }, - { - "QP": "qcolumns", - "QV": "1,2,3,22,23" - } - ], - "Facilities": [ - { - "ObjectId": "1", - "AIRName": "AGGIE CLEANERS", - "SourceID": "06000000480416E020", - "AIRStreet": "111 COLLEGE MAIN", - "RegistryID": "110001873786", - "FacLat": "30.61869", - "FacLong": "-96.34588", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "2", - "AIRName": "ALL SEASONS 1 HR CLEANERS", - "SourceID": "06000000480416E015", - "AIRStreet": "2501 TEXAS AVENUE SOUTH #D100", - "RegistryID": "110001873731", - "FacLat": "30.60704", - "FacLong": "-96.30875", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "3", - "AIRName": "BLUEBONNET PAVING", - "SourceID": "TX0000004877700147", - "AIRStreet": "HWY. 60, WEST OF", - "RegistryID": "110007194044", - "FacLat": "30.6133712371937", - "FacLong": "-96.3209769968903", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "4", - "AIRName": "BRYAN CLEANERS & LAUNDRY", - "SourceID": "06000000480416E012", - "AIRStreet": "1803 HOLLEMAN DRIVE", - "RegistryID": "110001873713", - "FacLat": "30.61225", - "FacLong": "-96.317503", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "5", - "AIRName": "CITY OF BRYAN", - "SourceID": "TX0000004804100026", - "AIRStreet": "1.5 MI W OF @FM 1687 & FM 2818", - "RegistryID": "110007194142", - "FacLat": "30.6375953911153", - "FacLong": "-96.3623520064393", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "6", - "AIRName": "COMET 1 HR CLEANERS", - "SourceID": "06000000480416E013", - "AIRStreet": "1712 SOUTHWEST PARKWAY #101", - "RegistryID": "110001873722", - "FacLat": "30.60616", - "FacLong": "-96.31034", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "7", - "AIRName": "EAGLE DRY CLEANING", - "SourceID": "06000000480416E017", - "AIRStreet": "900-8 HARVEY ROAD", - "RegistryID": "110001873759", - "FacLat": "30.62254", - "FacLong": "-96.31053", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "8", - "AIRName": "EARLY BIRD CLEANERS (CROWN)", - "SourceID": "06000000480416E019", - "AIRStreet": "615 EAST UNIVERSITY DRIVE", - "RegistryID": "110001873777", - "FacLat": "30.619764", - "FacLong": "-96.343989", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "9", - "AIRName": "FABRIC CARE CLEANERS", - "SourceID": "06000000480416E014", - "AIRStreet": "2418 SOUTHWEST PARKWAY", - "RegistryID": "110007205041", - "FacLat": "30.60678", - "FacLong": "-96.30969", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "10", - "AIRName": "FABRIC CARE DRY CLEANERS", - "SourceID": "06000000480416E001", - "AIRStreet": "4343 WELLBOURNE ROAD", - "RegistryID": "110001873606", - "FacLat": "30.621491", - "FacLong": "-96.35352", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "11", - "AIRName": "FERGUSON BURLESON CO. GAS GATHERING", - "SourceID": "TX0000004804100040", - "AIRStreet": "OFF F.M. 2154", - "RegistryID": "110007203739", - "FacLat": "30.6375953911153", - "FacLong": "-96.3623520064393", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "12", - "AIRName": "FERGUSON BURLESON COUNTY GAS GATHER", - "SourceID": "TX0000004804100022", - "AIRStreet": "AT THE INTERSECTION OF F.M. 28", - "RegistryID": "110007194099", - "FacLat": "30.6133712371937", - "FacLong": "-96.3209769968903", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "13", - "AIRName": "HIGHWAY MATERIALS INC", - "SourceID": "TX0000004877700260", - "AIRStreet": "FM 2818 AND SANDY POINT ROAD", - "RegistryID": "110007194981", - "FacLat": "30.6375953911153", - "FacLong": "-96.3623520064393", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "14", - "AIRName": "JOT 59 DRY CLEANERS", - "SourceID": "06000000480416E016", - "AIRStreet": "103 HOLLEMAN DRIVE", - "RegistryID": "110001873740", - "FacLat": "30.59645", - "FacLong": "-96.33268", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "15", - "AIRName": "KIRK'S DRY CLEANING #2", - "SourceID": "06000000480416E021", - "AIRStreet": "313 SOUTH COLLEGE", - "RegistryID": "110001873795", - "FacLat": "30.624409", - "FacLong": "-96.342948", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "16", - "AIRName": "NORTHSIDE CLEANERS", - "SourceID": "06000000480416E004", - "AIRStreet": "13011 NORTH TEXAS AVENUE", - "RegistryID": "110001873633", - "FacLat": "30.6375953911153", - "FacLong": "-96.3623520064393", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "17", - "AIRName": "PARK CLEANERS", - "SourceID": "06000000480416E018", - "AIRStreet": "314 GEORGE BUSH DRIVE", - "RegistryID": "110001873768", - "FacLat": "30.60572", - "FacLong": "-96.33784", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "18", - "AIRName": "RIDGECREST $1.79 DRY CLEANING", - "SourceID": "06000000480416E008", - "AIRStreet": "3502 SOUTH TEXAS AVENUE", - "RegistryID": "110001873679", - "FacLat": "30.63881", - "FacLong": "-96.34786", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "19", - "AIRName": "SCURLOCK PERMIAN CORPORATION", - "SourceID": "TX0000004804100015", - "AIRStreet": "CLARK LANE OFF LOOP 6", - "RegistryID": "110007194071", - "FacLat": "30.6375953911153", - "FacLong": "-96.3623520064393", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "20", - "AIRName": "TEXAS A&M UNIVERSITY COLLEGE STATION CAMPUS", - "SourceID": "TX0000004804100003", - "AIRStreet": "1111 RESEARCH PKWY", - "RegistryID": "110034947949", - "FacLat": "30.60368", - "FacLong": "-96.358106", - "AIRFacilityTypeCode": null, - "NaStatusNaa": null - }, - { - "ObjectId": "21", - "AIRName": "VANGUARD PIPELINE CORPORATION", - "SourceID": "TX0000004804100021", - "AIRStreet": "ROUTE 2, BOX 524", - "RegistryID": "110001866614", - "FacLat": "30.6133712371937", - "FacLong": "-96.3209769968903", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "22", - "AIRName": "WEST CAMPUS COGENERATION COMPANY", - "SourceID": "TX0000004804100039", - "AIRStreet": "WELLBORN ROAD & UNIVERSITY DR.", - "RegistryID": "110007203169", - "FacLat": "30.615655", - "FacLong": "-96.348601", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - }, - { - "ObjectId": "23", - "AIRName": "YOUNG BROTHERS INCORPORATED CONTRACT", - "SourceID": "TX0000004877700643", - "AIRStreet": "N OF HWY 21 2 MI W OF", - "RegistryID": "110007201919", - "FacLat": "30.6375953911153", - "FacLong": "-96.3623520064393", - "AIRFacilityTypeCode": "POF", - "NaStatusNaa": null - } - ] - } -} diff --git a/vignettes/int/0/air_rest_services.metadata-a4f118.json b/vignettes/int/0/air_rest_services.metadata-a4f118.json index 8b6f63c..d6e3531 100644 --- a/vignettes/int/0/air_rest_services.metadata-a4f118.json +++ b/vignettes/int/0/air_rest_services.metadata-a4f118.json @@ -8,7 +8,7 @@ "DataLength": "200", "ColumnID": "1", "ObjectName": "AIRName", - "Description": "The name of the AIR Facility." + "Description": null }, { "ColumnName": "SOURCE_ID", @@ -24,7 +24,7 @@ "DataLength": "200", "ColumnID": "3", "ObjectName": "AIRStreet", - "Description": "The street address of the AIR facility location." + "Description": null }, { "ColumnName": "AIR_CITY", @@ -32,7 +32,7 @@ "DataLength": "100", "ColumnID": "4", "ObjectName": "AIRCity", - "Description": "The city where the AIR facility is located." + "Description": null }, { "ColumnName": "AIR_STATE", @@ -40,7 +40,7 @@ "DataLength": "2", "ColumnID": "5", "ObjectName": "AIRState", - "Description": "The state where the AIR facility is located." + "Description": null }, { "ColumnName": "LOCAL_CONTROL_REGION_CODE", @@ -48,7 +48,7 @@ "DataLength": "3", "ColumnID": "6", "ObjectName": "LocalControlRegionCode", - "Description": "Code for regions within a state. Search criteria for DFR in OTIS." + "Description": null }, { "ColumnName": "AIR_ZIP", @@ -56,7 +56,7 @@ "DataLength": "10", "ColumnID": "7", "ObjectName": "AIRZip", - "Description": "The five-digit zip code of the AIR facility." + "Description": null }, { "ColumnName": "REGISTRY_ID", @@ -72,7 +72,7 @@ "DataLength": "100", "ColumnID": "9", "ObjectName": "AIRCounty", - "Description": "The name of the county where the AIR facility is located." + "Description": null }, { "ColumnName": "AIR_EPA_REGION", @@ -80,7 +80,7 @@ "DataLength": "2", "ColumnID": "10", "ObjectName": "AIREPARegion", - "Description": "The EPA region where the AIR facility is located." + "Description": null }, { "ColumnName": "FAC_FEDERAL_AGENCY_CODE", @@ -88,7 +88,7 @@ "DataLength": "15", "ColumnID": "11", "ObjectName": "FacFederalAgencyCode", - "Description": "Indicates the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. The five-character code consists of a letter followed by four numbers. There are four possible letters that can occupy the first character position: C = Civilian Federal Agency; D = Department of Defense; E = Department of Energy; X = Unknown. The second and third characters represent the agency code, while the fourth and fifth characters represent the bureau code." + "Description": null }, { "ColumnName": "FAC_FEDERAL_AGENCY_NAME", @@ -96,7 +96,7 @@ "DataLength": "150", "ColumnID": "12", "ObjectName": "FacFederalAgencyName", - "Description": "Indicates the name of the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government." + "Description": null }, { "ColumnName": "FAC_DERIVED_HUC", @@ -104,7 +104,7 @@ "DataLength": "8", "ColumnID": "13", "ObjectName": "FacDerivedHuc", - "Description": "The 8-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides. A HUC number is assigned to every watershed in the nation and uniquely identifies the watershed." + "Description": null }, { "ColumnName": "FAC_FIPS_CODE", @@ -112,7 +112,7 @@ "DataLength": "15", "ColumnID": "14", "ObjectName": "FacFIPSCode", - "Description": "The 2-digit Federal Information Processing Standards (FIPS) code to identify the county that a facility is located in." + "Description": null }, { "ColumnName": "FAC_INDIAN_CNTRY_FLG", @@ -120,7 +120,7 @@ "DataLength": "3", "ColumnID": "15", "ObjectName": "FacIndianCntryFlg", - "Description": "Flag showing Y/N whether the facility is located in Indian Country." + "Description": null }, { "ColumnName": "AIR_INDIAN_CNTRY_FLG", @@ -128,7 +128,7 @@ "DataLength": "3", "ColumnID": "16", "ObjectName": "AIRIndianCntryFlg", - "Description": "Flag indicating whether the AIR facility is located in Indian country." + "Description": null }, { "ColumnName": "FAC_INDIAN_SPATIAL_FLG", @@ -136,7 +136,7 @@ "DataLength": "1", "ColumnID": "17", "ObjectName": "FacIndianSpatialFlg", - "Description": "Returns “Y” if a facility is located within a tribal spatial boundary as defined by the U.S. Census Bureau 2010 tribal boundary layer data for tribes in the lower 48 states and Bureau of Land Management Alaska State Office data for native villages in Alaska. Returns “N” if a facility is not located within a tribal or native Alaskan village area." + "Description": null }, { "ColumnName": "FAC_DERIVED_TRIBES", @@ -144,7 +144,7 @@ "DataLength": "4000", "ColumnID": "18", "ObjectName": "FacDerivedTribes", - "Description": "The tribes or tribal territories located within 25 miles of the facility's location." + "Description": null }, { "ColumnName": "FAC_US_MEX_BORDER_FLG", @@ -152,7 +152,7 @@ "DataLength": "1", "ColumnID": "19", "ObjectName": "FacUsMexBorderFlg", - "Description": "A Y/N flag indicating that the facility is within 100KM of the US-Mexico Border." + "Description": null }, { "ColumnName": "FAC_SIC_CODES", @@ -168,7 +168,7 @@ "DataLength": "4000", "ColumnID": "21", "ObjectName": "AIRNAICS", - "Description": "The facility’s or permit's primary North American Industry Classification System (NAICS) Code." + "Description": null }, { "ColumnName": "FAC_LAT", @@ -192,7 +192,7 @@ "DataLength": "4000", "ColumnID": "24", "ObjectName": "AIRPrograms", - "Description": "Comma-delimited list of AIR programs." + "Description": null }, { "ColumnName": "AIR_MACTS", @@ -200,15 +200,15 @@ "DataLength": "4000", "ColumnID": "25", "ObjectName": "AIRMacts", - "Description": "The Maximum Achievable Control Technology (MACT) Subpart associated with the facility." + "Description": null }, { "ColumnName": "AIR_STATUS", "DataType": "VARCHAR2", - "DataLength": "120", + "DataLength": "500", "ColumnID": "26", "ObjectName": "AIRStatus", - "Description": "The status of the AIR facility location." + "Description": null }, { "ColumnName": "AIR_UNIVERSE", @@ -216,7 +216,7 @@ "DataLength": "150", "ColumnID": "27", "ObjectName": "AIRUniverse", - "Description": "The program office defines each CAA Source ID and the associated permits as being Federally Reportable or Non-Federally Reportable. Under the CAA, federally reportable source include majors, synthetic minors, NESHAP Part 61 minors, minors with an unresolved High Priority Violation (HPV), with recent enforcement action, or included on a Compliance Monitoring Strategy plan." + "Description": null }, { "ColumnName": "AIR_CLASSIFICATION", @@ -226,211 +226,227 @@ "ObjectName": "AIRClassification", "Description": null }, + { + "ColumnName": "AIR_CMS_CATEGORY_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "29", + "ObjectName": "AIRCmsCategoryCode", + "Description": null + }, + { + "ColumnName": "AIR_CMS_CATEGORY_DESC", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "30", + "ObjectName": "AIRCmsCategoryDesc", + "Description": null + }, { "ColumnName": "FAC_DERIVED_WBD", "DataType": "VARCHAR2", "DataLength": "14", - "ColumnID": "29", + "ColumnID": "31", "ObjectName": "FacDerivedWBD", - "Description": "The Hydrologic Unit Code (HUC-12) of the waterbody in which the facility resides, derived based on location data in FRS." + "Description": null }, { "ColumnName": "FAC_DERIVED_WBD_NAME", "DataType": "VARCHAR2", "DataLength": "100", - "ColumnID": "30", + "ColumnID": "32", "ObjectName": "FacDerivedWBDName", - "Description": "The 12 digit Watershed Boundary Dataset Name derived from the FRS Best Pick Coordinate" + "Description": null }, { "ColumnName": "CHESAPEAKE_BAY_FLAG", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "31", + "ColumnID": "33", "ObjectName": "ChesapeakeBayFlag", - "Description": "Displays Y if the facility is located within the Chesapeake Bay watershed." + "Description": null }, { "ColumnName": "AIR_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "32", + "ColumnID": "34", "ObjectName": "AIRIDs", - "Description": "Air Facility System (AFS) ID." + "Description": null }, { "ColumnName": "CWA_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "33", + "ColumnID": "35", "ObjectName": "CWAIDs", - "Description": "A unique ID assigned for each record/permit/site/facility within ICIS-NPDES. These identifiers are for used tracking purposes in the individual data systems." + "Description": null }, { "ColumnName": "RCRA_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "34", + "ColumnID": "36", "ObjectName": "RCRAIDs", - "Description": "A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database." + "Description": null }, { "ColumnName": "RMP_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "35", + "ColumnID": "37", "ObjectName": "RmpIDs", - "Description": "A unique ID assigned to each facility submitting a Risk Management Plan to EPA under the Risk Management Plan Rule." + "Description": null }, { "ColumnName": "SDWA_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "36", + "ColumnID": "38", "ObjectName": "SDWAIDs", - "Description": "A unique 9-character ID assigned for each public water system within the Safe Drinking Water Information System (SDWIS)." + "Description": null }, { "ColumnName": "TRI_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "37", + "ColumnID": "39", "ObjectName": "TRIIDs", - "Description": "A unique 15-character ID assigned for each facility within the Toxics Release Inventory (TRI) program. The format is ZZZZZNNNNNSSSSS, where ZZZZZ = ZIP code, NNNNN = the first 5 consonants of the name, and SSSSS = the first 5 non-blank non-special characters in the street address." + "Description": null }, { "ColumnName": "GHG_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "38", + "ColumnID": "40", "ObjectName": "GHGIDs", - "Description": "A unique ID assigned for each facility within EPA’s Greenhouse Gas Reporting Program (GHGRP) Emissions Data Sets." + "Description": null }, { "ColumnName": "EIS_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "39", + "ColumnID": "41", "ObjectName": "EisIDs", - "Description": "A unique ID assigned for each facility within EPA’s Emissions Inventory System (EIS) Database." + "Description": null }, { "ColumnName": "CAMD_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "40", + "ColumnID": "42", "ObjectName": "CamdIDs", - "Description": "Facility identifiers for the Clean Air Markets Division database." + "Description": null }, { "ColumnName": "AIR_COMPL_STATUS", "DataType": "VARCHAR2", "DataLength": "100", - "ColumnID": "41", + "ColumnID": "43", "ObjectName": "AIRComplStatus", - "Description": "The facility's recent violation status under the Clean Air Act." + "Description": null }, { "ColumnName": "AIR_HPV_STATUS", "DataType": "VARCHAR2", "DataLength": "100", - "ColumnID": "42", + "ColumnID": "44", "ObjectName": "AIRHpvStatus", - "Description": "Indicates whether the facility currently has an unresolved High Priority Violation (HPV) under the Clean Air Act." + "Description": null }, { "ColumnName": "AIR_MNTHS_WITH_HPV", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "43", + "ColumnID": "45", "ObjectName": "AIRMnthsWithHpv", - "Description": "The number of months in the last three years in which the permit or site is considered in High Priority Violation (HPV) status" + "Description": null }, { "ColumnName": "AIR_QTRS_WITH_HPV", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "44", + "ColumnID": "46", "ObjectName": "AIRQtrsWithHpv", - "Description": "The number of quarters in the last three years in which the permit or site is considered in High Priority Violation (HPV) status." + "Description": null }, { "ColumnName": "AIR_QTRS_WITH_VIOL", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "45", + "ColumnID": "47", "ObjectName": "AIRQtrsWithViol", - "Description": "The number of quarters in the last three years in which the permit or site has had unresolved violation(s) reported." + "Description": null }, { "ColumnName": "AIR_POLL_RECENT_VIOL", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "46", + "ColumnID": "48", "ObjectName": "AIRPollRecentViol", - "Description": "The names of pollutants or pollutant categories with violations reported in the last year." + "Description": null }, { "ColumnName": "AIR_RECENT_VIOL_CNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "47", + "ColumnID": "49", "ObjectName": "AIRRecentViolCnt", - "Description": "The number of violations reported in the last year." + "Description": null }, { "ColumnName": "AIR_LAST_VIOL_DATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "48", + "ColumnID": "50", "ObjectName": "AIRLastViolDate", - "Description": "The date on which the most recent violation was reported." + "Description": null }, { "ColumnName": "AIR_EVAL_CNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "49", + "ColumnID": "51", "ObjectName": "AIREvalCnt", - "Description": "The number of compliance evaluations, under the Clean Air Act, occurring at the facility within the last five years." + "Description": null }, { "ColumnName": "AIR_DAYS_LAST_EVAL", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "50", + "ColumnID": "52", "ObjectName": "AIRDaysLastEval", - "Description": "The number of days since the most recent compliance evaluation of the facility." + "Description": null }, { "ColumnName": "AIR_LAST_EVAL_DATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "51", + "ColumnID": "53", "ObjectName": "AIRLastEvalDate", - "Description": "The date on which the most recent Full Compliance Evaluation (FCE) of the facility by EPA or a state agency was completed." + "Description": null }, { "ColumnName": "AIR_LAST_EVAL_DATE_EPA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "52", + "ColumnID": "54", "ObjectName": "AIRLastEvalDateEPA", - "Description": "The last Air Inspection Date performed by EPA." + "Description": null }, { "ColumnName": "AIR_LAST_EVAL_DATE_STATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "53", + "ColumnID": "55", "ObjectName": "AIRLastEvalDateState", - "Description": "The last Air Inspection Date performed by State or local authorities." + "Description": null }, { "ColumnName": "AIR_FCE_CNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "54", + "ColumnID": "56", "ObjectName": "AIRFceCnt", "Description": null }, @@ -438,7 +454,7 @@ "ColumnName": "AIR_DAYS_LAST_FCE", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "55", + "ColumnID": "57", "ObjectName": "AIRDaysLastFce", "Description": null }, @@ -446,7 +462,7 @@ "ColumnName": "AIR_LAST_FCE_DATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "56", + "ColumnID": "58", "ObjectName": "AIRLastFceDate", "Description": null }, @@ -454,7 +470,7 @@ "ColumnName": "AIR_LAST_FCE_DATE_EPA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "57", + "ColumnID": "59", "ObjectName": "AIRLastFceDateEPA", "Description": null }, @@ -462,7 +478,7 @@ "ColumnName": "AIR_LAST_FCE_DATE_STATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "58", + "ColumnID": "60", "ObjectName": "AIRLastFceDateState", "Description": null }, @@ -470,47 +486,47 @@ "ColumnName": "LAST_DATE_PCE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "59", + "ColumnID": "61", "ObjectName": "LastDatePce", - "Description": "The date on which the most recent Partial Compliance Evaluation (PCE) of the facility by EPA or a state agency was completed." + "Description": null }, { "ColumnName": "LAST_DATE_PCE_EPA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "60", + "ColumnID": "62", "ObjectName": "LastDatePceEPA", - "Description": "The date on which the most recent Partial Compliance Evaluation (PCE) of the facility by EPA was completed." + "Description": null }, { "ColumnName": "LAST_DATE_PCE_STA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "61", + "ColumnID": "63", "ObjectName": "LastDatePceSta", - "Description": "The date on which the most recent Partial Compliance Evaluation (PCE) of the facility by a state agency was completed." + "Description": null }, { "ColumnName": "AIR_LAST_STCK_TEST_DATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "62", + "ColumnID": "64", "ObjectName": "AIRLastStckTestDate", - "Description": "The date on which the most recent stack test occurred." + "Description": null }, { "ColumnName": "AIR_LAST_STCK_TEST_RESULTS", "DataType": "VARCHAR2", "DataLength": "100", - "ColumnID": "63", + "ColumnID": "65", "ObjectName": "AIRLastStckTestResults", - "Description": "The result of the most recent stack test (Pass, Fail, Pending, or Blank)." + "Description": null }, { "ColumnName": "AIR_STACK_TEST_5_YR_ALL", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "64", + "ColumnID": "66", "ObjectName": "AIRStackTest5YrAll", "Description": null }, @@ -518,7 +534,7 @@ "ColumnName": "AIR_STACK_TEST_5_YR_FAIL", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "65", + "ColumnID": "67", "ObjectName": "AIRStackTest5YrFail", "Description": null }, @@ -526,431 +542,431 @@ "ColumnName": "FAC_NAA_FLAG", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "66", + "ColumnID": "68", "ObjectName": "FacNaaFlag", - "Description": "Indicates whether the facility is located in a nonattainment area of the country, where air pollution levels persistently exceed the national ambient air quality standards. This flag does not indicate whether or not the facility has violated national ambient area quality standards." + "Description": null }, { "ColumnName": "FAC_TRI_REPORTER", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "67", + "ColumnID": "69", "ObjectName": "FacTRIReporter", - "Description": "Indicates whether facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year." + "Description": null }, { "ColumnName": "FAC_TRI_AIR_RELEASES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "68", + "ColumnID": "70", "ObjectName": "FacTRIAIRReleases", - "Description": "The total chemical releases to air, in pounds, as reported to TRI by the facility for the most recent reporting year." + "Description": null }, { "ColumnName": "FAC_TRI_CARC_AIR_RELEASES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "69", + "ColumnID": "71", "ObjectName": "FacTRICarcAIRReleases", - "Description": "The pounds of chemicals considered to be carcinogens released to air, as reported to TRI for the most recent reporting year. Chemicals are classified as carcinogens under the requirements of the Occupational Safety and Health Administration (OSHA)." + "Description": null }, { "ColumnName": "FAC_TRI_HAPS_RELEASES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "70", + "ColumnID": "72", "ObjectName": "FacTRIHapsReleases", - "Description": "The pounds of chemicals classified as hazardous air pollutants (HAPS) released to air in pounds per year, as reported to TRI for the most recent reporting year." + "Description": null }, { "ColumnName": "FAC_EIS_AIR_RELEASES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "71", + "ColumnID": "73", "ObjectName": "FacEisAIRReleases", - "Description": "The amount of hazardous air pollutants released to air in tons per year, as reported in the most recent National Emissions Inventory (NEI)." + "Description": null }, { "ColumnName": "FAC_GHG_CO2_RELEASES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "72", + "ColumnID": "74", "ObjectName": "FacGHGCO2Releases", - "Description": "The annual sum of total release amounts and associated quantities of all linked Greenhouse Gas IDs from the Office of Air and Radiation Summary 2010 Greenhouse Gas Data. Units are reported as metric tons of CO2 equivalents per year (MTCO2e/year)." + "Description": null }, { "ColumnName": "AIR_IEA_CNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "73", + "ColumnID": "75", "ObjectName": "AIRIeaCnt", - "Description": "The total number of informal enforcement actions taken against the facility within the last five years." + "Description": null }, { "ColumnName": "AIR_FEA_CNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "74", + "ColumnID": "76", "ObjectName": "AIRFeaCnt", - "Description": "The total number of formal enforcement actions taken against the facility within the last five years." + "Description": null }, { "ColumnName": "AIR_LAST_IEA_DATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "75", + "ColumnID": "77", "ObjectName": "AIRLastIeaDate", - "Description": "The effective date of the most recent listed informal enforcement action taken against the facility." + "Description": null }, { "ColumnName": "AIR_LAST_IEA_DATE_STATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "76", + "ColumnID": "78", "ObjectName": "AIRLastIeaDateState", - "Description": "The effective date of the most recent listed informal enforcement action taken against the facility by a state agency." + "Description": null }, { "ColumnName": "AIR_LAST_IEA_DATE_EPA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "77", + "ColumnID": "79", "ObjectName": "AIRLastIeaDateEPA", - "Description": "The effective date of the most recent listed informal enforcement action taken against the facility by EPA." + "Description": null }, { "ColumnName": "AIR_LAST_FEA_DATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "78", + "ColumnID": "80", "ObjectName": "AIRLastFeaDate", - "Description": "The effective date of the most recent listed formal enforcement action taken against the facility." + "Description": null }, { "ColumnName": "AIR_LAST_FEA_DATE_STATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "79", + "ColumnID": "81", "ObjectName": "AIRLastFeaDateState", - "Description": "The last Air Formal Enforcement Action Date take by State or Local authorities." + "Description": null }, { "ColumnName": "AIR_LAST_FEA_DATE_EPA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "80", + "ColumnID": "82", "ObjectName": "AIRLastFeaDateEPA", - "Description": "The last Air Formal Enforcement Action Date take by EPA." + "Description": null }, { "ColumnName": "AIR_PENALTIES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "81", + "ColumnID": "83", "ObjectName": "AIRPenalties", - "Description": "The total dollar amount of assessed (or final) penalties taken against the facility within the last five years under the Clean Air Act. This value only includes penalties that have been entered in the national program database, ICIS-Air." + "Description": null }, { "ColumnName": "AIR_LAST_PENALTY_DATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "82", + "ColumnID": "84", "ObjectName": "AIRLastPenaltyDate", - "Description": "Indicates the date on which the most recent assessed (or final) penalty was taken against the facility for AIR." + "Description": null }, { "ColumnName": "FAC_POPULATION_DENSITY", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "83", + "ColumnID": "85", "ObjectName": "FacPopulationDensity", - "Description": "The number of persons per square mile in the profiled area." + "Description": null }, { "ColumnName": "FAC_PERCENT_MINORITY", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "84", + "ColumnID": "86", "ObjectName": "FacPercentMinority", - "Description": "Percent Minority is the percentage of the population of the given area that is considered minority. Statistics are shown for the area within a 3-mile radius of each facility." + "Description": null }, { "ColumnName": "EPA_SYSTEM", "DataType": "VARCHAR2", "DataLength": "10", - "ColumnID": "85", + "ColumnID": "87", "ObjectName": "EPASystem", - "Description": "The EPA data system in which permit and facility records are kept. EPA's Facility Registry System (FRS) links all program database records (such as permit IDs and IDs facilities use in reporting to EPA) together. The following list describes the individual data systems that are linked to from the detailed facility report: - AFS: Air Facility System for Clean Air Act stationary source programs.- ICP: Integrated Compliance Information System for Clean Water Act programs monitoring National Pollutant Discharge Elimination System (NPDES) permits.- RCR: Resource Conservation and Recovery Act Information System (RCRAInfo) for tracking the Resource Conservation and Recovery Act (RCRA) programs.- NCDB: National Compliance Database System for monitoring national performance of the Toxic Substance Control Act (TSCA); the Emergency Planning and Right-to-Know Act, Section 313 (EPCRA); the Asbestos Hazard Emergency Response (AHERA); and the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).- TRI: Toxics Release Inventory for Emergency Planning and Community Right-to-Know Act, Section 313 submissions.- NEI: National Emissions Inventory database contains information on stationary and mobile sources that emit criteria air pollutants and their precursors, as well as hazardous air pollutants (HAPs). The database includes estimates of annual emissions, by source, of air pollutants in each area of the country, on an annual basis.- TSCA: Toxic Substances Control Act addressing the production, importation, use, and disposal of specific chemicals." + "Description": null }, { "ColumnName": "STATUTE", "DataType": "VARCHAR2", "DataLength": "50", - "ColumnID": "86", + "ColumnID": "88", "ObjectName": "Statute", - "Description": "The name of the statute associated with each of the permits and identifiers linked to the facility: - CAA = the Clean Air Act- CWA = the Clean Water Act- RCRA = the Resource Conservation and Recovery Act- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)- TSCA = the Toxic Substances Control Act- SDWA = the Safe Drinking Water Act" + "Description": null }, { "ColumnName": "LOCAL_CONTROL_REGION_NAME", "DataType": "VARCHAR2", "DataLength": "70", - "ColumnID": "87", + "ColumnID": "89", "ObjectName": "LocalControlRegionName", - "Description": "Regions within a state. Search criteria for DFR in OTIS." + "Description": null }, { "ColumnName": "AIR_FIPS_CODE", "DataType": "NVARCHAR2", "DataLength": "64", - "ColumnID": "88", + "ColumnID": "90", "ObjectName": "AIRFIPSCode", - "Description": "A 5 digit combination of the 2 digit Federal Information Processing Standards (FIPS) code for the state and the 3 digit FIPS code of the county that a facility is located in." + "Description": null }, { "ColumnName": "AIR_TRIBAL_EPAIDS", "DataType": "VARCHAR2", "DataLength": "50", - "ColumnID": "89", + "ColumnID": "91", "ObjectName": "AIRTRIbalEPAids", - "Description": "The EPA Tribal or Native Alaskan Village Identifier for facilities, that based on their Best Pick FRS spatial coordinate, are within a Tribal or Alaskan Village area." + "Description": null }, { "ColumnName": "AIR_TRIBAL_NAMES", "DataType": "VARCHAR2", "DataLength": "200", - "ColumnID": "90", + "ColumnID": "92", "ObjectName": "AIRTRIbalNames", - "Description": "The EPA Tribal or Native Alaskan Village Name for facilities, that based on their Best Pick FRS spatial coordinate, are within a Tribal or Alaskan Village area." + "Description": null }, { "ColumnName": "AIR_CASE_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "91", + "ColumnID": "93", "ObjectName": "AIRCaseIDs", - "Description": "Space-delimited list of AIR cases associated with the facility." + "Description": null }, { "ColumnName": "AIR_LAST_STCK_DATE_EPA", "DataType": "DATE", "DataLength": "7", - "ColumnID": "92", + "ColumnID": "94", "ObjectName": "AIRLastStckDateEPA", - "Description": "The date on which the most recent stack test by EPA occurred." + "Description": null }, { "ColumnName": "AIR_LAST_STCK_DATE_STATE", "DataType": "DATE", "DataLength": "7", - "ColumnID": "93", + "ColumnID": "95", "ObjectName": "AIRLastStckDateState", - "Description": "The date on which the most recent stack test by a state agency occurred." + "Description": null }, { "ColumnName": "FAC_MAP_FLG", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "94", + "ColumnID": "96", "ObjectName": "FacMapFlg", - "Description": "Graphical indicator denoting whether geographical data required to map a facility are available." + "Description": null }, { "ColumnName": "FAC_MAP_ICON", "DataType": "VARCHAR2", "DataLength": "20", - "ColumnID": "95", + "ColumnID": "97", "ObjectName": "FacMapIcon", - "Description": "The default map icon image file calculated for the facility by the ECHO program." + "Description": null }, { "ColumnName": "FAC_GHG_REPORTER", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "96", + "ColumnID": "98", "ObjectName": "FacGHGReporter", - "Description": "Indicates whether the facility reports to the Greenhouse Gas Reporting Program (GHGRP)" + "Description": null }, { "ColumnName": "FAC_EIS_REPORTER", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "97", + "ColumnID": "99", "ObjectName": "FacEisReporter", - "Description": "Indicates whether the facility reports to the Emissions Inventory System (EIS)." + "Description": null }, { "ColumnName": "FAC_CAMD_REPORTER", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "98", + "ColumnID": "100", "ObjectName": "FacCamdReporter", - "Description": "Indicates whether the facility reports to the Clean Air Markets Division (CAMD)." + "Description": null }, { "ColumnName": "AIR_FACILITY_TYPE_CODE", "DataType": "VARCHAR2", "DataLength": "3", - "ColumnID": "99", + "ColumnID": "101", "ObjectName": "AIRFacilityTypeCode", - "Description": "A three-character code indicating if plant is government facility.COR - CorporationCNG - County GovernmentDIS - DistrictFDF - Federal Facility (U.S. Government)GOC - GOCO (Gov Owned/Contractor Operated)IND - IndividualMXO - Mixed Ownership (e.g., Public/Private)MWD - Municipal or Water DistrictCTG- MunicipalityNON - Non-GovernmentPOF - Privately Owned FacilitySDT - School DistrictSTF - State GovernmentTRB - Tribal GovernmentUNK - Unknown" + "Description": null }, { "ColumnName": "AIR_MAJOR_FLAG", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "100", + "ColumnID": "102", "ObjectName": "AIRMajorFlag", - "Description": "Indicated whether the facility is designated as a major facilitiy." + "Description": null }, { "ColumnName": "AIR_3YR_COMPL_QTRS_HISTORY", "DataType": "VARCHAR2", "DataLength": "12", - "ColumnID": "101", + "ColumnID": "103", "ObjectName": "AIR3yrComplQtrsHistory", - "Description": "The facility's 3-year compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:_ -No Violation IdentifiedV -Violation IdentifiedS -High Priority ViolationU - Undetermined" + "Description": null }, { "ColumnName": "HAS_POLL_RPT", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "102", + "ColumnID": "104", "ObjectName": "HasPollRpt", - "Description": "???" + "Description": null }, { "ColumnName": "TRIBAL_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "103", + "ColumnID": "105", "ObjectName": "TRIbalFlag", - "Description": "A flag indicating that the facility is within a tribal area." + "Description": null }, { "ColumnName": "CURR_SV_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "104", + "ColumnID": "106", "ObjectName": "CurrSvFlag", - "Description": "Indicates if the facility has a current significant violation. 1 = Yes" + "Description": null }, { "ColumnName": "VIOL_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "105", + "ColumnID": "107", "ObjectName": "ViolFlag", - "Description": "Indicates if the facility had a violation within the last 3 years. 1 = Yes" + "Description": null }, { "ColumnName": "CURR_VIO_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "106", + "ColumnID": "108", "ObjectName": "CurrVioFlag", - "Description": "Indicates if the facility has a current violation. 1 = Yes" + "Description": null }, { "ColumnName": "INSP_5YR_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "107", + "ColumnID": "109", "ObjectName": "Insp5yrFlag", - "Description": "Indicates if the facility has an inspection within the last 5 years. 1 = Yes" + "Description": null }, { "ColumnName": "EA_5YR_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "108", + "ColumnID": "110", "ObjectName": "Ea5yrFlag", - "Description": "Indicates if the facility has a formal enforcement action within the last 5 years. 1 = Yes" + "Description": null }, { "ColumnName": "INFEA_5YR_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "109", + "ColumnID": "111", "ObjectName": "Infea5yrFlag", - "Description": "Indicates if the facility has an informal enforcement action within the last 5 years. 1 = Yes." + "Description": null }, { "ColumnName": "LOWER_48", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "110", + "ColumnID": "112", "ObjectName": "Lower48", - "Description": "Flag showing Y/N whether location is within the contiguous (lower 48) United States." + "Description": null }, { "ColumnName": "ACTIVE_LOWER_48", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "111", + "ColumnID": "113", "ObjectName": "ActiveLower48", - "Description": "A Y/N indicator indicating that the facility is active and located within the lower 48 contiguous US States." + "Description": null }, { "ColumnName": "COLLECTION_METHOD", "DataType": "VARCHAR2", "DataLength": "750", - "ColumnID": "112", + "ColumnID": "114", "ObjectName": "CollectionMethod", - "Description": "??" + "Description": null }, { "ColumnName": "REFERENCE_POINT", "DataType": "VARCHAR2", "DataLength": "750", - "ColumnID": "113", + "ColumnID": "115", "ObjectName": "ReferencePoint", - "Description": "??" + "Description": null }, { "ColumnName": "CALCULATED_ACCURACY_METERS", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "114", + "ColumnID": "116", "ObjectName": "CalculatedAccuracyMeters", - "Description": "The estimated accuracy in Meters for the facility's geospatial coordinate." + "Description": null }, { "ColumnName": "MAP", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "115", + "ColumnID": "117", "ObjectName": "Map", - "Description": "No Longer Used." + "Description": null }, { "ColumnName": "WEB_DOCS", "DataType": "VARCHAR2", "DataLength": "20", - "ColumnID": "116", + "ColumnID": "118", "ObjectName": "WebDocs", - "Description": "Contains flags that identify what web accessible documents are available for the facility." + "Description": null }, { "ColumnName": "NAA_CATEGORIES", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "117", + "ColumnID": "119", "ObjectName": "NaaCategories", - "Description": "The nonattainment area categories that the facility is in, derived spatially based on the facility's geographic coordinates in FRS." + "Description": null }, { "ColumnName": "NAA_POLLUTANTS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "118", + "ColumnID": "120", "ObjectName": "NaaPollutants", - "Description": "All criteria pollutants that the facility is in nonattainment for." + "Description": null }, { "ColumnName": "NA_STANDARDS_NAA", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "119", + "ColumnID": "121", "ObjectName": "NaStandardsNaa", "Description": null }, @@ -958,7 +974,7 @@ "ColumnName": "MAINT_STANDARDS_NAA", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "120", + "ColumnID": "122", "ObjectName": "MaintStandardsNaa", "Description": null }, @@ -966,7 +982,7 @@ "ColumnName": "NA_POLLUTANTS_NAA", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "121", + "ColumnID": "123", "ObjectName": "NaPollutantsNaa", "Description": null }, @@ -974,7 +990,7 @@ "ColumnName": "MAINT_POLLUTANTS_NAA", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "122", + "ColumnID": "124", "ObjectName": "MaintPollutantsNaa", "Description": null }, @@ -982,7 +998,7 @@ "ColumnName": "NA_STATUS_NAA", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "123", + "ColumnID": "125", "ObjectName": "NaStatusNaa", "Description": null }, @@ -990,7 +1006,7 @@ "ColumnName": "MAINT_STATUS_NAA", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "124", + "ColumnID": "126", "ObjectName": "MaintStatusNaa", "Description": null }, @@ -998,39 +1014,39 @@ "ColumnName": "FAC_COUNTY_NAME", "DataType": "VARCHAR2", "DataLength": "100", - "ColumnID": "125", + "ColumnID": "127", "ObjectName": "FacCountyName", - "Description": "The facility county name from EPA's Facility Registry System" + "Description": null }, { "ColumnName": "FAC_STD_COUNTY_NAME", "DataType": "VARCHAR2", "DataLength": "300", - "ColumnID": "126", + "ColumnID": "128", "ObjectName": "FacStdCountyName", - "Description": "The standardized facility county name from EPA's Facility Registry System" + "Description": null }, { "ColumnName": "AIR_NSPS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "127", + "ColumnID": "129", "ObjectName": "AIRNsps", - "Description": "The New Source Performance Standards (NSPS) Subpart associated with the facility." + "Description": null }, { "ColumnName": "AIR_NSPSM", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "128", + "ColumnID": "130", "ObjectName": "AIRNspsm", - "Description": "The Non-Major New Source Performance Standards (NSPS) Subpart associated with the facility." + "Description": null }, { "ColumnName": "AIR_FACILITY_TYPE_DESC", "DataType": "VARCHAR2", "DataLength": "100", - "ColumnID": "129", + "ColumnID": "131", "ObjectName": "AIRFacilityTypeDesc", "Description": null }, @@ -1038,7 +1054,7 @@ "ColumnName": "OTHER_PERMIT_IDS", "DataType": "VARCHAR2", "DataLength": "4000", - "ColumnID": "130", + "ColumnID": "132", "ObjectName": "OtherPermitIDs", "Description": null }, @@ -1046,7 +1062,7 @@ "ColumnName": "PERCENT_BELOW_LOWINCOME_3MILE", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "131", + "ColumnID": "133", "ObjectName": "PercentBelowLowincome3mile", "Description": null }, @@ -1054,15 +1070,23 @@ "ColumnName": "PERCENT_PEOPLE_OF_COLOR", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "132", + "ColumnID": "134", "ObjectName": "PercentPeopleOfColor", "Description": null }, + { + "ColumnName": "ACS_POPULATION_DENSITY", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "135", + "ObjectName": "AcsPopulationDensity", + "Description": null + }, { "ColumnName": "FAC_US_CANADA_BORDER_FLG", "DataType": "CHAR", "DataLength": "1", - "ColumnID": "133", + "ColumnID": "136", "ObjectName": "FacUsCanadaBorderFlg", "Description": null }, @@ -1070,7 +1094,7 @@ "ColumnName": "AIR_DAYS_LAST_PARTIAL_EVAL", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "134", + "ColumnID": "137", "ObjectName": "AIRDaysLastPartialEval", "Description": null }, @@ -1078,7 +1102,7 @@ "ColumnName": "AIR_PARTIAL_EVAL_CNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "135", + "ColumnID": "138", "ObjectName": "AIRPartialEvalCnt", "Description": null }, @@ -1086,863 +1110,967 @@ "ColumnName": "AIR_INV_CNT", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "136", + "ColumnID": "139", "ObjectName": "AIRInvCnt", "Description": null }, { - "ColumnName": "CENSUS_BLOCK_GROUP_2020", + "ColumnName": "CENSUS_BLOCK_GROUP_2021", "DataType": "VARCHAR2", - "DataLength": "12", - "ColumnID": "137", - "ObjectName": "CensusBlockGroup2020", - "Description": null - }, - { - "ColumnName": "OVER80_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "138", - "ObjectName": "Over80CountUs", - "Description": "The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in." - }, - { - "ColumnName": "PCTILE_PCTPRE1960_US", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "139", - "ObjectName": "PctilePctpre1960Us", - "Description": "The national percentile of the census block group for the EJSCREEN Lead paint indicator." - }, - { - "ColumnName": "PCTILE_DPM_US", - "DataType": "NUMBER", - "DataLength": "22", + "DataLength": "4000", "ColumnID": "140", - "ObjectName": "PctileDpmUs", - "Description": "The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator." + "ObjectName": "CensusBlockGroup2021", + "Description": null }, { - "ColumnName": "PCTILE_CANCER_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_EJSCREEN_AUTO_FLAG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "141", - "ObjectName": "PctileCancerUs", - "Description": "The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator." + "ObjectName": "SupEjscreenAutoFlag", + "Description": null }, { - "ColumnName": "PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_EJSCREEN_AUTO_FLAG_REASONS", + "DataType": "VARCHAR2", + "DataLength": "4", "ColumnID": "142", - "ObjectName": "PctileRespUs", - "Description": "The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator." + "ObjectName": "SupEjscreenAutoFlagReasons", + "Description": null }, { - "ColumnName": "PCTILE_TRAFFIC_SCORE_US", + "ColumnName": "EJSCREEN_INDIAN_FLAG_SEARCH", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "143", - "ObjectName": "PctileTrafficScoreUs", - "Description": "The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator." + "ObjectName": "EjscreenIndianFlagSearch", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_NPDES_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "EJSCREEN_INDIAN_FLAG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "144", - "ObjectName": "PctileProximityNPDESUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator." + "ObjectName": "EjscreenIndianFlag", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_NPL_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "US_TERRITORY_FLAG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "145", - "ObjectName": "PctileProximityNplUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator." + "ObjectName": "UsTerritoryFlag", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_EJSCREEN_FLAG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "146", - "ObjectName": "PctileProximityRmpUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator." + "ObjectName": "SupEjscreenFlag", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_EJSCREEN_FLAG_US", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "147", - "ObjectName": "PctileProximityTsdfUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator." + "ObjectName": "SupEjscreenFlagUs", + "Description": null }, { - "ColumnName": "PCTILE_O3_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_EJSCREEN_FLAG_ST", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "148", - "ObjectName": "PctileO3Us", - "Description": "The national percentile of the census block group for the EJSCREEN ozone indicator." + "ObjectName": "SupEjscreenFlagSt", + "Description": null }, { - "ColumnName": "PCTILE_PM_US", + "ColumnName": "SUP_OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "149", - "ObjectName": "PctilePmUs", - "Description": "The national percentile of the census block group for the EJSCREEN particulate matter indicator." + "ObjectName": "SupOver90CountUs", + "Description": null }, { - "ColumnName": "PCTILE_UST_US", + "ColumnName": "SUP_MILEAVG_OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "150", - "ObjectName": "PctileUstUs", + "ObjectName": "SupMileavgOver90CountUs", "Description": null }, { - "ColumnName": "MAX_PCTILE_US", + "ColumnName": "SUP_MILE_OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "151", - "ObjectName": "MaxPctileUs", - "Description": "The maximum percentile from all individual EJSCREEN indicators." + "ObjectName": "SupMileOver90CountUs", + "Description": null }, { - "ColumnName": "EJSCREEN_FLAG_US", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "152", - "ObjectName": "EjscreenFlagUs", - "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." + "ObjectName": "SupOver90CountSt", + "Description": null }, { - "ColumnName": "EJSCREEN_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILEAVG_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "153", - "ObjectName": "EjscreenFlag", - "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." + "ObjectName": "SupMileavgOver90CountSt", + "Description": null }, { - "ColumnName": "PCTILE_PCTPRE1960_ST", + "ColumnName": "SUP_MILE_OVER90_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "154", - "ObjectName": "PctilePctpre1960St", + "ObjectName": "SupMileOver90CountSt", "Description": null }, { - "ColumnName": "PCTILE_DPM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "EJSCREEN_FLAG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "155", - "ObjectName": "PctileDpmSt", + "ObjectName": "EjscreenFlag", "Description": null }, { - "ColumnName": "PCTILE_CANCER_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "EJSCREEN_FLAG_US", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "156", - "ObjectName": "PctileCancerSt", + "ObjectName": "EjscreenFlagUs", "Description": null }, { - "ColumnName": "PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "EJSCREEN_FLAG_ST", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "157", - "ObjectName": "PctileRespSt", + "ObjectName": "EjscreenFlagSt", "Description": null }, { - "ColumnName": "PCTILE_TRAFFIC_SCORE_ST", + "ColumnName": "OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "158", - "ObjectName": "PctileTrafficScoreSt", + "ObjectName": "Over90CountUs", "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_NPDES_ST", + "ColumnName": "OVER90_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "159", - "ObjectName": "PctileProximityNPDESSt", + "ObjectName": "Over90CountSt", "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_NPL_ST", + "ColumnName": "MILEAVG_OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "160", - "ObjectName": "PctileProximityNplSt", + "ObjectName": "MileavgOver90CountUs", "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_RMP_ST", + "ColumnName": "MILEAVG_OVER90_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "161", - "ObjectName": "PctileProximityRmpSt", + "ObjectName": "MileavgOver90CountSt", "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_TSDF_ST", + "ColumnName": "MILE_OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "162", - "ObjectName": "PctileProximityTsdfSt", + "ObjectName": "MileOver90CountUs", "Description": null }, { - "ColumnName": "PCTILE_O3_ST", + "ColumnName": "MILE_OVER90_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "163", - "ObjectName": "PctileO3St", + "ObjectName": "MileOver90CountSt", "Description": null }, { - "ColumnName": "PCTILE_PM_ST", + "ColumnName": "SUP_OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "164", - "ObjectName": "PctilePmSt", + "ObjectName": "SupOver80CountUs", "Description": null }, { - "ColumnName": "PCTILE_UST_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_OVER80_COUNT_US_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "165", - "ObjectName": "PctileUstSt", + "ObjectName": "SupOver80CountUsDisp", "Description": null }, { - "ColumnName": "MAX_PCTILE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_OVER80_COUNT_US_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "166", - "ObjectName": "MaxPctileSt", + "ObjectName": "SupOver80CountUsSearch", "Description": null }, { - "ColumnName": "EJSCREEN_FLAG_ST", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILEAVG_OVER80_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "167", - "ObjectName": "EjscreenFlagSt", + "ObjectName": "SupMileavgOver80CountUs", "Description": null }, { - "ColumnName": "OVER80_COUNT_ST", + "ColumnName": "SUP_MILE_OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "168", - "ObjectName": "Over80CountSt", + "ObjectName": "SupMileOver80CountUs", "Description": null }, { - "ColumnName": "MILE_PCTILE_PCTPRE1960_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILE_OVER80_COUNT_US_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "169", - "ObjectName": "MilePctilePctpre1960Us", + "ObjectName": "SupMileOver80CountUsDisp", "Description": null }, { - "ColumnName": "MILE_PCTILE_DPM_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILE_OVER80_COUNT_US_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "170", - "ObjectName": "MilePctileDpmUs", + "ObjectName": "SupMileOver80CountUsSearch", "Description": null }, { - "ColumnName": "MILE_PCTILE_CANCER_US", + "ColumnName": "SUP_OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "171", - "ObjectName": "MilePctileCancerUs", + "ObjectName": "SupOver80CountSt", "Description": null }, { - "ColumnName": "MILE_PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_OVER80_COUNT_ST_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "172", - "ObjectName": "MilePctileRespUs", + "ObjectName": "SupOver80CountStDisp", "Description": null }, { - "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "173", - "ObjectName": "MilePctileTrafficScoreUs", + "ObjectName": "SupOver80CountStSearch", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_US", + "ColumnName": "SUP_MILEAVG_OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "174", - "ObjectName": "MilePctileProximityNPDESUs", + "ObjectName": "SupMileavgOver80CountSt", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_US", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "175", - "ObjectName": "MilePctileProximityNplUs", + "ObjectName": "SupMileOver80CountSt", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "176", - "ObjectName": "MilePctileProximityRmpUs", + "ObjectName": "SupMileOver80CountStDisp", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "177", - "ObjectName": "MilePctileProximityTsdfUs", + "ObjectName": "SupMileOver80CountStSearch", "Description": null }, { - "ColumnName": "MILE_PCTILE_O3_US", + "ColumnName": "OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "178", - "ObjectName": "MilePctileO3Us", + "ObjectName": "Over80CountUs", "Description": null }, { - "ColumnName": "MILE_PCTILE_PM_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OVER80_COUNT_US_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "179", - "ObjectName": "MilePctilePmUs", + "ObjectName": "Over80CountUsDisp", "Description": null }, { - "ColumnName": "MILE_PCTILE_UST_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OVER80_COUNT_US_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "180", - "ObjectName": "MilePctileUstUs", + "ObjectName": "Over80CountUsSearch", "Description": null }, { - "ColumnName": "MILE_OVER80_COUNT_US", + "ColumnName": "MILEAVG_OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "181", - "ObjectName": "MileOver80CountUs", + "ObjectName": "MileavgOver80CountUs", "Description": null }, { - "ColumnName": "MILE_OVER95_COUNT_US", + "ColumnName": "MILE_OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "182", - "ObjectName": "MileOver95CountUs", + "ObjectName": "MileOver80CountUs", "Description": null }, { - "ColumnName": "MILE_PCTILE_PCTPRE1960_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_US_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "183", - "ObjectName": "MilePctilePctpre1960St", + "ObjectName": "MileOver80CountUsDisp", "Description": null }, { - "ColumnName": "MILE_PCTILE_DPM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_US_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "184", - "ObjectName": "MilePctileDpmSt", + "ObjectName": "MileOver80CountUsSearch", "Description": null }, { - "ColumnName": "MILE_PCTILE_CANCER_ST", + "ColumnName": "OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "185", - "ObjectName": "MilePctileCancerSt", + "ObjectName": "Over80CountSt", "Description": null }, { - "ColumnName": "MILE_PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OVER80_COUNT_ST_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "186", - "ObjectName": "MilePctileRespSt", + "ObjectName": "Over80CountStDisp", "Description": null }, { - "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "187", - "ObjectName": "MilePctileTrafficScoreSt", + "ObjectName": "Over80CountStSearch", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_ST", + "ColumnName": "MILEAVG_OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "188", - "ObjectName": "MilePctileProximityNPDESSt", + "ObjectName": "MileavgOver80CountSt", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_ST", + "ColumnName": "MILE_OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "189", - "ObjectName": "MilePctileProximityNplSt", + "ObjectName": "MileOver80CountSt", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_ST_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "190", - "ObjectName": "MilePctileProximityRmpSt", + "ObjectName": "MileOver80CountStDisp", "Description": null }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "191", - "ObjectName": "MilePctileProximityTsdfSt", + "ObjectName": "MileOver80CountStSearch", "Description": null }, { - "ColumnName": "MILE_PCTILE_O3_ST", + "ColumnName": "SUP_PCTILE_PM_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "192", - "ObjectName": "MilePctileO3St", + "ObjectName": "SupPctilePmUs", "Description": null }, { - "ColumnName": "MILE_PCTILE_PM_ST", + "ColumnName": "SUP_PCTILE_O3_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "193", - "ObjectName": "MilePctilePmSt", + "ObjectName": "SupPctileO3Us", "Description": null }, { - "ColumnName": "MILE_PCTILE_UST_ST", + "ColumnName": "SUP_PCTILE_DPM_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "194", - "ObjectName": "MilePctileUstSt", + "ObjectName": "SupPctileDpmUs", "Description": null }, { - "ColumnName": "MILE_OVER80_COUNT_ST", + "ColumnName": "SUP_PCTILE_CANCER_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "195", - "ObjectName": "MileOver80CountSt", + "ObjectName": "SupPctileCancerUs", "Description": null }, { - "ColumnName": "MILE_OVER95_COUNT_ST", + "ColumnName": "SUP_PCTILE_RESP_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "196", - "ObjectName": "MileOver95CountSt", + "ObjectName": "SupPctileRespUs", "Description": null }, { - "ColumnName": "SUP_OVER80_COUNT_US", + "ColumnName": "SUP_PCTILE_RSEI_AIR_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "197", - "ObjectName": "SupOver80CountUs", + "ObjectName": "SupPctileRseiAIRUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PCTPRE1960_US", + "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "198", - "ObjectName": "SupPctilePctpre1960Us", + "ObjectName": "SupPctileTrafficScoreUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_DPM_US", + "ColumnName": "SUP_PCTILE_PCTPRE1960_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "199", - "ObjectName": "SupPctileDpmUs", + "ObjectName": "SupPctilePctpre1960Us", "Description": null }, { - "ColumnName": "SUP_PCTILE_CANCER_US", + "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "200", - "ObjectName": "SupPctileCancerUs", + "ObjectName": "SupPctileProximityRmpUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_RESP_US", + "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "201", - "ObjectName": "SupPctileRespUs", + "ObjectName": "SupPctileProximityTsdfUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_US", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "202", - "ObjectName": "SupPctileTrafficScoreUs", + "ObjectName": "SupPctileProximityNplUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_US", + "ColumnName": "SUP_PCTILE_UST_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "203", - "ObjectName": "SupPctileProximityNPDESUs", + "ObjectName": "SupPctileUstUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_US", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "204", - "ObjectName": "SupPctileProximityNplUs", + "ObjectName": "SupPctileProximityNPDESUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "205", - "ObjectName": "SupPctileProximityRmpUs", + "ObjectName": "SupMileavgPctilePmUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_O3_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "206", - "ObjectName": "SupPctileProximityTsdfUs", + "ObjectName": "SupMileavgPctileO3Us", "Description": null }, { - "ColumnName": "SUP_PCTILE_O3_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_DPM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "207", - "ObjectName": "SupPctileO3Us", + "ObjectName": "SupMileavgPctileDpmUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PM_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_CANCER_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "208", - "ObjectName": "SupPctilePmUs", + "ObjectName": "SupMileavgPctileCancerUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_UST_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_RESP_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "209", - "ObjectName": "SupPctileUstUs", + "ObjectName": "SupMileavgPctileRespUs", "Description": null }, { - "ColumnName": "SUP_MAX_PCTILE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_RSEI_AIR_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "210", - "ObjectName": "SupMaxPctileUs", + "ObjectName": "SupMileavgPctileRseiAIRUs", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG_US", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILEAVG_PCTILE_TRAFFIC_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "211", - "ObjectName": "SupEjscreenFlagUs", + "ObjectName": "SupMileavgPctileTrafficUs", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILEAVG_PCTILE_LEADPNT_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "212", - "ObjectName": "SupEjscreenFlag", + "ObjectName": "SupMileavgPctileLeadpntUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PCTPRE1960_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_RMP_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "213", - "ObjectName": "SupPctilePctpre1960St", + "ObjectName": "SupMileavgPctileProxRmpUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_DPM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_TSDF_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "214", - "ObjectName": "SupPctileDpmSt", + "ObjectName": "SupMileavgPctileProxTsdfUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_CANCER_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPL_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "215", - "ObjectName": "SupPctileCancerSt", + "ObjectName": "SupMileavgPctileProxNplUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_UST_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "216", - "ObjectName": "SupPctileRespSt", + "ObjectName": "SupMileavgPctileUstUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPDES_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "217", - "ObjectName": "SupPctileTrafficScoreSt", + "ObjectName": "SupMileavgPctileProxNPDESUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_ST", + "ColumnName": "SUP_MILE_PCTILE_PM_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "218", - "ObjectName": "SupPctileProximityNPDESSt", + "ObjectName": "SupMilePctilePmUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_ST", + "ColumnName": "SUP_MILE_PCTILE_O3_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "219", - "ObjectName": "SupPctileProximityNplSt", + "ObjectName": "SupMilePctileO3Us", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_ST", + "ColumnName": "SUP_MILE_PCTILE_DPM_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "220", - "ObjectName": "SupPctileProximityRmpSt", + "ObjectName": "SupMilePctileDpmUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_ST", + "ColumnName": "SUP_MILE_PCTILE_CANCER_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "221", - "ObjectName": "SupPctileProximityTsdfSt", + "ObjectName": "SupMilePctileCancerUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_O3_ST", + "ColumnName": "SUP_MILE_PCTILE_RESP_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "222", - "ObjectName": "SupPctileO3St", + "ObjectName": "SupMilePctileRespUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_PM_ST", + "ColumnName": "SUP_MILE_PCTILE_RSEI_AIR_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "223", - "ObjectName": "SupPctilePmSt", + "ObjectName": "SupMilePctileRseiAIRUs", "Description": null }, { - "ColumnName": "SUP_PCTILE_UST_ST", + "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "224", - "ObjectName": "SupPctileUstSt", + "ObjectName": "SupMilePctileTrafficScoreUs", "Description": null }, { - "ColumnName": "SUP_MAX_PCTILE_ST", + "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "225", - "ObjectName": "SupMaxPctileSt", + "ObjectName": "SupMilePctilePctpre1960Us", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG_ST", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "226", - "ObjectName": "SupEjscreenFlagSt", + "ObjectName": "SupMilePctileProxRmpUs", "Description": null }, { - "ColumnName": "SUP_OVER80_COUNT_ST", + "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "227", - "ObjectName": "SupOver80CountSt", + "ObjectName": "SupMilePctileProxTsdfUs", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_US", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "228", - "ObjectName": "SupMilePctilePctpre1960Us", + "ObjectName": "SupMilePctileProxNplUs", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_DPM_US", + "ColumnName": "SUP_MILE_PCTILE_UST_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "229", - "ObjectName": "SupMilePctileDpmUs", + "ObjectName": "SupMilePctileUstUs", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_CANCER_US", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "230", - "ObjectName": "SupMilePctileCancerUs", + "ObjectName": "SupMilePctileProxNPDESUs", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_RESP_US", + "ColumnName": "SUP_PCTILE_PM_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "231", - "ObjectName": "SupMilePctileRespUs", + "ObjectName": "SupPctilePmSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_US", + "ColumnName": "SUP_PCTILE_O3_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "232", - "ObjectName": "SupMilePctileTrafficScoreUs", + "ObjectName": "SupPctileO3St", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_US", + "ColumnName": "SUP_PCTILE_DPM_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "233", - "ObjectName": "SupMilePctileProxNPDESUs", + "ObjectName": "SupPctileDpmSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_US", + "ColumnName": "SUP_PCTILE_CANCER_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "234", - "ObjectName": "SupMilePctileProxNplUs", + "ObjectName": "SupPctileCancerSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_US", + "ColumnName": "SUP_PCTILE_RESP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "235", - "ObjectName": "SupMilePctileProxRmpUs", + "ObjectName": "SupPctileRespSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_US", + "ColumnName": "SUP_PCTILE_RSEI_AIR_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "236", - "ObjectName": "SupMilePctileProxTsdfUs", + "ObjectName": "SupPctileRseiAIRSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_O3_US", + "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "237", - "ObjectName": "SupMilePctileO3Us", + "ObjectName": "SupPctileTrafficScoreSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PM_US", + "ColumnName": "SUP_PCTILE_PCTPRE1960_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "238", - "ObjectName": "SupMilePctilePmUs", + "ObjectName": "SupPctilePctpre1960St", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_UST_US", + "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "239", - "ObjectName": "SupMilePctileUstUs", + "ObjectName": "SupPctileProximityRmpSt", "Description": null }, { - "ColumnName": "SUP_MILE_OVER80_COUNT_US", + "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "240", - "ObjectName": "SupMileOver80CountUs", + "ObjectName": "SupPctileProximityTsdfSt", "Description": null }, { - "ColumnName": "SUP_MILE_OVER95_COUNT_US", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "241", - "ObjectName": "SupMileOver95CountUs", + "ObjectName": "SupPctileProximityNplSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_ST", + "ColumnName": "SUP_PCTILE_UST_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "242", - "ObjectName": "SupMilePctilePctpre1960St", + "ObjectName": "SupPctileUstSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_DPM_ST", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "243", + "ObjectName": "SupPctileProximityNPDESSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_PM_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "244", + "ObjectName": "SupMileavgPctilePmSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_O3_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "245", + "ObjectName": "SupMileavgPctileO3St", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_DPM_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "246", + "ObjectName": "SupMileavgPctileDpmSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_CANCER_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "247", + "ObjectName": "SupMileavgPctileCancerSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_RESP_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "248", + "ObjectName": "SupMileavgPctileRespSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_RSEI_AIR_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "249", + "ObjectName": "SupMileavgPctileRseiAIRSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_TRAFFIC_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "250", + "ObjectName": "SupMileavgPctileTrafficSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_LEADPNT_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "251", + "ObjectName": "SupMileavgPctileLeadpntSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_RMP_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "252", + "ObjectName": "SupMileavgPctileProxRmpSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_TSDF_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "253", + "ObjectName": "SupMileavgPctileProxTsdfSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPL_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "254", + "ObjectName": "SupMileavgPctileProxNplSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_UST_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "255", + "ObjectName": "SupMileavgPctileUstSt", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPDES_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "256", + "ObjectName": "SupMileavgPctileProxNPDESSt", + "Description": null + }, + { + "ColumnName": "SUP_MILE_PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "257", + "ObjectName": "SupMilePctilePmSt", + "Description": null + }, + { + "ColumnName": "SUP_MILE_PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "258", + "ObjectName": "SupMilePctileO3St", + "Description": null + }, + { + "ColumnName": "SUP_MILE_PCTILE_DPM_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "259", "ObjectName": "SupMilePctileDpmSt", "Description": null }, @@ -1950,7 +2078,7 @@ "ColumnName": "SUP_MILE_PCTILE_CANCER_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "244", + "ColumnID": "260", "ObjectName": "SupMilePctileCancerSt", "Description": null }, @@ -1958,39 +2086,39 @@ "ColumnName": "SUP_MILE_PCTILE_RESP_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "245", + "ColumnID": "261", "ObjectName": "SupMilePctileRespSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_ST", + "ColumnName": "SUP_MILE_PCTILE_RSEI_AIR_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "246", - "ObjectName": "SupMilePctileTrafficScoreSt", + "ColumnID": "262", + "ObjectName": "SupMilePctileRseiAIRSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_ST", + "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "247", - "ObjectName": "SupMilePctileProxNPDESSt", + "ColumnID": "263", + "ObjectName": "SupMilePctileTrafficScoreSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_ST", + "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "248", - "ObjectName": "SupMilePctileProxNplSt", + "ColumnID": "264", + "ObjectName": "SupMilePctilePctpre1960St", "Description": null }, { "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "249", + "ColumnID": "265", "ObjectName": "SupMilePctileProxRmpSt", "Description": null }, @@ -1998,55 +2126,887 @@ "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "250", + "ColumnID": "266", "ObjectName": "SupMilePctileProxTsdfSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_O3_ST", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "251", - "ObjectName": "SupMilePctileO3St", + "ColumnID": "267", + "ObjectName": "SupMilePctileProxNplSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PM_ST", + "ColumnName": "SUP_MILE_PCTILE_UST_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "252", - "ObjectName": "SupMilePctilePmSt", + "ColumnID": "268", + "ObjectName": "SupMilePctileUstSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_UST_ST", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "253", - "ObjectName": "SupMilePctileUstSt", + "ColumnID": "269", + "ObjectName": "SupMilePctileProxNPDESSt", "Description": null }, { - "ColumnName": "SUP_MILE_OVER80_COUNT_ST", + "ColumnName": "SUP_MAX_PCTILE_US", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "254", - "ObjectName": "SupMileOver80CountSt", + "ColumnID": "270", + "ObjectName": "SupMaxPctileUs", "Description": null }, { - "ColumnName": "SUP_MILE_OVER95_COUNT_ST", + "ColumnName": "SUP_MAX_PCTILE_ST", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "255", - "ObjectName": "SupMileOver95CountSt", + "ColumnID": "271", + "ObjectName": "SupMaxPctileSt", "Description": null }, { - "ColumnName": "SCORE", + "ColumnName": "SUP_MILEAVG_MAX_PCTILE_US", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "256", + "ColumnID": "272", + "ObjectName": "SupMileavgMaxPctileUs", + "Description": null + }, + { + "ColumnName": "SUP_MILEAVG_MAX_PCTILE_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "273", + "ObjectName": "SupMileavgMaxPctileSt", + "Description": null + }, + { + "ColumnName": "PCTILE_PM_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "274", + "ObjectName": "PctilePmUs", + "Description": null + }, + { + "ColumnName": "PCTILE_O3_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "275", + "ObjectName": "PctileO3Us", + "Description": null + }, + { + "ColumnName": "PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "276", + "ObjectName": "PctileDpmUs", + "Description": null + }, + { + "ColumnName": "PCTILE_CANCER_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "277", + "ObjectName": "PctileCancerUs", + "Description": null + }, + { + "ColumnName": "PCTILE_RESP_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "278", + "ObjectName": "PctileRespUs", + "Description": null + }, + { + "ColumnName": "PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "279", + "ObjectName": "PctileRseiAIRUs", + "Description": null + }, + { + "ColumnName": "PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "280", + "ObjectName": "PctileTrafficScoreUs", + "Description": null + }, + { + "ColumnName": "PCTILE_PCTPRE1960_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "281", + "ObjectName": "PctilePctpre1960Us", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "282", + "ObjectName": "PctileProximityRmpUs", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_TSDF_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "283", + "ObjectName": "PctileProximityTsdfUs", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_NPL_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "284", + "ObjectName": "PctileProximityNplUs", + "Description": null + }, + { + "ColumnName": "PCTILE_UST_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "285", + "ObjectName": "PctileUstUs", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_NPDES_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "286", + "ObjectName": "PctileProximityNPDESUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PM_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "287", + "ObjectName": "MileavgPctilePmUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_O3_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "288", + "ObjectName": "MileavgPctileO3Us", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_DPM_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "289", + "ObjectName": "MileavgPctileDpmUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_CANCER_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "290", + "ObjectName": "MileavgPctileCancerUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_RESP_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "291", + "ObjectName": "MileavgPctileRespUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_RSEI_AIR_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "292", + "ObjectName": "MileavgPctileRseiAIRUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_TRAFFIC_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "293", + "ObjectName": "MileavgPctileTrafficUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PCTPRE1960_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "294", + "ObjectName": "MileavgPctilePctpre1960Us", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_RMP_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "295", + "ObjectName": "MileavgPctileProxRmpUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_TSDF_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "296", + "ObjectName": "MileavgPctileProxTsdfUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_NPL_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "297", + "ObjectName": "MileavgPctileProxNplUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_UST_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "298", + "ObjectName": "MileavgPctileUstUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_NPDES_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "299", + "ObjectName": "MileavgPctileProxNPDESUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PM_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "300", + "ObjectName": "MilePctilePmUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_O3_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "301", + "ObjectName": "MilePctileO3Us", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "302", + "ObjectName": "MilePctileDpmUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_CANCER_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "303", + "ObjectName": "MilePctileCancerUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_RESP_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "304", + "ObjectName": "MilePctileRespUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "305", + "ObjectName": "MilePctileRseiAIRUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "306", + "ObjectName": "MilePctileTrafficScoreUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PCTPRE1960_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "307", + "ObjectName": "MilePctilePctpre1960Us", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "308", + "ObjectName": "MilePctileProximityRmpUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "309", + "ObjectName": "MilePctileProximityTsdfUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "310", + "ObjectName": "MilePctileProximityNplUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_UST_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "311", + "ObjectName": "MilePctileUstUs", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "312", + "ObjectName": "MilePctileProximityNPDESUs", + "Description": null + }, + { + "ColumnName": "PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "313", + "ObjectName": "PctilePmSt", + "Description": null + }, + { + "ColumnName": "PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "314", + "ObjectName": "PctileO3St", + "Description": null + }, + { + "ColumnName": "PCTILE_DPM_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "315", + "ObjectName": "PctileDpmSt", + "Description": null + }, + { + "ColumnName": "PCTILE_CANCER_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "316", + "ObjectName": "PctileCancerSt", + "Description": null + }, + { + "ColumnName": "PCTILE_RESP_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "317", + "ObjectName": "PctileRespSt", + "Description": null + }, + { + "ColumnName": "PCTILE_RSEI_AIR_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "318", + "ObjectName": "PctileRseiAIRSt", + "Description": null + }, + { + "ColumnName": "PCTILE_TRAFFIC_SCORE_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "319", + "ObjectName": "PctileTrafficScoreSt", + "Description": null + }, + { + "ColumnName": "PCTILE_PCTPRE1960_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "320", + "ObjectName": "PctilePctpre1960St", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_RMP_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "321", + "ObjectName": "PctileProximityRmpSt", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_TSDF_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "322", + "ObjectName": "PctileProximityTsdfSt", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_NPL_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "323", + "ObjectName": "PctileProximityNplSt", + "Description": null + }, + { + "ColumnName": "PCTILE_UST_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "324", + "ObjectName": "PctileUstSt", + "Description": null + }, + { + "ColumnName": "PCTILE_PROXIMITY_NPDES_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "325", + "ObjectName": "PctileProximityNPDESSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PM_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "326", + "ObjectName": "MileavgPctilePmSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_O3_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "327", + "ObjectName": "MileavgPctileO3St", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_DPM_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "328", + "ObjectName": "MileavgPctileDpmSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_CANCER_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "329", + "ObjectName": "MileavgPctileCancerSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_RESP_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "330", + "ObjectName": "MileavgPctileRespSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_RSEI_AIR_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "331", + "ObjectName": "MileavgPctileRseiAIRSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_LEADPNT_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "332", + "ObjectName": "MileavgPctileLeadpntSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_TRAFFIC_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "333", + "ObjectName": "MileavgPctileTrafficSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_RMP_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "334", + "ObjectName": "MileavgPctileProxRmpSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_TSDF_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "335", + "ObjectName": "MileavgPctileProxTsdfSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_NPL_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "336", + "ObjectName": "MileavgPctileProxNplSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_UST_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "337", + "ObjectName": "MileavgPctileUstSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_PCTILE_PROX_NPDES_ST", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "338", + "ObjectName": "MileavgPctileProxNPDESSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "339", + "ObjectName": "MilePctilePmSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "340", + "ObjectName": "MilePctileO3St", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_DPM_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "341", + "ObjectName": "MilePctileDpmSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_CANCER_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "342", + "ObjectName": "MilePctileCancerSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_RESP_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "343", + "ObjectName": "MilePctileRespSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_RSEI_AIR_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "344", + "ObjectName": "MilePctileRseiAIRSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "345", + "ObjectName": "MilePctileTrafficScoreSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PCTPRE1960_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "346", + "ObjectName": "MilePctilePctpre1960St", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "347", + "ObjectName": "MilePctileProximityRmpSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "348", + "ObjectName": "MilePctileProximityTsdfSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "349", + "ObjectName": "MilePctileProximityNplSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_UST_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "350", + "ObjectName": "MilePctileUstSt", + "Description": null + }, + { + "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "351", + "ObjectName": "MilePctileProximityNPDESSt", + "Description": null + }, + { + "ColumnName": "MAX_PCTILE_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "352", + "ObjectName": "MaxPctileUs", + "Description": null + }, + { + "ColumnName": "MAX_PCTILE_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "353", + "ObjectName": "MaxPctileSt", + "Description": null + }, + { + "ColumnName": "MILEAVG_MAX_PCTILE_US", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "354", + "ObjectName": "MileavgMaxPctileUs", + "Description": null + }, + { + "ColumnName": "MILEAVG_MAX_PCTILE_ST", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "355", + "ObjectName": "MileavgMaxPctileSt", + "Description": null + }, + { + "ColumnName": "EJSCREEN_HIGH_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "356", + "ObjectName": "EjscreenHighFlag", + "Description": null + }, + { + "ColumnName": "NEAREST_AMA_SITE_CODE", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "357", + "ObjectName": "NearestAmaSiteCode", + "Description": null + }, + { + "ColumnName": "FACILITY_MONITOR_DISTANCE_KM", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "358", + "ObjectName": "FacilityMonitorDistanceKm", + "Description": null + }, + { + "ColumnName": "AMS_REPORT_LINK", + "DataType": "VARCHAR2", + "DataLength": "250", + "ColumnID": "359", + "ObjectName": "AmsReportLink", + "Description": null + }, + { + "ColumnName": "BFLM_FACILITY_NAME", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "360", + "ObjectName": "BflmFacilityName", + "Description": null + }, + { + "ColumnName": "CURRENT_CEDRI_ID", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "361", + "ObjectName": "CurrentCedriID", + "Description": null + }, + { + "ColumnName": "ANNUAL_AVG_CURRENT_EXCEED", + "DataType": "VARCHAR2", + "DataLength": "1", + "ColumnID": "362", + "ObjectName": "AnnualAvgCurrentExceed", + "Description": null + }, + { + "ColumnName": "PERIOD_AVG_CURRENT_EXCEED", + "DataType": "VARCHAR2", + "DataLength": "1", + "ColumnID": "363", + "ObjectName": "PeriodAvgCurrentExceed", + "Description": null + }, + { + "ColumnName": "MAX_PERIOD_PERIOD_AVG_V2", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "364", + "ObjectName": "MaxPeriodPeriodAvgV2", + "Description": null + }, + { + "ColumnName": "MAX_PERIOD_ANNUAL_AVG_V2", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "365", + "ObjectName": "MaxPeriodAnnualAvgV2", + "Description": null + }, + { + "ColumnName": "ANNUAL_AVG_TOTAL_EXCEEDANCES", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "366", + "ObjectName": "AnnualAvgTotalExceedances", + "Description": null + }, + { + "ColumnName": "PERIOD_AVG_TOTAL_EXCEEDANCES", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "367", + "ObjectName": "PeriodAvgTotalExceedances", + "Description": null + }, + { + "ColumnName": "MAX_ANNUAL_AVG", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "368", + "ObjectName": "MaxAnnualAvg", + "Description": null + }, + { + "ColumnName": "MAX_PERIOD_AVG", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "369", + "ObjectName": "MaxPeriodAvg", + "Description": null + }, + { + "ColumnName": "MAX_BENZENE_PERIOD_AVG", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "370", + "ObjectName": "MaxBenzenePeriodAvg", + "Description": null + }, + { + "ColumnName": "MAX_ANNUAL_AVG_START_DATE", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "371", + "ObjectName": "MaxAnnualAvgStartDate", + "Description": null + }, + { + "ColumnName": "MAX_PERIOD_AVG_START_DATE", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "372", + "ObjectName": "MaxPeriodAvgStartDate", + "Description": null + }, + { + "ColumnName": "MAX_BENZENE_START_DATE", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "373", + "ObjectName": "MaxBenzeneStartDate", + "Description": null + }, + { + "ColumnName": "CURRENT_PERIOD_END", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "374", + "ObjectName": "CurrentPeriodEnd", + "Description": null + }, + { + "ColumnName": "CURRENT_PERIOD_START", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "375", + "ObjectName": "CurrentPeriodStart", + "Description": null + }, + { + "ColumnName": "SCORE", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "376", "ObjectName": "Score", "Description": null } diff --git a/vignettes/int/0/caa_poll_rpt_rest_services.get_caapr-75a2fe.json b/vignettes/int/0/caa_poll_rpt_rest_services.get_caapr-75a2fe.json index 2eedf66..b68f166 100644 --- a/vignettes/int/0/caa_poll_rpt_rest_services.get_caapr-75a2fe.json +++ b/vignettes/int/0/caa_poll_rpt_rest_services.get_caapr-75a2fe.json @@ -1,16 +1,16 @@ { "Results": { "Message": "Success", - "TRI_year_01": "2012", - "TRI_year_02": "2013", - "TRI_year_03": "2014", - "TRI_year_04": "2015", - "TRI_year_05": "2016", - "TRI_year_06": "2017", - "TRI_year_07": "2018", - "TRI_year_08": "2019", - "TRI_year_09": "2020", - "TRI_year_10": "2021", + "TRI_year_01": "2013", + "TRI_year_02": "2014", + "TRI_year_03": "2015", + "TRI_year_04": "2016", + "TRI_year_05": "2017", + "TRI_year_06": "2018", + "TRI_year_07": "2019", + "TRI_year_08": "2020", + "TRI_year_09": "2021", + "TRI_year_10": "2022", "CAAPollRpt": { "RegistryIDs": [ { @@ -28,22 +28,60 @@ } ], "Pollutants": [ + { + "RegistryId": "110000350174", + "Program": "CAMD", + "System": "CAMD", + "ProgramSysId": "2713", + "PollutantType": null, + "Pollutant": "Nitrogen oxides", + "UnitsOfMeasure": "Pounds", + "Year1": "7,361,054.00", + "Year2": "1,153,192.00", + "Year3": "1,094,548.00", + "Year4": "1,137,062.00", + "Year5": "1,237,818.00", + "Year6": "1,102,918.00", + "Year7": "1,206,256.00", + "Year8": "1,196,928.00", + "Year9": "1,168,876.00", + "Year10": "1,148,984.00" + }, { "RegistryId": "110000350174", "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP/VOC", - "Pollutant": "1,3-Butadiene", + "PollutantType": "HAP", + "Pollutant": "Cadmium", + "UnitsOfMeasure": "Pounds", + "Year1": null, + "Year2": "31.17", + "Year3": null, + "Year4": null, + "Year5": "36.29", + "Year6": null, + "Year7": null, + "Year8": "31.64", + "Year9": null, + "Year10": null + }, + { + "RegistryId": "110000350174", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "OTH", + "Pollutant": "Elemental Carbon portion of PM2.5-PRI", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "3.26", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "2.33", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "19,235.46", "Year9": null, "Year10": null }, @@ -52,17 +90,36 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP", - "Pollutant": "Manganese", + "PollutantType": "HAP/VOC", + "Pollutant": "Formaldehyde", + "UnitsOfMeasure": "Pounds", + "Year1": null, + "Year2": "2,599.58", + "Year3": null, + "Year4": null, + "Year5": "3,701.54", + "Year6": null, + "Year7": null, + "Year8": "3,043.90", + "Year9": null, + "Year10": null + }, + { + "RegistryId": "110000350174", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "OTH", + "Pollutant": "Nitrate portion of PM2.5-PRI", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "108.79", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "25.14", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "6,871.47", "Year9": null, "Year10": null }, @@ -71,17 +128,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP/VOC", - "Pollutant": "Polycyclic aromatic hydrocarbons", + "PollutantType": "OTH", + "Pollutant": "Organic Carbon portion of PM2.5-PRI", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "4.77", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "2.79", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "128,876.25", "Year9": null, "Year10": null }, @@ -91,10 +148,10 @@ "System": "TRI", "ProgramSysId": "28401LVSTT801SU", "PollutantType": null, - "Pollutant": "Polycyclic aromatic compounds -- TRI", + "Pollutant": "Mercury compounds", "UnitsOfMeasure": "Pounds", - "Year1": ".60", - "Year2": "1.00", + "Year1": "70.00", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, @@ -104,22 +161,79 @@ "Year9": null, "Year10": null }, + { + "RegistryId": "110000350174", + "Program": "CAMD", + "System": "CAMD", + "ProgramSysId": "2713", + "PollutantType": null, + "Pollutant": "Carbon dioxide", + "UnitsOfMeasure": "Pounds", + "Year1": "3,822,942,332.00", + "Year2": "3,369,215,934.00", + "Year3": "3,680,526,894.00", + "Year4": "3,938,836,118.00", + "Year5": "3,961,427,544.00", + "Year6": "3,252,160,062.00", + "Year7": "3,941,411,924.00", + "Year8": "3,451,292,426.00", + "Year9": "3,515,481,730.00", + "Year10": "3,294,048,596.00" + }, + { + "RegistryId": "110000350174", + "Program": "GHG", + "System": "GHG", + "ProgramSysId": "1000828", + "PollutantType": null, + "Pollutant": "Carbon dioxide", + "UnitsOfMeasure": "MTCO2e", + "Year1": "1,735,347.50", + "Year2": "1,538,804.40", + "Year3": "1,677,398.30", + "Year4": "1,790,683.60", + "Year5": "1,800,763.20", + "Year6": "1,478,073.80", + "Year7": "1,791,480.60", + "Year8": "1,569,059.50", + "Year9": "1,599,525.40", + "Year10": "1,498,784.40" + }, + { + "RegistryId": "110000350174", + "Program": "GHG", + "System": "GHG", + "ProgramSysId": "1000828", + "PollutantType": null, + "Pollutant": "Methane", + "UnitsOfMeasure": "MTCO2e", + "Year1": "4,489.00", + "Year2": "710.25", + "Year3": "781.50", + "Year4": "830.25", + "Year5": "835.50", + "Year6": "685.00", + "Year7": "830.75", + "Year8": "727.50", + "Year9": "741.75", + "Year10": "696.25" + }, { "RegistryId": "110000350174", "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP/VOC", - "Pollutant": "Ethylbenzene", + "PollutantType": "HAP", + "Pollutant": "Chromic(VI) acid", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "113.28", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "163.92", + "Year5": ".32", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": ".28", "Year9": null, "Year10": null }, @@ -128,17 +242,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "CAP", - "Pollutant": "Primary PM10, filterable portion only", + "PollutantType": "HAP", + "Pollutant": "Chromium(III)", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "148,212.84", + "Year2": "38.56", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "188,308.07", + "Year5": "45.31", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "40.07", "Year9": null, "Year10": null }, @@ -147,17 +261,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "CAP/VOC", - "Pollutant": "Volatile organic compounds", + "PollutantType": "CAP", + "Pollutant": "Nitrogen oxides", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "11,640.00", + "Year2": "1,279,620.00", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "33,460.00", + "Year5": "1,244,060.00", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "1,204,420.00", "Year9": null, "Year10": null }, @@ -167,10 +281,10 @@ "System": "TRI", "ProgramSysId": "28401LVSTT801SU", "PollutantType": null, - "Pollutant": "Mercury compounds", + "Pollutant": "Barium compounds -- TRI", "UnitsOfMeasure": "Pounds", - "Year1": "63.00", - "Year2": "70.00", + "Year1": "270.00", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, @@ -180,17 +294,36 @@ "Year9": null, "Year10": null }, + { + "RegistryId": "110000350174", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "CAP/VOC", + "Pollutant": "Volatile organic compounds", + "UnitsOfMeasure": "Pounds", + "Year1": null, + "Year2": "11,640.00", + "Year3": null, + "Year4": null, + "Year5": "33,460.00", + "Year6": null, + "Year7": null, + "Year8": "24,080.00", + "Year9": null, + "Year10": null + }, { "RegistryId": "110000350174", "Program": "TRI", "System": "TRI", "ProgramSysId": "28401LVSTT801SU", "PollutantType": null, - "Pollutant": "Vanadium compounds", + "Pollutant": "Naphthalene", "UnitsOfMeasure": "Pounds", - "Year1": "280.00", - "Year2": "200.00", - "Year3": null, + "Year1": "11.00", + "Year2": ".00", + "Year3": ".00", "Year4": null, "Year5": null, "Year6": null, @@ -201,39 +334,39 @@ }, { "RegistryId": "110000350174", - "Program": "CAMD", - "System": "CAMD", - "ProgramSysId": "2713", - "PollutantType": null, - "Pollutant": "Nitrogen oxides", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "HAP/VOC", + "Pollutant": "Acetaldehyde", "UnitsOfMeasure": "Pounds", - "Year1": "6,639,164.00", - "Year2": "7,361,054.00", - "Year3": "1,153,192.00", - "Year4": "1,094,548.00", - "Year5": "1,137,062.00", - "Year6": "1,237,818.00", - "Year7": "1,102,918.00", - "Year8": "1,206,256.00", - "Year9": "1,196,928.00", - "Year10": "1,168,876.00" + "Year1": null, + "Year2": "141.64", + "Year3": null, + "Year4": null, + "Year5": "204.95", + "Year6": null, + "Year7": null, + "Year8": "168.03", + "Year9": null, + "Year10": null }, { "RegistryId": "110000350174", "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP", - "Pollutant": "Chromium(III)", + "PollutantType": "HAP/VOC", + "Pollutant": "Ethylbenzene", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "38.56", + "Year2": "113.28", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "45.31", + "Year5": "163.92", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "134.40", "Year9": null, "Year10": null }, @@ -246,13 +379,13 @@ "Pollutant": "Nickel", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "58.99", + "Year2": "58.99", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "71.28", + "Year5": "71.28", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "62.19", "Year9": null, "Year10": null }, @@ -262,16 +395,16 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "CAP", - "Pollutant": "Primary PM10 (filterables and condensibles)", + "Pollutant": "Primary PM condensible portion, less than 1 micron", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "268,380.00", + "Year2": "120,167.16", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "334,560.00", + "Year5": "146,251.93", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "152,680.04", "Year9": null, "Year10": null }, @@ -284,49 +417,49 @@ "Pollutant": "Toluene", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "462.76", + "Year2": "462.76", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "668.79", + "Year5": "668.79", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "548.89", "Year9": null, "Year10": null }, - { - "RegistryId": "110000350174", - "Program": "CAMD", - "System": "CAMD", - "ProgramSysId": "2713", - "PollutantType": null, - "Pollutant": "Sulfur dioxide", - "UnitsOfMeasure": "Pounds", - "Year1": "20,663,540.00", - "Year2": "21,634,280.00", - "Year3": "17,022.00", - "Year4": "18,532.00", - "Year5": "19,856.00", - "Year6": "19,980.00", - "Year7": "16,406.00", - "Year8": "19,888.00", - "Year9": "17,444.00", - "Year10": "18,376.00" - }, { "RegistryId": "110000350174", "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "HAP/VOC", - "Pollutant": "Acetaldehyde", + "Pollutant": "Xylene", "UnitsOfMeasure": "Pounds", "Year1": null, + "Year2": "226.57", + "Year3": null, + "Year4": null, + "Year5": "327.89", + "Year6": null, + "Year7": null, + "Year8": "268.87", + "Year9": null, + "Year10": null + }, + { + "RegistryId": "110000350174", + "Program": "TRI", + "System": "TRI", + "ProgramSysId": "28401LVSTT801SU", + "PollutantType": null, + "Pollutant": "Chromium compounds -- TRI", + "UnitsOfMeasure": "Pounds", + "Year1": "154.00", "Year2": null, - "Year3": "141.64", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "204.95", + "Year6": null, "Year7": null, "Year8": null, "Year9": null, @@ -334,39 +467,77 @@ }, { "RegistryId": "110000350174", - "Program": "NEI", - "System": "NEI", - "ProgramSysId": "8547211", - "PollutantType": "HAP/VOC", - "Pollutant": "Acrolein", + "Program": "TRI", + "System": "TRI", + "ProgramSysId": "28401LVSTT801SU", + "PollutantType": null, + "Pollutant": "Manganese compounds", "UnitsOfMeasure": "Pounds", - "Year1": null, + "Year1": "214.00", "Year2": null, - "Year3": "22.65", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "32.79", + "Year6": null, "Year7": null, "Year8": null, "Year9": null, "Year10": null }, + { + "RegistryId": "110000350174", + "Program": "CAMD", + "System": "CAMD", + "ProgramSysId": "2713", + "PollutantType": null, + "Pollutant": "Sulfur dioxide", + "UnitsOfMeasure": "Pounds", + "Year1": "21,634,280.00", + "Year2": "17,022.00", + "Year3": "18,532.00", + "Year4": "19,856.00", + "Year5": "19,980.00", + "Year6": "16,406.00", + "Year7": "19,888.00", + "Year8": "17,444.00", + "Year9": "18,376.00", + "Year10": "17,414.00" + }, + { + "RegistryId": "110000350174", + "Program": "GHG", + "System": "GHG", + "ProgramSysId": "1000828", + "PollutantType": null, + "Pollutant": "Nitrous oxide", + "UnitsOfMeasure": "MTCO2e", + "Year1": "7,719.09", + "Year2": "847.81", + "Year3": "939.30", + "Year4": "990.55", + "Year5": "997.11", + "Year6": "816.52", + "Year7": "990.25", + "Year8": "867.48", + "Year9": "884.76", + "Year10": "833.21" + }, { "RegistryId": "110000350174", "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP/VOC", - "Pollutant": "Formaldehyde", + "PollutantType": "GHG", + "Pollutant": "Methane", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "2,599.58", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "3,701.54", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "64,154.53", "Year9": null, "Year10": null }, @@ -379,13 +550,13 @@ "Pollutant": "Naphthalene", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "8.85", + "Year2": "8.85", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "7.49", + "Year5": "7.49", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "6.06", "Year9": null, "Year10": null }, @@ -395,35 +566,35 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "HAP/VOC", - "Pollutant": "Propylene oxide", + "Pollutant": "Polycyclic aromatic hydrocarbons", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "102.66", + "Year2": "4.77", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "148.56", + "Year5": "2.79", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "1.58", "Year9": null, "Year10": null }, { "RegistryId": "110000350174", - "Program": "TRI", - "System": "TRI", - "ProgramSysId": "28401LVSTT801SU", - "PollutantType": null, - "Pollutant": "Chromium compounds -- TRI", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "OTH", + "Pollutant": "Sulfate Portion of PM2.5-PRI", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": "154.00", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, "Year6": null, "Year7": null, - "Year8": null, + "Year8": "27,332.27", "Year9": null, "Year10": null }, @@ -433,10 +604,10 @@ "System": "TRI", "ProgramSysId": "28401LVSTT801SU", "PollutantType": null, - "Pollutant": "Hydrochloric acid", + "Pollutant": "Ammonia", "UnitsOfMeasure": "Pounds", - "Year1": "1,100,000.00", - "Year2": "1,200,000.00", + "Year1": "440.00", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, @@ -454,8 +625,8 @@ "PollutantType": null, "Pollutant": "Hydrofluoric acid", "UnitsOfMeasure": "Pounds", - "Year1": "86,000.00", - "Year2": "94,000.00", + "Year1": "94,000.00", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, @@ -471,10 +642,10 @@ "System": "TRI", "ProgramSysId": "28401LVSTT801SU", "PollutantType": null, - "Pollutant": "Lead compounds", + "Pollutant": "Sulfuric acid", "UnitsOfMeasure": "Pounds", - "Year1": "262.70", - "Year2": "120.30", + "Year1": "38,000.00", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, @@ -486,39 +657,39 @@ }, { "RegistryId": "110000350174", - "Program": "TRI", - "System": "TRI", - "ProgramSysId": "28401LVSTT801SU", - "PollutantType": null, - "Pollutant": "Manganese compounds", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "HAP", + "Pollutant": "Arsenic", "UnitsOfMeasure": "Pounds", - "Year1": "327.00", - "Year2": "214.00", + "Year1": null, + "Year2": "6.98", "Year3": null, "Year4": null, - "Year5": null, + "Year5": "8.52", "Year6": null, "Year7": null, - "Year8": null, + "Year8": "7.21", "Year9": null, "Year10": null }, { "RegistryId": "110000350174", - "Program": "TRI", - "System": "TRI", - "ProgramSysId": "28401LVSTT801SU", - "PollutantType": null, - "Pollutant": "Zinc compounds", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "HAP/VOC", + "Pollutant": "Benzene", "UnitsOfMeasure": "Pounds", - "Year1": "590.00", - "Year2": "430.00", + "Year1": null, + "Year2": "50.04", "Year3": null, "Year4": null, - "Year5": null, + "Year5": "63.82", "Year6": null, "Year7": null, - "Year8": null, + "Year8": "52.52", "Year9": null, "Year10": null }, @@ -528,16 +699,16 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "HAP/VOC", - "Pollutant": "Benzene", + "Pollutant": "Hexane", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "50.04", + "Year2": "32.73", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "63.82", + "Year5": "13.09", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "13.09", "Year9": null, "Year10": null }, @@ -547,16 +718,16 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "CAP", - "Pollutant": "Carbon monoxide", + "Pollutant": "Lead", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "285,580.00", + "Year2": "15.68", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "453,660.00", + "Year5": "18.60", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "16.04", "Year9": null, "Year10": null }, @@ -566,16 +737,16 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "HAP", - "Pollutant": "Chromium(VI)", + "Pollutant": "Mercury", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "1.81", + "Year2": "7.38", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "2.50", + "Year5": "8.53", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "7.43", "Year9": null, "Year10": null }, @@ -584,15 +755,91 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP", - "Pollutant": "Cobalt", + "PollutantType": "CAP", + "Pollutant": "Primary PM2.5 (filterables and condensibles)", + "UnitsOfMeasure": "Pounds", + "Year1": null, + "Year2": "268,376.60", + "Year3": null, + "Year4": null, + "Year5": "326,396.60", + "Year6": null, + "Year7": null, + "Year8": "281,793.36", + "Year9": null, + "Year10": null + }, + { + "RegistryId": "110000350174", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "CAP", + "Pollutant": "Sulfur dioxide", + "UnitsOfMeasure": "Pounds", + "Year1": null, + "Year2": "64,260.00", + "Year3": null, + "Year4": null, + "Year5": "21,040.00", + "Year6": null, + "Year7": null, + "Year8": "17,100.00", + "Year9": null, + "Year10": null + }, + { + "RegistryId": "110000350174", + "Program": "TRI", + "System": "TRI", + "ProgramSysId": "28401LVSTT801SU", + "PollutantType": null, + "Pollutant": "Hydrochloric acid", + "UnitsOfMeasure": "Pounds", + "Year1": "1,200,000.00", + "Year2": null, + "Year3": null, + "Year4": null, + "Year5": null, + "Year6": null, + "Year7": null, + "Year8": null, + "Year9": null, + "Year10": null + }, + { + "RegistryId": "110000350174", + "Program": "TRI", + "System": "TRI", + "ProgramSysId": "28401LVSTT801SU", + "PollutantType": null, + "Pollutant": "Lead compounds", + "UnitsOfMeasure": "Pounds", + "Year1": "120.30", + "Year2": null, + "Year3": null, + "Year4": null, + "Year5": null, + "Year6": null, + "Year7": null, + "Year8": null, + "Year9": null, + "Year10": null + }, + { + "RegistryId": "110000350174", + "Program": "TRI", + "System": "TRI", + "ProgramSysId": "28401LVSTT801SU", + "PollutantType": null, + "Pollutant": "Polycyclic aromatic compounds -- TRI", "UnitsOfMeasure": "Pounds", - "Year1": null, + "Year1": "1.00", "Year2": null, - "Year3": "2.58", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "3.77", + "Year6": null, "Year7": null, "Year8": null, "Year9": null, @@ -600,18 +847,18 @@ }, { "RegistryId": "110000350174", - "Program": "NEI", - "System": "NEI", - "ProgramSysId": "8547211", - "PollutantType": "CAP", - "Pollutant": "Nitrogen oxides", + "Program": "TRI", + "System": "TRI", + "ProgramSysId": "28401LVSTT801SU", + "PollutantType": null, + "Pollutant": "Vanadium compounds", "UnitsOfMeasure": "Pounds", - "Year1": null, + "Year1": "200.00", "Year2": null, - "Year3": "1,279,620.00", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "1,244,060.00", + "Year6": null, "Year7": null, "Year8": null, "Year9": null, @@ -622,17 +869,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "CAP", - "Pollutant": "Primary PM condensible portion, less than 1 micron", + "PollutantType": "GHG", + "Pollutant": "Carbon Dioxide", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "120,167.16", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "146,251.93", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "3,459,185,764.38", "Year9": null, "Year10": null }, @@ -641,17 +888,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "CAP", - "Pollutant": "Sulfur dioxide", + "PollutantType": "HAP", + "Pollutant": "Cobalt", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "64,260.00", + "Year2": "2.58", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "21,040.00", + "Year5": "3.77", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "3.26", "Year9": null, "Year10": null }, @@ -660,150 +907,74 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP/VOC", - "Pollutant": "Xylene", + "PollutantType": "HAP", + "Pollutant": "Manganese", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "226.57", + "Year2": "108.79", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "327.89", + "Year5": "25.14", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "16.11", "Year9": null, "Year10": null }, { "RegistryId": "110000350174", - "Program": "TRI", - "System": "TRI", - "ProgramSysId": "28401LVSTT801SU", - "PollutantType": null, - "Pollutant": "Barium compounds -- TRI", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "CAP", + "Pollutant": "Primary PM2.5, filterable portion only", "UnitsOfMeasure": "Pounds", - "Year1": "860.00", - "Year2": "270.00", + "Year1": null, + "Year2": "148,209.44", "Year3": null, "Year4": null, - "Year5": null, + "Year5": "180,144.67", "Year6": null, "Year7": null, - "Year8": null, + "Year8": "129,113.32", "Year9": null, "Year10": null }, { "RegistryId": "110000350174", - "Program": "TRI", - "System": "TRI", - "ProgramSysId": "28401LVSTT801SU", - "PollutantType": null, - "Pollutant": "Dioxin and dioxin-like compounds -- TRI", + "Program": "NEI", + "System": "NEI", + "ProgramSysId": "8547211", + "PollutantType": "HAP/VOC", + "Pollutant": "Propylene oxide", "UnitsOfMeasure": "Pounds", - "Year1": ".00", - "Year2": ".00", + "Year1": null, + "Year2": "102.66", "Year3": null, "Year4": null, - "Year5": null, + "Year5": "148.56", "Year6": null, "Year7": null, - "Year8": null, + "Year8": "121.80", "Year9": null, "Year10": null }, - { - "RegistryId": "110000350174", - "Program": "CAMD", - "System": "CAMD", - "ProgramSysId": "2713", - "PollutantType": null, - "Pollutant": "Carbon dioxide", - "UnitsOfMeasure": "Pounds", - "Year1": "3,038,945,940.00", - "Year2": "3,822,942,320.00", - "Year3": "3,369,215,880.00", - "Year4": "3,680,527,000.00", - "Year5": "3,938,836,200.00", - "Year6": "3,961,427,580.00", - "Year7": "3,252,160,134.00", - "Year8": "3,941,411,990.00", - "Year9": "3,451,292,486.00", - "Year10": "3,515,481,744.00" - }, - { - "RegistryId": "110000350174", - "Program": "GHG", - "System": "GHG", - "ProgramSysId": "1000828", - "PollutantType": null, - "Pollutant": "Carbon dioxide", - "UnitsOfMeasure": "MTCO2e", - "Year1": "1,379,223.60", - "Year2": "1,735,347.50", - "Year3": "1,538,804.40", - "Year4": "1,677,398.30", - "Year5": "1,790,683.60", - "Year6": "1,800,763.20", - "Year7": "1,478,073.80", - "Year8": "1,791,480.60", - "Year9": "1,569,059.50", - "Year10": "1,599,525.40" - }, - { - "RegistryId": "110000350174", - "Program": "GHG", - "System": "GHG", - "ProgramSysId": "1000828", - "PollutantType": null, - "Pollutant": "Methane", - "UnitsOfMeasure": "MTCO2e", - "Year1": "4,079.50", - "Year2": "4,489.00", - "Year3": "710.25", - "Year4": "781.50", - "Year5": "830.25", - "Year6": "835.50", - "Year7": "685.00", - "Year8": "830.75", - "Year9": "727.50", - "Year10": "741.75" - }, - { - "RegistryId": "110000350174", - "Program": "GHG", - "System": "GHG", - "ProgramSysId": "1000828", - "PollutantType": null, - "Pollutant": "Nitrous oxide", - "UnitsOfMeasure": "MTCO2e", - "Year1": "7,073.63", - "Year2": "7,719.09", - "Year3": "847.81", - "Year4": "939.30", - "Year5": "990.55", - "Year6": "997.11", - "Year7": "816.52", - "Year8": "990.25", - "Year9": "867.48", - "Year10": "884.76" - }, { "RegistryId": "110000350174", "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP", - "Pollutant": "Arsenic", + "PollutantType": "HAP/VOC", + "Pollutant": "1,3-Butadiene", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "6.98", + "Year2": "3.26", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "8.52", + "Year5": "2.33", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "1.82", "Year9": null, "Year10": null }, @@ -812,17 +983,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "CAP", - "Pollutant": "Lead", + "PollutantType": "HAP/VOC", + "Pollutant": "Acrolein", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "15.68", + "Year2": "22.65", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "18.60", + "Year5": "32.79", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "26.88", "Year9": null, "Year10": null }, @@ -832,35 +1003,16 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "CAP", - "Pollutant": "Primary PM2.5 (filterables and condensibles)", + "Pollutant": "Carbon monoxide", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "268,376.60", - "Year4": null, - "Year5": null, - "Year6": "326,396.60", - "Year7": null, - "Year8": null, - "Year9": null, - "Year10": null - }, - { - "RegistryId": "110000350174", - "Program": "TRI", - "System": "TRI", - "ProgramSysId": "28401LVSTT801SU", - "PollutantType": null, - "Pollutant": "Sulfuric acid", - "UnitsOfMeasure": "Pounds", - "Year1": "34,000.00", - "Year2": "38,000.00", + "Year2": "285,580.00", "Year3": null, "Year4": null, - "Year5": null, + "Year5": "453,660.00", "Year6": null, "Year7": null, - "Year8": null, + "Year8": "144,000.00", "Year9": null, "Year10": null }, @@ -870,16 +1022,16 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "HAP", - "Pollutant": "Cadmium", + "Pollutant": "Chromium(VI)", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "31.17", + "Year2": "1.81", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "36.29", + "Year5": "2.50", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "2.45", "Year9": null, "Year10": null }, @@ -888,17 +1040,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP/VOC", - "Pollutant": "Hexane", + "PollutantType": "GHG", + "Pollutant": "Nitrous Oxide", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "32.73", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "13.09", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "6,417.66", "Year9": null, "Year10": null }, @@ -908,16 +1060,16 @@ "System": "NEI", "ProgramSysId": "8547211", "PollutantType": "CAP", - "Pollutant": "Primary PM2.5, filterable portion only", + "Pollutant": "Primary PM10 (filterables and condensibles)", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "148,209.44", + "Year2": "268,380.00", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "180,144.67", + "Year5": "334,560.00", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "288,900.00", "Year9": null, "Year10": null }, @@ -926,17 +1078,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP", - "Pollutant": "Chromic(VI) acid", + "PollutantType": "CAP", + "Pollutant": "Primary PM10, filterable portion only", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, + "Year2": "148,212.84", "Year3": null, "Year4": null, - "Year5": null, - "Year6": ".32", + "Year5": "188,308.07", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "136,219.96", "Year9": null, "Year10": null }, @@ -945,17 +1097,17 @@ "Program": "NEI", "System": "NEI", "ProgramSysId": "8547211", - "PollutantType": "HAP", - "Pollutant": "Mercury", + "PollutantType": "OTH", + "Pollutant": "Remaining PMFINE portion of PM2.5-PRI", "UnitsOfMeasure": "Pounds", "Year1": null, "Year2": null, - "Year3": "7.38", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "8.53", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "99,477.76", "Year9": null, "Year10": null }, @@ -965,10 +1117,10 @@ "System": "TRI", "ProgramSysId": "28401LVSTT801SU", "PollutantType": null, - "Pollutant": "Ammonia", + "Pollutant": "Dioxin and dioxin-like compounds -- TRI", "UnitsOfMeasure": "Pounds", - "Year1": "410.00", - "Year2": "440.00", + "Year1": ".00", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, @@ -984,12 +1136,12 @@ "System": "TRI", "ProgramSysId": "28401LVSTT801SU", "PollutantType": null, - "Pollutant": "Naphthalene", + "Pollutant": "Zinc compounds", "UnitsOfMeasure": "Pounds", - "Year1": ".00", - "Year2": "11.00", - "Year3": ".00", - "Year4": ".00", + "Year1": "430.00", + "Year2": null, + "Year3": null, + "Year4": null, "Year5": null, "Year6": null, "Year7": null, @@ -999,6 +1151,26 @@ } ], "Permits": [ + { + "Statute": "CAA", + "EPASystem": "GHG", + "SourceID": "1000828", + "Universe": "Direct Emitter", + "NAICS": "221112", + "NAICSDesc": "Fossil Fuel Electric Power Generation", + "SIC": null, + "FacilityStatus": "Reporting Year 2022: Emitter - Reporting and meeting Verification requirements." + }, + { + "Statute": "CAA", + "EPASystem": "CAMDBS", + "SourceID": "2713", + "Universe": "", + "NAICS": "221112", + "NAICSDesc": "Fossil Fuel Electric Power Generation", + "SIC": "4911", + "FacilityStatus": "INACTIVE" + }, { "Statute": "CAA", "EPASystem": "EIS", @@ -1019,16 +1191,6 @@ "SIC": "4911", "FacilityStatus": "Operating" }, - { - "Statute": "CAA", - "EPASystem": "GHG", - "SourceID": "1000828", - "Universe": "Direct Emitter", - "NAICS": "221112", - "NAICSDesc": "Fossil Fuel Electric Power Generation", - "SIC": null, - "FacilityStatus": "Reporting Year 2021: Reporting and meeting Verification requirements." - }, { "Statute": "CAA", "EPASystem": "CEDRI", @@ -1039,16 +1201,6 @@ "SIC": null, "FacilityStatus": null }, - { - "Statute": "CAA", - "EPASystem": "CAMDBS", - "SourceID": "2713", - "Universe": "", - "NAICS": "221112", - "NAICSDesc": "Fossil Fuel Electric Power Generation", - "SIC": "4911", - "FacilityStatus": "INACTIVE" - }, { "Statute": "EP313", "EPASystem": "TRI", @@ -1056,7 +1208,7 @@ "Universe": "Toxics Release Inventory", "NAICS": "221112", "NAICSDesc": "Fossil Fuel Electric Power Generation", - "SIC": "4911", + "SIC": null, "FacilityStatus": "Last Reported for 2015" } ], @@ -1066,74 +1218,89 @@ "Program": "CAMD", "Pollutant": "CAMD - CO2", "UnitsOfMeasure": "Pounds", - "Year1": "3,038,945,940.00", - "Year2": "3,822,942,320.00", - "Year3": "3,369,215,880.00", - "Year4": "3,680,527,000.00", - "Year5": "3,938,836,200.00", - "Year6": "3,961,427,580.00", - "Year7": "3,252,160,134.00", - "Year8": "3,941,411,990.00", - "Year9": "3,451,292,486.00", - "Year10": "3,515,481,744.00" + "Year1": "3,822,942,332.00", + "Year2": "3,369,215,934.00", + "Year3": "3,680,526,894.00", + "Year4": "3,938,836,118.00", + "Year5": "3,961,427,544.00", + "Year6": "3,252,160,062.00", + "Year7": "3,941,411,924.00", + "Year8": "3,451,292,426.00", + "Year9": "3,515,481,730.00", + "Year10": "3,294,048,596.00" }, { "Program": "CAMD", "Pollutant": "CAMD - NOx", "UnitsOfMeasure": "Pounds", - "Year1": "6,639,164.00", - "Year2": "7,361,054.00", - "Year3": "1,153,192.00", - "Year4": "1,094,548.00", - "Year5": "1,137,062.00", - "Year6": "1,237,818.00", - "Year7": "1,102,918.00", - "Year8": "1,206,256.00", - "Year9": "1,196,928.00", - "Year10": "1,168,876.00" + "Year1": "7,361,054.00", + "Year2": "1,153,192.00", + "Year3": "1,094,548.00", + "Year4": "1,137,062.00", + "Year5": "1,237,818.00", + "Year6": "1,102,918.00", + "Year7": "1,206,256.00", + "Year8": "1,196,928.00", + "Year9": "1,168,876.00", + "Year10": "1,148,984.00" }, { "Program": "CAMD", "Pollutant": "CAMD - SO2", "UnitsOfMeasure": "Pounds", - "Year1": "20,663,540.00", - "Year2": "21,634,280.00", - "Year3": "17,022.00", - "Year4": "18,532.00", - "Year5": "19,856.00", - "Year6": "19,980.00", - "Year7": "16,406.00", - "Year8": "19,888.00", - "Year9": "17,444.00", - "Year10": "18,376.00" + "Year1": "21,634,280.00", + "Year2": "17,022.00", + "Year3": "18,532.00", + "Year4": "19,856.00", + "Year5": "19,980.00", + "Year6": "16,406.00", + "Year7": "19,888.00", + "Year8": "17,444.00", + "Year9": "18,376.00", + "Year10": "17,414.00" }, { "Program": "GHG", "Pollutant": "Total GHGs", "UnitsOfMeasure": "MTCO2e", - "Year1": "1,390,376.73", - "Year2": "1,747,555.59", - "Year3": "1,540,362.46", - "Year4": "1,679,119.10", - "Year5": "1,792,504.40", - "Year6": "1,802,595.81", - "Year7": "1,479,575.32", - "Year8": "1,793,301.60", - "Year9": "1,570,654.48", - "Year10": "1,601,151.91" + "Year1": "1,747,555.59", + "Year2": "1,540,362.46", + "Year3": "1,679,119.10", + "Year4": "1,792,504.40", + "Year5": "1,802,595.81", + "Year6": "1,479,575.32", + "Year7": "1,793,301.60", + "Year8": "1,570,654.48", + "Year9": "1,601,151.91", + "Year10": "1,500,313.86" }, { "Program": "NEI", "Pollutant": "Total CAPs", "UnitsOfMeasure": "Pounds", "Year1": null, + "Year2": "2,594,461.72", + "Year3": null, + "Year4": null, + "Year5": "2,927,899.87", + "Year6": null, + "Year7": null, + "Year8": "2,378,322.72", + "Year9": null, + "Year10": null + }, + { + "Program": "NEI", + "Pollutant": "Total GHGs", + "UnitsOfMeasure": "Pounds", + "Year1": null, "Year2": null, - "Year3": "2,594,461.72", + "Year3": null, "Year4": null, "Year5": null, - "Year6": "2,927,899.87", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "3,459,256,336.57", "Year9": null, "Year10": null }, @@ -1142,13 +1309,13 @@ "Pollutant": "Total HAPs", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "4,025.05", + "Year2": "4,025.05", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "5,539.62", + "Year5": "5,539.62", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "4,558.49", "Year9": null, "Year10": null }, @@ -1157,13 +1324,13 @@ "Pollutant": "Volatile Organic Compounds", "UnitsOfMeasure": "Pounds", "Year1": null, - "Year2": null, - "Year3": "11,640.00", + "Year2": "11,640.00", + "Year3": null, "Year4": null, - "Year5": null, - "Year6": "33,460.00", + "Year5": "33,460.00", + "Year6": null, "Year7": null, - "Year8": null, + "Year8": "24,080.00", "Year9": null, "Year10": null }, @@ -1171,10 +1338,10 @@ "Program": "TRI", "Pollutant": "TRI Air Toxics", "UnitsOfMeasure": "Pounds", - "Year1": "1,222,793.30", - "Year2": "1,333,910.30", + "Year1": "1,333,910.30", + "Year2": ".00", "Year3": ".00", - "Year4": ".00", + "Year4": null, "Year5": null, "Year6": null, "Year7": null, @@ -1186,8 +1353,8 @@ "Program": "TRI", "Pollutant": "TRI Criteria Pollutants", "UnitsOfMeasure": "Pounds", - "Year1": "672.70", - "Year2": "560.30", + "Year1": "560.30", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, @@ -1201,10 +1368,10 @@ "Program": "TRI", "Pollutant": "TRI HAPs", "UnitsOfMeasure": "Pounds", - "Year1": "1,186,653.30", - "Year2": "1,294,570.30", + "Year1": "1,294,570.30", + "Year2": ".00", "Year3": ".00", - "Year4": ".00", + "Year4": null, "Year5": null, "Year6": null, "Year7": null, @@ -1216,10 +1383,10 @@ "Program": "TRI", "Pollutant": "TRI Ozone Precursors", "UnitsOfMeasure": "Pounds", - "Year1": ".60", - "Year2": "12.00", + "Year1": "12.00", + "Year2": ".00", "Year3": ".00", - "Year4": ".00", + "Year4": null, "Year5": null, "Year6": null, "Year7": null, @@ -1231,8 +1398,8 @@ "Program": "TRI", "Pollutant": "TRI PBTs", "UnitsOfMeasure": "Pounds", - "Year1": "326.30", - "Year2": "191.30", + "Year1": "191.30", + "Year2": null, "Year3": null, "Year4": null, "Year5": null, diff --git a/vignettes/int/0/cwa_rest_services.get_download-9d88ec.csv b/vignettes/int/0/cwa_rest_services.get_download-e4fbf1.csv similarity index 76% rename from vignettes/int/0/cwa_rest_services.get_download-9d88ec.csv rename to vignettes/int/0/cwa_rest_services.get_download-e4fbf1.csv index 623f67d..3e96705 100644 --- a/vignettes/int/0/cwa_rest_services.get_download-9d88ec.csv +++ b/vignettes/int/0/cwa_rest_services.get_download-e4fbf1.csv @@ -1,22 +1,31 @@ "CWPName","SourceID","CWPStreet","CWPCity","CWPState","CWPStateDistrict","CWPZip" -"066-3344 BORLAUG CENTER RENOVATION ADDITION","TXR1579LK","600 JOHN KIMBROUGH BLVD","COLLEGE STATION","TX",,"77843-0001" +"066-3344 BORLAUG CENTER RENOVATION ADDITION","TXR1579LK","600 JOHN KIMBROUGH BLVD","COLLEGE STATION","TX","9","77843-0001" +"1407 CONNOR STREET","TXR1539NY","1407 CONNOR STREET","BRYAN","TX","9","77808" "2900 SPECTOR DRIVE","TXR1571JJ","2900 SPECTOR DRIVE","BRYAN","TX",,"77802" "2901 SPECTOR DRIVE","TXR1531KC","2901 SPECTOR DRIVE","BRYAN","TX",,"77802" +"2921 SPECTOR DRIVE","TXR1587NL","2921 SPECTOR DR","BRYAN","TX",,"77802" "3444 MAHOGANY DRIVE","TXR1509EW","SOUTHWEST OF THE INTERSECTION OF MAHOGANY DRIVE AN","BRYAN","TX",,"77807" +"3757 COOPER COURT","TXR1571QU","3757 COOPER CT","COLLEGE STATION","TX","9","77845" +"4724 CONCORDIA","TXR1587QU","4724 CONCORDIA DR","BRYAN","TX","9","77802" "5113 INVERNESS DR","TXR1542EK","5113 INVERNESS DR","BRYAN","TX",,"77802" "777 GRAHAM RD","TXR1578AE","777 GRAHAM RD","COLLEGE STATION","TX",,"77845" "8.5 ACRE DEVELOPMENT SH-6","TXR1535BW","NORTHWEST INTERSECTION OF MARTIN LUTHER KING JR ST","BRYAN","TX",,"77803" +"804 GILCHRIST AVE","TXR1584QR","804 GILCHRIST AVE","COLLEGE STATION","TX","9","77840" "ACADEMY CONDOMINIUMS","TXR1508FA","1326 PRAIRIE DR","BRYAN","TX",,"77803" "ACADEMY CONDOS","TXR1512HZ","1326 PRAIRIE DR","BRYAN","TX",,"77803" "ACADEMY PRESERVE - PH 1 & 2","TXR1504IX","SEC OF OSBORN LANE AND PRAIRIE DRIVE","BRYAN","TX",,"77803" +"ACADEMY PRESERVE PHS 1","TXR1589JN","SE OF OSBORN LN & FOREST GLEN CT","BRYAN","TX","9","77802" +"ACADEMY PRESERVE PHS 1","TXR1583NX","SE OF OSBORN LN & FOREST GLEN CT","BRYAN","TX","9","77802" "ACADEMY PRESERVE PHS 1","TXR1527JO","SE OF OSBORN LN & FOREST GLEN CT","BRYAN","TX",,"77802" -"ACADEMY PRESERVE PHS 1","TXR1589JN","SE OF OSBORN LN & FOREST GLEN CT","BRYAN","TX",,"77802" -"ACADEMY PRESERVE PHS 2","TXR1588JN","EAST OF PRAIRIE DR & OSBORN LN","BRYAN","TX",,"77802" "ACADEMY PRESERVE PHS 2","TXR1526JO","EAST OF PRAIRIE DR & OSBORN LN","BRYAN","TX",,"77802" +"ACADEMY PRESERVE PHS 2","TXR1588JN","EAST OF PRAIRIE DR & OSBORN LN","BRYAN","TX","9","77802" +"ACADEMY PRESERVE PHS 2","TXR1584NX","EAST OF PRAIRIE DR & OSBORN LN","BRYAN","TX","9","77802" "ACE TOWNHOME","TXR15667I","2136 CHESTNUT OAK CIR","COLLEGE STATION","TX",,"77845-4168" +"AFS PARKING LOT EXPANSION","TXR1536NP","505 GEORGE BUSH DR","COLLEGE STATION","TX",,"77843" "AGGIE ACRES WWTP","TX0132187","800 FT SE OF N DOWLING RD APPROX 600 FT SW OF WALN","COLLEGE STATION","TX","09","77845" -"AGGIE CREAMERY","TXR1547JP","SW OF THROCKMORTON ST & LEWIS ST","COLLEGE STATION","TX",,"77840" "AGGIE CREAMERY","TXR1546JP","SW OF THROCKMORTON ST & LEWIS ST","COLLEGE STATION","TX",,"77840" +"AGGIE CREAMERY","TXR1507OA","SW OF THROCKMORTON ST & LEWIS ST","COLLEGE STATION","TX","9","77840" +"AGGIE CREAMERY","TXR1547JP","SW OF THROCKMORTON ST & LEWIS ST","COLLEGE STATION","TX","9","77840" "AGGIE PARK - TEXAS A&M UNIVERSITY","TXR1543FV","800 THROCKMORTON STREET","COLLEGE STATION","TX",,"77840" "AGGIELAND OUTFITTERS","TXR1533KO","100 FAIRVIEW AVE","COLLEGE STATION","TX",,"77840" "AGRILIFE PHENOTYPING GREENHOUSE","TXR1582BA","950 AGRONOMY ROAD","COLLEGE STATION","TX",,"77845" @@ -33,59 +42,71 @@ "AURORA GARDENS","TXR1575AS","400 AURORA CT","COLLEGE STATION","TX",,"77840" "AUSTIN COLONY PHS. 18","TXR10F6X1","NE OF BULLINGER CREEK DR. & COLONY VILLAGE DRIVE","BRYAN","TX",,"77808" "AUSTIN COLONY PHS. 18","TXR10F6WR","NE OF BULLINGER CREEK DRIVE & COLONY VILLAGE DRIVE","BRYAN","TX",,"77808" -"AUSTIN'S COLONY PHS. 20","TXR10F8GB","NW OF THORNBERRY DRIVE & BULLINGER CREEK DRIVE","BRYAN","TX",,"77808" "AUSTIN'S COLONY PHS. 20","TXR10F8G3","NW OF THORNBERRY DRIVE & BULLINGER CREEK DRIVE","BRYAN","TX",,"77808" +"AUSTIN'S COLONY PHS. 20","TXR10F8GB","NW OF THORNBERRY DRIVE & BULLINGER CREEK DRIVE","BRYAN","TX",,"77808" "AUSTINS COLNY PHASE 18","TXR15651L","1000 FT WEST OF THORNBERRY DR. ON BULLINGER CREEK","BRYAN","TX",,"77803" -"AUSTINS COLONY","TXR1528FK","THE INTERSECTION OF HWY. 6 AND F.M. 158","BRYAN","TX",,"77802" "AUSTINS COLONY","TXR1596JO","THE INTERSECTION OF HWY. 6 AND F.M. 158","BRYAN","TX",,"77802" +"AUSTINS COLONY","TXR1509NT","THE INTERSECTION OF HWY. 6 AND F.M. 158","BRYAN","TX","9","77802" +"AUSTINS COLONY","TXR1528FK","THE INTERSECTION OF HWY. 6 AND F.M. 158","BRYAN","TX",,"77802" "AUSTINS COLONY","TXR15363O","THE INTERSECTION OF HWY. 6 AND F.M. 158","BRYAN","TX",,"77802" -"AUSTINS COLONY PHS 21A","TXR1597JS","NE OF BULLINGER CREEK DR & WOLFPACK LP","BRYAN","TX",,"77808" +"AUSTINS COLONY","TXR1563PX","3005 TELLER DR","BRYAN","TX","9","77808-1551" "AUSTINS COLONY PHS 21A","TXR1509JU","NE OF BULLINGER CREEK DR & WOLFPACK LP","BRYAN","TX",,"77808" -"AUSTINS COLONY SUBDIVISION","TXR15333O","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" -"AUSTINS COLONY SUBDIVISION","TXR1517ED","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" -"AUSTINS COLONY SUBDIVISION","TXR15615N","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" -"AUSTINS COLONY SUBDIVISION","TXR1564DR","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" -"AUSTINS COLONY SUBDIVISION","TXR15812A","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" -"AUSTINS COLONY SUBDIVISION","TXR1585AY","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" -"AUSTINS COLONY SUBDIVISION","TXR1535CL","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" +"AUSTINS COLONY PHS 21A","TXR1597JS","NE OF BULLINGER CREEK DR & WOLFPACK LP","BRYAN","TX",,"77808" +"AUSTINS COLONY SUBDIVISION","TXR15484T","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" "AUSTINS COLONY SUBDIVISION","TXR15904G","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" "AUSTINS COLONY SUBDIVISION","TXR15227M","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" +"AUSTINS COLONY SUBDIVISION","TXR1564DR","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" "AUSTINS COLONY SUBDIVISION","TXR1533HA","2987 ARCHER DR","BRYAN","TX",,"77808" +"AUSTINS COLONY SUBDIVISION","TXR1517ED","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" +"AUSTINS COLONY SUBDIVISION","TXR1535CL","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX","9","77808" +"AUSTINS COLONY SUBDIVISION","TXR15376U","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX","9","77808" +"AUSTINS COLONY SUBDIVISION","TXR15615N","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" "AUSTINS COLONY SUBDIVISION","TXR1509CS","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" "AUSTINS COLONY SUBDIVISION","TXR1563ET","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" +"AUSTINS COLONY SUBDIVISION","TXR15333O","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX","9","77808" +"AUSTINS COLONY SUBDIVISION","TXR15812A","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX","9","77808" +"AUSTINS COLONY SUBDIVISION","TXR1585AY","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" "AUSTINS COLONY SUBDIVISION","TXR1515EF","3008 BLACKFOOT CT","BRYAN","TX",,"77845" -"AUSTINS COLONY SUBDIVISION","TXR15484T","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" -"AUSTINS COLONY SUBDIVISION","TXR15376U","INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK","BRYAN","TX",,"77808" +"AUSTINS COLONY SUBDIVISION PHS 21B & 21C","TXR1543MW","NW OF THORNBERRY DR & BULLINGER CREEK DR","BRYAN","TX",,"77808" +"AUSTINS COLONY SUBDIVISION PHS 21B & 21C","TXR1523MX","NW OF THORNBERRY DR & BULLINGER CREEK DR","BRYAN","TX",,"77808" "AUSTINS ESTATE SUBDIVISION LOT 2 BLOCK 1 PHASE 6","TXR15725T","2800 THORNBERRY DR","BRYAN","TX",,"77808" "AUSTIN’S COLONY PHS. 22A","TXR10FA3F","NW OF THORNBERRY DR. & ARCHER CIRCLE","BRYAN","TX",,"77808" "AUSTIN’S COLONY PHS. 22A","TXR10FA3O","NW OF THORNBERRY DR. & ARCHER CIRCLE","BRYAN","TX",,"77808" "BANK OF BCS","TXR1566LL","FROM HOUSTON, TEXAS TAKE 290 WEST TO HWY 6 TOWARD","BRYAN","TX",,"77802" "BARRACKS MULTI-FAMILY","TXR1595FD","SITE IS LOCATED APPROXIMATELY 0.6 MILES NORTHWEST","COLLEGE STATION","TX",,"77845" "BARRON CREST SUBDIVISION","TXR15610N","2716 BARRON RD","COLLEGE STATION","TX",,"77845-9168" +"BARRON LANDING PROJECT","TXR1558PJ","NEC OF BARRON ROAD AND WILLIAM D FITCH PARKWAY","COLLEGE STATION","TX","9","77845" "BEE CREEK SANITARY SEWER TRUNK LINE REHABILITATION PHASE 2","TXR15647M","THE SITE RUNS FROM NEAR THE INTERSECTION OF N FORE","COLLEGE STATION","TX",,"77845" +"BEE CREEK SANITARY SEWER TRUNK LINE REHABILITATION PHASE 3","TXR1502OL","FROM WHERE BEE CREEK MEETS HIGHWAY 6, MOVING IN A","COLLEGE STATION","TX","9","77845" "BIGSHOTS GOLF AGGIELAND","TXR1580BW","400 W. VILLA MARIA ROAD","BRYAN","TX",,"77801" "BIGSHOTS GOLF AGGIELAND","TXR1590EI","400 W. VILLA MARIA ROAD","BRYAN","TX",,"77801" -"BISD MAINTENANCE AND TRANSPORTATION","TXR1566LU","SOUTHWEST OF LEONARD ROAD & NORTH HARVEY MITCHELL","BRYAN","TX",,"77807" +"BISD MAINTENANCE AND TRANSPORTATION","TXR1566LU","SOUTHWEST OF LEONARD ROAD & NORTH HARVEY MITCHELL","BRYAN","TX","9","77807" +"BISD MAINTENANCE AND TRANSPORTATION","TXR1557LT","SOUTHWEST OF LEONARD ROAD & NORTH HARVEY MITCHELL","BRYAN","TX","9","77807" "BONHAM TRACE","TXR1542EA","INTERSECTION OF WILLHELM DRIVE AND OLD HEARNE ROAD","BRYAN","TX",,"77803" "BONHAM TRACE PHASE 2","TXR1551KU","INTERSECTION OF OLD HEARNE RD AND MESSENGER WAY","BRYAN","TX",,"77803" -"BONHAM TRACE SUBDIVISION PHASE 2","TXR1532LE","INTERSECTION OLD HEARNE ROAD & MESSENGER WAY","BRYAN","TX",,"77803" +"BONHAM TRACE SUBDIVISION PHASE 2","TXR1532LE","INTERSECTION OLD HEARNE ROAD & MESSENGER WAY","BRYAN","TX","9","77803" "BONN RESIDENCE","TXR1566DE","4715 MIRAMONT CIR","BRYAN","TX",,"77802" "BOULDER CREEK PH 1","TXR15836U","START AT JESTER TRAIL AND CHICK LN IN BRYAN TEXAS.","BRYAN","TX",,"77807" "BOULDER CREEK SUBDIVISION","TXR1578BQ","1906 CAMBRIA","BRYAN","TX",,"77807" "BOWMAN","TXR15771L","4236 BOONVILLE RD","BRYAN","TX",,"77802-3674" "BOYS AND GIRLS CLUB OF BRAZOS VALLEY","TXR1521CI","1910 BECK ST","BRYAN","TX",,"77803" -"BRAYTON FIRE TRAINING FIELD","TX0090883","1595 NUCLEAR SCIENCE RD","COLLEGE STATION","TX","09","778438000" +"BRAYTON FIRE TRAINING FIELD","TX0090883","1595 NUCLEAR SCIENCE RD","COLLEGE STATION","TX","09","77843" "BRAZOS COUNTY JUVENILE JUSTICE CENTER","TXR15013P","1904 W HIGHWAY 21","BRYAN","TX",,"77803-1217" "BRAZOS COUNTY MS4","TXR040172","URBANIZED AREA OUTSIDE CITY","BRYAN","TX",,"77803" +"BRAZOS COUNTY MS4","TXR040663","AREA WITHIN BRAZOS COUNTY LIMITS THAT IS LOCATED","BRYAN","TX",,"77803" +"BRAZOS VALLEY DISPOSAL FACILITY","TXR05GD52","8825 STEWARTS MDWS","COLLEGE STATION","TX",,"77845-8536" +"BRAZOS VALLEY RECYCLING","TXR05GD63","8825 STEWARTS MDWS","COLLEGE STATION","TX",,"77845-8536" "BRAZOS VALLEY REYCLING","TXR05BU23","8825 STEWARTS MDWS","COLLEGE STATION","TX",,"77845-8536" "BRICKYARD METAL RECYCLING","TXR05BQ65","2800 N TEXAS AVE","BRYAN","TX",,"77803-1039" -"BRIGHT AREA DEVELOPMENT - INDOOR TRACK","TXR1585KQ","NWC OF OLSEN BLVD. AND GEORGE BUSH DRIVE WEST","COLLEGE STATION","TX",,"77840" -"BRIGHT AREA REDEVELOPMENT SUP PROJECTS ONE AND TWO","TXR1547KE","NEC OF GEORGE BUSH DRIVE AND WELLBORN ROAD","COLLEGE STATION","TX",,"77840" +"BRIGHT AREA DEVELOPMENT - INDOOR TRACK","TXR1585KQ","NWC OF OLSEN BLVD. AND GEORGE BUSH DRIVE WEST","COLLEGE STATION","TX","9","77840" +"BRIGHT AREA REDEVELOPMENT SUP PROJECTS ONE AND TWO","TXR1547KE","NEC OF GEORGE BUSH DRIVE AND WELLBORN ROAD","COLLEGE STATION","TX","9","77840" +"BRISTOL & ESTHER DRAINAGE IMPROVEMENTS","TXR1568QU","2301 AVON ST","BRYAN","TX","9","77802" "BRM 5","TXG111948","1391 OLD ARRINGTON RD","BRYAN-COLLEGE STATION DIVISION","TX","09","77845" -"BROADSTONE TRADITIONS","TXR10F50D","NW OF ATLAS PEAR DRIVE AND F AND B ROAD","BRYAN","TX",,"77807" "BROADSTONE TRADITIONS","TXR15515C","8000 ATLAS PEAR DR","BRYAN","TX",,"77807-1400" +"BROADSTONE TRADITIONS","TXR10F50D","NW OF ATLAS PEAR DRIVE AND F AND B ROAD","BRYAN","TX",,"77807" "BROADSTONE TRADITIONS","TXR10F50H","NW OF ATLAS PEAR DRIVE AND F AND B ROAD","BRYAN","TX",,"77807" "BROADSTONE TRADITIONS II","TXR1562AD","8175 ATLAS PEAR DR","COLLEGE STATION","TX",,"77845" +"BRYAN ADMINISTRATION BUILDING","TXR1558OP","2608 E VILLA MARIA ROAD","BRYAN","TX","9","77802" "BRYAN BIN","TXR05BD69","6941 E HIGHWAY 21","BRYAN","TX",,"77808" "BRYAN FACILITY","TXR05T396","1613 GOOSENECK DR","BRYAN","TX",,"77808-0923" "BRYAN INTERMEDIATE SCHOOL3","TXR1582GB","3009 BONHAM DR","BRYAN","TX",,"77803" @@ -96,18 +117,17 @@ "BRYAN PLACE ADDITION","TXR15473T","1222 BITTLE LN","BRYAN","TX",,"77801" "BRYAN REGIONAL PARK - PHASE 1B & 3A","TXR1541BW","NORTHWEST CORNER OF WEST VILLA MARIA RD AND SOUTH","BRYAN","TX",,"77801" "BRYAN STILL CREEK CULVERTS","TXR1586EG","WOODVILLE DRIVE AT CREEKWOOD DRIVE","BRYAN","TX",,"77803" -"BRYAN TEXAS UTILITIES ADMINISTRATION BUILDING","TXR1544LL","2611 N EARL RUDDER FWY","BRYAN","TX",,"77803" +"BRYAN TEXAS UTILITIES ADMINISTRATION BUILDING","TXR1544LL","2611 N EARL RUDDER FWY","BRYAN","TX","9","77803-5191" "BRYAN WEST TIE-IN","TXR10F47A","HIGHWAY 47 & HEALTH SCIENCE CENTER PARKWAY","BRYAN","TX",,"77845" +"BS&W COLLEGE STATION MOB II","TXR1589MK","SOUTHEAST CORNER OF SCOTT & WHITE DRIVE AND ROCK P","COLLEGE STATION","TX",,"77845" "BTU ELECTRICAL DISTRIBUTION CENTER SITE RECLAMATION","TXR1515DE","601 ATKINS ST","BRYAN","TX",,"77801-1128" "BTU ELECTRICAL DISTRIBUTION SERVICE CENTER SITE IMPROVEMENTS","TXR1583EA","SITE IS LOCATED APPROXIMATELY 0.25 MILES NORTHEAST","BRYAN","TX",,"77801" "BUILDING B5 TRADITIONS SUBDIVISION","TXR1596GP","4115 LAKE ATLAS DR","BRYAN","TX",,"77807" -"BURTON CREEK WWTP","TXR05EY18","300 PARK RD","BRYAN","TX",,"77802" -"BURTON CREEK WWTP","TX0022616","300 PARK RD","BRYAN","TX","09","77805" "BURTON CREEK WWTP","TXR05Q529","300 PARK RD","BRYAN","TX",,"77805" +"BURTON CREEK WWTP","TX0022616","300 PARK RD","BRYAN","TX","09","77802" +"BURTON CREEK WWTP","TXR05EY18","300 PARK RD","BRYAN","TX",,"77802" "BYOT","TXR15946Y","3738 HIGHWAY 21 E","BRYAN","TX",,"77808-0933" "BYOT AUTO PARTS","TXR05EK31","3738 HIGHWAY 21 E","BRYAN","TX",,"77808-0933" -"C-STORE HWY 21 GAS EXTENSION","TXR10F7WE","SW OF BOATWRIGHT ST. & BROOKHAVEN ST.","BRYAN","TX",,"77803" -"C-STORE HWY 21 GAS EXTENSION","TXR10F7VR","SW OF BOATWRIGHT ST. & BROOKHAVEN ST.","BRYAN","TX",,"77803" "CAIN HALL REDEVELOPMENT","TXR15082K","500 GENE STALLINGS BLVD","COLLEGE STATION","TX",,"77840" "CAMILLO - LEONARD CROSSING","TXR15765W","ALONG LEONARD DRIVE AND CROSSING DRIVE","BRYAN","TX",,"77803" "CAMILLO - OAKWOOD FOREST","TXR15233O","NORTH OF N. TX AVE. AT OAKWOOD FOREST","BRYAN","TX",,"77803" @@ -116,27 +136,28 @@ "CAO RETAIL SPACE BUILDOUT","TXR1559IP","SEC OF PRIVATE DRIVE A AND C AT ARRINGTON ROAD","COLLEGE STATION","TX",,"77845" "CARRABBA INDUSTRIAL PARK PHASE 11 & 13 A","TXR15543S","ON HWY 21, 1.1 MILES EAST FROM THE INTERSECTION OF","BRYAN","TX",,"77808" "CARTER CREEK CONDOS PHASE 2","TXR1516LM","1451 ASSCOIATES AVENUE","COLLEGE STATION","TX",,"77845" -"CARTER CREEK WWTP","TX0047163","2200 NORTH FOREST PKWY","COLLEGE STATION","TX","09","77845" -"CARTER HEIGHTS","TXR10F8EC","NW OF OAK KNOLL PLACE & BENNETT ST.","BRYAN","TX",,"77802" "CARTER HEIGHTS","TXR10F8E6","NW OF OAK KNOLL PLACE & BENNETT ST.","BRYAN","TX",,"77802" -"CARTERS CREEK WASTEWATER TREATMENT PLANT","TXR05FH76","2200 N FOREST PKWY","COLLEGE STATION","TX",,"77845" +"CARTER HEIGHTS","TXR10F8EC","NW OF OAK KNOLL PLACE & BENNETT ST.","BRYAN","TX",,"77802" "CARTERS CREEK WASTEWATER TREATMENT PLANT","TXR05CU94","2200 N FOREST PKWY","COLLEGE STATION","TX",,"77845" +"CARTERS CREEK WASTEWATER TREATMENT PLANT","TXR05FH76","2200 N FOREST PKWY","COLLEGE STATION","TX",,"77845" +"CARTERS CREEK WWTP","TX0047163","2200 NORTH FOREST PKWY","COLLEGE STATION","TX","09","77845" +"CASATA WWTF","TX0144843","APPRX 2640 FT SW OF THE INTE RAYMOND STOTZER PKWY","COLLEGE STATION","TX","09","77845" "CASTA WWTF","TX0143740","2640 FT SE OF THE INTERSECTION OF RAYMOND STOTZER ","COLLEGE STATION","TX","09","77845" -"CENTRAL UTILITY PLANT","TX0002747","222 IRELAND ST","COLLEGE STATION","TX","09","77843" -"CHICK-FIL-A - BRYAN BRAZOS VALLEY MARKETPLACE","TXR1524DR","1542 W. VILLA MARIA RD.","BRYAN","TX",,"77807" +"CENTRAL UTILITY PLANT","TX0002747","1584 TAMU","COLLEGE STATION","TX","09","77843" +"CENTURY SQUARE II","TXR1565OH","NEC OF CENTURY COURT AND UNIVERSITY DRIVE","COLLEGE STATION","TX","9","77840" +"CHARLESTON MILL PHASE 1A AND PHASE 1B","TXR1517OE","3118 HOLLEMAN DR S","COLLEGE STATION","TX","9","77845-3475" "CHICK-FIL-A - BRYAN BRAZOS VALLEY MARKETPLACE","TXR1548EO","1542 W. VILLA MARIA RD.","BRYAN","TX",,"77807" -"CHICK-FIL-A - COLLEGE STATION FM 2818 & WELLBORN TX 4215","TXR15499V","HARVEY MITCHELL PARKWAY SOUTH AND WELLBORN ROAD","COLLEGE STATION","TX",,"77845" +"CHICK-FIL-A - BRYAN BRAZOS VALLEY MARKETPLACE","TXR1524DR","1542 W. VILLA MARIA RD.","BRYAN","TX",,"77807" "CHICK-FIL-A - COLLEGE STATION FM 2818 & WELLBORN TX 4215","TXR15876W","HARVEY MITCHELL PARKWAY SOUTH AND WELLBORN ROAD","COLLEGE STATION","TX",,"77845" -"CHIMNEY HILL COMMERCIAL DEVELOPMENT","TXR10F7UM","NW OF UNIVERSITY DRIVE E. & TARROW ST.","COLLEGE STATION","TX",,"77840" -"CHIMNEY HILL COMMERCIAL DEVELOPMENT","TXR10F7UR","NW OF UNIVERSITY DRIVE E. & TARROW ST.","COLLEGE STATION","TX",,"77840" +"CHICK-FIL-A - COLLEGE STATION FM 2818 & WELLBORN TX 4215","TXR15499V","HARVEY MITCHELL PARKWAY SOUTH AND WELLBORN ROAD","COLLEGE STATION","TX",,"77845" "CHIMNEY HILL RETAIL CENTER NO 2","TXR1534BW","713 UNIVERSITY DR E","COLLEGE STATION","TX",,"77840" -"CITY OF BRYAN EAST SIDE WWTP","TX0140635","300 S TEXAS AVE","BRYAN","TX","9","77803" -"CITY OF BRYAN MS4","TXR040336","AREA WITHIN THE CITY OF BRYAN LIMITS THAT IS","BRYAN","TX","09","77805" +"CITY OF BRYAN HILLSIDE DR","TXR1598NI","HILLSIDE DR AND OLD OAKS DR","BRYAN","TX",,"77802" +"CITY OF BRYAN MS4","TXR040336","AREA WITHIN THE CITY OF BRYAN LIMITS THAT IS LOCAT","BRYAN","TX","9","77805" "CITY OF BRYAN TRAVIS PARK FIELDS - PHASE 1C","TXR1594CO","2200 BOMBER DR","BRYAN","TX",,"77801" "CITY OF COLLEGE STATION CITY HALL","TXR1523BW","1101 TEXAS AVE S","COLLEGE STATION","TX",,"77840-2433" "CITY OF COLLEGE STATION FACILITY MAINTENANCE","TXR1576FZ","303 WILLIAM KING COLE DRIVE","COLLEGE STATION","TX",,"77840" "CITY OF COLLEGE STATION FLEET SERVICE IMPROVEMENTS","TXR1571IB","300 W KING COLE DRIVE","COLLEGE STATION","TX",,"77840" -"CITY OF COLLEGE STATION MS4","TXR040008","WITHIN CITY OF COLLEGE STATION LIMITS","COLLEGE STATION","TX","09","77842" +"CITY OF COLLEGE STATION MS4","TXR040008","AREA WITHIN THE CITY OF COLLEGE STATION LIMITS THA","COLLEGE STATION","TX","9","77842" "CITY SOUTH OFFICE COMPLEX - PHASE 1","TXR1525AQ","THIS PROJECT IS LOCATED SOUTH OF LAKEWAY DRIVE, JU","COLLEGE STATION","TX",,"77845" "CLIMATE DOCTORSSTANDARD SUPPLY","TXR15777U","10129 SH 30","BRYAN","TX",,"77845" "COBRA PROTECTIVE COATINGS","TXR05BJ53","6248 W HWY 21","BRYAN","TX",,"77807" @@ -147,29 +168,33 @@ "CONNORS COVE","TXR1529BS","HEADED NORTH ON HWY 6, TAKE THE WOODVILLE RD EXIT,","BRYAN","TX",,"77808" "CONNORS COVE","TXR15359W","HEADED NORTH ON HWY 6, TAKE THE WOODVILLE RD EXIT,","BRYAN","TX",,"77808" "COOPERS BBQ","TXR15057T","PROJECT LOCATED ON TEXAS HIGHWAY 6 AT THE CORNER O","COLLEGE STATION","TX",,"77845" -"CORDOVA RIDGE","TXR10F4RZ","SE OF PASSENDALE LANE & RENEE LANE","COLLEGE STATION","TX",,"77845" "CORDOVA RIDGE","TXR10F4RV","SE OF PASSENDALE LANE & RENEE LANE","COLLEGE STATION","TX",,"77845" +"CORDOVA RIDGE","TXR10F4RZ","SE OF PASSENDALE LANE & RENEE LANE","COLLEGE STATION","TX",,"77845" "CORSAIR HEALTHCARE & REHAB","TXR1513IB","3105 CORSAIR DRIVE","COLLEGE STATION","TX",,"77845" "CORSAIR HEALTHCARE & REHABILITATION","TXR1590ID","3155 CORSAIR DRIVE","COLLEGE STATION","TX",,"77845" "COSTCO WHOLESALE - COLLEGE STATION","TXR1558GU","4321 STATE HIGHWAY 6 S","COLLEGE STATION","TX",,"77845" "COULTER BUSINESS PARK","TXR1518KU","PROCEED EAST FROM HWY 6 ON TO US HWY190/HWY 21 FOR","BRYAN","TX",,"77808" +"COULTER BUSINESS PARK","TXR1547NX","PROCEED EAST FROM HWY 6 ON TO US HWY190/HWY 21 FOR","BRYAN","TX","9","77808" "COULTER DRIVE RECONSTRUCTION","TXR1586BU","COULTER DRIVE FROM S. COLLEGE AVENUE TO E. WILLIAM","BRYAN","TX",,"77803" "COULTER FIELD","TXR05DS44","6120 E STATE HIGHWAY 21","BRYAN","TX",,"77808-8642" "CRESCENT POINT PARKWAY","TXR15772L","2301 CRESCENT POINT PARKWAY","COLLEGE STATION","TX",,"77845" "CRESCENT POINTE OFFICE PARK","TXR15275Z","SITE LOCATED ON CRESCENT POINTE PARKWAY","COLLEGE STATION","TX",,"77845" "CROSSING AT WELLBORN","TXR15613W","PROJECT IS NORTH EAST OF THE INTERSECTION OF WELLB","COLLEGE STATION","TX",,"77845" -"CRUZ SALVAGE YARD","TXR05AL43","2506 W 28TH ST","BRYAN","TX",,"77803-2103" +"CROWLEY OFFICE BUILDINGS","TXR1592HS","1275 ARRINGTON RD","COLLEGE STATION","TX",,"77845" "CRUZ SALVAGE YARD","TXR05FJ79","2506 W 28TH ST","BRYAN","TX",,"77803-2103" +"CRUZ SALVAGE YARD","TXR05AL43","2506 W 28TH ST","BRYAN","TX",,"77803-2103" "CSISD ELEMENTARY SCHOOL 10","TXR15420M","CORNER OF ROCK PRAIRIE AND HOLLEMAN DRIVE SOUTH. 4","COLLEGE STATION","TX",,"77840" "DARTMOUTH STREET EXTENSION PHASE 1","TXR15517U","2338 HARVEY MITCHELL PKWY S","COLLEGE STATION","TX",,"77845-5016" +"DE BACA STEAKHOUSE","TXR1588QK","4436 STATE HIGHWAY 6 SOUTH","COLLEGE STATION","TX","9","77845" "DEERFIELD EXTENSION","TXR1561EA","10253 SH 30","COLLEGE STATION","TX",,"77845" "DICK ELLIOTT ROAD","TXR1520FV","ALONG DICK ELLIOTT ROAD FROM BICKHAM CEMETERY ROAD","BRYAN","TX",,"77808" "DOGGETT AUTO PARTS","TXR05AV27","3601 OLD KURTEN RD","BRYAN","TX",,"77808-5432" +"DOLLAR TREE - BRYAN","TXR1545NO","1654 W VILLA MARIA RD","BRYAN","TX",,"77807-2322" "DOMINION OAKS SUBDIVISION","TXR1561FM","2008 BIENSKI PKWY","BRYAN","TX",,"77807" -"DRURY INN & SUITES","TXR1524BL","705 UNIVERSITY DR E","COLLEGE STATION","TX",,"77840" +"DRURY INN & SUITES","TXR1524BL","705 UNIVERSITY DR E","COLLEGE STATION","TX","9","77840-1804" "DUNKIN DONUTS","TXR1509BW","100 WELLBORN RD","COLLEGE STATION","TX",,"77840" -"DUTCH BROS COFFEE","TXR1512EW","2101 STATE HIGHWAY 6 SOUTH","COLLEGE STATION","TX",,"77845" "DUTCH BROS COFFEE","TXR1552CY","12065 FM 2154 RD","COLLEGE STATION","TX",,"77845" +"DUTCH BROS COFFEE","TXR1512EW","2101 STATE HIGHWAY 6 SOUTH","COLLEGE STATION","TX",,"77845" "DUTCH BROTHERS COFFEE","TXR1580EL","2341 BOONVILLE RD","BRYAN","TX",,"77808" "DYNACON","TXR05DQ81","830 INDUSTRIAL BLVD","BRYAN","TX",,"77803-2007" "EAST GATE REHABILITATION PROJECT PHASE IV","TXR15727G","INTERSECTION OF TEXAS AVE & FRANCIS DR AND TEXAS A","COLLEGE STATION","TX",,"77840" @@ -177,61 +202,79 @@ "EASTERWOOD AIRPORT","TXR1583HS","1 MCKENZIE TERMINAL BLVD","COLLEGE STATION","TX",,"77845-8501" "EASTERWOOD AIRPORT MANAGEMENT","TXR05ET23","1 MCKENZIE TERMINAL BLVD STE 112","COLLEGE STATION","TX",,"77845-8578" "EASTERWOOD AIRPORT TAXIWAY C & C1 REHABILITATION","TXR1533AZ","1 MCKENZIE TERMINAL BLVD","COLLEGE STATION","TX",,"77845" -"EDGEWATER","TXR15811N","1700 FEET SOUTH OF THE INTERSECTION OF LEONARD RD.","BRYAN","TX",,"77807" -"EDGEWATER SUBDIVISION","TXR15651F","THE PROJECT SITE IS LOCATED ON CHICK LANE, BRYAN,","BRYAN","TX",,"77807" -"EMERALD RIDGE ESTATES PHS. 3A & 3B","TXR10F9LD","SE OF APPOMATTOX DR. & EMERALD PKWY","COLLEGE STATION","TX",,"77845" +"EDGEWATER","TXR15811N","1700 FEET SOUTH OF THE INTERSECTION OF LEONARD RD.","BRYAN","TX","9","77807" +"EDGEWATER SUBDIVISION","TXR15651F","THE PROJECT SITE IS LOCATED ON CHICK LANE, BRYAN,","BRYAN","TX","9","77807" "EMERALD RIDGE ESTATES PHS. 3A & 3B","TXR10F9LH","SE OF APPOMATTOX DR. & EMERALD PKWY","COLLEGE STATION","TX",,"77845" +"EMERALD RIDGE ESTATES PHS. 3A & 3B","TXR10F9LD","SE OF APPOMATTOX DR. & EMERALD PKWY","COLLEGE STATION","TX",,"77845" "ENCINO TRACE APARTMENTS","TXR1536AB","2336 HARVEY MITCHELL PKWY S","COLLEGE STATION","TX",,"77845" "EXPRESS OIL CHANGE & TIRE ENGINEERS","TXR1518KI","12051 WELLBORN ROAD","COLLEGE STATION","TX",,"77379" -"FDBT BUILDING 200 ANNEX","TXR1597KI","3939 BIO-MEDICAL WAY","COLLEGE STATION","TX",,"77845-2037" +"FDBT BUILDING 200 AND 300 ANNEX","TXR1597KI","3939 BIO-MEDICAL WAY","COLLEGE STATION","TX","9","77845-2037" "FEDERAL EXPRESS COLLEGE STATION","TXR05CZ16","3205 LONGMIRE DR","COLLEGE STATION","TX",,"77845-5809" "FINISHING CENTER","TXRNEZ245","350 STONE CITY DR","BRYAN","TX",,"77803" "FIRST FINANCIAL BANK MAIN EXTENSION","TXR10FA19","HARVEY MITCHELL PKWY","COLLEGE STATION","TX",,"77845" -"FM 158","TXR1520KR","EAST WILLIAM J BRYAN STREET FROM SH 6 FRONTAGE RD","BRYAN","TX",,"77803" +"FM 1179","TXR1547PI","THIS PROJECT IS LOCATED ALONG W. VILLA MARIA RD FR","BRYAN","TX","9","77807" +"FM 158","TXR1520KR","EAST WILLIAM J BRYAN STREET FROM SH 6 FRONTAGE RD","BRYAN","TX","9","77803" +"FM 2818 GRADING PROJECT","TXR1594OM","729 S ROSEMARY DRIVE","BRYAN","TX","9","77803" "FOREST GROVE APARTMENTS","TXR1539AN","3105 LEONARD RD","BRYAN","TX",,"77803" "FOREST MILLER","TXR15648F","9017 GREEN BRANCH LOOP","BRYAN","TX",,"77808-4918" -"FOREST MILLER","TXR15144Z","9017 GREEN BRANCH LOOP","BRYAN","TX",,"77808-4918" "FOREST MILLER","TXR15424O","9017 GREEN BRANCH LOOP","BRYAN","TX",,"77808-4918" +"FOREST MILLER","TXR15144Z","9017 GREEN BRANCH LOOP","BRYAN","TX",,"77808-4918" "FOREST PINES APARTMENTS","TXR15160L","852 N HARVEY MITCHELL PKWY","BRYAN","TX",,"77807-1015" "FOUNTAIN AVENUE PRODUCTION FACILITY","TXRNEZ246","1460 FOUNTAIN AVE","BRYAN","TX",,"77801-1129" "FRANCIS DRIVE I & II","TXR1504CN","FRANCIS DRIVE, FROM GLENHAVEN DRIVE TO WALTON DRIV","COLLEGE STATION","TX",,"77845" "FRANCIS DRIVE REHABILITATION PROJECT PHASES 1 AND 2","TXR15978I","LOCATED ON FRANCIS DRIVE FROM WALTON DRIVE TO GLEN","COLLEGE STATION","TX",,"77840" +"FUJIFILM DIOSYNTH BIOTECHNOLOGIES","TXRNECE58","3939 BIOMEDICAL WAY","COLLEGE STATION","TX","9","77845" "FUJIFILM DIOSYNTH BIOTECHNOLOGIES","TXRNEBC59","3939 BIO-MEDICAL WAY","COLLEGE STATION","TX",,"77845-2037" -"FUJIFILM NEXUS WAREHOUSE","TXR1576DC","3939 BIOMEDICAL WAY","COLLEGE STATION","TX",,"77845-2037" "FUJIFILM NEXUS WAREHOUSE","TXR1502GR","3945 BIOMEDICAL WAY","COLLEGE STATION","TX",,"77845" +"FUJIFILM NEXUS WAREHOUSE","TXR1576DC","3939 BIOMEDICAL WAY","COLLEGE STATION","TX",,"77845-2037" "FUJIFILM TEMPORARY WAREHOUSE","TXR1525ED","3939 BIOMEDICAL WAY","COLLEGE STATION","TX",,"77845-2037" "FUJIFILM VIC LAB","TXR1515CP","GOING EAST ON HSC PARKWAY OFF OF HWY 47 APPROXIMAT","COLLEGE STATION","TX",,"77840" -"GBBF PAVILION","TXR1590KE","EAST SIDE OF BARBARA BUSH DRIVE WHERE IT INTERSECT","COLLEGE STATION","TX",,"77845" +"GBBF PAVILION","TXR1590KE","EAST SIDE OF BARBARA BUSH DRIVE WHERE IT INTERSECT","COLLEGE STATION","TX","9","77845" "GCRBC - GULF COAST REGIONAL BLOOD CENTER","TXR1559IW","1015 KRENEK TAP RD","COLLEGE STATION","TX",,"77840" "GEOCHEMICAL AND ENVIRONMENTAL RESEARCH GROUP","TXR15419R","PROJECT IS LOCATED AT THE INTERSECTION OF HIBISCUS","COLLEGE STATION","TX",,"77845" "GOOSENECK TRAILER MFG","TXR05Z267","4400 HIGHWAY 21 E","BRYAN","TX",,"77808-0947" +"GOURD CREEK SUBDIVISION","TXR1594PY","6301 CHICK LN, BRYAN, TX 77807. THIS ADDRESS IS IN","BRYAN","TX","9","77808" "GREAT ESCAPES AT BRYAN","TXR1541BY","4600 LEONARD RD","BRYAN","TX",,"77807" +"GREAT ESCAPES OF BRYAN","TXR1554CU","INTERSECTION OF LEONARD RD AND CHICK LN","BRYAN","TX",,"77807" "GREEN BRANCH PH 67A","TXR15607V","START AT THE INTERSECTION OF FM 1179 AND STEEP HOL","BRYAN","TX",,"77808" "GREEN BRANCH PH 7B","TXR1597GB","9471 STEEP HOLLOW RD","BRYAN","TX",,"77808" "GREEN BRANCH RIDGE SUBDIVISION","TXR1545HN","7866 LAKECREST CT","BRYAN","TX",,"77808" "GREENBRIAR PHASE 16","TXR15205U","LOCATED NEAR THE CORNER OF INTERSECTION OF THORNBE","BRYAN","TX",,"77802" -"GREENBRIAR PHS. 14","TXR10F5JE","NORTH OF THRONEBERRY DRIVE AND RIVER ROCK DRIVE","BRYAN","TX",,"77808" "GREENBRIAR PHS. 14","TXR10F5JN","NORTH OF THRONEBERRY DR. AND RIVER ROCK DR.","BRYAN","TX",,"77080" +"GREENBRIAR PHS. 14","TXR10F5JE","NORTH OF THRONEBERRY DRIVE AND RIVER ROCK DRIVE","BRYAN","TX",,"77808" "GREENBRIER HOA AREAS","TXR1524HB","VARIOUS LOCATIONS WITHIN GREENBRIER SUBDIVISION","BRYAN","TX",,"77808" "GREENBRIER PH 7 & 11","TXR1561FU","RIVER VALLEY DRIVE WILL BE EXTENDED OUT AND EVENTU","BRYAN","TX",,"77808" "GREENBRIER PHASE 2B","TXR1552HB","GREENBRIER PHASE 2B WILL EXTEND CHANTILLY PATH TO","BRYAN","TX",,"77808" "GREENBRIER PHS 2B","TXR1540JI","NORTHEAST OF FOXCROFT PATH & FAIRHOPE WAY","BRYAN","TX",,"77808" "GREENBRIER PHS 2B","TXR1512JJ","NORTHEAST OF FOXCROFT PATH & FAIRHOPE WAY","BRYAN","TX",,"77808" -"GREENBRIER PHS. 16","TXR10F6X3","WEST OF THORNBERRY DRIVE AND RIVER ROCK DRIVE","BRYAN","TX",,"77808" "GREENBRIER PHS. 16","TXR10F6WQ","WEST OF THORNBERRY DRIVE AND RIVER ROCK DRIVE","BRYAN","TX",,"77808" -"GREENBRIER PHS. 6B","TXR10F5OC","NORTH OF THORNBERRY DRIVE AND FAIRFAX GREEN","BRYAN","TX",,"77808" +"GREENBRIER PHS. 16","TXR10F6X3","WEST OF THORNBERRY DRIVE AND RIVER ROCK DRIVE","BRYAN","TX",,"77808" "GREENBRIER PHS. 6B","TXR10F5O9","NORTH OF THORNBERRY DRIVE AND FAIRFAX GREEN","BRYAN","TX",,"77808" -"GREENBRIER PHS. 7 & 11","TXR10F9S8","NW OF BOONVILLE RD & FM 1179 RD","BRYAN","TX",,"77808" +"GREENBRIER PHS. 6B","TXR10F5OC","NORTH OF THORNBERRY DRIVE AND FAIRFAX GREEN","BRYAN","TX",,"77808" "GREENBRIER PHS. 7 & 11","TXR10F9RU","NW OF BOONVILLE RD & FM 1179 RD","BRYAN","TX",,"77808" +"GREENBRIER PHS. 7 & 11","TXR10F9S8","NW OF BOONVILLE RD & FM 1179 RD","BRYAN","TX",,"77808" "GREENBRIER SEWER EXTENSION BRYAN JOB NO 411-D4-1607","TXR1545AG","1000FT NORTHWEST OF THE INTERSECTION OF THORNBERRY","BRYAN","TX",,"77808" "GREENBRIER SUBDIVISION","TXR1570IA","3268 ROSE HILL LN","BRYAN","TX",,"77808" +"GREENBRIER SUBDIVISION ALL PHASES","TXR1526EJ","MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179","BRYAN","TX",,"77808" +"GREENBRIER SUBDIVISION ALL PHASES","TXR15291Y","MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179","BRYAN","TX",,"77808" +"GREENBRIER SUBDIVISION ALL PHASES","TXR1578BX","MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179","BRYAN","TX",,"77808" +"GREENBRIER SUBDIVISION ALL PHASES","TXR15229M","MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179","BRYAN","TX","9","77808" +"GREENBRIER SUBDIVISION ALL PHASES","TXR15138F","MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179","BRYAN","TX",,"77808" +"GREENBRIER SUBDIVISION ALL PHASES","TXR15808A","MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179","BRYAN","TX",,"77808" +"GREENBRIER SUBDIVISION ALL PHASES","TXR15034Q","MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179","BRYAN","TX",,"77808" +"GREENBRIER SUBDIVISION ALL PHASES","TXR15618N","MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179","BRYAN","TX",,"77808" +"GREENBRIER SUBDIVISION ALL PHASES","TXR15057L","MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179","BRYAN","TX",,"77808" "GREENBRIER SUBDIVISION ALL PHASES","TXR1558ES","3242 ARUNDALA WAY","BRYAN","TX",,"77808" +"GREENBRIER SUBDIVISION ALL PHASES","TXR1558CR","MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179","BRYAN","TX",,"77808" +"GREENBRIER SUBDIVISION ALL PHASES","TXR15335O","MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179","BRYAN","TX","9","77808" +"GREENBRIER SUBDIVISION ALL PHASES","TXR1539ED","MAIN ENTRANCE AT CORNER OF THORNBERRY & 1179","BRYAN","TX",,"77808" "HARDYS RESORT","TXR15069Z","3414 COLSON RD","BRYAN","TX",,"77808" -"HARVEY ROAD","TXR1521FO","1720 SUMMIT CROSSING LN","COLLEGE STATION","TX",,"77845" +"HARVEY ROAD","TXR1521FO","1720 SUMMIT CROSSING LN","COLLEGE STATION","TX","9","77845-2206" "HEART OF TEXAS GOODWILL","TXR1544BR","2710 BOONVILLE RD","BRYAN","TX",,"77808" "HEAT TRANSFER RESEARCH","TX0106526","0.25MI SW INTX FM 2818 AND FM 2347","COLLEGE STATION","TX","09","77845" -"HERITAGE MEADOWS","TXR10F940","SW OF NUCHES LANE & AUTRY LANE","BRYAN","TX",,"77803" +"HEB TOWER POINT - REMODEL-EXPANSION","TXR1537PL","949 WILLIAM D FITCH PKWY","COLLEGE STATION","TX","9","77845-4638" "HERITAGE MEADOWS","TXR1537BY","BEGIN AT THE INTERSECTION OF NUCHES LN AND COLSON","BRYAN","TX",,"77803" +"HERITAGE MEADOWS","TXR10F940","SW OF NUCHES LANE & AUTRY LANE","BRYAN","TX",,"77803" "HERITAGE MEADOWS","TXR1566FR","BEGIN AT THE INTERSECTION OF NUCHES LN AND COLSON","BRYAN","TX",,"77803" "HERITAGE MEADOWS","TXR10F93L","OF NUCHES LANE & AUTRY LANE","BRYAN","TX",,"77803" "HIDDEN CREEK RV PARK","TXR1527HA","5780 E STATE HIGHWAY 21","BRYAN","TX",,"77808" @@ -239,22 +282,24 @@ "HIDDEN OAKS ESTATES","TXR15WF28","APPROXIMATELY 3/4 MILE SOUTHWEST OF GRASSBURR RD,","BRAYN","TX",,"77808" "HIDDEN OAKS SUBDIVISION","TXR1556II","7423 MARYS WAY","BRYAN","TX",,"77808" "HIGHLAND OAKS PHASE 1 & 2","TXR1572JS","HWY 21 TO SANDY POINT RD. INTERSECTION SANDY POINT","BRYAN","TX",,"77807" +"HIGHWAY 30 BUILDING 600 & 700","TXR1542QE","AT THE INTERSECTION OF HWY 30 & DEERFIELD DR., 30.","BRYAN","TX","9","77845" "HOLLEMAN DRIVE SOUTH REHABILITATION","TXR15768J","HOLLEMAN DRIVE SOUTH BETWEEN DOWLING ROAD AND ROCK","COLLEGE STATION","TX",,"77845" "HOLLEMAN EXTENSION","TXR10F4N6","NW OF HOLLEMAN DR. & COTTAGE LANE","COLLEGE STATION","TX",,"77840" "HOPE CROSSING","TXR1583GB","APPROX. 250 FEET SOUTH OF THE INTERSECTION OF W. M","BRYAN","TX",,"77808" "HOPE CROSSING SUBDIVISION","TXR1550BO","ALMOST TO THE CORNER OF BRUIN TRACE AND WEST MLK S","BRYAN","TX",,"77802" "HOPE SUBDIVISION","TXR1574CD","BEGIN AT MUMFORD RD AND BRUIN TRACE. PROCEED DOWN","BRYAN","TX",,"77803" -"HUDSON OAKS APARTMENTS","TXR1567GF","3345 UNIVERSITY DR E","BRYAN","TX",,"77802" -"HUDSON OAKS SENIOR LIVING","TXR1567LJ","SE OF CROSS PARK DR & SAGEBRIAR DR","BRYAN","TX",,"77802" -"HUDSON OAKS SENIOR LIVING","TXR1541LG","SE OF CROSS PARK DR & SAGEBRIAR DR","BRYAN","TX",,"77802" +"HUDSON OAKS APARTMENTS","TXR1567GF","3345 UNIVERSITY DR E","BRYAN","TX","9","77802-3470" +"HUDSON OAKS SENIOR LIVING","TXR1541LG","SE OF CROSS PARK DR & SAGEBRIAR DR","BRYAN","TX","9","77802" +"HUDSON OAKS SENIOR LIVING","TXR1567LJ","SE OF CROSS PARK DR & SAGEBRIAR DR","BRYAN","TX","9","77802" "HUNTINGTON APARTMENTS","TXR15590Y","800 MIDTOWN LOOP","COLLEGE STATION","TX",,"77845" "HUNTINGTON APARTMENTS SANITARY SEWER TRUNK LINE","TXR15335X","APPROX. .15 MILES SW OF THE LAKEWAY DR AND MEDICAL","COLLEGE STATION","TX",,"77845" -"IBIO CDMO","TXR05FL35","8800 HSC PKWY","BRYAN","TX",,"77807-1107" "IBIO CDMO","TXRNEBJ79","8800 HSC PKWY","BRYAN","TX",,"77807" +"IBIO CDMO","TXR05FL35","8800 HSC PKWY","BRYAN","TX",,"77807-1107" "IHOP - COLLEGE STATION","TXR15017S","SITE IS LOCATED APPROXIMATELY 0.3 MILES NORTHWEST","COLLEGE STATION","TX",,"77845" "INDOOR TRACK MAKE-READY","TXR1501JJ","956 OLSEN BLVD","COLLEGE STATION","TX",,"77840" "INTERNATIONAL LEADERSHIP OF TEXAS CHARTER SCHOOLS PORTABLE C","TXR1562DB","3610 LONGMIRE DR","COLLEGE STATION","TX",,"77845-8692" "JEFF WAGGONER","TXR15837Z","3439 MAHOGANY DR","BRYAN","TX",,"77807" +"JOB 2403 ASPEN","TXR1563QB","4011, 4013, 4015, 4017 ASPEN ST","BRYAN","TX","9","77801" "JOHN DEERE NURSERY","TXR15840P","10253 STATE 30 HWY","COLLEGE STATION","TX",,"77845" "JONES CROSSING","TXR15095F","11675 FM 2154","COLLEGE STATION","TX",,"77840" "KBARC WWTP","TX0135178","6932 FM 1179","BRYAN","TX","09","77808" @@ -268,9 +313,9 @@ "LACY WELLS SAND & GRAVEL PIT","TXR05ED80","6900 LACY WELL RD","COLLEGE STATION","TX",,"77845" "LAKEWAY DRIVE EXTENSION","TXR15515F","EXTENSION OF EXISTING LAKEWAY DRIVE THAT IS PARALL","COLLEGE STATION","TX",,"77845" "LAWSON RESIDENCE","TXR1517EF","4221 TUSCANY CT","BRYAN","TX",,"77802" -"LEADERSHIP TX CHARTER","TXR10F5EY","SOUTH OF BIRMINGHAM DR. AND GRAHAM ROAD","COLLEGE STATION","TX",,"77845" "LEADERSHIP TX CHARTER","TXR10F5F4","SOUTH OF BRMINGHAM DR. & GRAHAM ROAD","COLLEGE STATION","TX",,"77845" -"LEGENDS EVENT CENTER","TXR1554FG","2533 MIDTOWN PARK BLVD","BRYAN","TX",,"77801" +"LEADERSHIP TX CHARTER","TXR10F5EY","SOUTH OF BIRMINGHAM DR. AND GRAHAM ROAD","COLLEGE STATION","TX",,"77845" +"LEGENDS EVENT CENTER","TXR1554FG","2533 MIDTOWN PARK BLVD","BRYAN","TX","9","77801-1450" "LEONARD CROSSING SUBDIVISION","TXR1507AB","APPROX. 1000 FEET SOUTHEAST OF THE INTERSECTION OF","BRYAN","TX",,"77803" "LEONARD ROAD SUBSTATION","TXR15734O","LEONARD RD BETWEEN FM 2818 AND SH 47","BRYAN","TX",,"77845" "LIGHT PEDIATRIC DENTISTRY","TXR1513CC","2301 ROCK PRAIRIE RD","COLLEGE STATION","TX",,"77845" @@ -280,90 +325,106 @@ "LITTLE RESIDENCE","TXR1522CF","3455 MAHOGANY DR","BRYAN","TX",,"77807" "LOCATED APPROX 800 FT SE OF N","TX0129658","DOWLING RD APPROX 600 FT SW OF"," BY REVEILLE RD IN BRAZ","TX",,"00000" "LOT 8 BLOCK 43","TXR1530KP","506 ASH ST","BRYAN","TX",,"77803" -"MACHINE WORKS","TXR05FL51","1590B N HARVEY MITCHELL PKWY","BRYAN","TX",,"77803-2067" "MACHINE WORKS","TXR05BI60","1590B N HARVEY MITCHELL PKWY","BRYAN","TX",,"77803-2067" +"MACHINE WORKS","TXR05FL51","1590B N HARVEY MITCHELL PKWY","BRYAN","TX",,"77803-2067" "MAHONEY WWTP","TX0122947","4750' W-SW INTX US RTE 190/FM","BRYAN","TX",,"77805" +"MANOR POINT SUBDIVISION","TXR1532NY","TURN ONTO LUCKY ST FROM HIGHWAY 21. DRIVE DOWN UNT","BRYAN","TX","9","77803" +"MATICA BIOTECHNOLOGY","TXRNECC35","2501 EARL RUDDER FWY S STE200","COLLEGE STATION","TX",,"77845" +"MBG MIDTOWN PARK","TXR1528PO","206 W VILLA MARIA RD","BRYAN","TX","12","77801-3029" "MCCARTY EQUIPMENT","TXRNEBQ97","4102 HIGHWAY 21 E","BRYAN","TX",,"77808-0941" "MCMILLAN SWINE FEEDLOT","TX0121398","TERRY COUNTY","BRYAN","TX","02","00000" "MD WHEELER SUBDIVISION PHASE ONE","TXR15250X","APPROX. 0.18 MILES SOUTHWEST OF THE INTERSECTION A","COLLEGE STATION","TX",,"77845" "MIDTOWN 104","TXR10F89Q","SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD","COLLEGE STATION","TX",,"77845" "MIDTOWN 104","TXR10F89V","SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD","COLLEGE STATION","TX",,"77845" -"MIDTOWN 105","TXR10F8GA","SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD","COLLEGE STATION","TX",,"77845" "MIDTOWN 105","TXR10F8G4","SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD","COLLEGE STATION","TX",,"77845" -"MIDTOWN CITY CENTER","TXR1557LF","SOUTH OF MCQUEENY DRIVE & TOWN LAKE DRIVE","COLLEGE STATION","TX",,"77845" -"MIDTOWN CITY CENTER","TXR1519LF","SOUTH OF MCQUEENY DRIVE & TOWN LAKE DRIVE","COLLEGE STATION","TX",,"77845" +"MIDTOWN 105","TXR10F8GA","SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD","COLLEGE STATION","TX",,"77845" +"MIDTOWN CITY CENTER","TXR1519LF","SOUTH OF MCQUEENY DRIVE & TOWN LAKE DRIVE","COLLEGE STATION","TX","9","77845" +"MIDTOWN CITY CENTER","TXR1557LF","SOUTH OF MCQUEENY DRIVE & TOWN LAKE DRIVE","COLLEGE STATION","TX","9","77845" "MIDTOWN CITY CENTER PHASE 301 - PRIVATE IMPROVEMENTS","TXR1584KM","MIDTOWN CITY CENTER PHASE 301 REPLAT IS LOCATED NO","COLLEGE STATION","TX",,"77845" "MIDTOWN CITY CENTER PHASE 301 REPLAT","TXR1586HS","MIDTOWN CITY CENTER PHASE 301 REPLAT IS LOCATED NO","COLLEGE STATION","TX",,"77845" "MIDTOWN CITY CENTER SUBDIVISION PHASE 404A","TXR1514KD","THIS PROJECT IS LOCATED SOUTHWEST OF THE INTERSECT","COLLEGE STATION","TX",,"77845" "MIDTOWN CITY CENTER SUBDIVISION PHASE 601","TXR1561AF","ON LAKEWAY DRIVE, JUST SOUTHEAST OF THE INTERSECTI","COLLEGE STATION","TX",,"77845" -"MIDTOWN ON LAKEWAY","TXR1523AB","SOUTHEAST OF THE INTERSECTION OF ROCK PRAIRIE ROAD","COLLEGE STATION","TX",,"77845" -"MIDTOWN PARK - OFFSITE","TXR10F9Q7","EAST OF W. CARSON ST. & NORTHERN ST.","BRYAN","TX",,"77802" +"MIDTOWN ON LAKEWAY","TXR1523AB","SOUTHEAST OF THE INTERSECTION OF ROCK PRAIRIE ROAD","COLLEGE STATION","TX","9","77845" "MIDTOWN PARK - OFFSITE","TXR10F9Q0","EAST OF W. CARSON ST. & NORTHERN ST.","BRYAN","TX",,"77802" +"MIDTOWN PARK - OFFSITE","TXR10F9Q7","EAST OF W. CARSON ST. & NORTHERN ST.","BRYAN","TX",,"77802" "MIDTOWN PARK PH 2 BIGSHOTS ACCESS DRIVE","TXR1571FC","NEC OF FINFEATHER RD AND W VILLA MARIA RD","BRYAN","TX",,"77801" "MIDTOWN PARK PH 3D - OUTER LOOP TRAIL","TXR1525FV","NORTHEAST CORNER OF FINFEATHER RD AND W VILLA MARI","BRYAN","TX",,"77801" "MIDTOWN PARK PHASE 1D","TXR1546EG","2200 MIDTOWN PARK BLVD","BRYAN","TX",,"77801" -"MIDTOWN RESERVE PHS 107","TXR1562KK","SOUTHEAST OF ROCK PRAIRIE RD AND TOWN LAKE DR","COLLEGE STATION","TX",,"77845" +"MIDTOWN PARK PHASE 8A","TXR1516OD","PROJECT IS LOCATED AT THE NORTHWEST CORNER OF VILL","BRYAN","TX","9","77803" +"MIDTOWN PARK PHASE 9C SIGNAGE","TXR1553NV","100 W VILLA MARIA RD","BRYAN","TX","9","77801-3027" +"MIDTOWN PHASE 301 RESIDENTIAL CONDOS","TXR1524MH","SEC OF MCQUEENY DR AND TOWN LAKES DR","COLLEGE STATION","TX",,"77845" +"MIDTOWN RESERVE 110","TXR1512QT","SOUTH OF GIBBONS WAY & KICKAPOO LN","COLLEGE STATION","TX","9","77845" +"MIDTOWN RESERVE 110","TXR1598QU","SOUTH OF GIBBONS WAY & KICKAPOO LN","COLLEGE STATION","TX","9","77845" "MIDTOWN RESERVE PHS 107","TXR1561KK","SOUTHEAST OF ROCK PRAIRIE RD AND TOWN LAKE DR","COLLEGE STATION","TX",,"77845" +"MIDTOWN RESERVE PHS 107","TXR1562KK","SOUTHEAST OF ROCK PRAIRIE RD AND TOWN LAKE DR","COLLEGE STATION","TX",,"77845" +"MIDTOWN RESERVE PHS 109 112 & 115","TXR1503NT","EAST OF DOUBLE MOUNTAIN RD AND LADY BIRD LN","COLLEGE STATION","TX","9","77845" +"MIDTOWN RESERVE PHS 109 112 & 115","TXR1534NS","EAST OF DOUBLE MOUNTAIN RD AND LADY BIRD LN","COLLEGE STATION","TX",,"77845" +"MIDTOWN RESERVE PHS 111","TXR1598OE","EAST OF KICKAPOO LN DOUBLE MOUNTAIN RD","COLLEGE STATION","TX","9","77845" +"MIDTOWN RESERVE PHS 111","TXR1597OE","EAST OF KICKAPOO LN DOUBLE MOUNTAIN RD","COLLEGE STATION","TX","9","77845" "MIDTOWN RESERVE PHS. 100","TXR10F7JR","SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD","COLLEGE STATION","TX",,"77845" "MIDTOWN RESERVE PHS. 100","TXR10F7JO","SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD","COLLEGE STATION","TX",,"77845" "MIDTOWN RESERVE PHS. 106","TXR10F9DN","SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD","COLLEGE STATION","TX",,"77845" "MIDTOWN RESERVE PHS. 106","TXR10F9DQ","SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD","COLLEGE STATION","TX",,"77845" "MIDTOWN RESERVE PHS. 200","TXR10F80J","SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD","COLLEGE STATION","TX",,"77845" "MIDTOWN RESERVE PHS. 200","TXR10F80V","SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD","COLLEGE STATION","TX",,"77845" -"MIDTOWN RESERVE PHS. 201","TXR10F80F","SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD","COLLEGE STATION","TX",,"77845" "MIDTOWN RESERVE PHS. 201","TXR10F80I","SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD","COLLEGE STATION","TX",,"77845" -"MIDTOWN RESERVE SUBDIVISION","TXR15867U","THIS PROJECT IS LOCATED SOUTH OF THE INTERSECTION","COLLEGE STATION","TX",,"77845" +"MIDTOWN RESERVE PHS. 201","TXR10F80F","SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD","COLLEGE STATION","TX",,"77845" +"MIDTOWN RESERVE SUBDIVISION","TXR15867U","THIS PROJECT IS LOCATED SOUTH OF THE INTERSECTION","COLLEGE STATION","TX","9","77845" "MIDTOWN STATION","TXR1504FJ","SOUTH OF INTERSECTION OF ROCK PRAIRIE RD AND TOWN","COLLEGE STATION","TX",,"77845" "MIDTOWN SUBDIVISION PHS 109 & 112","TXR1593KJ","WEST OF ROCK PRAIRIE RD & HARRIS DR","COLLEGE STATION","TX",,"77845" "MIRAMONT","TXR1517BP","3305 LEGACY CT","BRYAN","TX",,"77802" +"MIRAMONT 16","TXR1568QJ","4900 PRINCEVILLE CT","BRYAN","TX","9","77808" +"MIRAMONT PHS 18 & 19","TXR1525MB","SE OF FM 11179 & BOONVILLE RD","BRYAN","TX",,"77802" +"MIRAMONT PHS 18 & 19","TXR1509MC","SE OF FM 11179 & BOONVILLE RD","BRYAN","TX",,"77802" "MIRAMONT SEC 19","TXR1556KG","COPPERFIELD DRIVE AND MIRAVISTA CT","BRYAN","TX",,"77802" "MIRAMONT SEC. 7","TXR10F8FO","NE OF BOONVILLE ROAD & TESORI DRIVE","BRYAN","TX",,"77802" "MIRAMONT SEC. 7","TXR10F8FS","NE OF BOONVILLE ROAD & TESORI DRIVE","BRYAN","TX",,"77802" -"MIRAMONT SUBDIVISION","TXR15476X","LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD","BRYAN","TX",,"77802" -"MIRAMONT SUBDIVISION","TXR1563HT","4211 TUSCANY CT","BRYAN","TX",,"77802" +"MIRAMONT SUBDIVISION","TXR1515IZ","5107 INVERNESS DR","BRYAN","TX",,"77802" +"MIRAMONT SUBDIVISION","TXR1518EH","5202 BOURRONE CT","BRYAN","TX",,"77802" "MIRAMONT SUBDIVISION","TXR1523HA","4717 CONCORDIA DR","BRYAN","TX",,"77802" +"MIRAMONT SUBDIVISION","TXR1544EW","LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD","BRYAN","TX","9","77802" +"MIRAMONT SUBDIVISION","TXR15476X","LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD","BRYAN","TX",,"77802" "MIRAMONT SUBDIVISION","TXR1536DM","LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD","BRYAN","TX",,"77802" "MIRAMONT SUBDIVISION","TXR1570GB","LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD","BRYAN","TX",,"77802" -"MIRAMONT SUBDIVISION","TXR1518EH","5202 BOURRONE CT","BRYAN","TX",,"77802" -"MIRAMONT SUBDIVISION","TXR1515IZ","5107 INVERNESS DR","BRYAN","TX",,"77802" +"MIRAMONT SUBDIVISION","TXR1563HT","4211 TUSCANY CT","BRYAN","TX",,"77802" "MIRAMONT SUBDIVISION","TXR1583FC","LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD","BRYAN","TX",,"77802" -"MIRAMONT SUBDIVISION","TXR1544EW","LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD","BRYAN","TX",,"77802" -"MIRAMONT SUBDIVISION","TXR1511BM","5121 MIRAMONT CIR","BRYAN","TX",,"77802" +"MIRAMONT SUBDIVISION","TXR1511BM","5121 MIRAMONT CIR","BRYAN","TX","9","77802-1791" "MIRAMONT SUBDIVISION PHASE 7","TXR15626Z","FROM HWY 6 & FM 158 BOONEVILLE ROAD GO EAST. TURN","BRYAN","TX",,"77802" "MIRAVIST COURT","TXR1566FU","4813 MIRAVISTA CT","BRYAN","TX",,"77802" -"MISSION RANCH 202","TXR10F88Z","NW OF ABBATE ROAD & HOLLEMAN DR. SOUTH","COLLEGE STATION","TX",,"77845" -"MISSION RANCH 202","TXR10F88V","NW OF ABBATE ROAD & HOLLEMAN DR. SOUTH","COLLEGE STATION","TX",,"77845" -"MISSION RANCH 302","TXR10F88U","EAST OF DURRAND ST. & GREAT OAKS DR.","COLLEGE STATION","TX",,"77845" -"MISSION RANCH 302","TXR10F890","EAST OF DURRANT ST. & GREAT OAKS DRIVE","COLLEGE STATION","TX",,"77845" +"MISSION RANCH","TXR1515ML","3701 COOPER CT","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHASE 101","TXR15671R","SOUTHWEST OF THE INTERSECTION OF HOLLEMAN DRIVE SO","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHASE 4","TXR15141U","APPROX. 850 FEET WEST OF THE INTERSECTION OF HOLLE","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHASE 402","TXR1508DA","JOB SITE IS LOCATED AT THE END OF HARDIN HILLS DR.","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHS 105","TXR1556LF","SOUTHWEST OF DEACON DRIVE WEST & HOLLEMAN DRIVE SO","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHS 105","TXR1520LF","SOUTHWEST OF DEACON DRIVE WEST & HOLLEMAN DRIVE SO","COLLEGE STATION","TX",,"77845" -"MISSION RANCH PHS 203","TXR1549JX","NW OF ANDERSON ARBOR CT & KERR VALLEY LN","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHS 203","TXR1528KH","NW OF ANDERSON ARBOR CT & KERR VALLEY LN","COLLEGE STATION","TX",,"77845" +"MISSION RANCH PHS 203","TXR1549JX","NW OF ANDERSON ARBOR CT & KERR VALLEY LN","COLLEGE STATION","TX","9","77845" +"MISSION RANCH PHS 203","TXR1504OA","NW OF ANDERSON ARBOR CT & KERR VALLEY LN","COLLEGE STATION","TX","9","77845" "MISSION RANCH PHS 303","TXR1546LJ","NW OF ABBATE RD & HOLLEMAN DR S","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHS 303","TXR1566LJ","NW OF ABBATE RD & HOLLEMAN DR S","COLLEGE STATION","TX",,"77845" -"MISSION RANCH PHS 403","TXR1571LK","SOUTH OF SHERRILL COURT & SIENNA SPRINGS DRIVE","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHS 403","TXR1547LL","SOUTH OF SHERRILL COURT & SIENNA SPRINGS DRIVE","COLLEGE STATION","TX",,"77845" -"MISSION RANCH PHS. 1","TXR10F5TD","SE OF MISSION RANCH DR. & FEATHER RUN","COLLEGE STATION","TX",,"77845" +"MISSION RANCH PHS 403","TXR1571LK","SOUTH OF SHERRILL COURT & SIENNA SPRINGS DRIVE","COLLEGE STATION","TX",,"77845" +"MISSION RANCH PHS 504","TXR1590PO","NORTH OF BRISCOE MANOR CT & FEATHER RUN","COLLEGE STATION","TX","9","77845" +"MISSION RANCH PHS 504","TXR1532PO","NORTH OF BRISCOE MANOR CT & FEATHER RUN","COLLEGE STATION","TX","9","77845" "MISSION RANCH PHS. 1","TXR10F5TT","SE OF MISSION RANCH DR. & FEATHER RUN","COLLEGE STATION","TX",,"77845" -"MISSION RANCH PHS. 102","TXR10F7ZF","NW OF ROCK PRAIRIE ROAD & HOLLMAN DRIVE","COLLEGE STATION","TX",,"77845" -"MISSION RANCH PHS. 102","TXR10F7Z5","NW OF ROCK PRAIRIE ROAD & HOLLMAN DRIVE","COLLEGE STATION","TX",,"77845" +"MISSION RANCH PHS. 1","TXR10F5TD","SE OF MISSION RANCH DR. & FEATHER RUN","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHS. 103","TXR10F93K","NW OF ROCK PRAIRIE RD WEST & HOLLEMAN DR. SOUTH","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHS. 103","TXR10F93Z","NW OF ROCK PRAIRIE RD WEST & HOLLEMAN DR. SOUTH","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHS. 200","TXR10F9HY","NW OF ABBATE RD & HOLLEMAN DR. SOUTH","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHS. 200","TXR10F9FG","NW OF ABBATE RD & HOLLEMAN DR. SOUTH","COLLEGE STATION","TX",,"77845" -"MISSION RANCH PHS. 402","TXR10F8PS","NW OF ROCK PRAIRIE RD W. & HOLLEMAN DR. S.","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHS. 402","TXR10F8PP","NW OF ROCK PRAIRIE RD W. & HOLLEMAN DR. S.","COLLEGE STATION","TX",,"77845" +"MISSION RANCH PHS. 402","TXR10F8PS","NW OF ROCK PRAIRIE RD W. & HOLLEMAN DR. S.","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHS. 501","TXR10F9SB","NW OF ABBATE RD & HOLLEMAN DR S","COLLEGE STATION","TX",,"77845" "MISSION RANCH PHS. 501","TXR10F9RV","NW OF ABBATE RD & HOLLEMAN DR S","COLLEGE STATION","TX",,"77845" -"MISSION RANCH SUBDIVISION PHS 104","TXR1524JO","SOUTHEAST OF SIENNA SPRINGS DR & FEATHER RUN","COLLEGE STATION","TX",,"77845" "MISSION RANCH SUBDIVISION PHS 104","TXR1592JN","SOUTHEAST OF SIENNA SPRINGS DR & FEATHER RUN","COLLEGE STATION","TX",,"77845" -"MISSION RANCH SUBDIVISION PHS 502 & 503","TXR1559IX","NORTHWEST OF BEXAR BLUFF PASS & FEATHER RUN","COLLEGE STATION","TX",,"77845" +"MISSION RANCH SUBDIVISION PHS 104","TXR1524JO","SOUTHEAST OF SIENNA SPRINGS DR & FEATHER RUN","COLLEGE STATION","TX",,"77845" "MISSION RANCH SUBDIVISION PHS 502 & 503","TXR1558IX","NORTHWEST OF BEXAR BLUFF PASS & FEATHER RUN","COLLEGE STATION","TX",,"77845" -"MTR - OFFSITE","TXR10F6X2","EAST OF ROCK PRAIRIE ROAD AND MEDICAL AVENUE","COLLEGE STATION","TX",,"77845" +"MISSION RANCH SUBDIVISION PHS 502 & 503","TXR1559IX","NORTHWEST OF BEXAR BLUFF PASS & FEATHER RUN","COLLEGE STATION","TX",,"77845" +"MORGAN SERVICES - CW SITE","TXR1505QP","CORNER OF HOLLMAN DRIVE E AND DARTMOUTH STREET","COLLEGE STATION","TX","9","77845" +"MOVIE BOWL GRILLE","TXR1584NN","NORTH OF W VILLA MARIA RD AND MIDTOWN PARK BLVD","BRYAN","TX",,"77801" +"MOVIE BOWL GRILLE","TXR1541NM","NORTH OF W VILLA MARIA RD AND MIDTOWN PARK BLVD","BRYAN","TX",,"77801" "MTR - OFFSITE","TXR10F6WP","EAST OF ROCK PRAIRIE ROAD & MEDICAL AVENUE","COLLAGE STATION","TX",,"77845" +"MTR - OFFSITE","TXR10F6X2","EAST OF ROCK PRAIRIE ROAD AND MEDICAL AVENUE","COLLEGE STATION","TX",,"77845" "MULTI-SPECIES FACILITY","TXR15005N","THE PROJECT SITE IS LOCATED AT CORNER OF FM 60 UNI","COLLEGE STATION","TX",,"77840" "NANTUCKET LIMITED","TX0120332","SE COLLEGE STATION ST HWY 6","COLLEGE STATION","TX","09","77845" "NATIONAL EQUIPMENT CORP - NEW FACILITY","TXR1549BV","5977 IMPERIAL LOOP","COLLEGE STATION","TX",,"77845" @@ -372,25 +433,31 @@ "NORTH AMERICA PACKAGING","TXR05FP17","1591 N HARVEY MITCHELL PKWY","BRYAN","TX",,"77803-2068" "NORTH AMERICA PACKAGING","TXR05W509","1591 N HARVEY MITCHELL PKWY","BRYAN","TX",,"77803-2068" "NORTH CAMPUS SUBDIVISION - PHASE 2","TXR1580JI","NEC OF CHAKETT COURT AND MOBILE AVENUE","BRYAN","TX",,"77801" -"NORTH GREEN STRIP CENTER","TXR10FA3G","NE OF ARRINGTON ROAD & WILLIAM D. FITCH PKWY","COLLEGE STATION","TX",,"77845" "NORTH GREEN STRIP CENTER","TXR10FA3M","NE OF ARRINGTON ROAD & WILLIAM D. FITCH PKWY","COLLEGE STATION","TX",,"77845" "NORTH GREEN STRIP CENTER","TXR1571FQ","937 WILLIAM D FITCH PKWY","COLLEGE STATION","TX",,"77845" -"NORTHCREST COTTAGES","TXR1571FZ","1902 BASIL CT","BRYAN","TX",,"77801" +"NORTH GREEN STRIP CENTER","TXR10FA3G","NE OF ARRINGTON ROAD & WILLIAM D. FITCH PKWY","COLLEGE STATION","TX",,"77845" +"NORTHCREST COTTAGES","TXR1534CB","1926 BASIL COURT","BRYAN","TX",,"77801" "NORTHCREST COTTAGES","TXR1568FX","1902 BASIL CT","BRYAN","TX",,"77801" +"NORTHCREST COTTAGES","TXR1571FZ","1902 BASIL CT","BRYAN","TX",,"77801" "NORTHCREST COTTAGES","TXR1540AH","1926 BASIL COURT","BRYAN","TX",,"77801" -"NORTHCREST COTTAGES","TXR1534CB","1926 BASIL COURT","BRYAN","TX",,"77801" "NORTHEAST SANITARY SEWER TRUNK LINE PHASE 2","TXR1562AF","BEGINNING AT CARTERS CREEK WWTP AND HEADING NORTHW","COLLEGE STATION","TX",,"77845" "NSC IMPROVEMENTS","TXR15367Q","1095 NUCLEAR SCIENCE CENTER ROAD","COLLEGE STATION","TX",,"77843-0001" +"NUCLEAR ENGINEERING EDUCATION BUILDING","TXR1532MY","1183 FISHTANK ROAD","COLLEGE STATION","TX",,"77843" "NUCLEAR SCIENCE CENTER","TX0116912","1MI SW INTX FM 2818 AND GEORGE BUSH","COLLEGE STATION","TX","09","77843" "OAKMONT - ALL PHASES","TXR15582S","APPROXIMATELY 1/2 MILE WEST OF UNIVERSITY DRIVE ON","BRYAN","TX",,"77802" "OAKMONT - ALL PHASES","TXR1519CM","APPROXIMATELY 1/2 MILE WEST OF UNIVERSITY DRIVE ON","BRYAN","TX",,"77802" "OAKMONT 3B","TXR1593LH","THE INTERSECTION OF GREENSTONE WAY AND KEBLER PASS","BRYAN","TX",,"77802" "OAKMONT 4A","TXR1596LH","THE INTERSECTION OF COPPERFIELD DR AND PACIFIC CRE","BRYAN","TX",,"77802" +"OAKMONT 4C","TXR1531PL","INTERSECTION OF KEBLER PASS AND GREENSTONE WAY","BRYAN","TX","9","77808" "OAKMONT 5","TXR1569LM","THE INTERSECTION OF BEACON HEIGHTS DR AND APPALACH","BRYAN","TX",,"77802" "OAKMONT AMENITY CENTER","TXR1564DB","5125 OAKMONT BLVD","BRYAN","TX",,"77802" "OAKMONT PH2B","TXR1530BR","APPROX 25 ACRES KNOWN AS OAKMONT SUBDIVISION PH2B","BRYAN","TX",,"77802" "OAKMONT PHASE 2A","TXR1562BL","BEGIN AT THE INTERSECTION OF PENDLETON DRIVE AND B","BRYAN","TX",,"77802" +"OAKMONT PHS 2C","TXR1585PN","NORTH OF APPALACHIAN TRL & BEACON HEIGHTS DR","BRYAN","TX","9","77802" +"OAKMONT PHS 2C","TXR1566PN","NORTH OF APPALACHIAN TRL & BEACON HEIGHTS DR","BRYAN","TX","9","77802" "OAKMONT PHS 3A","TXR1545IE","SOUTHWEST OF TIMBERTON DR & CANTERBURY DR","BRYAN","TX",,"77802" +"OAKMONT PHS 4B","TXR1533PO","NORTHEAST OF KEBBLER PASS & GREENSTONE WAY","BRYAN","TX","9","77802" +"OAKMONT PHS 4B","TXR1591PO","NORTHEAST OF KEBBLER PASS & GREENSTONE WAY","BRYAN","TX","9","77802" "OAKMONT PHS. 1A","TXR10F5N3","E. OF COPPERFIELD DRIVE AND BOONVILLE ROAD","BYRAN","TX",,"77802" "OAKMONT PHS. 1A","TXR10F5MZ","EAST OF COPPERFIELD DRIVE AND BOONVILLE ROAD","BRYAN","TX",,"77802" "OAKMONT PHS. 1B","TXR10F5MY","EAST OF COPPERFIELD DRIVE AND BOONVILLE ROAD","BRYAN","TX",,"77802" @@ -399,28 +466,33 @@ "OAKMONT PHS. 2A","TXR10F8C4","NW OF PRECIPICE DR. & MAROON CREEK DRIVE","BRYAN","TX",,"77802" "OAKMONT PHS. 2B","TXR10F97W","NW OF PRECIPICE DRIVE & MAROON CREEK DRIVE","BRYAN","TX",,"77802" "OAKMONT PHS. 2B","TXR10F98N","NW OF PRECIPICE DRIVE & MAROON CREEK DRIVE","BRYAN","TX",,"77802" -"OAKMONT SUBDIVISION","TXR15673W","SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2","BRYAN","TX",,"77802" +"OAKMONT SUBDIVISION ALL PHASES","TXR15747V","SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1 2","BRYAN","TX","9","77802" +"OAKMONT SUBDIVISION ALL PHASES","TXR15549Z","SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1 2","BRYAN","TX","9","77802" +"OAKMONT SUBDIVISION ALL PHASES","TXR15673W","SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1 2","BRYAN","TX","9","77802" "OAKMONT SUBDIVISION PHASE","TXR15674W","SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2","BRYAN","TX",,"77802" -"OAKMONT SUBDIVISION PHASE","TXR15549Z","SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2","BRYAN","TX",,"77802" -"OAKMONT SUBDIVISION PHASE 1B","TXR1584AY","SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2","BRYAN","TX",,"77802" +"OAKMONT SUBDIVISION PHASE 1B","TXR15909Y","SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2","BRYAN","TX",,"77802" "OAKMONT SUBDIVISION PHASE 1B","TXR15292Y","SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2","BRYAN","TX",,"77802" "OAKMONT SUBDIVISION PHASE 1B","TXR1541AM","SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2","BRYAN","TX",,"77802" -"OAKMONT SUBDIVISION PHASE 1B","TXR15909Y","SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2","BRYAN","TX",,"77802" -"OAKMONT SUBDIVISION PHASE 1B","TXR15747V","SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2","BRYAN","TX",,"77802" +"OAKMONT SUBDIVISION PHASE 1B","TXR1584AY","SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2","BRYAN","TX",,"77802" "OAKMONT TOWNHOMES","TXR1596DV","5007 MOONEY FALLS DR","BRYAN","TX",,"77802" "OAKS AT VILLA MARIA","TXR1560CQ","1305 W VILLA MARIA RD","BRYAN","TX",,"77801" -"OLD HEARNE ROAD PHASE 1","TXR1548IF","OLD HEARNE ROAD FROM N SIMS AVE TO THE INTER SECTI","BRYAN","TX",,"77803" +"OLD HEARNE ROAD PHASE 1","TXR1548IF","OLD HEARNE ROAD FROM N SIMS AVE TO THE INTER SECTI","BRYAN","TX","9","77803" "OLD RELIANCE AND HIGHWAY 6 PROPERTY","TXR1501CO","NORTH CORNER OF HWY 6 FEEDER ROAD AND OLD RELIANCE","BRYAN","TX",,"77808" +"OLD RELIANCE ROAD","TXR1544NA","SITE IS LOCATED ALONG OLD RELIANCE ROAD FROM THE C","BRYAN","TX",,"77808" +"OLSEN BLVD REPAIRS","TXR1564PH","ALONG OLSEN BLVD, JUST NORTH OF JOHN KIMBROUGH BLV","COLLEGE STATION","TX","9","77845" +"OPIFEX-BRYAN NEW BUILD PROJECT","TXR1515QS","2306 SH 21","BRYAN","TX","9","77803" "OQUINN","TXR1558GS","3215 ELM CREEK CT","BRYAN","TX",,"77807" "PALASOTA DR - PHASE I","TXR1532DB","LOCATED ALONG PALASOTA DRIVE, FROM THE COTTONWOOD","BRYAN","TX",,"77802" "PANDA EXPRESS BRYAN TEXAS","TXR1565CC","AT OR AROUND 2200 BRIARCREST DRIVE","BRYAN","TX",,"77802" "PARK HUDSON CONDOS PHASE 2","TXR1564CF","INTERSECTION OF CROSS PARK DRIVE AND BOONVILLE ROA","BRYAN","TX",,"77802" "PARK HUDSON PHASE 12 CONDOS - PHASE 2","TXR1512CG","4089 CROSS PARK DR","BRYAN","TX",,"77802" -"PAULL ALLERGY CLINIC","TXR15749Z","SITE LOCATED ON HARVEY ROAD APPROXIMATELY 1.2 MILE","COLLEGE STATION","TX",,"77845" +"PAULL ALLERGY CLINIC","TXR15749Z","SITE LOCATED ON HARVEY ROAD APPROXIMATELY 1.2 MILE","COLLEGE STATION","TX","9","77845" "PFREHM RESIDENCE","TXR15905P","4717 MIRAMONT CIR","BRYAN","TX",,"77802-1709" "PHILLIPS SPECIALTY PRODUCTS","TXR05BI74","1331 INDEPENDENCE AVE","BRYAN","TX",,"77803-2046" +"PHILLIPS SQUARE PHASES 1 AND 2","TXR1541QE","NEC OF WILLIAM D FITCH PKWY AND VICTORIA AVENUE","COLLEGE STATION","TX","9","77845" "POLO GARAGE","TXR15780V","PROJECT LOCATED ON POLO ROAD NEXT TO THE ENGINEERI","COLLEGE STATION","TX",,"77842" "POLO ROAD RECONSTRUCTION","TXR1558CG","POLO ROAD ON TEXAS A&M UNIVERSITY CAMPUS","COLLEGE STATION","TX",,"77840" +"POPSTROKE","TXR1578QS","255 BALL STREET","COLLEGE STATION","TX","9","77840" "PROVIDENCE PARK AT RESEARCH VALLEY","TXR15300I","2501 EARL RUDDER FWY S","COLLEGE STATION","TX",,"77845-7384" "PTX3","TXR1512KD","400 TECHNOLOGY RD","COLLEGE STATION","TX",,"77845" "RACEWAY 6934","TXG830609","2105 E WILLIAM J BRYAN PKWY","BRYAN","TX","09","77802" @@ -440,15 +512,18 @@ "RESIDENCES AT OAKMONT","TXR15894D","INTERSECTION OF BOONEVILLE RD AND PENDLETON DRIVE,","BRYAN","TX",,"77802" "RETAIL CENTER AT CHIMNEY HILL","TXR1557AL","701 UNIVERSITY DR EAST","COLLEGE STATION","TX",,"77840" "RICKY PALASOTA","TXR05FW79","7116 RAYMOND STOTZER PKWY","COLLEGE STATION","TX",,"77845-9065" +"ROCK POINTE SUBDIVISION PH1","TXR1556NQ","ONCE ON LEONARD RD YOU WILL TAKE A LEFT ON CHICK L","BRYAN","TX",,"77807" "ROCK PRAIRIE MANAGEMENT DISTRICT NO2 BIRD POND ROAD","TXR15814R","EXTENSION OF BIRD POND ROAD FROM ROCK PRAIRIE ROAD","COLLEGE STATION","TX",,"77845" "ROCK PRAIRIE MANAGEMENT DISTRICT SANITARY SEWER","TXR15108K","SITE ENTRANCE LOCATED NEAR BIRD POND ROAD ON ROCK","COLLEGE STATION","TX",,"77845" "ROCK PRAIRIE MARKET PLACE PHASE 2","TXR1589CT","4003 STATE HIGHWAY 6 S","COLLEGE STATION","TX",,"77845" "ROCK PRAIRIE MARKETPLACE","TXR10F4A1","SE OF FRONTAGE 6 ROAD EAST OF ROCK PRAIRIE RD.","COLLEGE STATION","TX",,"77845" -"ROCK PRAIRIE RD WEST WIDENING","TXR1510HD","ALONG ROCK PRAIRIE RD FROM HOLEMAN DRIVE SOUTH AND","COLLEGE STATION","TX",,"77842" -"ROLLING RIDGE WWTF","TX0077526","115 RIDGEWOOD ST","COLLEGE STATION","TX","09","77840" +"ROCK PRAIRIE RD WEST WIDENING","TXR1510HD","ALONG ROCK PRAIRIE RD FROM HOLEMAN DRIVE SOUTH AND","COLLEGE STATION","TX","9","77842" +"ROCK PRAIRIER ROAD WIDENING","TXR1590PE","STARTING ON THE EAST SIDE OF HWY 6 AT ROCK PRAIRIE","COLLEGE STATION","TX","9","77845" +"ROLLING RIDGE WWTP","TX0077526","115 RIDGEWOOD ST","COLLEGE STATION","TX","09","77845" "RUDDER POINTE","TXR15474T","3520 OLD RELIANCE RD","BRYAN","TX",,"77808" +"RUDDER POINTE PHASE 5","TXR1575MR","TURN ON OLD RELIANCE FROM HIGHWAY 6. TURN LEFT ON","BRYAN","TX",,"77808" +"RUDDER POINTE SUBDIVISION","TXR1563IK","INTERSECTION OF RUDDER POINTE PKWY AND BRADY CT","BRYAN","TX","9","77808" "RUDDER POINTE SUBDIVISION","TXR1596LB","SUBDIVISION LOCATED AT RUDDER POINTE PARKWAY AND B","BRYAN","TX",,"77808" -"RUDDER POINTE SUBDIVISION","TXR1563IK","INTERSECTION OF RUDDER POINTE PKWY AND BRADY CT","BRYAN","TX",,"77808" "S-CON","TXR05BF57","8326 W HIGHWAY 21 BRYAN TX 77807","BRYAN","TX",,"77807" "SAGE MEADOWS","TXR1534FN","3700 OLD HEARNE RD","BRYAN","TX",,"77803" "SCARMADO PIT-YOUNG BROTHERS","TXR05O901","FM 260","BRYAN","TX",,"00000" @@ -457,41 +532,47 @@ "SODALIS ASSISTED LIVING","TXR10F6WU","SW OF CRESCENT POINTE PKWY AND COPPERFIELD PKWY","COLLEGE STATION","TX",,"77845" "SODALIS ASSISTED LIVING & MEMORY CARE FACILITY","TXR15791Q","3211 HARVEY RD","COLLEGE STATION","TX",,"77845-9416" "SOUTH COLLEGE AVE MULTI-USE PATH","TXR1517CS","ALONG HENSEL PARK DRIVEWAY TO UNIVERSITY DRIVE.","COLLEGE STATION","TX",,"77845" +"SOUTH COLLEGE AVENUE RECONSTRUCTION","TXR1597MH","S. COLLEGE AVENUE FROM CARSON STREET TO E. VILLA M","BRYAN","TX",,"77801" "SOUTHERN TIRE MART","TXR1551CR","1904 N EARL RUDDER FWY","BRYAN","TX",,"77808" "SOUTHSIDE PLAZA PHASE III","TXR1533CD","4075 HIGHWAY 6 S","COLLEGE STATION","TX",,"77845" "ST MARYS CATHOLIC CENTER PARKING LOT","TXR1530KX","SEC OF CROSS STREET AND NAGLE STREET","COLLEGE STATION","TX",,"77840" "ST MARYS CATHOLIC CHURCH","TXR1537FJ","300 NAGLE ST","COLLEGE STATION","TX",,"77840" "STAR TOWER POINT RETAIL","TXR1574AE","1295 ARRINGTON RD","COLLEGE STATION","TX",,"77845" +"STARBUCKS - UNIVERSITY","TXR1511QM","3059 UNIVERSITY DR E","BRYAN","TX","9","77802-3493" "STARBUCKS AT CHIMNEY HILL","TXR1556AL","701 UNIVERSITY DR EAST","COLLEGE STATION","TX",,"77840" -"STAY APT SUITES","TXR1527KM","NORTHWEST OF UNIVERSITY DRIVE EAST & PLAZA CENTRE","BRYAN","TX",,"77802" -"STAY APT SUITES","TXR1589KM","NORTHWEST OF UNIVERSITY DRIVE EAST & PLAZA CENTRE","BRYAN","TX",,"77802" +"STAY APT SUITES","TXR1589KM","NORTHWEST OF UNIVERSITY DRIVE EAST & PLAZA CENTRE","BRYAN","TX","9","77802" +"STAY APT SUITES","TXR1527KM","NORTHWEST OF UNIVERSITY DRIVE EAST & PLAZA CENTRE","BRYAN","TX","9","77802" "STEEP HOLLOW TO KEITH SWITCH 138KV","TXR1526GI","LOCATED JUST EAST OF THE INTERSECTION OF STEEP HOL","COLLEGE STATION","TX",,"77845" +"STELLA RANCH SUBDIVISION","TXR1544OX","LOCATED ON FM 1179 ACROSS FROM PLANTERS LOOP AND N","BRYAN","TX","9","77808" "STONEBRIER PHASE 2","TXR1510HG","CORNER OF RIVERSTONE DRIVE & FM 1179","BRYAN","TX",,"77802" "STONEBRIER PHS. 2","TXR10FA4C","NE OF FM-1179 & RIVERSTONE DRIVE","BRYAN","TX",,"77808" "STONEBRIER PHS. 2","TXR10FA5E","NE OF FM-1179 & RIVERSTONE DRIVE","BRYAN","TX",,"77808" "STONEBRIER SUBDIVISION PHASE 2","TXR1508DU","GO APPROX. 1 MILEON FM 1179 FROM FM 158. PROJECT O","BRYAN","TX",,"77802" "STUDENT SERVICES BUILDING","TXR15434K","471 HOUSTON STREET","COLLEGE STATION","TX",,"77840" "TAMU - 21ST CENTURY CLASSROOM BUILDING","TXR15964O","212 LAMAR ST","COLLEGE STATION","TX",,"77845" +"TAMU - BUILD","TXR1566QT","750 AGRONOMY RD","COLLEGE STATION","TX","9","77843-0001" "TAMU AEROTHERMOCHEMISTRY LAB EXPANSION","TXR15776U","1733 GEORGE BUSH DR W","COLLEGE STATION","TX",,"77845" -"TAMU BEC-COW","TXR1540KS","WEST SIDE OF OLSEN BLVD, .15 MILES SOUTH OF RAYMON","COLLEGE STATION","TX",,"77843" +"TAMU BEC-COW","TXR1540KS","WEST SIDE OF OLSEN BLVD, .15 MILES SOUTH OF RAYMON","COLLEGE STATION","TX","9","77843" "TAMU BIOCONTAINMENT RESEARCH FACILITY","TXR15683B","495 AGRONOMY RD","COLLEGE STATION","TX",,"77843-0001" "TAMU EQUINE NUTRITION AND REPRODUCTION FACILITY","TXR15091P","PROJECT LOCATED ON F&B ROAD NEAR THE CURRENT TAMU","COLLEGE STATION","TX",,"77845" -"TAMU MAIN CAMPUS WWTP","TX0108146","9685 WHITES CREEK RD","COLLEGE STATION","TX","09","77845" +"TAMU KAMU TECHNICAL OPERATIONS BUILDING","TXR1507NF","510 FLORICULTURE ROAD","COLLEGE STATION","TX",,"77840" +"TAMU MAIN CAMPUS WWTP","TX0108146","9685 WHITES CREEK RD","COLLEGE STATION","TX","09","77843" +"TAMU PA47","TXR1570QA","311 POLO ROAD","COLLEGE STATION","TX","9","77840" +"TAMU PEAP CROSSWALK","TXR1546NK","632 PENBERTHY BLVD","COLLEGE STATION","TX",,"77840" "TAMU STORM IMPROVEMENTS","TXR15056S","VARIOUS SITES ACROSS THE TEXAS A&M UNIVERSITY CAMP","COLLEGE STATION","TX",,"77845" +"TAMU TRANSPORTATION SPRING BREAK 2024","TXR1545QE","ALONG RESEARCH PKWY & ALONG DISCOVERY DRIVE AT THE","COLLEGE STATION","TX","9","77845" +"TAMU TRANSPORTATION SUMMER 2023 STREET REPAIRS","TXR1582MZ","GEORGE BUSH DRIVE AT THROCKMORTON AND HOUSTON STRE","COLLEGE STATION","TX",,"77840" "TAMUS - ILSQ BUILDING","TXR1566DG","459 OLSEN BLVD","COLLEGE STATION","TX",,"77845" "TARROW TOWNHOMES","TXR10F5PH","SW OF AUTUMN CIRCLE AND E. 29TH ST.","COLLEGE STATION","TX",,"77840" "TARROW TOWNHOMES","TXR10F5P0","SW OF AUTUMN CIRCLE AND E. 29TH ST.","COLLEGE STATION","TX",,"77840" +"TEES BALLISTIC AERO-OPTICS MATERIAL FACILITY","TXR1570GK","3100 N TEXAS AVE # 47","BRYAN","TX","9","77803-1045" "TEEX BRAYTON CLASSROOM AND ADMIN FACILITY","TXR1569HO","1595 NUCLEAR SCIENCE ROAD","COLLEGE STATION","TX",,"77845" "TESLA CHARGING STATION","TXR1520KG","1910 TEXAS AVE S","COLLEGE STATION","TX",,"77840-3914" -"TEXAS A & M SOFTBALL AND TRACK AND FIELD STADIUM","TXR10F53D","EAST OF TOM CHANDLER ROAD AND PENBERTHY RD.","COLLEGE STATION","TX",,"77840" "TEXAS A & M SOFTBALL AND TRACK AND FIELD STADIUM","TXR10F534","E. OF TOM CHANDLER RD AND PENBERTHY ROAD","COLLEGE STATION","TX",,"77840" +"TEXAS A & M SOFTBALL AND TRACK AND FIELD STADIUM","TXR10F53D","EAST OF TOM CHANDLER ROAD AND PENBERTHY RD.","COLLEGE STATION","TX",,"77840" "TEXAS A&M AGRILIFE EXTENSION OFFICE","TXR1542CS","4154 COUNTY PARK CT","BRYAN","TX",,"77802" "TEXAS A&M DISTINGUISHED ALUMNI TRIBUTE","TXR1506IE","505 GEORGE BUSH DR","COLLEGE STATION","TX",,"77840-2918" -"TEXAS A&M GREENHOUSES","TXR10F87M","NORTH OF F & B ROAD & AGRONOMY ROAD","COLLEGE STATION","TX",,"77845" -"TEXAS A&M GREENHOUSES","TXR10F878","NORTH OF F & B ROAD & AGRONOMY ROAD","COLLEGE STATION","TX",,"77845" "TEXAS A&M MEDICAL RESEARCH & EDUCATION BUILDING II","TXR15101M","8447 STATE HIGHWAY 47","BRYAN","TX",,"77807-3260" -"TEXAS A&M POLO GARAGE","TXR10F7W4","EAST OF BIZZELL ST. & POLO ROAD","COLLEGE STATION","TX",,"77840" -"TEXAS A&M POLO GARAGE","TXR10F7VS","EAST OF BIZZELL ST. & POLO ROAD","COLLEGE STATION","TX",,"77840" "TEXAS A&M SOUTH CAMPUS REC CENTER","TXR1546EH","BIZZELL STREET AND MOSHER LANE","COLLEGE STATION","TX",,"77840" "TEXAS A&M TRACK & FIELD COMPLEX","TXR15626O","977 PENBERTHY RD","COLLEGE STATION","TX",,"77840-2375" "TEXAS A&M UNIVERSITY - WASTEWATER TREATMENT PLANT","TXR05DA91","9685 WHITES CREEK RD","COLLEGE STATION","TX",,"77845" @@ -504,16 +585,22 @@ "TEXAS A&M UNIVERSITY TRANSPORTATION CENTER","TXR05DA90","388 AGRONOMY ROAD","COLLEGE STATION","TX",,"77840" "TEXAS AM UNIVERSITY EASTERWOOD AIRPORT","TXR05FN85","1 MCKENZIE TERMINAL BLVD STE 112","COLLEGE STATION","TX",,"77845-8578" "TEXAS DEPT OF TRANSPORTATION","TXR040181","BRYAN AND COLLEGE STATION","BRYAN","TX",,"77803" -"TEXAS TRUCK RIGGINS","TXR10F6ND","NE OF HWY 158 AND MOHAWK DT.","BRYAN","TX",,"77808" "TEXAS TRUCK RIGGINS","TXR10F6MI","NE OF HWY 158 AND MOHAWK ST.","BRYAN","TX",,"77808" +"TEXAS TRUCK RIGGINS","TXR10F6ND","NE OF HWY 158 AND MOHAWK DT.","BRYAN","TX",,"77808" +"THE BARRACKS WEST SUBDIVISION","TXR1560PA","3197 HOLLEMAN DR S","COLLEGE STATION","TX","9","77845-3476" "THE CREEK PLACE","TXR1587HM","2711 TEXAS AVE S","COLLEGE STATION","TX",,"77840" +"THE CREEK PLACE","TXR1502MN","2711 TEXAS AVE S","COLLEGE STATION","TX",,"77840-5041" +"THE DEASON AT JONES CROSSING","TXR1587PZ","2200 METALMARK WAY","COLLEGE STATION","TX","9","77845" +"THE LANDING","TXR1551QM","800 MARION PUGH DR","COLLEGE STATION","TX","9","77840-2746" "THE LANGFORD AT COLLEGE STATION PHASE 1","TXR15188B","4185 STATE HIGHWAY 6 S","COLLEGE STATION","TX",,"77845-8965" +"THE MODS","TXR1586PY","2539 E VILLA MARIA RD","BRYAN","TX","9","77802-2038" "THE RANCH HARLEY-DAVIDSON","TXR1534EL","4101 HIGHWAY 6 S","COLLEGE STATION","TX",,"77845" "THE RESERVE AT COTTONWOOD CREEK","TXR1552DX","503 W 31ST ST","BRYAN","TX",,"77803" "THE RESERVE AT COTTONWOOD CREEK","TXR1530DW","503 W 31ST ST","BRYAN","TX",,"77803" +"THE URBAN AT COLLEGE STATION","TXR1577OV","SEC OF N DOWLING ROAD AND HOLLEMAN DRIVE SOUTH","COLLEGE STATION","TX","9","77840" "THE VILLAGES AT TRADITIONS CONDOS","TXR1556GX","2838 MEMORY LN","BRYAN","TX",,"77807" -"THE YARD","TXR10F61R","NE OF ARRINGTON ROAD & GREENS PRAIRIE ROAD","COLLEGE STATION","TX",,"77845" "THE YARD","TXR10F61A","NE OF ARRINGTON RD. & GREENS PRAIRIE ROAD","COLLEGE STATION","TX",,"77845" +"THE YARD","TXR10F61R","NE OF ARRINGTON ROAD & GREENS PRAIRIE ROAD","COLLEGE STATION","TX",,"77845" "THOMAS HEIGHTS","TXR1555GR","APPROX. 20 YARDS SOUTHEAST FROM THE INTERSECTION O","BRYAN","TX",,"77803" "THORNBERRY DRIVE","TXR1576CR","HOA COMMON AREA SOUTHEAST OF LOCKET HALL DR ROW NO","BRYAN","TX",,"77808" "THROCKMORTON STREET AND SIDEWALK","TXR1540JR","SOUTH OF THE INTERSECTION OF JOE ROUTT BLVD AND TH","COLLEGE STATION","TX",,"77840" @@ -522,20 +609,39 @@ "TM5 PROPERTIES OFFICE COMPLEX PH 1 - CRESENT POINTE PHASE 2","TXR15654L","1580 COPPERFIELD PKWY","COLLEGE STATION","TX",,"77845-4674" "TOWER CENTER II OFFICE CONDOMINIUMS","TXR15983H","ALONG GREENS PRAIRIE RD WEST NORTH OF INTERSECTION","COLLEGE STATION","TX",,"77845" "TOWER POINT OFFICE CONDOS","TXR1584CT","SOUTH OF ARRINGTON ROAD AND HWY 6 INTERSECTION","COLLEGE STATION","TX",,"77845" +"TRADITIONS 19 PHS 5A & 5B","TXR1595MC","NORTHWEST OF TRADITIONS BLVD AND MAROON CT","BRYAN","TX",,"77807" +"TRADITIONS 19 PHS 5A & 5B","TXR1596MC","NORTHWEST OF TRADITIONS BLVD AND MAROON CT","BRYAN","TX",,"77807" "TRADITIONS PHASE 101 & 102 ATLAS PEAR & 12 OFFSITE SEWER","TXR1574AA","FROM THE INTERSECTION OF F&B ROAD AND TURKEY CREEK","BRYAN","TX",,"77802" "TRADITIONS PHASE 19 PHASE 2","TXR15258M","NORTHWEST OF THE INTERSECTION OF SOUTH TRADITIONS","BRYAN","TX",,"77807" -"TRADITIONS PHS 35","TXR1568JG","SOUTHWEST OF CLUB DR & SOUTH TRADITIONS DR","BRYAN","TX",,"77807" +"TRADITIONS PHS 20D","TXR1590ME","SOUTH OF WEST VILLA MARIA ROAD & BEGONIA DRIVE","BRYAN","TX",,"77807" +"TRADITIONS PHS 20D","TXR1528MF","SOUTH OF WEST VILLA MARIA ROAD & BEGONIA DRIVE","BRYAN","TX",,"77807" +"TRADITIONS PHS 20E","TXR1589ME","SOUTHEAST OF WEST VILLA MARIA ROAD & BEGONIA DRIVE","BRYAN","TX",,"77807" +"TRADITIONS PHS 20E","TXR1527MF","SOUTHEAST OF WEST VILLA MARIA ROAD & BEGONIA DRIVE","BRYAN","TX",,"77807" +"TRADITIONS PHS 20F","TXR1526MF","SOUTHEAST OF WEST VILLA MARIA ROAD & BEGONIA DRIVE","BRYAN","TX",,"77807" +"TRADITIONS PHS 20F","TXR1588ME","SOUTHEAST OF WEST VILLA MARIA ROAD & BEGONIA DRIVE","BRYAN","TX",,"77807" "TRADITIONS PHS 35","TXR1588JF","SOUTHWEST OF CLUB DR & SOUTH TRADITIONS DR","BRYAN","TX",,"77807" -"TRADITIONS PHS 38","TXR1513KU","NW OF ATLAS PEAR DRIVE & HEALTH SCIENCE CENTER PKW","BRYAN","TX",,"77807" -"TRADITIONS PHS 38","TXR1563KT","NW OF ATLAS PEAR DR. & HEALTH SCIENCE CENTER PKWY","BRYAN","TX",,"77807" -"TRADITIONS PHS. 102","TXR10F80U","NE OF SOUTH TRADITIONS & HSC PKWY","BRYAN","TX",,"77807" -"TRADITIONS PHS. 102","TXR10F80K","NE OF SOUTH TRADITIONS & HSC PKWY","BRYAN","TX",,"77807" -"TRADITIONS PHS. 35","TXR10F9YY","SW OF CLUB DR. & SOUTH TRADITIONS DR.","BRYAN","TX",,"77807" +"TRADITIONS PHS 35","TXR1568JG","SOUTHWEST OF CLUB DR & SOUTH TRADITIONS DR","BRYAN","TX",,"77807" +"TRADITIONS PHS 38","TXR1513KU","NW OF ATLAS PEAR DRIVE & HEALTH SCIENCE CENTER PKW","BRYAN","TX","9","77807" +"TRADITIONS PHS 38","TXR1563KT","NW OF ATLAS PEAR DR. & HEALTH SCIENCE CENTER PKWY","BRYAN","TX","9","77807" "TRADITIONS PHS. 35","TXR10F9Z9","SW OF CLUB DR. & SOUTH TRADITIONS DR.","BRYAN","TX",,"77807" +"TRADITIONS PHS. 35","TXR10F9YY","SW OF CLUB DR. & SOUTH TRADITIONS DR.","BRYAN","TX",,"77807" +"TRADITIONS SUBDIVISION","TXR1538DL","INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL","BRYAN","TX",,"77807" +"TRADITIONS SUBDIVISION","TXR1543DG","INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL","BRYAN","TX",,"77807" +"TRADITIONS SUBDIVISION","TXR1562QK","3610 PALO VERDE CIR","BRYAN","TX","9","77807" +"TRADITIONS SUBDIVISION","TXR1566DI","INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL","BRYAN","TX","9","77807" "TRADITIONS SUBDIVISION","TXR1567HD","2856 PERSIMMON RIDGE CT","BRYAN","TX",,"77807" +"TRADITIONS SUBDIVISION","TXR1518AV","INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL","BRYAN","TX",,"77807" +"TRADITIONS SUBDIVISION","TXR1579MX","2808 PERSIMMON RIDGE CT","BRYAN","TX",,"77807" +"TRADITIONS SUBDIVISION","TXR1540BD","INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL","BRYAN","TX",,"77807" +"TRADITIONS SUBDIVISION","TXR1588CK","INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL","BRYAN","TX",,"77807" +"TRADITIONS SUBDIVISION","TXR1586CS","INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL","BRYAN","TX",,"77807" +"TRADITIONS SUBDIVISION","TXR1501BQ","INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL","BRYAN","TX",,"77807" +"TRADITIONS SUBDIVISION","TXR1559AG","INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL","BRYAN","TX",,"77807" +"TRADITIONS SUBDIVISION","TXR15361O","INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL","BRYAN","TX",,"77807" +"TRADITIONS SUBDIVISION","TXR15895F","INTERSECTION OF W VILLA MARIA RD AND TRADITIONS BL","BRYAN","TX",,"77807" "TRADITIONS SUBDIVISION - PHASE 35","TXR1526HL","INTERSECTION OF WILLOW RIDGE DRIVE AND CLUB DRIVE","BRYAN","TX",,"77807" "TRADITIONS SUBDIVISION PHASE 20D & 20E","TXR1509LE","INTERSECTION OF CENTURY OAK DRIVE & FM 1179 - VILL","BRYAN","TX",,"77807" -"TRADITIONS SUBDIVISION PHASE 20D & 20E & 20F","TXR1598LK","INTERSECTION OF CENTURY OAK DRIVE & FM 1179 - VILL","BRYAN","TX",,"77807" +"TRADITIONS SUBDIVISION PHASE 20D & 20E & 20F","TXR1598LK","INTERSECTION OF CENTURY OAK DRIVE & FM 1179 - VILL","BRYAN","TX","9","77807" "TRADITIONS SUBDIVISION PHASE 24 & 25","TXR1586CJ","INTERSECTION OF HSC PARKWAY AND RIVERSIDE PARKWAY","COLLEGE STATION","TX",,"77845" "TRADITIONS VILLAGES PHS. 4","TXR10F9UN","SW OF TRADITIONS BLVD. & W. VILLA MARIA ROAD","BRYAN","TX",,"77807" "TRADITIONS VILLAGES PHS. 4","TXR10F9U5","SW OF TRADITIONS BLVD. & W. VILLA MARIA ROAD","BRYAN","TX",,"77807" @@ -543,13 +649,16 @@ "TRAVIS B BRYAN MIDTOWN PARK PHASE 3E-DETENTION & DESILTING","TXR1592CF","206 W VILLA MARIA RD","BRYAN","TX",,"77801-3029" "TRUFIT BRYAN TOWNE CENTER","TXR15935R","3143 WILDFLOWER DR STE 1300","BRYAN","TX",,"77802-3063" "TURKEY CREEK WWTP","TX0062472","3000FT W FMR 2818, APPROX 4M SE ST HWY 21","BRYAN","TX","09","77807" -"TXDOT BRY CSJ 0212-03-050","TXR1562KP","FM 158 FROM SH 6 SB FRONTAGE ROAD TO N TEXAS AVE","BRYAN","TX",,"77803" -"TXDOT BRY CSJ 2399-01-074","TXR1504EF","FM 2818 FROM 0.5 MILES N OF FM 60 TO FM 2154","COLLEGE STATION","TX",,"77845" -"TXDOT BRY CSJ 2399-01-074","TXR1541EI","FM 2818 FROM 0.5 MILES N OF FM 60 TO FM 2154","COLLEGE STATION","TX",,"77845" -"TXDOT BRY CSJ 2851-01-050","TXR1566LM","FM 2818 FROM BECK ST TO 0.1 MILES S OF LEONARD RD","BRYAN","TX",,"77803" +"TWIN CITY MISSION NEW WAREHOUSE","TXR1532PW","410 S RANDOLPH AVE","BRYAN","TX","9","77803-3162" +"TXB STORE 72 - BRYAN & NASH","TXR1539OA","2104 EAST WILLIAM JOEL BRYAN PARKWAY","BRYAN","TX","9","77802" +"TXDOT BRY CSJ 0212-03-050","TXR1562KP","FM 158 FROM SH 6 SB FRONTAGE ROAD TO N TEXAS AVE","BRYAN","TX","9","77803" +"TXDOT BRY CSJ 2399-01-074","TXR1541EI","FM 2818 FROM 0.5 MILES N OF FM 60 TO FM 2154","COLLEGE STATION","TX","9","77845" +"TXDOT BRY CSJ 2399-01-074","TXR1504EF","FM 2818 FROM 0.5 MILES N OF FM 60 TO FM 2154","COLLEGE STATION","TX","9","77845" +"TXDOT BRY CSJ 2851-01-050","TXR1566LM","FM 2818 FROM BECK ST TO 0.1 MILES S OF LEONARD RD","BRYAN","TX","9","77803" +"TXDOT BRY CSJ 2851-01-050","TXR1575LW","FM 2818 FROM BECK ST TO 0.1 MILES S OF LEONARD RD","BRYAN","TX","9","77803" "TXDOT CSJ 0049-12-096","TXR15454M","SH 6 FROM SH 21 TO FM 158","BRYAN","TX",,"77803" -"TXDOT CSJ 0506-01-105","TXR15798A","FM 60/FM 2818 INTERCHANGE","COLLEGE STATION","TX",,"77845" "TXDOT CSJ 0506-01-105","TXR15039B","FM 60/FM 2818 INTERCHANGE","COLLEGE STATION","TX",,"77845" +"TXDOT CSJ 0506-01-105","TXR15798A","FM 60/FM 2818 INTERCHANGE","COLLEGE STATION","TX",,"77845" "TXDOT CSJ 0917-29-129","TXR15382G","SH 308 FROM FM 1179 TO INLOW STREET","BRYAN","TX",,"77802" "TXDOT CSJ 0917-29-129","TXR15321G","SH 308 FROM FM 1179 TO INLOW STREET","BRYAN","TX",,"77802" "TXI BRYAN FOUNTAIN READY MIX","TXG111360","1610 FOUNTAIN AVE","BRYAN","TX","09","77801" @@ -558,33 +667,39 @@ "UNKNOWN","TX0097951","UNKNOWN",,"TX",,"00000" "UNKNOWN","TX0090867","UNKNOWN",,"TX",,"00000" "UPRR BRYAN YARD","TXR05EO05","198 W PEASE ST","BRYAN","TX",,"77803-4514" -"UPS BRYAN","TXR05O068","2730 OSBORN LN","BRYAN","TX",,"77803-5151" "UPS BRYAN","TXR1567CP","1069 N EARL RUDDER FWY","BRYAN","TX",,"77802" +"UPS BRYAN","TXR05O068","2730 OSBORN LN","BRYAN","TX",,"77803-5151" +"USPS","TXR1502NV","2121 EAST WM J BRYAN PARKWAY","BRYAN","TX","9","77801" "VERABANK AT PROVIDENCE PARK","TXR1546CR","EAST RUDDER FWY. AND PROVIDENCE PKWY.","COLLEGE STATION","TX",,"77845" "VETERANS PARK ATHLETIC COMPLEX","TXR15768L","3101 HARVEY RD","COLLEGE STATION","TX",,"77845-9414" "VETERANS PARK PHASE 1B","TXR1580DE","3101 HARVEY RD","COLLEGE STATION","TX",,"77845" -"VILLAGES AT TRADITIONS PHS. 3","TXR10F6QP","NW OF TRADITIONS BLVD. AND S. TRADITIONS DRIVE","BRYAN","TX",,"77807" +"VILLAGES AT TRADITIONS PHASE 5B","TXR1583MV","ENTER TRADITIONS BLVD ACROSS FROM BRAZOS CHRISTIAN","BRYAN","TX",,"77807" "VILLAGES AT TRADITIONS PHS. 3","TXR10F6QI","NW OF TRADITIONS BLVD. AND SOUTH TRADITIONS DRIVE","BRYAN","TX",,"77807" +"VILLAGES AT TRADITIONS PHS. 3","TXR10F6QP","NW OF TRADITIONS BLVD. AND S. TRADITIONS DRIVE","BRYAN","TX",,"77807" "VILLAGES OF INDIAN LAKES PHASE 28","TX0136808","1675 FT SE OF THE INTEREX OF INDIAN LAKES DR AND","COLLEGE STATION","TX","09","77845" -"VINTAGE ESTATES","TXR1518EV","4101 VINTAGE ESTATES COURT","BRYAN","TX",,"77808" +"VINTAGE ESTATES","TXR1518EV","4101 VINTAGE ESTATES CT","BRYAN","TX","9","77808-1510" "W 28TH STREET","TXR1547BO","AROUND 60 ACRES BORDERING W 28TH STREET, SUNCREST","BRYAN","TX",,"77808" -"WALKONS BISTREAUX MAIN EXT.","TXR10F7XB","WEST OF ARRINGTON RD & TEXAS 6 FRONTAGE ROAD","COLLEGE STATION","TX",,"77845" -"WALKONS BISTREAUX MAIN EXT.","TXR10F7X3","WEST OF ARRINGTON RD. & TEXAS 6 FRONTAGE RD.","COLLEGE STATION","TX",,"77845" "WATERFORD HEIGHTS ESTATES SUBDIVISION","TXR1566GI","1402 BIRD POND RD","COLLEGE STATION","TX",,"77845" -"WATERFORD HEIGHTS SUBDIVISION","TXR15269Q","THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR","COLLEGE STATION","TX",,"77845" -"WATERFORD HEIGHTS SUBDIVISION","TXR15510Y","THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR","COLLEGE STATION","TX",,"77845" +"WATERFORD HEIGHTS SUBDIVISION","TXR15548Z","THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR","COLLEGE STATION","TX","9","77845" "WATERFORD HEIGHTS SUBDIVISION","TXR15908Y","THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR","COLLEGE STATION","TX",,"77845" -"WATERFORD HEIGHTS SUBDIVISION","TXR15548Z","THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR","COLLEGE STATION","TX",,"77845" "WATERFORD HEIGHTS SUBDIVISION","TXR15713X","THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR","COLLEGE STATION","TX",,"77845" "WATERFORD HEIGHTS SUBDIVISION","TXR15293Y","THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR","COLLEGE STATION","TX",,"77845" +"WATERFORD HEIGHTS SUBDIVISION","TXR15269Q","THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR","COLLEGE STATION","TX",,"77845" +"WATERFORD HEIGHTS SUBDIVISION","TXR15510Y","THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR","COLLEGE STATION","TX","9","77845" "WATHEN RESIDENCE","TXR1586FW","3032 HICKORY RIDGE CIR","BRYAN","TX",,"77807" -"WEATHERFORD ESTATES PHS. 3","TXR10FA6J","NE OF BIRD POND ROAD & ROCK PRAIRIE ROAD","COLLEGE STATION","TX",,"77845" "WEATHERFORD ESTATES PHS. 3","TXR10FA6K","NE OF BIRD POND ROAD & ROCK PRAIRIE ROAD","COLLEGE STATION","TX",,"77845" +"WEATHERFORD ESTATES PHS. 3","TXR10FA6J","NE OF BIRD POND ROAD & ROCK PRAIRIE ROAD","COLLEGE STATION","TX",,"77845" "WELLBORN SETTLEMENT","TXR1551BK","TURN RIGHT FROM GREENSPRAIRIE TO ROYDER RD AND GO","COLLEGE STATION","TX",,"77845" "WELLBORN SIDING NAVASOTA SUBDIVISION MP 63.5 TO MP 65.71","TXR15963U","WEST OF FM 2154, WELLBORN RD N, TX BETWEEN GREEN P","COLLEGE STATION","TX",,"77845" "WEST 26TH STREET REHABILITATION","TXR15152O","WEST 26TH STREET, FROM PARKER AVE. TO BRAZOS AVE.","BRYAN","TX",,"77803" "WESTINGHOUSE PROVIDENCE PARK","TXR1563CV","OFF OF EARL RUDDER FWY S NEXT TO ACADEMY","COLLEGE STATION","TX",,"77845" +"WINDMILL HILL SUBDIVISION","TXR1595ML","7227 FM 1179","BRYAN","TX",,"77808-7609" +"WINDMILL PARK","TXR1522MX","NE OF CLEAR LEAF DR & N HARVEY MITCHELL PKWY","BRYAN","TX",,"77803" +"WINDMILL PARK","TXR1539MW","NE OF CLEAR LEAF DR & N HARVEY MITCHELL PKWY","BRYAN","TX",,"77803" "WOLF DEN SUBDIVISION","TXR1521IB","SOUTHWEST FROM THE CORNER OF JEANNE DR AND MCLAREN","COLLEGE STATION","TX",,"77845" +"WOODLAND COTTAGES COLLEGE STATION","TXR1568LY","1850 ARNOLD RD","COLLEGE STATION","TX","9","77845" +"WOODVILLE ESTATES","TXR1513QB","2817 WOODVILLE RD","BRYAN","TX","9","77803-0247" "WOODVILLE ROAD IMPROVEMENTS","TXR1534BT","LOCATED ALONG WOODVILLE RD, FROM STATE HWY 6 TO OL","BRYAN","TX",,"77801" +"WP LUSE FOUNDATION BUILDING","TXR1518MS","906 RAYMOND STOTZER PKWY","COLLEGE STATION","TX",,"77845" "XPO LOGISTICS FREIGHT LBY","TXR05K375","417 PALASOTA DR","BRYAN","TX",,"77803-3844" -"YAUPON TRAILS","TXR15102Z","4509 HARDY WEEDON ROAD, BRYAN, TX 77808","BRYAN","TX",,"77808" +"YAUPON TRAILS","TXR15102Z","4509 HARDY WEEDON ROAD, BRYAN, TX 77808","BRYAN","TX","9","77808" diff --git a/vignettes/int/0/cwa_rest_services.get_facilities-90aaac.json b/vignettes/int/0/cwa_rest_services.get_facilities-90aaac.json new file mode 100644 index 0000000..fdd8e6c --- /dev/null +++ b/vignettes/int/0/cwa_rest_services.get_facilities-90aaac.json @@ -0,0 +1,21 @@ +{ + "Results": { + "Message": "Success", + "Version": "CWA v2017-10-13 1325", + "QueryRows": "704", + "IndianCountryRows": "0", + "EJHighRows": "227", + "SVRows": "0", + "CVRows": "4", + "V3Rows": "6", + "FEARows": "4", + "InfFEARows": "1", + "INSPRows": "16", + "BioCVRows": "0", + "BioV3Rows": "0", + "VioLast4QRows": "6", + "TotalPenalties": "$99,064", + "BadSystemIDs": null, + "QueryID": "806" + } +} diff --git a/vignettes/int/0/cwa_rest_services.get_facility_info-760dfb.json b/vignettes/int/0/cwa_rest_services.get_facility_info-760dfb.json deleted file mode 100644 index 495cb25..0000000 --- a/vignettes/int/0/cwa_rest_services.get_facility_info-760dfb.json +++ /dev/null @@ -1,8300 +0,0 @@ -{ - "Results": { - "Message": "Success", - "QueryID": "421", - "QueryRows": "589", - "IndianCountryRows": "0", - "SVRows": "2", - "CVRows": "3", - "V3Rows": "8", - "FEARows": "4", - "InfFEARows": "1", - "INSPRows": "12", - "BioCVRows": "0", - "BioV3Rows": "0", - "VioLast4QRows": "4", - "TotalPenalties": "$99,064", - "BadSystemIDs": null, - "IconBaseURL": "https://echo.epa.gov/themes/custom/echo/images/map/", - "PopUpBaseURL": "cwa_rest_services.pop_up?p_id=", - "ServiceBaseURL": "https://ordsint.rtpnc.epa.gov/ords/echo/cwa_rest_services.get_facility_info", - "QueryParameters": [ - { - "QP": "output", - "QV": "JSON" - }, - { - "QP": "xmin", - "QV": "-96.407563" - }, - { - "QP": "ymin", - "QV": "30.554395" - }, - { - "QP": "xmax", - "QV": "-96.25947" - }, - { - "QP": "ymax", - "QV": "30.751984" - }, - { - "QP": "p_limit_addr", - "QV": "Y" - }, - { - "QP": "qcolumns", - "QV": "1,2,3,4,5,6,7" - } - ], - "Facilities": [ - { - "ObjectId": "1", - "CWPName": "066-3344 BORLAUG CENTER RENOVATION ADDITION", - "SourceID": "TXR1579LK", - "CWPStreet": "600 JOHN KIMBROUGH BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843-0001", - "RegistryID": "110071363697", - "CWPNAICSCodes": null, - "FacLat": "30.608505", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "2", - "CWPName": "2900 SPECTOR DRIVE", - "SourceID": "TXR1571JJ", - "CWPStreet": "2900 SPECTOR DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071297316", - "CWPNAICSCodes": null, - "FacLat": "30.6689", - "CensusBlockGroup2020": "480410020223" - }, - { - "ObjectId": "3", - "CWPName": "2901 SPECTOR DRIVE", - "SourceID": "TXR1531KC", - "CWPStreet": "2901 SPECTOR DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071321704", - "CWPNAICSCodes": null, - "FacLat": "30.69149", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "4", - "CWPName": "3444 MAHOGANY DRIVE", - "SourceID": "TXR1509EW", - "CWPStreet": "SOUTHWEST OF THE INTERSECTION OF MAHOGANY DRIVE AN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070926834", - "CWPNAICSCodes": null, - "FacLat": "30.610446", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "5", - "CWPName": "5113 INVERNESS DR", - "SourceID": "TXR1542EK", - "CWPStreet": "5113 INVERNESS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070891238", - "CWPNAICSCodes": null, - "FacLat": "30.67701", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "6", - "CWPName": "777 GRAHAM RD", - "SourceID": "TXR1578AE", - "CWPStreet": "777 GRAHAM RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070621969", - "CWPNAICSCodes": null, - "FacLat": "30.57004", - "CensusBlockGroup2020": "480410020061" - }, - { - "ObjectId": "7", - "CWPName": "8.5 ACRE DEVELOPMENT SH-6", - "SourceID": "TXR1535BW", - "CWPStreet": "NORTHWEST INTERSECTION OF MARTIN LUTHER KING JR ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070742570", - "CWPNAICSCodes": null, - "FacLat": "30.690423", - "CensusBlockGroup2020": "480410004011" - }, - { - "ObjectId": "8", - "CWPName": "ACADEMY CONDOMINIUMS", - "SourceID": "TXR1508FA", - "CWPStreet": "1326 PRAIRIE DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070924925", - "CWPNAICSCodes": null, - "FacLat": "30.67606", - "CensusBlockGroup2020": "480410004021" - }, - { - "ObjectId": "9", - "CWPName": "ACADEMY CONDOS", - "SourceID": "TXR1512HZ", - "CWPStreet": "1326 PRAIRIE DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070924925", - "CWPNAICSCodes": null, - "FacLat": "30.67606", - "CensusBlockGroup2020": "480410004021" - }, - { - "ObjectId": "10", - "CWPName": "ACADEMY PRESERVE - PH 1 & 2", - "SourceID": "TXR1504IX", - "CWPStreet": "SEC OF OSBORN LANE AND PRAIRIE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110071255086", - "CWPNAICSCodes": null, - "FacLat": "30.677975", - "CensusBlockGroup2020": "480410004021" - }, - { - "ObjectId": "11", - "CWPName": "ACADEMY PRESERVE PHS 1", - "SourceID": "TXR1527JO", - "CWPStreet": "SE OF OSBORN LN & FOREST GLEN CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071296128", - "CWPNAICSCodes": null, - "FacLat": "30.678382", - "CensusBlockGroup2020": "480410004012" - }, - { - "ObjectId": "12", - "CWPName": "ACADEMY PRESERVE PHS 1", - "SourceID": "TXR1589JN", - "CWPStreet": "SE OF OSBORN LN & FOREST GLEN CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071296128", - "CWPNAICSCodes": null, - "FacLat": "30.678382", - "CensusBlockGroup2020": "480410004012" - }, - { - "ObjectId": "13", - "CWPName": "ACADEMY PRESERVE PHS 2", - "SourceID": "TXR1588JN", - "CWPStreet": "EAST OF PRAIRIE DR & OSBORN LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071298038", - "CWPNAICSCodes": null, - "FacLat": "30.677811", - "CensusBlockGroup2020": "480410004021" - }, - { - "ObjectId": "14", - "CWPName": "ACADEMY PRESERVE PHS 2", - "SourceID": "TXR1526JO", - "CWPStreet": "EAST OF PRAIRIE DR & OSBORN LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071298038", - "CWPNAICSCodes": null, - "FacLat": "30.677811", - "CensusBlockGroup2020": "480410004021" - }, - { - "ObjectId": "15", - "CWPName": "ACE TOWNHOME", - "SourceID": "TXR15667I", - "CWPStreet": "2136 CHESTNUT OAK CIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-4168", - "RegistryID": "110070364352", - "CWPNAICSCodes": null, - "FacLat": "30.61411", - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "16", - "CWPName": "AGGIE ACRES WWTP", - "SourceID": "TX0132187", - "CWPStreet": "800 FT SE OF N DOWLING RD APPROX 600 FT SW OF WALN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "RegistryID": "110064633829", - "CWPNAICSCodes": null, - "FacLat": "30.5556499999484", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "17", - "CWPName": "AGGIE CREAMERY", - "SourceID": "TXR1547JP", - "CWPStreet": "SW OF THROCKMORTON ST & LEWIS ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071310058", - "CWPNAICSCodes": null, - "FacLat": "30.610753", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "18", - "CWPName": "AGGIE CREAMERY", - "SourceID": "TXR1546JP", - "CWPStreet": "SW OF THROCKMORTON ST & LEWIS ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071310058", - "CWPNAICSCodes": null, - "FacLat": "30.610753", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "19", - "CWPName": "AGGIE PARK - TEXAS A&M UNIVERSITY", - "SourceID": "TXR1543FV", - "CWPStreet": "800 THROCKMORTON STREET", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071065667", - "CWPNAICSCodes": null, - "FacLat": "30.608471", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "20", - "CWPName": "AGGIELAND OUTFITTERS", - "SourceID": "TXR1533KO", - "CWPStreet": "100 FAIRVIEW AVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071336142", - "CWPNAICSCodes": null, - "FacLat": "30.606457", - "CensusBlockGroup2020": "480410016082" - }, - { - "ObjectId": "21", - "CWPName": "AGRILIFE PHENOTYPING GREENHOUSE", - "SourceID": "TXR1582BA", - "CWPStreet": "950 AGRONOMY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070672916", - "CWPNAICSCodes": null, - "FacLat": "30.61381", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "22", - "CWPName": "AGRIVEST SWINE FEEDLOT", - "SourceID": "TX0121240", - "CWPStreet": "SWISHER COUNTY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "01", - "CWPZip": "00000", - "RegistryID": "110039193271", - "CWPNAICSCodes": null, - "FacLat": "30.6665755", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "23", - "CWPName": "AIRGAS", - "SourceID": "TXR1506HK", - "CWPStreet": "5924 MATRIX DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071177760", - "CWPNAICSCodes": null, - "FacLat": "30.585673", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "24", - "CWPName": "ALENCO WINDOWS", - "SourceID": "TXR05U808", - "CWPStreet": "615 W CARSON ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801-1102", - "RegistryID": "110000464284", - "CWPNAICSCodes": null, - "FacLat": "30.6424", - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "25", - "CWPName": "AMAZONCOM SERVICES LLC - PTX3", - "SourceID": "TXRNEBZ80", - "CWPStreet": "400 TECHNOLOGY PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071359258", - "CWPNAICSCodes": null, - "FacLat": "30.594", - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "26", - "CWPName": "ANDREWS ORTHODONTIST AND RETAIL BUILDING", - "SourceID": "TXR15193R", - "CWPStreet": "1098 ARRINGTON RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070368658", - "CWPNAICSCodes": null, - "FacLat": "30.558003", - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "27", - "CWPName": "ANDYS FROZEN CUSTARD - COLLEGE STATION", - "SourceID": "TXR1547HZ", - "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.10 MILES EAST OF T", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071203278", - "CWPNAICSCodes": null, - "FacLat": "30.591193", - "CensusBlockGroup2020": "480410016041" - }, - { - "ObjectId": "28", - "CWPName": "ASTIN AVIATION", - "SourceID": "TXR05CE76", - "CWPStreet": "1770 GEORGE BUSH DR W", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-4761", - "RegistryID": "110070360445", - "CWPNAICSCodes": null, - "FacLat": "30.592877", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "29", - "CWPName": "AT HOME - COLLEGE STATION TX", - "SourceID": "TXR15591P", - "CWPStreet": "2301 EARL RUDDER FWY S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-6027", - "RegistryID": "110070358552", - "CWPNAICSCodes": null, - "FacLat": "30.62357", - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "30", - "CWPName": "ATKINS STREET POWER STATION", - "SourceID": "TX0027952", - "CWPStreet": "601 ATKINS STREET", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77801", - "RegistryID": "110001866623", - "CWPNAICSCodes": null, - "FacLat": "30.64816", - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "31", - "CWPName": "ATOFINA CHEMICALS, INC.", - "SourceID": "TX0108863", - "CWPStreet": "SW OF THE MO PACIFIC RR &", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77801", - "RegistryID": "110000464293", - "CWPNAICSCodes": null, - "FacLat": "30.6579", - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "32", - "CWPName": "AURORA GARDENS", - "SourceID": "TXR1575AS", - "CWPStreet": "400 AURORA CT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070670028", - "CWPNAICSCodes": null, - "FacLat": "30.61166", - "CensusBlockGroup2020": "480410016082" - }, - { - "ObjectId": "33", - "CWPName": "AUSTIN COLONY PHS. 18", - "SourceID": "TXR10F6X1", - "CWPStreet": "NE OF BULLINGER CREEK DR. & COLONY VILLAGE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070517646", - "CWPNAICSCodes": null, - "FacLat": "30.6849", - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "34", - "CWPName": "AUSTIN COLONY PHS. 18", - "SourceID": "TXR10F6WR", - "CWPStreet": "NE OF BULLINGER CREEK DRIVE & COLONY VILLAGE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070518130", - "CWPNAICSCodes": null, - "FacLat": "30.6849", - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "35", - "CWPName": "AUSTIN'S COLONY PHS. 20", - "SourceID": "TXR10F8GB", - "CWPStreet": "NW OF THORNBERRY DRIVE & BULLINGER CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070826173", - "CWPNAICSCodes": null, - "FacLat": "30.69", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "36", - "CWPName": "AUSTIN'S COLONY PHS. 20", - "SourceID": "TXR10F8G3", - "CWPStreet": "NW OF THORNBERRY DRIVE & BULLINGER CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070826173", - "CWPNAICSCodes": null, - "FacLat": "30.69", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "37", - "CWPName": "AUSTINS COLNY PHASE 18", - "SourceID": "TXR15651L", - "CWPStreet": "1000 FT WEST OF THORNBERRY DR. ON BULLINGER CREEK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070365392", - "CWPNAICSCodes": null, - "FacLat": "30.689092", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "38", - "CWPName": "AUSTINS COLONY", - "SourceID": "TXR1528FK", - "CWPStreet": "THE INTERSECTION OF HWY. 6 AND F.M. 158", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070365926", - "CWPNAICSCodes": null, - "FacLat": "30.670227", - "CensusBlockGroup2020": "480410020223" - }, - { - "ObjectId": "39", - "CWPName": "AUSTINS COLONY", - "SourceID": "TXR1596JO", - "CWPStreet": "THE INTERSECTION OF HWY. 6 AND F.M. 158", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070365926", - "CWPNAICSCodes": null, - "FacLat": "30.670227", - "CensusBlockGroup2020": "480410020223" - }, - { - "ObjectId": "40", - "CWPName": "AUSTINS COLONY", - "SourceID": "TXR15363O", - "CWPStreet": "THE INTERSECTION OF HWY. 6 AND F.M. 158", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070365926", - "CWPNAICSCodes": null, - "FacLat": "30.670227", - "CensusBlockGroup2020": "480410020223" - }, - { - "ObjectId": "41", - "CWPName": "AUSTINS COLONY PHS 21A", - "SourceID": "TXR1597JS", - "CWPStreet": "NE OF BULLINGER CREEK DR & WOLFPACK LP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071298173", - "CWPNAICSCodes": null, - "FacLat": "30.689669", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "42", - "CWPName": "AUSTINS COLONY PHS 21A", - "SourceID": "TXR1509JU", - "CWPStreet": "NE OF BULLINGER CREEK DR & WOLFPACK LP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071298173", - "CWPNAICSCodes": null, - "FacLat": "30.689669", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "43", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15333O", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070365585", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "44", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1517ED", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070365585", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "45", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15615N", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070365585", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "46", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1564DR", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070365585", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "47", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15812A", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070365585", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "48", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1585AY", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070365585", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "49", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1535CL", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070365585", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "50", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15904G", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070365585", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "51", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15227M", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070365585", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "52", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1533HA", - "CWPStreet": "2987 ARCHER DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071143638", - "CWPNAICSCodes": null, - "FacLat": "30.68641", - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "53", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1509CS", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070365585", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "54", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1563ET", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070365585", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "55", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR1515EF", - "CWPStreet": "3008 BLACKFOOT CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070892071", - "CWPNAICSCodes": null, - "FacLat": "30.690106", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "56", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15484T", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070365585", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "57", - "CWPName": "AUSTINS COLONY SUBDIVISION", - "SourceID": "TXR15376U", - "CWPStreet": "INTERSECTION OF BOONVILLE RD AND AUSTINS COLONY PK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070365585", - "CWPNAICSCodes": null, - "FacLat": "30.67201", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "58", - "CWPName": "AUSTINS ESTATE SUBDIVISION LOT 2 BLOCK 1 PHASE 6", - "SourceID": "TXR15725T", - "CWPStreet": "2800 THORNBERRY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070392439", - "CWPNAICSCodes": null, - "FacLat": "30.69129", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "59", - "CWPName": "AUSTIN’S COLONY PHS. 22A", - "SourceID": "TXR10FA3F", - "CWPStreet": "NW OF THORNBERRY DR. & ARCHER CIRCLE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071203234", - "CWPNAICSCodes": null, - "FacLat": "30.69", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "60", - "CWPName": "AUSTIN’S COLONY PHS. 22A", - "SourceID": "TXR10FA3O", - "CWPStreet": "NW OF THORNBERRY DR. & ARCHER CIRCLE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071203234", - "CWPNAICSCodes": null, - "FacLat": "30.69", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "61", - "CWPName": "BANK OF BCS", - "SourceID": "TXR1566LL", - "CWPStreet": "FROM HOUSTON, TEXAS TAKE 290 WEST TO HWY 6 TOWARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071365172", - "CWPNAICSCodes": null, - "FacLat": "30.678087", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "62", - "CWPName": "BARRACKS MULTI-FAMILY", - "SourceID": "TXR1595FD", - "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.6 MILES NORTHWEST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070937706", - "CWPNAICSCodes": null, - "FacLat": "30.575587", - "CensusBlockGroup2020": "480410020211" - }, - { - "ObjectId": "63", - "CWPName": "BARRON CREST SUBDIVISION", - "SourceID": "TXR15610N", - "CWPStreet": "2716 BARRON RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-9168", - "RegistryID": "110070357366", - "CWPNAICSCodes": null, - "FacLat": "30.55661", - "CensusBlockGroup2020": "480410020181" - }, - { - "ObjectId": "64", - "CWPName": "BEE CREEK SANITARY SEWER TRUNK LINE REHABILITATION PHASE 2", - "SourceID": "TXR15647M", - "CWPStreet": "THE SITE RUNS FROM NEAR THE INTERSECTION OF N FORE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070376391", - "CWPNAICSCodes": null, - "FacLat": "30.613008", - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "65", - "CWPName": "BIGSHOTS GOLF AGGIELAND", - "SourceID": "TXR1580BW", - "CWPStreet": "400 W. VILLA MARIA ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110070740431", - "CWPNAICSCodes": null, - "FacLat": "30.637365", - "CensusBlockGroup2020": "480410010014" - }, - { - "ObjectId": "66", - "CWPName": "BIGSHOTS GOLF AGGIELAND", - "SourceID": "TXR1590EI", - "CWPStreet": "400 W. VILLA MARIA ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110070740431", - "CWPNAICSCodes": null, - "FacLat": "30.637365", - "CensusBlockGroup2020": "480410010014" - }, - { - "ObjectId": "67", - "CWPName": "BISD MAINTENANCE AND TRANSPORTATION", - "SourceID": "TXR1566LU", - "CWPStreet": "SOUTHWEST OF LEONARD ROAD & NORTH HARVEY MITCHELL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "TXR1566LU", - "CWPNAICSCodes": null, - "FacLat": "30.643854", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "68", - "CWPName": "BONHAM TRACE", - "SourceID": "TXR1542EA", - "CWPStreet": "INTERSECTION OF WILLHELM DRIVE AND OLD HEARNE ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070885244", - "CWPNAICSCodes": null, - "FacLat": "30.703333", - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "69", - "CWPName": "BONHAM TRACE PHASE 2", - "SourceID": "TXR1551KU", - "CWPStreet": "INTERSECTION OF OLD HEARNE RD AND MESSENGER WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110071344745", - "CWPNAICSCodes": null, - "FacLat": "30.705008", - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "70", - "CWPName": "BONHAM TRACE SUBDIVISION PHASE 2", - "SourceID": "TXR1532LE", - "CWPStreet": "INTERSECTION OLD HEARNE ROAD & MESSENGER WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110071359000", - "CWPNAICSCodes": null, - "FacLat": "30.704716", - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "71", - "CWPName": "BONN RESIDENCE", - "SourceID": "TXR1566DE", - "CWPStreet": "4715 MIRAMONT CIR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070839227", - "CWPNAICSCodes": null, - "FacLat": "30.67176", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "72", - "CWPName": "BOULDER CREEK PH 1", - "SourceID": "TXR15836U", - "CWPStreet": "START AT JESTER TRAIL AND CHICK LN IN BRYAN TEXAS.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070504331", - "CWPNAICSCodes": null, - "FacLat": "30.627403", - "CensusBlockGroup2020": "480410002061" - }, - { - "ObjectId": "73", - "CWPName": "BOULDER CREEK SUBDIVISION", - "SourceID": "TXR1578BQ", - "CWPStreet": "1906 CAMBRIA", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070711004", - "CWPNAICSCodes": null, - "FacLat": "30.628026", - "CensusBlockGroup2020": "480410002061" - }, - { - "ObjectId": "74", - "CWPName": "BOWMAN", - "SourceID": "TXR15771L", - "CWPStreet": "4236 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802-3674", - "RegistryID": "110070373045", - "CWPNAICSCodes": null, - "FacLat": "30.66325", - "CensusBlockGroup2020": "480410020222" - }, - { - "ObjectId": "75", - "CWPName": "BOYS AND GIRLS CLUB OF BRAZOS VALLEY", - "SourceID": "TXR1521CI", - "CWPStreet": "1910 BECK ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070792820", - "CWPNAICSCodes": null, - "FacLat": "30.659601", - "CensusBlockGroup2020": "480410006061" - }, - { - "ObjectId": "76", - "CWPName": "BRAYTON FIRE TRAINING FIELD", - "SourceID": "TX0090883", - "CWPStreet": "1595 NUCLEAR SCIENCE RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "778438000", - "RegistryID": "110009747060", - "CWPNAICSCodes": null, - "FacLat": "30.582417", - "CensusBlockGroup2020": "480410020142" - }, - { - "ObjectId": "77", - "CWPName": "BRAZOS COUNTY JUVENILE JUSTICE CENTER", - "SourceID": "TXR15013P", - "CWPStreet": "1904 W HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-1217", - "RegistryID": "110070363152", - "CWPNAICSCodes": null, - "FacLat": "30.674511", - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "78", - "CWPName": "BRAZOS COUNTY MS4", - "SourceID": "TXR040172", - "CWPStreet": "URBANIZED AREA OUTSIDE CITY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110038372695", - "CWPNAICSCodes": null, - "FacLat": "30.565833", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "79", - "CWPName": "BRAZOS VALLEY REYCLING", - "SourceID": "TXR05BU23", - "CWPStreet": "8825 STEWARTS MDWS", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8536", - "RegistryID": "110070370621", - "CWPNAICSCodes": null, - "FacLat": "30.571403", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "80", - "CWPName": "BRICKYARD METAL RECYCLING", - "SourceID": "TXR05BQ65", - "CWPStreet": "2800 N TEXAS AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-1039", - "RegistryID": "110070357640", - "CWPNAICSCodes": null, - "FacLat": "30.6955", - "CensusBlockGroup2020": "480410003021" - }, - { - "ObjectId": "81", - "CWPName": "BRIGHT AREA DEVELOPMENT - INDOOR TRACK", - "SourceID": "TXR1585KQ", - "CWPStreet": "NWC OF OLSEN BLVD. AND GEORGE BUSH DRIVE WEST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071336036", - "CWPNAICSCodes": null, - "FacLat": "30.60311", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "82", - "CWPName": "BRIGHT AREA REDEVELOPMENT SUP PROJECTS ONE AND TWO", - "SourceID": "TXR1547KE", - "CWPStreet": "NEC OF GEORGE BUSH DRIVE AND WELLBORN ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071320637", - "CWPNAICSCodes": null, - "FacLat": "30.60755", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "83", - "CWPName": "BRM 5", - "SourceID": "TXG111948", - "CWPStreet": "1391 OLD ARRINGTON RD", - "CWPCity": "BRYAN-COLLEGE STATION DIVISION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "RegistryID": "110070004135", - "CWPNAICSCodes": null, - "FacLat": "30.5556499999484", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "84", - "CWPName": "BROADSTONE TRADITIONS", - "SourceID": "TXR10F50D", - "CWPStreet": "NW OF ATLAS PEAR DRIVE AND F AND B ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070110186", - "CWPNAICSCodes": null, - "FacLat": "30.6052", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "85", - "CWPName": "BROADSTONE TRADITIONS", - "SourceID": "TXR15515C", - "CWPStreet": "8000 ATLAS PEAR DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1400", - "RegistryID": "110070371026", - "CWPNAICSCodes": null, - "FacLat": "30.60482", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "86", - "CWPName": "BROADSTONE TRADITIONS", - "SourceID": "TXR10F50H", - "CWPStreet": "NW OF ATLAS PEAR DRIVE AND F AND B ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070110186", - "CWPNAICSCodes": null, - "FacLat": "30.6052", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "87", - "CWPName": "BROADSTONE TRADITIONS II", - "SourceID": "TXR1562AD", - "CWPStreet": "8175 ATLAS PEAR DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070618444", - "CWPNAICSCodes": null, - "FacLat": "30.602334", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "88", - "CWPName": "BRYAN BIN", - "SourceID": "TXR05BD69", - "CWPStreet": "6941 E HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110033506828", - "CWPNAICSCodes": null, - "FacLat": "30.71106", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "89", - "CWPName": "BRYAN FACILITY", - "SourceID": "TXR05T396", - "CWPStreet": "1613 GOOSENECK DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0923", - "RegistryID": "110070365035", - "CWPNAICSCodes": null, - "FacLat": "30.7047", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "90", - "CWPName": "BRYAN INTERMEDIATE SCHOOL3", - "SourceID": "TXR1582GB", - "CWPStreet": "3009 BONHAM DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110071073318", - "CWPNAICSCodes": null, - "FacLat": "30.70793", - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "91", - "CWPName": "BRYAN IRON & METAL", - "SourceID": "TXR05AZ74", - "CWPStreet": "2011 W HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-1220", - "RegistryID": "110033433504", - "CWPNAICSCodes": null, - "FacLat": "30.67347", - "CensusBlockGroup2020": "480410005011" - }, - { - "ObjectId": "92", - "CWPName": "BRYAN ISD TRANSPORTATION MAINTENANANCE FACILITY", - "SourceID": "TXR1590LH", - "CWPStreet": "851 N HARVY MTCL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1016", - "RegistryID": "110071363013", - "CWPNAICSCodes": null, - "FacLat": "30.636595", - "CensusBlockGroup2020": "480410002061" - }, - { - "ObjectId": "93", - "CWPName": "BRYAN MIDTOWN PARK", - "SourceID": "TXR1583DA", - "CWPStreet": "LOCATED AT HE NW CORNER OF W. VILLA MARIA RD AND S", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110070829385", - "CWPNAICSCodes": null, - "FacLat": "30.639802", - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "94", - "CWPName": "BRYAN MIDTOWN PARK PH 5A", - "SourceID": "TXR1502FT", - "CWPStreet": "INTERSECTION OF BOMBERS DRIVE AND WILLAIMSON DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071065633", - "CWPNAICSCodes": null, - "FacLat": "30.64274", - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "95", - "CWPName": "BRYAN PLACE ADDITION", - "SourceID": "TXR15473T", - "CWPStreet": "1222 BITTLE LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110070389669", - "CWPNAICSCodes": null, - "FacLat": "30.651132", - "CensusBlockGroup2020": "480410006051" - }, - { - "ObjectId": "96", - "CWPName": "BRYAN REGIONAL PARK - PHASE 1B & 3A", - "SourceID": "TXR1541BW", - "CWPStreet": "NORTHWEST CORNER OF WEST VILLA MARIA RD AND SOUTH", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110070740911", - "CWPNAICSCodes": null, - "FacLat": "30.639802", - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "97", - "CWPName": "BRYAN STILL CREEK CULVERTS", - "SourceID": "TXR1586EG", - "CWPStreet": "WOODVILLE DRIVE AT CREEKWOOD DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070891832", - "CWPNAICSCodes": null, - "FacLat": "30.711024", - "CensusBlockGroup2020": "480410003012" - }, - { - "ObjectId": "98", - "CWPName": "BRYAN TEXAS UTILITIES ADMINISTRATION BUILDING", - "SourceID": "TXR1544LL", - "CWPStreet": "2611 N EARL RUDDER FWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110071365528", - "CWPNAICSCodes": null, - "FacLat": "30.718509", - "CensusBlockGroup2020": "480410003012" - }, - { - "ObjectId": "99", - "CWPName": "BRYAN WEST TIE-IN", - "SourceID": "TXR10F47A", - "CWPStreet": "HIGHWAY 47 & HEALTH SCIENCE CENTER PARKWAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070048849", - "CWPNAICSCodes": null, - "FacLat": "30.595815", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "100", - "CWPName": "BTU ELECTRICAL DISTRIBUTION CENTER SITE RECLAMATION", - "SourceID": "TXR1515DE", - "CWPStreet": "601 ATKINS ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801-1128", - "RegistryID": "110070837618", - "CWPNAICSCodes": null, - "FacLat": "30.64816", - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "101", - "CWPName": "BTU ELECTRICAL DISTRIBUTION SERVICE CENTER SITE IMPROVEMENTS", - "SourceID": "TXR1583EA", - "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.25 MILES NORTHEAST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110070883973", - "CWPNAICSCodes": null, - "FacLat": "30.645506", - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "102", - "CWPName": "BUILDING B5 TRADITIONS SUBDIVISION", - "SourceID": "TXR1596GP", - "CWPStreet": "4115 LAKE ATLAS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071097267", - "CWPNAICSCodes": null, - "FacLat": "30.602224", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "103", - "CWPName": "BURTON CREEK WWTP", - "SourceID": "TXR05EY18", - "CWPStreet": "300 PARK RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070374008", - "CWPNAICSCodes": null, - "FacLat": "30.641482", - "CensusBlockGroup2020": "480410013011" - }, - { - "ObjectId": "104", - "CWPName": "BURTON CREEK WWTP", - "SourceID": "TX0022616", - "CWPStreet": "300 PARK RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77805", - "RegistryID": "110000502769", - "CWPNAICSCodes": null, - "FacLat": "30.641198", - "CensusBlockGroup2020": "480410013011" - }, - { - "ObjectId": "105", - "CWPName": "BURTON CREEK WWTP", - "SourceID": "TXR05Q529", - "CWPStreet": "300 PARK RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77805", - "RegistryID": "110070374008", - "CWPNAICSCodes": null, - "FacLat": "30.641482", - "CensusBlockGroup2020": "480410013011" - }, - { - "ObjectId": "106", - "CWPName": "BYOT", - "SourceID": "TXR15946Y", - "CWPStreet": "3738 HIGHWAY 21 E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0933", - "RegistryID": "110070567698", - "CWPNAICSCodes": null, - "FacLat": "30.699232", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "107", - "CWPName": "BYOT AUTO PARTS", - "SourceID": "TXR05EK31", - "CWPStreet": "3738 HIGHWAY 21 E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0933", - "RegistryID": "110070567698", - "CWPNAICSCodes": null, - "FacLat": "30.699232", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "108", - "CWPName": "C-STORE HWY 21 GAS EXTENSION", - "SourceID": "TXR10F7WE", - "CWPStreet": "SW OF BOATWRIGHT ST. & BROOKHAVEN ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070674223", - "CWPNAICSCodes": null, - "FacLat": "30.6921", - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "109", - "CWPName": "C-STORE HWY 21 GAS EXTENSION", - "SourceID": "TXR10F7VR", - "CWPStreet": "SW OF BOATWRIGHT ST. & BROOKHAVEN ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070674223", - "CWPNAICSCodes": null, - "FacLat": "30.6921", - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "110", - "CWPName": "CAIN HALL REDEVELOPMENT", - "SourceID": "TXR15082K", - "CWPStreet": "500 GENE STALLINGS BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070372701", - "CWPNAICSCodes": null, - "FacLat": "30.611687", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "111", - "CWPName": "CAMILLO - LEONARD CROSSING", - "SourceID": "TXR15765W", - "CWPStreet": "ALONG LEONARD DRIVE AND CROSSING DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070545744", - "CWPNAICSCodes": null, - "FacLat": "30.6705", - "CensusBlockGroup2020": "480410006032" - }, - { - "ObjectId": "112", - "CWPName": "CAMILLO - OAKWOOD FOREST", - "SourceID": "TXR15233O", - "CWPStreet": "NORTH OF N. TX AVE. AT OAKWOOD FOREST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070371167", - "CWPNAICSCodes": null, - "FacLat": "30.71515", - "CensusBlockGroup2020": "480410003012" - }, - { - "ObjectId": "113", - "CWPName": "CAMPUS CORNER - STARBUCKS AND CHIPOTLE", - "SourceID": "TXR1554EV", - "CWPStreet": "1421 WELLBORN RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070930883", - "CWPNAICSCodes": null, - "FacLat": "30.59065", - "CensusBlockGroup2020": "480410016041" - }, - { - "ObjectId": "114", - "CWPName": "CAMWEST PHASE 1", - "SourceID": "TXR15935O", - "CWPStreet": "8872 HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1107", - "RegistryID": "110070365419", - "CWPNAICSCodes": null, - "FacLat": "30.603079", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "115", - "CWPName": "CAO RETAIL SPACE BUILDOUT", - "SourceID": "TXR1559IP", - "CWPStreet": "SEC OF PRIVATE DRIVE A AND C AT ARRINGTON ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071240626", - "CWPNAICSCodes": null, - "FacLat": "30.559131", - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "116", - "CWPName": "CARRABBA INDUSTRIAL PARK PHASE 11 & 13 A", - "SourceID": "TXR15543S", - "CWPStreet": "ON HWY 21, 1.1 MILES EAST FROM THE INTERSECTION OF", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070383846", - "CWPNAICSCodes": null, - "FacLat": "30.70925", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "117", - "CWPName": "CARTER CREEK CONDOS PHASE 2", - "SourceID": "TXR1516LM", - "CWPStreet": "1451 ASSCOIATES AVENUE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071363999", - "CWPNAICSCodes": null, - "FacLat": "30.633016", - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "118", - "CWPName": "CARTER CREEK WWTP", - "SourceID": "TX0047163", - "CWPStreet": "2200 NORTH FOREST PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "RegistryID": "110070368526", - "CWPNAICSCodes": null, - "FacLat": "30.61602", - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "119", - "CWPName": "CARTER HEIGHTS", - "SourceID": "TXR10F8EC", - "CWPStreet": "NW OF OAK KNOLL PLACE & BENNETT ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070817534", - "CWPNAICSCodes": null, - "FacLat": "30.6595", - "CensusBlockGroup2020": "480410008004" - }, - { - "ObjectId": "120", - "CWPName": "CARTER HEIGHTS", - "SourceID": "TXR10F8E6", - "CWPStreet": "NW OF OAK KNOLL PLACE & BENNETT ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070817534", - "CWPNAICSCodes": null, - "FacLat": "30.6595", - "CensusBlockGroup2020": "480410008004" - }, - { - "ObjectId": "121", - "CWPName": "CARTERS CREEK WASTEWATER TREATMENT PLANT", - "SourceID": "TXR05FH76", - "CWPStreet": "2200 N FOREST PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070368526", - "CWPNAICSCodes": null, - "FacLat": "30.61602", - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "122", - "CWPName": "CARTERS CREEK WASTEWATER TREATMENT PLANT", - "SourceID": "TXR05CU94", - "CWPStreet": "2200 N FOREST PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070368526", - "CWPNAICSCodes": null, - "FacLat": "30.61602", - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "123", - "CWPName": "CASTA WWTF", - "SourceID": "TX0143740", - "CWPStreet": "2640 FT SE OF THE INTERSECTION OF RAYMOND STOTZER", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "RegistryID": "110071365058", - "CWPNAICSCodes": null, - "FacLat": "30.5556499999484", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "124", - "CWPName": "CENTRAL UTILITY PLANT", - "SourceID": "TX0002747", - "CWPStreet": "222 IRELAND ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77843", - "RegistryID": "110009782226", - "CWPNAICSCodes": null, - "FacLat": "30.61778", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "125", - "CWPName": "CHICK-FIL-A - BRYAN BRAZOS VALLEY MARKETPLACE", - "SourceID": "TXR1524DR", - "CWPStreet": "1542 W. VILLA MARIA RD.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070877491", - "CWPNAICSCodes": null, - "FacLat": "30.631008", - "CensusBlockGroup2020": "480410002032" - }, - { - "ObjectId": "126", - "CWPName": "CHICK-FIL-A - BRYAN BRAZOS VALLEY MARKETPLACE", - "SourceID": "TXR1548EO", - "CWPStreet": "1542 W. VILLA MARIA RD.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070877491", - "CWPNAICSCodes": null, - "FacLat": "30.631008", - "CensusBlockGroup2020": "480410002032" - }, - { - "ObjectId": "127", - "CWPName": "CHICK-FIL-A - COLLEGE STATION FM 2818 & WELLBORN TX 4215", - "SourceID": "TXR15499V", - "CWPStreet": "HARVEY MITCHELL PARKWAY SOUTH AND WELLBORN ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070519038", - "CWPNAICSCodes": null, - "FacLat": "30.585547", - "CensusBlockGroup2020": "480410018033" - }, - { - "ObjectId": "128", - "CWPName": "CHICK-FIL-A - COLLEGE STATION FM 2818 & WELLBORN TX 4215", - "SourceID": "TXR15876W", - "CWPStreet": "HARVEY MITCHELL PARKWAY SOUTH AND WELLBORN ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070519038", - "CWPNAICSCodes": null, - "FacLat": "30.585547", - "CensusBlockGroup2020": "480410018033" - }, - { - "ObjectId": "129", - "CWPName": "CHIMNEY HILL COMMERCIAL DEVELOPMENT", - "SourceID": "TXR10F7UM", - "CWPStreet": "NW OF UNIVERSITY DRIVE E. & TARROW ST.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070673550", - "CWPNAICSCodes": null, - "FacLat": "30.6353", - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "130", - "CWPName": "CHIMNEY HILL COMMERCIAL DEVELOPMENT", - "SourceID": "TXR10F7UR", - "CWPStreet": "NW OF UNIVERSITY DRIVE E. & TARROW ST.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070673550", - "CWPNAICSCodes": null, - "FacLat": "30.6353", - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "131", - "CWPName": "CHIMNEY HILL RETAIL CENTER NO 2", - "SourceID": "TXR1534BW", - "CWPStreet": "713 UNIVERSITY DR E", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070742575", - "CWPNAICSCodes": null, - "FacLat": "30.635593", - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "132", - "CWPName": "CITY OF BRYAN EAST SIDE WWTP", - "SourceID": "TX0140635", - "CWPStreet": "300 S TEXAS AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "9", - "CWPZip": "77803", - "RegistryID": "110070866234", - "CWPNAICSCodes": null, - "FacLat": "30.67085", - "CensusBlockGroup2020": "480410006031" - }, - { - "ObjectId": "133", - "CWPName": "CITY OF BRYAN MS4", - "SourceID": "TXR040336", - "CWPStreet": "AREA WITHIN THE CITY OF BRYAN LIMITS THAT IS", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77805", - "RegistryID": "110039175148", - "CWPNAICSCodes": null, - "FacLat": "30.671", - "CensusBlockGroup2020": "480410006031" - }, - { - "ObjectId": "134", - "CWPName": "CITY OF BRYAN TRAVIS PARK FIELDS - PHASE 1C", - "SourceID": "TXR1594CO", - "CWPStreet": "2200 BOMBER DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110070819227", - "CWPNAICSCodes": null, - "FacLat": "30.6465", - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "135", - "CWPName": "CITY OF COLLEGE STATION CITY HALL", - "SourceID": "TXR1523BW", - "CWPStreet": "1101 TEXAS AVE S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-2433", - "RegistryID": "110034646989", - "CWPNAICSCodes": null, - "FacLat": "30.62054", - "CensusBlockGroup2020": "480410013031" - }, - { - "ObjectId": "136", - "CWPName": "CITY OF COLLEGE STATION FACILITY MAINTENANCE", - "SourceID": "TXR1576FZ", - "CWPStreet": "303 WILLIAM KING COLE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071075318", - "CWPNAICSCodes": null, - "FacLat": "30.605443", - "CensusBlockGroup2020": "480410017021" - }, - { - "ObjectId": "137", - "CWPName": "CITY OF COLLEGE STATION FLEET SERVICE IMPROVEMENTS", - "SourceID": "TXR1571IB", - "CWPStreet": "300 W KING COLE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071224015", - "CWPNAICSCodes": null, - "FacLat": "30.60336", - "CensusBlockGroup2020": "480410017021" - }, - { - "ObjectId": "138", - "CWPName": "CITY OF COLLEGE STATION MS4", - "SourceID": "TXR040008", - "CWPStreet": "WITHIN CITY OF COLLEGE STATION LIMITS", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77842", - "RegistryID": "110043267050", - "CWPNAICSCodes": null, - "FacLat": "30.5962161421621", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "139", - "CWPName": "CITY SOUTH OFFICE COMPLEX - PHASE 1", - "SourceID": "TXR1525AQ", - "CWPStreet": "THIS PROJECT IS LOCATED SOUTH OF LAKEWAY DRIVE, JU", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070668952", - "CWPNAICSCodes": null, - "FacLat": "30.580277", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "140", - "CWPName": "CLIMATE DOCTORSSTANDARD SUPPLY", - "SourceID": "TXR15777U", - "CWPStreet": "10129 SH 30", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070506357", - "CWPNAICSCodes": null, - "FacLat": "30.653798", - "CensusBlockGroup2020": "480410001063" - }, - { - "ObjectId": "141", - "CWPName": "COBRA PROTECTIVE COATINGS", - "SourceID": "TXR05BJ53", - "CWPStreet": "6248 W HWY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070360377", - "CWPNAICSCodes": null, - "FacLat": "30.67111", - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "142", - "CWPName": "COCS CENTRAL PARK", - "SourceID": "TXR1581LO", - "CWPStreet": "1000 KRENEK TAP RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071369883", - "CWPNAICSCodes": null, - "FacLat": "30.6133712371937", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "143", - "CWPName": "COCS STEEPLECHASE PARK", - "SourceID": "TXR1582LO", - "CWPStreet": "301 W RIDGE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071371348", - "CWPNAICSCodes": null, - "FacLat": "30.5556499999484", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "144", - "CWPName": "COLLEGE STATION POLICE HEADQUARTERS", - "SourceID": "TXR15503T", - "CWPStreet": "PROJECT LOCATED ON DARTMOUTH STREET AND KRENEK TAP", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070390267", - "CWPNAICSCodes": null, - "FacLat": "30.609167", - "CensusBlockGroup2020": "480410017022" - }, - { - "ObjectId": "145", - "CWPName": "COLLIER RESIDENCE", - "SourceID": "TXR1524JT", - "CWPStreet": "4217 TUSCANY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071312698", - "CWPNAICSCodes": null, - "FacLat": "30.6682", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "146", - "CWPName": "CONNORS COVE", - "SourceID": "TXR1529BS", - "CWPStreet": "HEADED NORTH ON HWY 6, TAKE THE WOODVILLE RD EXIT,", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070528051", - "CWPNAICSCodes": null, - "FacLat": "30.712684", - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "147", - "CWPName": "CONNORS COVE", - "SourceID": "TXR15359W", - "CWPStreet": "HEADED NORTH ON HWY 6, TAKE THE WOODVILLE RD EXIT,", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070528051", - "CWPNAICSCodes": null, - "FacLat": "30.712684", - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "148", - "CWPName": "COOPERS BBQ", - "SourceID": "TXR15057T", - "CWPStreet": "PROJECT LOCATED ON TEXAS HIGHWAY 6 AT THE CORNER O", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070387732", - "CWPNAICSCodes": null, - "FacLat": "30.599431", - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "149", - "CWPName": "CORDOVA RIDGE", - "SourceID": "TXR10F4RZ", - "CWPStreet": "SE OF PASSENDALE LANE & RENEE LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070100341", - "CWPNAICSCodes": null, - "FacLat": "30.5618", - "CensusBlockGroup2020": "480410020181" - }, - { - "ObjectId": "150", - "CWPName": "CORDOVA RIDGE", - "SourceID": "TXR10F4RV", - "CWPStreet": "SE OF PASSENDALE LANE & RENEE LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070100341", - "CWPNAICSCodes": null, - "FacLat": "30.5618", - "CensusBlockGroup2020": "480410020181" - }, - { - "ObjectId": "151", - "CWPName": "CORSAIR HEALTHCARE & REHAB", - "SourceID": "TXR1513IB", - "CWPStreet": "3105 CORSAIR DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071222399", - "CWPNAICSCodes": null, - "FacLat": "30.6013", - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "152", - "CWPName": "CORSAIR HEALTHCARE & REHABILITATION", - "SourceID": "TXR1590ID", - "CWPStreet": "3155 CORSAIR DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071220757", - "CWPNAICSCodes": null, - "FacLat": "30.6013", - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "153", - "CWPName": "COSTCO WHOLESALE - COLLEGE STATION", - "SourceID": "TXR1558GU", - "CWPStreet": "4321 STATE HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071096672", - "CWPNAICSCodes": null, - "FacLat": "30.566114", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "154", - "CWPName": "COULTER BUSINESS PARK", - "SourceID": "TXR1518KU", - "CWPStreet": "PROCEED EAST FROM HWY 6 ON TO US HWY190/HWY 21 FOR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071344863", - "CWPNAICSCodes": null, - "FacLat": "30.726708", - "CensusBlockGroup2020": "480410001081" - }, - { - "ObjectId": "155", - "CWPName": "COULTER DRIVE RECONSTRUCTION", - "SourceID": "TXR1586BU", - "CWPStreet": "COULTER DRIVE FROM S. COLLEGE AVENUE TO E. WILLIAM", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070710102", - "CWPNAICSCodes": null, - "FacLat": "30.66855", - "CensusBlockGroup2020": "480410007003" - }, - { - "ObjectId": "156", - "CWPName": "COULTER FIELD", - "SourceID": "TXR05DS44", - "CWPStreet": "6120 E STATE HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-8642", - "RegistryID": "110034655022", - "CWPNAICSCodes": null, - "FacLat": "30.720172", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "157", - "CWPName": "CRESCENT POINT PARKWAY", - "SourceID": "TXR15772L", - "CWPStreet": "2301 CRESCENT POINT PARKWAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070376328", - "CWPNAICSCodes": null, - "FacLat": "30.64844", - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "158", - "CWPName": "CRESCENT POINTE OFFICE PARK", - "SourceID": "TXR15275Z", - "CWPStreet": "SITE LOCATED ON CRESCENT POINTE PARKWAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070598106", - "CWPNAICSCodes": null, - "FacLat": "30.644484", - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "159", - "CWPName": "CROSSING AT WELLBORN", - "SourceID": "TXR15613W", - "CWPStreet": "PROJECT IS NORTH EAST OF THE INTERSECTION OF WELLB", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070545869", - "CWPNAICSCodes": null, - "FacLat": "30.576606", - "CensusBlockGroup2020": "480410018033" - }, - { - "ObjectId": "160", - "CWPName": "CRUZ SALVAGE YARD", - "SourceID": "TXR05AL43", - "CWPStreet": "2506 W 28TH ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2103", - "RegistryID": "110010657324", - "CWPNAICSCodes": null, - "FacLat": "30.66748", - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "161", - "CWPName": "CRUZ SALVAGE YARD", - "SourceID": "TXR05FJ79", - "CWPStreet": "2506 W 28TH ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2103", - "RegistryID": "110010657324", - "CWPNAICSCodes": null, - "FacLat": "30.66748", - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "162", - "CWPName": "CSISD ELEMENTARY SCHOOL 10", - "SourceID": "TXR15420M", - "CWPStreet": "CORNER OF ROCK PRAIRIE AND HOLLEMAN DRIVE SOUTH. 4", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070359932", - "CWPNAICSCodes": null, - "FacLat": "30.562943", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "163", - "CWPName": "DARTMOUTH STREET EXTENSION PHASE 1", - "SourceID": "TXR15517U", - "CWPStreet": "2338 HARVEY MITCHELL PKWY S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-5016", - "RegistryID": "110070500778", - "CWPNAICSCodes": null, - "FacLat": "30.60289", - "CensusBlockGroup2020": "480410017021" - }, - { - "ObjectId": "164", - "CWPName": "DEERFIELD EXTENSION", - "SourceID": "TXR1561EA", - "CWPStreet": "10253 SH 30", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070884208", - "CWPNAICSCodes": null, - "FacLat": "30.65337", - "CensusBlockGroup2020": "480410020221" - }, - { - "ObjectId": "165", - "CWPName": "DICK ELLIOTT ROAD", - "SourceID": "TXR1520FV", - "CWPStreet": "ALONG DICK ELLIOTT ROAD FROM BICKHAM CEMETERY ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071064849", - "CWPNAICSCodes": null, - "FacLat": "30.6623", - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "166", - "CWPName": "DOGGETT AUTO PARTS", - "SourceID": "TXR05AV27", - "CWPStreet": "3601 OLD KURTEN RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-5432", - "RegistryID": "110034653747", - "CWPNAICSCodes": null, - "FacLat": "30.69785", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "167", - "CWPName": "DOMINION OAKS SUBDIVISION", - "SourceID": "TXR1561FM", - "CWPStreet": "2008 BIENSKI PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070948346", - "CWPNAICSCodes": null, - "FacLat": "30.629977", - "CensusBlockGroup2020": "480410002061" - }, - { - "ObjectId": "168", - "CWPName": "DRURY INN & SUITES", - "SourceID": "TXR1524BL", - "CWPStreet": "705 UNIVERSITY DR E", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070696700", - "CWPNAICSCodes": null, - "FacLat": "30.633201", - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "169", - "CWPName": "DUNKIN DONUTS", - "SourceID": "TXR1509BW", - "CWPStreet": "100 WELLBORN RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070740660", - "CWPNAICSCodes": null, - "FacLat": "30.61009", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "170", - "CWPName": "DUTCH BROS COFFEE", - "SourceID": "TXR1512EW", - "CWPStreet": "2101 STATE HIGHWAY 6 SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070928639", - "CWPNAICSCodes": null, - "FacLat": "30.583206", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "171", - "CWPName": "DUTCH BROS COFFEE", - "SourceID": "TXR1552CY", - "CWPStreet": "12065 FM 2154 RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070829443", - "CWPNAICSCodes": null, - "FacLat": "30.577173", - "CensusBlockGroup2020": "480410018033" - }, - { - "ObjectId": "172", - "CWPName": "DUTCH BROTHERS COFFEE", - "SourceID": "TXR1580EL", - "CWPStreet": "2341 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070918769", - "CWPNAICSCodes": null, - "FacLat": "30.672926", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "173", - "CWPName": "DYNACON", - "SourceID": "TXR05DQ81", - "CWPStreet": "830 INDUSTRIAL BLVD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2007", - "RegistryID": "110070368356", - "CWPNAICSCodes": null, - "FacLat": "30.656504", - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "174", - "CWPName": "EAST GATE REHABILITATION PROJECT PHASE IV", - "SourceID": "TXR15727G", - "CWPStreet": "INTERSECTION OF TEXAS AVE & FRANCIS DR AND TEXAS A", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070367019", - "CWPNAICSCodes": null, - "FacLat": "30.62123", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "175", - "CWPName": "EASTERWOOD AIRPORT", - "SourceID": "TXR05Y578", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8501", - "RegistryID": "110070373694", - "CWPNAICSCodes": null, - "FacLat": "30.59486", - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "176", - "CWPName": "EASTERWOOD AIRPORT", - "SourceID": "TXR1583HS", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8501", - "RegistryID": "110037567825", - "CWPNAICSCodes": null, - "FacLat": "30.59486", - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "177", - "CWPName": "EASTERWOOD AIRPORT MANAGEMENT", - "SourceID": "TXR05ET23", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD STE 112", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8578", - "RegistryID": "110037567825", - "CWPNAICSCodes": null, - "FacLat": "30.59486", - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "178", - "CWPName": "EASTERWOOD AIRPORT TAXIWAY C & C1 REHABILITATION", - "SourceID": "TXR1533AZ", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110037567825", - "CWPNAICSCodes": null, - "FacLat": "30.59486", - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "179", - "CWPName": "EDGEWATER", - "SourceID": "TXR15811N", - "CWPStreet": "1700 FEET SOUTH OF THE INTERSECTION OF LEONARD RD.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070376743", - "CWPNAICSCodes": null, - "FacLat": "30.626422", - "CensusBlockGroup2020": "480410002061" - }, - { - "ObjectId": "180", - "CWPName": "EDGEWATER SUBDIVISION", - "SourceID": "TXR15651F", - "CWPStreet": "THE PROJECT SITE IS LOCATED ON CHICK LANE, BRYAN,", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070356624", - "CWPNAICSCodes": null, - "FacLat": "30.625651", - "CensusBlockGroup2020": "480410002061" - }, - { - "ObjectId": "181", - "CWPName": "EMERALD RIDGE ESTATES PHS. 3A & 3B", - "SourceID": "TXR10F9LD", - "CWPStreet": "SE OF APPOMATTOX DR. & EMERALD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071076486", - "CWPNAICSCodes": null, - "FacLat": "30.6056", - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "182", - "CWPName": "EMERALD RIDGE ESTATES PHS. 3A & 3B", - "SourceID": "TXR10F9LH", - "CWPStreet": "SE OF APPOMATTOX DR. & EMERALD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071076486", - "CWPNAICSCodes": null, - "FacLat": "30.6056", - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "183", - "CWPName": "ENCINO TRACE APARTMENTS", - "SourceID": "TXR1536AB", - "CWPStreet": "2336 HARVEY MITCHELL PKWY S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070617901", - "CWPNAICSCodes": null, - "FacLat": "30.603251", - "CensusBlockGroup2020": "480410017021" - }, - { - "ObjectId": "184", - "CWPName": "EXPRESS OIL CHANGE & TIRE ENGINEERS", - "SourceID": "TXR1518KI", - "CWPStreet": "12051 WELLBORN ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77379", - "RegistryID": "110071320513", - "CWPNAICSCodes": null, - "FacLat": "30.578312", - "CensusBlockGroup2020": "480410018033" - }, - { - "ObjectId": "185", - "CWPName": "FDBT BUILDING 200 ANNEX", - "SourceID": "TXR1597KI", - "CWPStreet": "3939 BIO-MEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-2037", - "RegistryID": "110071322583", - "CWPNAICSCodes": null, - "FacLat": "30.595409", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "186", - "CWPName": "FEDERAL EXPRESS COLLEGE STATION", - "SourceID": "TXR05CZ16", - "CWPStreet": "3205 LONGMIRE DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-5809", - "RegistryID": "110005119166", - "CWPNAICSCodes": null, - "FacLat": "30.58698", - "CensusBlockGroup2020": "480410018011" - }, - { - "ObjectId": "187", - "CWPName": "FINISHING CENTER", - "SourceID": "TXRNEZ245", - "CWPStreet": "350 STONE CITY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070376816", - "CWPNAICSCodes": null, - "FacLat": "30.65108", - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "188", - "CWPName": "FIRST FINANCIAL BANK MAIN EXTENSION", - "SourceID": "TXR10FA19", - "CWPStreet": "HARVEY MITCHELL PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071178328", - "CWPNAICSCodes": null, - "FacLat": "30.60336", - "CensusBlockGroup2020": "480410017022" - }, - { - "ObjectId": "189", - "CWPName": "FM 158", - "SourceID": "TXR1520KR", - "CWPStreet": "EAST WILLIAM J BRYAN STREET FROM SH 6 FRONTAGE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110071338360", - "CWPNAICSCodes": null, - "FacLat": "30.67214", - "CensusBlockGroup2020": "480410007001" - }, - { - "ObjectId": "190", - "CWPName": "FOREST GROVE APARTMENTS", - "SourceID": "TXR1539AN", - "CWPStreet": "3105 LEONARD RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070626887", - "CWPNAICSCodes": null, - "FacLat": "30.64487", - "CensusBlockGroup2020": "480410006053" - }, - { - "ObjectId": "191", - "CWPName": "FOREST MILLER", - "SourceID": "TXR15648F", - "CWPStreet": "9017 GREEN BRANCH LOOP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-4918", - "RegistryID": "110070368004", - "CWPNAICSCodes": null, - "FacLat": "30.695587", - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "192", - "CWPName": "FOREST MILLER", - "SourceID": "TXR15144Z", - "CWPStreet": "9017 GREEN BRANCH LOOP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-4918", - "RegistryID": "110070368004", - "CWPNAICSCodes": null, - "FacLat": "30.695587", - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "193", - "CWPName": "FOREST MILLER", - "SourceID": "TXR15424O", - "CWPStreet": "9017 GREEN BRANCH LOOP", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-4918", - "RegistryID": "110070368004", - "CWPNAICSCodes": null, - "FacLat": "30.695587", - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "194", - "CWPName": "FOREST PINES APARTMENTS", - "SourceID": "TXR15160L", - "CWPStreet": "852 N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1015", - "RegistryID": "110070362818", - "CWPNAICSCodes": null, - "FacLat": "30.641573", - "CensusBlockGroup2020": "480410002061" - }, - { - "ObjectId": "195", - "CWPName": "FOUNTAIN AVENUE PRODUCTION FACILITY", - "SourceID": "TXRNEZ246", - "CWPStreet": "1460 FOUNTAIN AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801-1129", - "RegistryID": "110070368338", - "CWPNAICSCodes": null, - "FacLat": "30.65659", - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "196", - "CWPName": "FRANCIS DRIVE I & II", - "SourceID": "TXR1504CN", - "CWPStreet": "FRANCIS DRIVE, FROM GLENHAVEN DRIVE TO WALTON DRIV", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070817828", - "CWPNAICSCodes": null, - "FacLat": "30.63301", - "CensusBlockGroup2020": "480410013021" - }, - { - "ObjectId": "197", - "CWPName": "FRANCIS DRIVE REHABILITATION PROJECT PHASES 1 AND 2", - "SourceID": "TXR15978I", - "CWPStreet": "LOCATED ON FRANCIS DRIVE FROM WALTON DRIVE TO GLEN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070362074", - "CWPNAICSCodes": null, - "FacLat": "30.630188", - "CensusBlockGroup2020": "480410013021" - }, - { - "ObjectId": "198", - "CWPName": "FUJIFILM DIOSYNTH BIOTECHNOLOGIES", - "SourceID": "TXRNEBC59", - "CWPStreet": "3939 BIO-MEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-2037", - "RegistryID": "110070383651", - "CWPNAICSCodes": null, - "FacLat": "30.595277", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "199", - "CWPName": "FUJIFILM NEXUS WAREHOUSE", - "SourceID": "TXR1576DC", - "CWPStreet": "3939 BIOMEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-2037", - "RegistryID": "110070839805", - "CWPNAICSCodes": null, - "FacLat": "30.596728", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "200", - "CWPName": "FUJIFILM NEXUS WAREHOUSE", - "SourceID": "TXR1502GR", - "CWPStreet": "3945 BIOMEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071097565", - "CWPNAICSCodes": null, - "FacLat": "30.595342", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "201", - "CWPName": "FUJIFILM TEMPORARY WAREHOUSE", - "SourceID": "TXR1525ED", - "CWPStreet": "3939 BIOMEDICAL WAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-2037", - "RegistryID": "110070383651", - "CWPNAICSCodes": null, - "FacLat": "30.595277", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "202", - "CWPName": "FUJIFILM VIC LAB", - "SourceID": "TXR1515CP", - "CWPStreet": "GOING EAST ON HSC PARKWAY OFF OF HWY 47 APPROXIMAT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070818483", - "CWPNAICSCodes": null, - "FacLat": "30.596477", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "203", - "CWPName": "GBBF PAVILION", - "SourceID": "TXR1590KE", - "CWPStreet": "EAST SIDE OF BARBARA BUSH DRIVE WHERE IT INTERSECT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071321812", - "CWPNAICSCodes": null, - "FacLat": "30.59573", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "204", - "CWPName": "GCRBC - GULF COAST REGIONAL BLOOD CENTER", - "SourceID": "TXR1559IW", - "CWPStreet": "1015 KRENEK TAP RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071251721", - "CWPNAICSCodes": null, - "FacLat": "30.613947", - "CensusBlockGroup2020": "480410017022" - }, - { - "ObjectId": "205", - "CWPName": "GEOCHEMICAL AND ENVIRONMENTAL RESEARCH GROUP", - "SourceID": "TXR15419R", - "CWPStreet": "PROJECT IS LOCATED AT THE INTERSECTION OF HIBISCUS", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070357956", - "CWPNAICSCodes": null, - "FacLat": "30.571111", - "CensusBlockGroup2020": "480410020061" - }, - { - "ObjectId": "206", - "CWPName": "GOOSENECK TRAILER MFG", - "SourceID": "TXR05Z267", - "CWPStreet": "4400 HIGHWAY 21 E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0947", - "RegistryID": "110000599647", - "CWPNAICSCodes": null, - "FacLat": "30.704748", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "207", - "CWPName": "GREAT ESCAPES AT BRYAN", - "SourceID": "TXR1541BY", - "CWPStreet": "4600 LEONARD RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070741630", - "CWPNAICSCodes": null, - "FacLat": "30.635939", - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "208", - "CWPName": "GREEN BRANCH PH 67A", - "SourceID": "TXR15607V", - "CWPStreet": "START AT THE INTERSECTION OF FM 1179 AND STEEP HOL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070517999", - "CWPNAICSCodes": null, - "FacLat": "30.69585", - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "209", - "CWPName": "GREEN BRANCH PH 7B", - "SourceID": "TXR1597GB", - "CWPStreet": "9471 STEEP HOLLOW RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071073508", - "CWPNAICSCodes": null, - "FacLat": "30.69545", - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "210", - "CWPName": "GREEN BRANCH RIDGE SUBDIVISION", - "SourceID": "TXR1545HN", - "CWPStreet": "7866 LAKECREST CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071180341", - "CWPNAICSCodes": null, - "FacLat": "30.702296", - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "211", - "CWPName": "GREENBRIAR PHASE 16", - "SourceID": "TXR15205U", - "CWPStreet": "LOCATED NEAR THE CORNER OF INTERSECTION OF THORNBE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070503325", - "CWPNAICSCodes": null, - "FacLat": "30.6799", - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "212", - "CWPName": "GREENBRIAR PHS. 14", - "SourceID": "TXR10F5JE", - "CWPStreet": "NORTH OF THRONEBERRY DRIVE AND RIVER ROCK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070210415", - "CWPNAICSCodes": null, - "FacLat": "30.6829", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "213", - "CWPName": "GREENBRIAR PHS. 14", - "SourceID": "TXR10F5JN", - "CWPStreet": "NORTH OF THRONEBERRY DR. AND RIVER ROCK DR.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77080", - "RegistryID": "110070218021", - "CWPNAICSCodes": null, - "FacLat": "30.6829", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "214", - "CWPName": "GREENBRIER HOA AREAS", - "SourceID": "TXR1524HB", - "CWPStreet": "VARIOUS LOCATIONS WITHIN GREENBRIER SUBDIVISION", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071146311", - "CWPNAICSCodes": null, - "FacLat": "30.67989", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "215", - "CWPName": "GREENBRIER PH 7 & 11", - "SourceID": "TXR1561FU", - "CWPStreet": "RIVER VALLEY DRIVE WILL BE EXTENDED OUT AND EVENTU", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071067266", - "CWPNAICSCodes": null, - "FacLat": "30.682701", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "216", - "CWPName": "GREENBRIER PHASE 2B", - "SourceID": "TXR1552HB", - "CWPStreet": "GREENBRIER PHASE 2B WILL EXTEND CHANTILLY PATH TO", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071143713", - "CWPNAICSCodes": null, - "FacLat": "30.678888", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "217", - "CWPName": "GREENBRIER PHS 2B", - "SourceID": "TXR1540JI", - "CWPStreet": "NORTHEAST OF FOXCROFT PATH & FAIRHOPE WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071275247", - "CWPNAICSCodes": null, - "FacLat": "30.679635", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "218", - "CWPName": "GREENBRIER PHS 2B", - "SourceID": "TXR1512JJ", - "CWPStreet": "NORTHEAST OF FOXCROFT PATH & FAIRHOPE WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071275247", - "CWPNAICSCodes": null, - "FacLat": "30.679635", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "219", - "CWPName": "GREENBRIER PHS. 16", - "SourceID": "TXR10F6X3", - "CWPStreet": "WEST OF THORNBERRY DRIVE AND RIVER ROCK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070519044", - "CWPNAICSCodes": null, - "FacLat": "30.6818", - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "220", - "CWPName": "GREENBRIER PHS. 16", - "SourceID": "TXR10F6WQ", - "CWPStreet": "WEST OF THORNBERRY DRIVE AND RIVER ROCK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070519044", - "CWPNAICSCodes": null, - "FacLat": "30.6818", - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "221", - "CWPName": "GREENBRIER PHS. 6B", - "SourceID": "TXR10F5OC", - "CWPStreet": "NORTH OF THORNBERRY DRIVE AND FAIRFAX GREEN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070229195", - "CWPNAICSCodes": null, - "FacLat": "30.6801", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "222", - "CWPName": "GREENBRIER PHS. 6B", - "SourceID": "TXR10F5O9", - "CWPStreet": "NORTH OF THORNBERRY DRIVE AND FAIRFAX GREEN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070229195", - "CWPNAICSCodes": null, - "FacLat": "30.6801", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "223", - "CWPName": "GREENBRIER PHS. 7 & 11", - "SourceID": "TXR10F9S8", - "CWPStreet": "NW OF BOONVILLE RD & FM 1179 RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071092704", - "CWPNAICSCodes": null, - "FacLat": "30.6809", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "224", - "CWPName": "GREENBRIER PHS. 7 & 11", - "SourceID": "TXR10F9RU", - "CWPStreet": "NW OF BOONVILLE RD & FM 1179 RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071092704", - "CWPNAICSCodes": null, - "FacLat": "30.6809", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "225", - "CWPName": "GREENBRIER SEWER EXTENSION BRYAN JOB NO 411-D4-1607", - "SourceID": "TXR1545AG", - "CWPStreet": "1000FT NORTHWEST OF THE INTERSECTION OF THORNBERRY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070620950", - "CWPNAICSCodes": null, - "FacLat": "30.686067", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "226", - "CWPName": "GREENBRIER SUBDIVISION", - "SourceID": "TXR1570IA", - "CWPStreet": "3268 ROSE HILL LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071223731", - "CWPNAICSCodes": null, - "FacLat": "30.680797", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "227", - "CWPName": "GREENBRIER SUBDIVISION ALL PHASES", - "SourceID": "TXR1558ES", - "CWPStreet": "3242 ARUNDALA WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070926276", - "CWPNAICSCodes": null, - "FacLat": "30.682128", - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "228", - "CWPName": "HARDYS RESORT", - "SourceID": "TXR15069Z", - "CWPStreet": "3414 COLSON RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070567171", - "CWPNAICSCodes": null, - "FacLat": "30.70172", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "229", - "CWPName": "HARVEY ROAD", - "SourceID": "TXR1521FO", - "CWPStreet": "1720 SUMMIT CROSSING LN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070946815", - "CWPNAICSCodes": null, - "FacLat": "30.652305", - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "230", - "CWPName": "HEART OF TEXAS GOODWILL", - "SourceID": "TXR1544BR", - "CWPStreet": "2710 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070705236", - "CWPNAICSCodes": null, - "FacLat": "30.67081", - "CensusBlockGroup2020": "480410020223" - }, - { - "ObjectId": "231", - "CWPName": "HEAT TRANSFER RESEARCH", - "SourceID": "TX0106526", - "CWPStreet": "0.25MI SW INTX FM 2818 AND FM 2347", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "RegistryID": "110039192307", - "CWPNAICSCodes": null, - "FacLat": "30.589922", - "CensusBlockGroup2020": "480410020142" - }, - { - "ObjectId": "232", - "CWPName": "HERITAGE MEADOWS", - "SourceID": "TXR10F940", - "CWPStreet": "SW OF NUCHES LANE & AUTRY LANE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070918253", - "CWPNAICSCodes": null, - "FacLat": "30.6985", - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "233", - "CWPName": "HERITAGE MEADOWS", - "SourceID": "TXR1537BY", - "CWPStreet": "BEGIN AT THE INTERSECTION OF NUCHES LN AND COLSON", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070743010", - "CWPNAICSCodes": null, - "FacLat": "30.698284", - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "234", - "CWPName": "HERITAGE MEADOWS", - "SourceID": "TXR1566FR", - "CWPStreet": "BEGIN AT THE INTERSECTION OF NUCHES LN AND COLSON", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070743010", - "CWPNAICSCodes": null, - "FacLat": "30.698284", - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "235", - "CWPName": "HERITAGE MEADOWS", - "SourceID": "TXR10F93L", - "CWPStreet": "OF NUCHES LANE & AUTRY LANE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070917684", - "CWPNAICSCodes": null, - "FacLat": "30.6985", - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "236", - "CWPName": "HIDDEN CREEK RV PARK", - "SourceID": "TXR1527HA", - "CWPStreet": "5780 E STATE HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071149252", - "CWPNAICSCodes": null, - "FacLat": "30.71017", - "CensusBlockGroup2020": "480410001081" - }, - { - "ObjectId": "237", - "CWPName": "HIDDEN OAKS 3", - "SourceID": "TXR1543CI", - "CWPStreet": "FM 1179 APPROX 4,000FT SOUTH OF THE INTERSECTION O", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070794708", - "CWPNAICSCodes": null, - "FacLat": "30.6265", - "CensusBlockGroup2020": "480410002031" - }, - { - "ObjectId": "238", - "CWPName": "HIDDEN OAKS ESTATES", - "SourceID": "TXR15WF28", - "CWPStreet": "APPROXIMATELY 3/4 MILE SOUTHWEST OF GRASSBURR RD,", - "CWPCity": "BRAYN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070356120", - "CWPNAICSCodes": null, - "FacLat": "30.71026", - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "239", - "CWPName": "HIDDEN OAKS SUBDIVISION", - "SourceID": "TXR1556II", - "CWPStreet": "7423 MARYS WAY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071236865", - "CWPNAICSCodes": null, - "FacLat": "30.709767", - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "240", - "CWPName": "HIGHLAND OAKS PHASE 1 & 2", - "SourceID": "TXR1572JS", - "CWPStreet": "HWY 21 TO SANDY POINT RD. INTERSECTION SANDY POINT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071297384", - "CWPNAICSCodes": null, - "FacLat": "30.682766", - "CensusBlockGroup2020": "480410002053" - }, - { - "ObjectId": "241", - "CWPName": "HOLLEMAN DRIVE SOUTH REHABILITATION", - "SourceID": "TXR15768J", - "CWPStreet": "HOLLEMAN DRIVE SOUTH BETWEEN DOWLING ROAD AND ROCK", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070367899", - "CWPNAICSCodes": null, - "FacLat": "30.57466", - "CensusBlockGroup2020": "480410020211" - }, - { - "ObjectId": "242", - "CWPName": "HOLLEMAN EXTENSION", - "SourceID": "TXR10F4N6", - "CWPStreet": "NW OF HOLLEMAN DR. & COTTAGE LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070080439", - "CWPNAICSCodes": null, - "FacLat": "30.5857", - "CensusBlockGroup2020": "480410020142" - }, - { - "ObjectId": "243", - "CWPName": "HOPE CROSSING", - "SourceID": "TXR1583GB", - "CWPStreet": "APPROX. 250 FEET SOUTH OF THE INTERSECTION OF W. M", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071074400", - "CWPNAICSCodes": null, - "FacLat": "30.685537", - "CensusBlockGroup2020": "480410005013" - }, - { - "ObjectId": "244", - "CWPName": "HOPE CROSSING SUBDIVISION", - "SourceID": "TXR1550BO", - "CWPStreet": "ALMOST TO THE CORNER OF BRUIN TRACE AND WEST MLK S", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070694104", - "CWPNAICSCodes": null, - "FacLat": "30.68562", - "CensusBlockGroup2020": "480410005013" - }, - { - "ObjectId": "245", - "CWPName": "HOPE SUBDIVISION", - "SourceID": "TXR1574CD", - "CWPStreet": "BEGIN AT MUMFORD RD AND BRUIN TRACE. PROCEED DOWN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070795059", - "CWPNAICSCodes": null, - "FacLat": "30.684943", - "CensusBlockGroup2020": "480410005013" - }, - { - "ObjectId": "246", - "CWPName": "HUDSON OAKS APARTMENTS", - "SourceID": "TXR1567GF", - "CWPStreet": "3345 UNIVERSITY DR E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071083637", - "CWPNAICSCodes": null, - "FacLat": "30.650633", - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "247", - "CWPName": "HUDSON OAKS SENIOR LIVING", - "SourceID": "TXR1567LJ", - "CWPStreet": "SE OF CROSS PARK DR & SAGEBRIAR DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071364166", - "CWPNAICSCodes": null, - "FacLat": "30.653854", - "CensusBlockGroup2020": "480410020221" - }, - { - "ObjectId": "248", - "CWPName": "HUDSON OAKS SENIOR LIVING", - "SourceID": "TXR1541LG", - "CWPStreet": "SE OF CROSS PARK DR & SAGEBRIAR DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071364166", - "CWPNAICSCodes": null, - "FacLat": "30.653854", - "CensusBlockGroup2020": "480410020221" - }, - { - "ObjectId": "249", - "CWPName": "HUNTINGTON APARTMENTS", - "SourceID": "TXR15590Y", - "CWPStreet": "800 MIDTOWN LOOP", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070564012", - "CWPNAICSCodes": null, - "FacLat": "30.580173", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "250", - "CWPName": "HUNTINGTON APARTMENTS SANITARY SEWER TRUNK LINE", - "SourceID": "TXR15335X", - "CWPStreet": "APPROX. .15 MILES SW OF THE LAKEWAY DR AND MEDICAL", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070552061", - "CWPNAICSCodes": null, - "FacLat": "30.578567", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "251", - "CWPName": "IBIO CDMO", - "SourceID": "TXR05FL35", - "CWPStreet": "8800 HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-1107", - "RegistryID": "110070825427", - "CWPNAICSCodes": null, - "FacLat": "30.60021", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "252", - "CWPName": "IBIO CDMO", - "SourceID": "TXRNEBJ79", - "CWPStreet": "8800 HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070825427", - "CWPNAICSCodes": null, - "FacLat": "30.60021", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "253", - "CWPName": "IHOP - COLLEGE STATION", - "SourceID": "TXR15017S", - "CWPStreet": "SITE IS LOCATED APPROXIMATELY 0.3 MILES NORTHWEST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070367081", - "CWPNAICSCodes": null, - "FacLat": "30.561621", - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "254", - "CWPName": "INDOOR TRACK MAKE-READY", - "SourceID": "TXR1501JJ", - "CWPStreet": "956 OLSEN BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071298829", - "CWPNAICSCodes": null, - "FacLat": "30.602234", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "255", - "CWPName": "INTERNATIONAL LEADERSHIP OF TEXAS CHARTER SCHOOLS PORTABLE C", - "SourceID": "TXR1562DB", - "CWPStreet": "3610 LONGMIRE DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8692", - "RegistryID": "110070833190", - "CWPNAICSCodes": null, - "FacLat": "30.576331", - "CensusBlockGroup2020": "480410020192" - }, - { - "ObjectId": "256", - "CWPName": "JEFF WAGGONER", - "SourceID": "TXR15837Z", - "CWPStreet": "3439 MAHOGANY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070604288", - "CWPNAICSCodes": null, - "FacLat": "30.611081", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "257", - "CWPName": "JOHN DEERE NURSERY", - "SourceID": "TXR15840P", - "CWPStreet": "10253 STATE 30 HWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070377419", - "CWPNAICSCodes": null, - "FacLat": "30.652444", - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "258", - "CWPName": "JONES CROSSING", - "SourceID": "TXR15095F", - "CWPStreet": "11675 FM 2154", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070364229", - "CWPNAICSCodes": null, - "FacLat": "30.584166", - "CensusBlockGroup2020": "480410018033" - }, - { - "ObjectId": "259", - "CWPName": "KBARC WWTP", - "SourceID": "TX0135178", - "CWPStreet": "6932 FM 1179", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77808", - "RegistryID": "110058289800", - "CWPNAICSCodes": null, - "FacLat": "30.70148", - "CensusBlockGroup2020": "480410001081" - }, - { - "ObjectId": "260", - "CWPName": "KELSEY SEYBOLD CALL CENTER", - "SourceID": "TXR1586EX", - "CWPStreet": "1150 COPPERFIELD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070929612", - "CWPNAICSCodes": null, - "FacLat": "30.601389", - "CensusBlockGroup2020": "480410016061" - }, - { - "ObjectId": "261", - "CWPName": "KINSMEN HOMES", - "SourceID": "TXR15347M", - "CWPStreet": "2932 ARCHER DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-1463", - "RegistryID": "110070367809", - "CWPNAICSCodes": null, - "FacLat": "30.686928", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "262", - "CWPName": "KMC FORKLIFT", - "SourceID": "TXR1553FX", - "CWPStreet": "6101 E STATE HIGHWAY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071064927", - "CWPNAICSCodes": null, - "FacLat": "30.71813", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "263", - "CWPName": "KROGER HO-383", - "SourceID": "TXR1562AN", - "CWPStreet": "2303 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110034019096", - "CWPNAICSCodes": null, - "FacLat": "30.6722", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "264", - "CWPName": "KROGER HO-383 EXPANSION", - "SourceID": "TXR1525AO", - "CWPStreet": "2303 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-2232", - "RegistryID": "110034019096", - "CWPNAICSCodes": null, - "FacLat": "30.6722", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "265", - "CWPName": "KROGER STORE 383", - "SourceID": "TXR1524CA", - "CWPStreet": "2303 BOONVILLE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-2232", - "RegistryID": "110034019096", - "CWPNAICSCodes": null, - "FacLat": "30.6722", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "266", - "CWPName": "KRUTEN FARM", - "SourceID": "TX0051578", - "CWPStreet": "E SIDE OF ST HWY 21", - "CWPCity": "KRUTEN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "00000", - "RegistryID": "110039173710", - "CWPNAICSCodes": null, - "FacLat": "30.6567254", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "267", - "CWPName": "LACY WELLS SAND & GRAVEL PIT", - "SourceID": "TXR05ED80", - "CWPStreet": "6900 LACY WELL RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110033942321", - "CWPNAICSCodes": null, - "FacLat": "30.57265", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "268", - "CWPName": "LAKEWAY DRIVE EXTENSION", - "SourceID": "TXR15515F", - "CWPStreet": "EXTENSION OF EXISTING LAKEWAY DRIVE THAT IS PARALL", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070376499", - "CWPNAICSCodes": null, - "FacLat": "30.57231", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "269", - "CWPName": "LAWSON RESIDENCE", - "SourceID": "TXR1517EF", - "CWPStreet": "4221 TUSCANY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070891663", - "CWPNAICSCodes": null, - "FacLat": "30.66913", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "270", - "CWPName": "LEADERSHIP TX CHARTER", - "SourceID": "TXR10F5EY", - "CWPStreet": "SOUTH OF BIRMINGHAM DR. AND GRAHAM ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070201599", - "CWPNAICSCodes": null, - "FacLat": "30.5761", - "CensusBlockGroup2020": "480410020192" - }, - { - "ObjectId": "271", - "CWPName": "LEADERSHIP TX CHARTER", - "SourceID": "TXR10F5F4", - "CWPStreet": "SOUTH OF BRMINGHAM DR. & GRAHAM ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070203090", - "CWPNAICSCodes": null, - "FacLat": "30.5761", - "CensusBlockGroup2020": "480410020192" - }, - { - "ObjectId": "272", - "CWPName": "LEGENDS EVENT CENTER", - "SourceID": "TXR1554FG", - "CWPStreet": "2533 MIDTOWN PARK BLVD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110070941358", - "CWPNAICSCodes": null, - "FacLat": "30.642797", - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "273", - "CWPName": "LEONARD CROSSING SUBDIVISION", - "SourceID": "TXR1507AB", - "CWPStreet": "APPROX. 1000 FEET SOUTHEAST OF THE INTERSECTION OF", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070617303", - "CWPNAICSCodes": null, - "FacLat": "30.65504", - "CensusBlockGroup2020": "480410006053" - }, - { - "ObjectId": "274", - "CWPName": "LEONARD ROAD SUBSTATION", - "SourceID": "TXR15734O", - "CWPStreet": "LEONARD RD BETWEEN FM 2818 AND SH 47", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070371437", - "CWPNAICSCodes": null, - "FacLat": "30.637377", - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "275", - "CWPName": "LIGHT PEDIATRIC DENTISTRY", - "SourceID": "TXR1513CC", - "CWPStreet": "2301 ROCK PRAIRIE RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070793461", - "CWPNAICSCodes": null, - "FacLat": "30.586321", - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "276", - "CWPName": "LINE L8C TO V36", - "SourceID": "TXR1585JS", - "CWPStreet": "WILLIAM D FITCH PKWY AND HIGHWAY 6", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071298270", - "CWPNAICSCodes": null, - "FacLat": "30.556662", - "CensusBlockGroup2020": "480410020102" - }, - { - "ObjectId": "277", - "CWPName": "LIQUIDPOWER SPECIALTY PRODUCTS", - "SourceID": "TXR15945Q", - "CWPStreet": "1331 INDEPENDENCE AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2046", - "RegistryID": "110000896629", - "CWPNAICSCodes": null, - "FacLat": "30.66053", - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "278", - "CWPName": "LIQUIDPOWER SPECIALTY PRODUCTS", - "SourceID": "TXR1542AQ", - "CWPStreet": "1331 INDEPENDENCE AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2046", - "RegistryID": "110000896629", - "CWPNAICSCodes": null, - "FacLat": "30.66053", - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "279", - "CWPName": "LITTLE RESIDENCE", - "SourceID": "TXR1522CF", - "CWPStreet": "3455 MAHOGANY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070794615", - "CWPNAICSCodes": null, - "FacLat": "30.6096", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "280", - "CWPName": "LOCATED APPROX 800 FT SE OF N", - "SourceID": "TX0129658", - "CWPStreet": "DOWLING RD APPROX 600 FT SW OF", - "CWPCity": "BY REVEILLE RD IN BRAZ", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "00000", - "RegistryID": "110064591883", - "CWPNAICSCodes": null, - "FacLat": "30.6567254", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "281", - "CWPName": "LOT 8 BLOCK 43", - "SourceID": "TXR1530KP", - "CWPStreet": "506 ASH ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110071336435", - "CWPNAICSCodes": null, - "FacLat": "30.688807", - "CensusBlockGroup2020": "480410005012" - }, - { - "ObjectId": "282", - "CWPName": "MACHINE WORKS", - "SourceID": "TXR05FL51", - "CWPStreet": "1590B N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2067", - "RegistryID": "110070377106", - "CWPNAICSCodes": null, - "FacLat": "30.6647", - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "283", - "CWPName": "MACHINE WORKS", - "SourceID": "TXR05BI60", - "CWPStreet": "1590B N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2067", - "RegistryID": "110070377106", - "CWPNAICSCodes": null, - "FacLat": "30.6647", - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "284", - "CWPName": "MAHONEY WWTP", - "SourceID": "TX0122947", - "CWPStreet": "4750' W-SW INTX US RTE 190/FM", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77805", - "RegistryID": "110039195867", - "CWPNAICSCodes": null, - "FacLat": "30.744917", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "285", - "CWPName": "MCCARTY EQUIPMENT", - "SourceID": "TXRNEBQ97", - "CWPStreet": "4102 HIGHWAY 21 E", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-0941", - "RegistryID": "110071158180", - "CWPNAICSCodes": null, - "FacLat": "30.702791", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "286", - "CWPName": "MCMILLAN SWINE FEEDLOT", - "SourceID": "TX0121398", - "CWPStreet": "TERRY COUNTY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "02", - "CWPZip": "00000", - "RegistryID": "110039197213", - "CWPNAICSCodes": null, - "FacLat": "30.6665755", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "287", - "CWPName": "MD WHEELER SUBDIVISION PHASE ONE", - "SourceID": "TXR15250X", - "CWPStreet": "APPROX. 0.18 MILES SOUTHWEST OF THE INTERSECTION A", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070554464", - "CWPNAICSCodes": null, - "FacLat": "30.583011", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "288", - "CWPName": "MIDTOWN 104", - "SourceID": "TXR10F89Q", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070791483", - "CWPNAICSCodes": null, - "FacLat": "30.5835", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "289", - "CWPName": "MIDTOWN 104", - "SourceID": "TXR10F89V", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070791483", - "CWPNAICSCodes": null, - "FacLat": "30.5835", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "290", - "CWPName": "MIDTOWN 105", - "SourceID": "TXR10F8GA", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070791483", - "CWPNAICSCodes": null, - "FacLat": "30.5835", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "291", - "CWPName": "MIDTOWN 105", - "SourceID": "TXR10F8G4", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070791483", - "CWPNAICSCodes": null, - "FacLat": "30.5835", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "292", - "CWPName": "MIDTOWN CITY CENTER", - "SourceID": "TXR1557LF", - "CWPStreet": "SOUTH OF MCQUEENY DRIVE & TOWN LAKE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071357302", - "CWPNAICSCodes": null, - "FacLat": "30.580235", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "293", - "CWPName": "MIDTOWN CITY CENTER", - "SourceID": "TXR1519LF", - "CWPStreet": "SOUTH OF MCQUEENY DRIVE & TOWN LAKE DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071357302", - "CWPNAICSCodes": null, - "FacLat": "30.580235", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "294", - "CWPName": "MIDTOWN CITY CENTER PHASE 301 - PRIVATE IMPROVEMENTS", - "SourceID": "TXR1584KM", - "CWPStreet": "MIDTOWN CITY CENTER PHASE 301 REPLAT IS LOCATED NO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071203155", - "CWPNAICSCodes": null, - "FacLat": "30.57999", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "295", - "CWPName": "MIDTOWN CITY CENTER PHASE 301 REPLAT", - "SourceID": "TXR1586HS", - "CWPStreet": "MIDTOWN CITY CENTER PHASE 301 REPLAT IS LOCATED NO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071203155", - "CWPNAICSCodes": null, - "FacLat": "30.57999", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "296", - "CWPName": "MIDTOWN CITY CENTER SUBDIVISION PHASE 404A", - "SourceID": "TXR1514KD", - "CWPStreet": "THIS PROJECT IS LOCATED SOUTHWEST OF THE INTERSECT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071322264", - "CWPNAICSCodes": null, - "FacLat": "30.581486", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "297", - "CWPName": "MIDTOWN CITY CENTER SUBDIVISION PHASE 601", - "SourceID": "TXR1561AF", - "CWPStreet": "ON LAKEWAY DRIVE, JUST SOUTHEAST OF THE INTERSECTI", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070619429", - "CWPNAICSCodes": null, - "FacLat": "30.580872", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "298", - "CWPName": "MIDTOWN ON LAKEWAY", - "SourceID": "TXR1523AB", - "CWPStreet": "SOUTHEAST OF THE INTERSECTION OF ROCK PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070620665", - "CWPNAICSCodes": null, - "FacLat": "30.580638", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "299", - "CWPName": "MIDTOWN PARK - OFFSITE", - "SourceID": "TXR10F9Q7", - "CWPStreet": "EAST OF W. CARSON ST. & NORTHERN ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071093723", - "CWPNAICSCodes": null, - "FacLat": "30.648", - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "300", - "CWPName": "MIDTOWN PARK - OFFSITE", - "SourceID": "TXR10F9Q0", - "CWPStreet": "EAST OF W. CARSON ST. & NORTHERN ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071093723", - "CWPNAICSCodes": null, - "FacLat": "30.648", - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "301", - "CWPName": "MIDTOWN PARK PH 2 BIGSHOTS ACCESS DRIVE", - "SourceID": "TXR1571FC", - "CWPStreet": "NEC OF FINFEATHER RD AND W VILLA MARIA RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110070938471", - "CWPNAICSCodes": null, - "FacLat": "30.636906", - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "302", - "CWPName": "MIDTOWN PARK PH 3D - OUTER LOOP TRAIL", - "SourceID": "TXR1525FV", - "CWPStreet": "NORTHEAST CORNER OF FINFEATHER RD AND W VILLA MARI", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110071070494", - "CWPNAICSCodes": null, - "FacLat": "30.637899", - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "303", - "CWPName": "MIDTOWN PARK PHASE 1D", - "SourceID": "TXR1546EG", - "CWPStreet": "2200 MIDTOWN PARK BLVD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110070891398", - "CWPNAICSCodes": null, - "FacLat": "30.637246", - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "304", - "CWPName": "MIDTOWN RESERVE PHS 107", - "SourceID": "TXR1562KK", - "CWPStreet": "SOUTHEAST OF ROCK PRAIRIE RD AND TOWN LAKE DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071338590", - "CWPNAICSCodes": null, - "FacLat": "30.580844", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "305", - "CWPName": "MIDTOWN RESERVE PHS 107", - "SourceID": "TXR1561KK", - "CWPStreet": "SOUTHEAST OF ROCK PRAIRIE RD AND TOWN LAKE DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071338590", - "CWPNAICSCodes": null, - "FacLat": "30.580844", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "306", - "CWPName": "MIDTOWN RESERVE PHS. 100", - "SourceID": "TXR10F7JR", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070596722", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "307", - "CWPName": "MIDTOWN RESERVE PHS. 100", - "SourceID": "TXR10F7JO", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070596722", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "308", - "CWPName": "MIDTOWN RESERVE PHS. 106", - "SourceID": "TXR10F9DN", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070596722", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "309", - "CWPName": "MIDTOWN RESERVE PHS. 106", - "SourceID": "TXR10F9DQ", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070596722", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "310", - "CWPName": "MIDTOWN RESERVE PHS. 200", - "SourceID": "TXR10F80J", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070596722", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "311", - "CWPName": "MIDTOWN RESERVE PHS. 200", - "SourceID": "TXR10F80V", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070596722", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "312", - "CWPName": "MIDTOWN RESERVE PHS. 201", - "SourceID": "TXR10F80F", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070596722", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "313", - "CWPName": "MIDTOWN RESERVE PHS. 201", - "SourceID": "TXR10F80I", - "CWPStreet": "SE OF ROCK PRAIRIE ROAD & BIRD POND ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070596722", - "CWPNAICSCodes": null, - "FacLat": "30.5824", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "314", - "CWPName": "MIDTOWN RESERVE SUBDIVISION", - "SourceID": "TXR15867U", - "CWPStreet": "THIS PROJECT IS LOCATED SOUTH OF THE INTERSECTION", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070504827", - "CWPNAICSCodes": null, - "FacLat": "30.584722", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "315", - "CWPName": "MIDTOWN STATION", - "SourceID": "TXR1504FJ", - "CWPStreet": "SOUTH OF INTERSECTION OF ROCK PRAIRIE RD AND TOWN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070945803", - "CWPNAICSCodes": null, - "FacLat": "30.5805", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "316", - "CWPName": "MIDTOWN SUBDIVISION PHS 109 & 112", - "SourceID": "TXR1593KJ", - "CWPStreet": "WEST OF ROCK PRAIRIE RD & HARRIS DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071338107", - "CWPNAICSCodes": null, - "FacLat": "30.581929", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "317", - "CWPName": "MIRAMONT", - "SourceID": "TXR1517BP", - "CWPStreet": "3305 LEGACY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070693720", - "CWPNAICSCodes": null, - "FacLat": "30.668099", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "318", - "CWPName": "MIRAMONT SEC 19", - "SourceID": "TXR1556KG", - "CWPStreet": "COPPERFIELD DRIVE AND MIRAVISTA CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071322922", - "CWPNAICSCodes": null, - "FacLat": "30.678823", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "319", - "CWPName": "MIRAMONT SEC. 7", - "SourceID": "TXR10F8FO", - "CWPStreet": "NE OF BOONVILLE ROAD & TESORI DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070826496", - "CWPNAICSCodes": null, - "FacLat": "30.6679", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "320", - "CWPName": "MIRAMONT SEC. 7", - "SourceID": "TXR10F8FS", - "CWPStreet": "NE OF BOONVILLE ROAD & TESORI DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070826496", - "CWPNAICSCodes": null, - "FacLat": "30.6679", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "321", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR15476X", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070552112", - "CWPNAICSCodes": null, - "FacLat": "30.66757", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "322", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1563HT", - "CWPStreet": "4211 TUSCANY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071204936", - "CWPNAICSCodes": null, - "FacLat": "30.668424", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "323", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1523HA", - "CWPStreet": "4717 CONCORDIA DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071149387", - "CWPNAICSCodes": null, - "FacLat": "30.668549", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "324", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1536DM", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070552112", - "CWPNAICSCodes": null, - "FacLat": "30.66757", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "325", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1570GB", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070552112", - "CWPNAICSCodes": null, - "FacLat": "30.66757", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "326", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1518EH", - "CWPStreet": "5202 BOURRONE CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070893529", - "CWPNAICSCodes": null, - "FacLat": "30.677733", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "327", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1515IZ", - "CWPStreet": "5107 INVERNESS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071254107", - "CWPNAICSCodes": null, - "FacLat": "30.676844", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "328", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1583FC", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070552112", - "CWPNAICSCodes": null, - "FacLat": "30.66757", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "329", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1544EW", - "CWPStreet": "LOCATED AT THE INTERSECTION OF MIRAMONT BOULEVARD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070552112", - "CWPNAICSCodes": null, - "FacLat": "30.66757", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "330", - "CWPName": "MIRAMONT SUBDIVISION", - "SourceID": "TXR1511BM", - "CWPStreet": "5121 MIRAMONT CIR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070693628", - "CWPNAICSCodes": null, - "FacLat": "30.67804", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "331", - "CWPName": "MIRAMONT SUBDIVISION PHASE 7", - "SourceID": "TXR15626Z", - "CWPStreet": "FROM HWY 6 & FM 158 BOONEVILLE ROAD GO EAST. TURN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070604264", - "CWPNAICSCodes": null, - "FacLat": "30.667679", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "332", - "CWPName": "MIRAVIST COURT", - "SourceID": "TXR1566FU", - "CWPStreet": "4813 MIRAVISTA CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071068569", - "CWPNAICSCodes": null, - "FacLat": "30.677643", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "333", - "CWPName": "MISSION RANCH 202", - "SourceID": "TXR10F88Z", - "CWPStreet": "NW OF ABBATE ROAD & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070741852", - "CWPNAICSCodes": null, - "FacLat": "30.5703", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "334", - "CWPName": "MISSION RANCH 202", - "SourceID": "TXR10F88V", - "CWPStreet": "NW OF ABBATE ROAD & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070741852", - "CWPNAICSCodes": null, - "FacLat": "30.5703", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "335", - "CWPName": "MISSION RANCH 302", - "SourceID": "TXR10F88U", - "CWPStreet": "EAST OF DURRAND ST. & GREAT OAKS DR.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070742958", - "CWPNAICSCodes": null, - "FacLat": "30.564", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "336", - "CWPName": "MISSION RANCH 302", - "SourceID": "TXR10F890", - "CWPStreet": "EAST OF DURRANT ST. & GREAT OAKS DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070741760", - "CWPNAICSCodes": null, - "FacLat": "30.564", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "337", - "CWPName": "MISSION RANCH PHASE 101", - "SourceID": "TXR15671R", - "CWPStreet": "SOUTHWEST OF THE INTERSECTION OF HOLLEMAN DRIVE SO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070376452", - "CWPNAICSCodes": null, - "FacLat": "30.565866", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "338", - "CWPName": "MISSION RANCH PHASE 4", - "SourceID": "TXR15141U", - "CWPStreet": "APPROX. 850 FEET WEST OF THE INTERSECTION OF HOLLE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070504038", - "CWPNAICSCodes": null, - "FacLat": "30.571647", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "339", - "CWPName": "MISSION RANCH PHASE 402", - "SourceID": "TXR1508DA", - "CWPStreet": "JOB SITE IS LOCATED AT THE END OF HARDIN HILLS DR.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070830112", - "CWPNAICSCodes": null, - "FacLat": "30.561889", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "340", - "CWPName": "MISSION RANCH PHS 105", - "SourceID": "TXR1556LF", - "CWPStreet": "SOUTHWEST OF DEACON DRIVE WEST & HOLLEMAN DRIVE SO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071357931", - "CWPNAICSCodes": null, - "FacLat": "30.565127", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "341", - "CWPName": "MISSION RANCH PHS 105", - "SourceID": "TXR1520LF", - "CWPStreet": "SOUTHWEST OF DEACON DRIVE WEST & HOLLEMAN DRIVE SO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071357931", - "CWPNAICSCodes": null, - "FacLat": "30.565127", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "342", - "CWPName": "MISSION RANCH PHS 203", - "SourceID": "TXR1549JX", - "CWPStreet": "NW OF ANDERSON ARBOR CT & KERR VALLEY LN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071311107", - "CWPNAICSCodes": null, - "FacLat": "30.568605", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "343", - "CWPName": "MISSION RANCH PHS 203", - "SourceID": "TXR1528KH", - "CWPStreet": "NW OF ANDERSON ARBOR CT & KERR VALLEY LN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071311107", - "CWPNAICSCodes": null, - "FacLat": "30.568605", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "344", - "CWPName": "MISSION RANCH PHS 303", - "SourceID": "TXR1546LJ", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071094873", - "CWPNAICSCodes": null, - "FacLat": "30.5703", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "345", - "CWPName": "MISSION RANCH PHS 303", - "SourceID": "TXR1566LJ", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071094873", - "CWPNAICSCodes": null, - "FacLat": "30.5703", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "346", - "CWPName": "MISSION RANCH PHS 403", - "SourceID": "TXR1571LK", - "CWPStreet": "SOUTH OF SHERRILL COURT & SIENNA SPRINGS DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071362329", - "CWPNAICSCodes": null, - "FacLat": "30.561454", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "347", - "CWPName": "MISSION RANCH PHS 403", - "SourceID": "TXR1547LL", - "CWPStreet": "SOUTH OF SHERRILL COURT & SIENNA SPRINGS DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071362329", - "CWPNAICSCodes": null, - "FacLat": "30.561454", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "348", - "CWPName": "MISSION RANCH PHS. 1", - "SourceID": "TXR10F5TD", - "CWPStreet": "SE OF MISSION RANCH DR. & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070235525", - "CWPNAICSCodes": null, - "FacLat": "30.5613", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "349", - "CWPName": "MISSION RANCH PHS. 1", - "SourceID": "TXR10F5TT", - "CWPStreet": "SE OF MISSION RANCH DR. & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070235525", - "CWPNAICSCodes": null, - "FacLat": "30.5613", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "350", - "CWPName": "MISSION RANCH PHS. 102", - "SourceID": "TXR10F7ZF", - "CWPStreet": "NW OF ROCK PRAIRIE ROAD & HOLLMAN DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070686470", - "CWPNAICSCodes": null, - "FacLat": "30.5645", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "351", - "CWPName": "MISSION RANCH PHS. 102", - "SourceID": "TXR10F7Z5", - "CWPStreet": "NW OF ROCK PRAIRIE ROAD & HOLLMAN DRIVE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070686470", - "CWPNAICSCodes": null, - "FacLat": "30.5645", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "352", - "CWPName": "MISSION RANCH PHS. 103", - "SourceID": "TXR10F93K", - "CWPStreet": "NW OF ROCK PRAIRIE RD WEST & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070917037", - "CWPNAICSCodes": null, - "FacLat": "30.5616", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "353", - "CWPName": "MISSION RANCH PHS. 103", - "SourceID": "TXR10F93Z", - "CWPStreet": "NW OF ROCK PRAIRIE RD WEST & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070917037", - "CWPNAICSCodes": null, - "FacLat": "30.5616", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "354", - "CWPName": "MISSION RANCH PHS. 200", - "SourceID": "TXR10F9HY", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071068213", - "CWPNAICSCodes": null, - "FacLat": "30.5719", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "355", - "CWPName": "MISSION RANCH PHS. 200", - "SourceID": "TXR10F9FG", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR. SOUTH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071068213", - "CWPNAICSCodes": null, - "FacLat": "30.5719", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "356", - "CWPName": "MISSION RANCH PHS. 402", - "SourceID": "TXR10F8PS", - "CWPStreet": "NW OF ROCK PRAIRIE RD W. & HOLLEMAN DR. S.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070866991", - "CWPNAICSCodes": null, - "FacLat": "30.5627", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "357", - "CWPName": "MISSION RANCH PHS. 402", - "SourceID": "TXR10F8PP", - "CWPStreet": "NW OF ROCK PRAIRIE RD W. & HOLLEMAN DR. S.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070866991", - "CWPNAICSCodes": null, - "FacLat": "30.5627", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "358", - "CWPName": "MISSION RANCH PHS. 501", - "SourceID": "TXR10F9SB", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071094873", - "CWPNAICSCodes": null, - "FacLat": "30.5703", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "359", - "CWPName": "MISSION RANCH PHS. 501", - "SourceID": "TXR10F9RV", - "CWPStreet": "NW OF ABBATE RD & HOLLEMAN DR S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071094873", - "CWPNAICSCodes": null, - "FacLat": "30.5703", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "360", - "CWPName": "MISSION RANCH SUBDIVISION PHS 104", - "SourceID": "TXR1524JO", - "CWPStreet": "SOUTHEAST OF SIENNA SPRINGS DR & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071296141", - "CWPNAICSCodes": null, - "FacLat": "30.563377", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "361", - "CWPName": "MISSION RANCH SUBDIVISION PHS 104", - "SourceID": "TXR1592JN", - "CWPStreet": "SOUTHEAST OF SIENNA SPRINGS DR & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071296141", - "CWPNAICSCodes": null, - "FacLat": "30.563377", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "362", - "CWPName": "MISSION RANCH SUBDIVISION PHS 502 & 503", - "SourceID": "TXR1559IX", - "CWPStreet": "NORTHWEST OF BEXAR BLUFF PASS & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071255828", - "CWPNAICSCodes": null, - "FacLat": "30.569833", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "363", - "CWPName": "MISSION RANCH SUBDIVISION PHS 502 & 503", - "SourceID": "TXR1558IX", - "CWPStreet": "NORTHWEST OF BEXAR BLUFF PASS & FEATHER RUN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071255828", - "CWPNAICSCodes": null, - "FacLat": "30.569833", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "364", - "CWPName": "MTR - OFFSITE", - "SourceID": "TXR10F6X2", - "CWPStreet": "EAST OF ROCK PRAIRIE ROAD AND MEDICAL AVENUE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070519601", - "CWPNAICSCodes": null, - "FacLat": "30.5845", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "365", - "CWPName": "MTR - OFFSITE", - "SourceID": "TXR10F6WP", - "CWPStreet": "EAST OF ROCK PRAIRIE ROAD & MEDICAL AVENUE", - "CWPCity": "COLLAGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070520398", - "CWPNAICSCodes": null, - "FacLat": "30.5845", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "366", - "CWPName": "MULTI-SPECIES FACILITY", - "SourceID": "TXR15005N", - "CWPStreet": "THE PROJECT SITE IS LOCATED AT CORNER OF FM 60 UNI", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070358487", - "CWPNAICSCodes": null, - "FacLat": "30.607883", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "367", - "CWPName": "NANTUCKET LIMITED", - "SourceID": "TX0120332", - "CWPStreet": "SE COLLEGE STATION ST HWY 6", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "RegistryID": "110064613253", - "CWPNAICSCodes": null, - "FacLat": "30.5556499999484", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "368", - "CWPName": "NATIONAL EQUIPMENT CORP - NEW FACILITY", - "SourceID": "TXR1549BV", - "CWPStreet": "5977 IMPERIAL LOOP", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070709416", - "CWPNAICSCodes": null, - "FacLat": "30.580558", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "369", - "CWPName": "NECO", - "SourceID": "TXR15231Z", - "CWPStreet": "3120 CORSAIR CIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070568686", - "CWPNAICSCodes": null, - "FacLat": "30.59865", - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "370", - "CWPName": "NEW HEIGHTS CHURCH", - "SourceID": "TXR1520HB", - "CWPStreet": "8125 TURKEY CREEK RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071144821", - "CWPNAICSCodes": null, - "FacLat": "30.60775", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "371", - "CWPName": "NORTH AMERICA PACKAGING", - "SourceID": "TXR05FP17", - "CWPStreet": "1591 N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2068", - "RegistryID": "110034913958", - "CWPNAICSCodes": null, - "FacLat": "30.66403", - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "372", - "CWPName": "NORTH AMERICA PACKAGING", - "SourceID": "TXR05W509", - "CWPStreet": "1591 N HARVEY MITCHELL PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2068", - "RegistryID": "110034913958", - "CWPNAICSCodes": null, - "FacLat": "30.66403", - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "373", - "CWPName": "NORTH CAMPUS SUBDIVISION - PHASE 2", - "SourceID": "TXR1580JI", - "CWPStreet": "NEC OF CHAKETT COURT AND MOBILE AVENUE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110071296370", - "CWPNAICSCodes": null, - "FacLat": "30.633781", - "CensusBlockGroup2020": "480410010011" - }, - { - "ObjectId": "374", - "CWPName": "NORTH GREEN STRIP CENTER", - "SourceID": "TXR10FA3G", - "CWPStreet": "NE OF ARRINGTON ROAD & WILLIAM D. FITCH PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071203517", - "CWPNAICSCodes": null, - "FacLat": "30.5579", - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "375", - "CWPName": "NORTH GREEN STRIP CENTER", - "SourceID": "TXR10FA3M", - "CWPStreet": "NE OF ARRINGTON ROAD & WILLIAM D. FITCH PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071203517", - "CWPNAICSCodes": null, - "FacLat": "30.5579", - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "376", - "CWPName": "NORTH GREEN STRIP CENTER", - "SourceID": "TXR1571FQ", - "CWPStreet": "937 WILLIAM D FITCH PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071067810", - "CWPNAICSCodes": null, - "FacLat": "30.558115", - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "377", - "CWPName": "NORTHCREST COTTAGES", - "SourceID": "TXR1571FZ", - "CWPStreet": "1902 BASIL CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110071067111", - "CWPNAICSCodes": null, - "FacLat": "30.64995", - "CensusBlockGroup2020": "480410006052" - }, - { - "ObjectId": "378", - "CWPName": "NORTHCREST COTTAGES", - "SourceID": "TXR1568FX", - "CWPStreet": "1902 BASIL CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110071067111", - "CWPNAICSCodes": null, - "FacLat": "30.64995", - "CensusBlockGroup2020": "480410006052" - }, - { - "ObjectId": "379", - "CWPName": "NORTHCREST COTTAGES", - "SourceID": "TXR1540AH", - "CWPStreet": "1926 BASIL COURT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110070625218", - "CWPNAICSCodes": null, - "FacLat": "30.649568", - "CensusBlockGroup2020": "480410006052" - }, - { - "ObjectId": "380", - "CWPName": "NORTHCREST COTTAGES", - "SourceID": "TXR1534CB", - "CWPStreet": "1926 BASIL COURT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110070625218", - "CWPNAICSCodes": null, - "FacLat": "30.649568", - "CensusBlockGroup2020": "480410006052" - }, - { - "ObjectId": "381", - "CWPName": "NORTHEAST SANITARY SEWER TRUNK LINE PHASE 2", - "SourceID": "TXR1562AF", - "CWPStreet": "BEGINNING AT CARTERS CREEK WWTP AND HEADING NORTHW", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070619018", - "CWPNAICSCodes": null, - "FacLat": "30.62143", - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "382", - "CWPName": "NSC IMPROVEMENTS", - "SourceID": "TXR15367Q", - "CWPStreet": "1095 NUCLEAR SCIENCE CENTER ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843-0001", - "RegistryID": "110070377371", - "CWPNAICSCodes": null, - "FacLat": "30.580147", - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "383", - "CWPName": "NUCLEAR SCIENCE CENTER", - "SourceID": "TX0116912", - "CWPStreet": "1MI SW INTX FM 2818 AND GEORGE BUSH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77843", - "RegistryID": "110039187661", - "CWPNAICSCodes": null, - "FacLat": "30.579083", - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "384", - "CWPName": "OAKMONT - ALL PHASES", - "SourceID": "TXR15582S", - "CWPStreet": "APPROXIMATELY 1/2 MILE WEST OF UNIVERSITY DRIVE ON", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070383394", - "CWPNAICSCodes": null, - "FacLat": "30.659678", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "385", - "CWPName": "OAKMONT - ALL PHASES", - "SourceID": "TXR1519CM", - "CWPStreet": "APPROXIMATELY 1/2 MILE WEST OF UNIVERSITY DRIVE ON", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070383394", - "CWPNAICSCodes": null, - "FacLat": "30.659678", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "386", - "CWPName": "OAKMONT 3B", - "SourceID": "TXR1593LH", - "CWPStreet": "THE INTERSECTION OF GREENSTONE WAY AND KEBLER PASS", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071365606", - "CWPNAICSCodes": null, - "FacLat": "30.666389", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "387", - "CWPName": "OAKMONT 4A", - "SourceID": "TXR1596LH", - "CWPStreet": "THE INTERSECTION OF COPPERFIELD DR AND PACIFIC CRE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071364329", - "CWPNAICSCodes": null, - "FacLat": "30.666287", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "388", - "CWPName": "OAKMONT 5", - "SourceID": "TXR1569LM", - "CWPStreet": "THE INTERSECTION OF BEACON HEIGHTS DR AND APPALACH", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071365414", - "CWPNAICSCodes": null, - "FacLat": "30.66405", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "389", - "CWPName": "OAKMONT AMENITY CENTER", - "SourceID": "TXR1564DB", - "CWPStreet": "5125 OAKMONT BLVD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070832879", - "CWPNAICSCodes": null, - "FacLat": "30.665383", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "390", - "CWPName": "OAKMONT PH2B", - "SourceID": "TXR1530BR", - "CWPStreet": "APPROX 25 ACRES KNOWN AS OAKMONT SUBDIVISION PH2B", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070713753", - "CWPNAICSCodes": null, - "FacLat": "30.667", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "391", - "CWPName": "OAKMONT PHASE 2A", - "SourceID": "TXR1562BL", - "CWPStreet": "BEGIN AT THE INTERSECTION OF PENDLETON DRIVE AND B", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070693194", - "CWPNAICSCodes": null, - "FacLat": "30.665094", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "392", - "CWPName": "OAKMONT PHS 3A", - "SourceID": "TXR1545IE", - "CWPStreet": "SOUTHWEST OF TIMBERTON DR & CANTERBURY DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071222077", - "CWPNAICSCodes": null, - "FacLat": "30.672006", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "393", - "CWPName": "OAKMONT PHS. 1A", - "SourceID": "TXR10F5N3", - "CWPStreet": "E. OF COPPERFIELD DRIVE AND BOONVILLE ROAD", - "CWPCity": "BYRAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070216492", - "CWPNAICSCodes": null, - "FacLat": "30.662", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "394", - "CWPName": "OAKMONT PHS. 1A", - "SourceID": "TXR10F5MZ", - "CWPStreet": "EAST OF COPPERFIELD DRIVE AND BOONVILLE ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070219461", - "CWPNAICSCodes": null, - "FacLat": "30.662", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "395", - "CWPName": "OAKMONT PHS. 1B", - "SourceID": "TXR10F5MY", - "CWPStreet": "EAST OF COPPERFIELD DRIVE AND BOONVILLE ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070219461", - "CWPNAICSCodes": null, - "FacLat": "30.662", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "396", - "CWPName": "OAKMONT PHS. 1B", - "SourceID": "TXR10F5N7", - "CWPStreet": "E. OF COPPERFIELD DR. AND BOONVILLE ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070217508", - "CWPNAICSCodes": null, - "FacLat": "30.6632", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "397", - "CWPName": "OAKMONT PHS. 2A", - "SourceID": "TXR10F8CH", - "CWPStreet": "NW OF PRECIPICE DR. & MAROON CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070791485", - "CWPNAICSCodes": null, - "FacLat": "30.6648", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "398", - "CWPName": "OAKMONT PHS. 2A", - "SourceID": "TXR10F8C4", - "CWPStreet": "NW OF PRECIPICE DR. & MAROON CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070791485", - "CWPNAICSCodes": null, - "FacLat": "30.6648", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "399", - "CWPName": "OAKMONT PHS. 2B", - "SourceID": "TXR10F97W", - "CWPStreet": "NW OF PRECIPICE DRIVE & MAROON CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070926950", - "CWPNAICSCodes": null, - "FacLat": "30.67", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "400", - "CWPName": "OAKMONT PHS. 2B", - "SourceID": "TXR10F98N", - "CWPStreet": "NW OF PRECIPICE DRIVE & MAROON CREEK DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070926950", - "CWPNAICSCodes": null, - "FacLat": "30.67", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "401", - "CWPName": "OAKMONT SUBDIVISION", - "SourceID": "TXR15673W", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070528905", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "402", - "CWPName": "OAKMONT SUBDIVISION PHASE", - "SourceID": "TXR15674W", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070528905", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "403", - "CWPName": "OAKMONT SUBDIVISION PHASE", - "SourceID": "TXR15549Z", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070528905", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "404", - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR1584AY", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070528905", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "405", - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR15292Y", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070528905", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "406", - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR1541AM", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070528905", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "407", - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR15909Y", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070528905", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "408", - "CWPName": "OAKMONT SUBDIVISION PHASE 1B", - "SourceID": "TXR15747V", - "CWPStreet": "SUBDIVISION ENTRANCE IS LOCATED APPROXIMATELY 1/2", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070528905", - "CWPNAICSCodes": null, - "FacLat": "30.662992", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "409", - "CWPName": "OAKMONT TOWNHOMES", - "SourceID": "TXR1596DV", - "CWPStreet": "5007 MOONEY FALLS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070876468", - "CWPNAICSCodes": null, - "FacLat": "30.662777", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "410", - "CWPName": "OAKS AT VILLA MARIA", - "SourceID": "TXR1560CQ", - "CWPStreet": "1305 W VILLA MARIA RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110070827091", - "CWPNAICSCodes": null, - "FacLat": "30.632277", - "CensusBlockGroup2020": "480410002041" - }, - { - "ObjectId": "411", - "CWPName": "OLD HEARNE ROAD PHASE 1", - "SourceID": "TXR1548IF", - "CWPStreet": "OLD HEARNE ROAD FROM N SIMS AVE TO THE INTER SECTI", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110071223535", - "CWPNAICSCodes": null, - "FacLat": "30.691986", - "CensusBlockGroup2020": "480410003021" - }, - { - "ObjectId": "412", - "CWPName": "OLD RELIANCE AND HIGHWAY 6 PROPERTY", - "SourceID": "TXR1501CO", - "CWPStreet": "NORTH CORNER OF HWY 6 FEEDER ROAD AND OLD RELIANCE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070819044", - "CWPNAICSCodes": null, - "FacLat": "30.690204", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "413", - "CWPName": "OQUINN", - "SourceID": "TXR1558GS", - "CWPStreet": "3215 ELM CREEK CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071093750", - "CWPNAICSCodes": null, - "FacLat": "30.607486", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "414", - "CWPName": "PALASOTA DR - PHASE I", - "SourceID": "TXR1532DB", - "CWPStreet": "LOCATED ALONG PALASOTA DRIVE, FROM THE COTTONWOOD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070831887", - "CWPNAICSCodes": null, - "FacLat": "30.66056", - "CensusBlockGroup2020": "480410006061" - }, - { - "ObjectId": "415", - "CWPName": "PANDA EXPRESS BRYAN TEXAS", - "SourceID": "TXR1565CC", - "CWPStreet": "AT OR AROUND 2200 BRIARCREST DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070794330", - "CWPNAICSCodes": null, - "FacLat": "30.659199", - "CensusBlockGroup2020": "480410019022" - }, - { - "ObjectId": "416", - "CWPName": "PARK HUDSON CONDOS PHASE 2", - "SourceID": "TXR1564CF", - "CWPStreet": "INTERSECTION OF CROSS PARK DRIVE AND BOONVILLE ROA", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070791244", - "CWPNAICSCodes": null, - "FacLat": "30.658758", - "CensusBlockGroup2020": "480410020221" - }, - { - "ObjectId": "417", - "CWPName": "PARK HUDSON PHASE 12 CONDOS - PHASE 2", - "SourceID": "TXR1512CG", - "CWPStreet": "4089 CROSS PARK DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070792390", - "CWPNAICSCodes": null, - "FacLat": "30.658602", - "CensusBlockGroup2020": "480410020221" - }, - { - "ObjectId": "418", - "CWPName": "PAULL ALLERGY CLINIC", - "SourceID": "TXR15749Z", - "CWPStreet": "SITE LOCATED ON HARVEY ROAD APPROXIMATELY 1.2 MILE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070602855", - "CWPNAICSCodes": null, - "FacLat": "30.643926", - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "419", - "CWPName": "PFREHM RESIDENCE", - "SourceID": "TXR15905P", - "CWPStreet": "4717 MIRAMONT CIR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802-1709", - "RegistryID": "110070355753", - "CWPNAICSCodes": null, - "FacLat": "30.67195", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "420", - "CWPName": "PHILLIPS SPECIALTY PRODUCTS", - "SourceID": "TXR05BI74", - "CWPStreet": "1331 INDEPENDENCE AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-2046", - "RegistryID": "110070371377", - "CWPNAICSCodes": null, - "FacLat": "30.66053", - "CensusBlockGroup2020": "480410002071" - }, - { - "ObjectId": "421", - "CWPName": "POLO GARAGE", - "SourceID": "TXR15780V", - "CWPStreet": "PROJECT LOCATED ON POLO ROAD NEXT TO THE ENGINEERI", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77842", - "RegistryID": "110070527078", - "CWPNAICSCodes": null, - "FacLat": "30.622647", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "422", - "CWPName": "POLO ROAD RECONSTRUCTION", - "SourceID": "TXR1558CG", - "CWPStreet": "POLO ROAD ON TEXAS A&M UNIVERSITY CAMPUS", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070791577", - "CWPNAICSCodes": null, - "FacLat": "30.621647", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "423", - "CWPName": "PROVIDENCE PARK AT RESEARCH VALLEY", - "SourceID": "TXR15300I", - "CWPStreet": "2501 EARL RUDDER FWY S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-7384", - "RegistryID": "110070197300", - "CWPNAICSCodes": null, - "FacLat": "30.61467", - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "424", - "CWPName": "PTX3", - "SourceID": "TXR1512KD", - "CWPStreet": "400 TECHNOLOGY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071323129", - "CWPNAICSCodes": null, - "FacLat": "30.593334", - "CensusBlockGroup2020": "480410020012" - }, - { - "ObjectId": "425", - "CWPName": "RACEWAY 6934", - "SourceID": "TXG830609", - "CWPStreet": "2105 E WILLIAM J BRYAN PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77802", - "RegistryID": "110070100278", - "CWPNAICSCodes": null, - "FacLat": "30.67736", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "426", - "CWPName": "RACEWAY 6934", - "SourceID": "TXG830578", - "CWPStreet": "2105 E WILLIAM JOEL BRYAN PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77802", - "RegistryID": "110069579361", - "CWPNAICSCodes": null, - "FacLat": "30.6585178649084", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "427", - "CWPName": "RANGE SCIENCE FIELD LAB", - "SourceID": "TXR1522KA", - "CWPStreet": "WEST SIDE OF FISHTANK ROAD, JUST SOUTH OF WHERE IT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071312189", - "CWPNAICSCodes": null, - "FacLat": "30.57754", - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "428", - "CWPName": "RAPID EXPRESS CAR WASH", - "SourceID": "TXR1576HT", - "CWPStreet": "1632 W VILLA MARIA RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071202530", - "CWPNAICSCodes": null, - "FacLat": "30.6527", - "CensusBlockGroup2020": "480410008002" - }, - { - "ObjectId": "429", - "CWPName": "RAPID EXPRESS CARWASH", - "SourceID": "TXR1527AY", - "CWPStreet": "12055 FM 2154 RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070672578", - "CWPNAICSCodes": null, - "FacLat": "30.578111", - "CensusBlockGroup2020": "480410018033" - }, - { - "ObjectId": "430", - "CWPName": "RAVEN HOMES", - "SourceID": "TXR1537AK", - "CWPStreet": "3700 COOPER CT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070626392", - "CWPNAICSCodes": null, - "FacLat": "30.571614", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "431", - "CWPName": "REATTA MEADOWS PARK", - "SourceID": "TXR15769L", - "CWPStreet": "1101 PETERSBURG CT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-3995", - "RegistryID": "110070363460", - "CWPNAICSCodes": null, - "FacLat": "30.55954", - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "432", - "CWPName": "RED LION", - "SourceID": "TXR10F6MJ", - "CWPStreet": "NORTH OF SO. TEXAS AVE. AND MORGANS LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070391752", - "CWPNAICSCodes": null, - "FacLat": "30.5987", - "CensusBlockGroup2020": "480410017021" - }, - { - "ObjectId": "433", - "CWPName": "RED LION", - "SourceID": "TXR10F6NE", - "CWPStreet": "NORTH OF SOUTH TEXAS AVE. AND MORGANS LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070501554", - "CWPNAICSCodes": null, - "FacLat": "30.5987", - "CensusBlockGroup2020": "480410017021" - }, - { - "ObjectId": "434", - "CWPName": "REDDY ICE - BRYAN", - "SourceID": "TXRNEBO92", - "CWPStreet": "701 N TEXAS AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-3364", - "RegistryID": "110071155691", - "CWPNAICSCodes": null, - "FacLat": "30.67911", - "CensusBlockGroup2020": "480410005021" - }, - { - "ObjectId": "435", - "CWPName": "REECE HOMES", - "SourceID": "TXR1513FZ", - "CWPStreet": "4013 CROSS PARK DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071073769", - "CWPNAICSCodes": null, - "FacLat": "30.655593", - "CensusBlockGroup2020": "480410020221" - }, - { - "ObjectId": "436", - "CWPName": "REFRIGERATION VALVES AND SYSTEMS COR", - "SourceID": "TXR05CU37", - "CWPStreet": "1520 CROSSWIND DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808-9600", - "RegistryID": "110070370329", - "CWPNAICSCodes": null, - "FacLat": "30.72232", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "437", - "CWPName": "RELIANCE RIDGE SUBDIVISION", - "SourceID": "TXR1586GJ", - "CWPStreet": "OLD RELIANCE RD - A003200, ABNER LEE SR, TRACT 24.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071081579", - "CWPNAICSCodes": null, - "FacLat": "30.730599", - "CensusBlockGroup2020": "480410001081" - }, - { - "ObjectId": "438", - "CWPName": "REPUBLIC RESTAURANT", - "SourceID": "TXR15515V", - "CWPStreet": "701 UNIVERSITY DR E", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-5804", - "RegistryID": "110070517702", - "CWPNAICSCodes": null, - "FacLat": "30.63389", - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "439", - "CWPName": "RESIDENCES AT OAKMONT", - "SourceID": "TXR15894D", - "CWPStreet": "INTERSECTION OF BOONEVILLE RD AND PENDLETON DRIVE,", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070374725", - "CWPNAICSCodes": null, - "FacLat": "30.661589", - "CensusBlockGroup2020": "480410001051" - }, - { - "ObjectId": "440", - "CWPName": "RETAIL CENTER AT CHIMNEY HILL", - "SourceID": "TXR1557AL", - "CWPStreet": "701 UNIVERSITY DR EAST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070626727", - "CWPNAICSCodes": null, - "FacLat": "30.63389", - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "441", - "CWPName": "RICKY PALASOTA", - "SourceID": "TXR05FW79", - "CWPStreet": "7116 RAYMOND STOTZER PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-9065", - "RegistryID": "110034732216", - "CWPNAICSCodes": null, - "FacLat": "30.56838", - "CensusBlockGroup2020": "480410020141" - }, - { - "ObjectId": "442", - "CWPName": "ROCK PRAIRIE MANAGEMENT DISTRICT NO2 BIRD POND ROAD", - "SourceID": "TXR15814R", - "CWPStreet": "EXTENSION OF BIRD POND ROAD FROM ROCK PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070356538", - "CWPNAICSCodes": null, - "FacLat": "30.5822", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "443", - "CWPName": "ROCK PRAIRIE MANAGEMENT DISTRICT SANITARY SEWER", - "SourceID": "TXR15108K", - "CWPStreet": "SITE ENTRANCE LOCATED NEAR BIRD POND ROAD ON ROCK", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070376947", - "CWPNAICSCodes": null, - "FacLat": "30.584601", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "444", - "CWPName": "ROCK PRAIRIE MARKET PLACE PHASE 2", - "SourceID": "TXR1589CT", - "CWPStreet": "4003 STATE HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070827448", - "CWPNAICSCodes": null, - "FacLat": "30.583963", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "445", - "CWPName": "ROCK PRAIRIE MARKETPLACE", - "SourceID": "TXR10F4A1", - "CWPStreet": "SE OF FRONTAGE 6 ROAD EAST OF ROCK PRAIRIE RD.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070053990", - "CWPNAICSCodes": null, - "FacLat": "30.5846", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "446", - "CWPName": "ROCK PRAIRIE RD WEST WIDENING", - "SourceID": "TXR1510HD", - "CWPStreet": "ALONG ROCK PRAIRIE RD FROM HOLEMAN DRIVE SOUTH AND", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77842", - "RegistryID": "110071158073", - "CWPNAICSCodes": null, - "FacLat": "30.56629", - "CensusBlockGroup2020": "480410020211" - }, - { - "ObjectId": "447", - "CWPName": "ROLLING RIDGE WWTF", - "SourceID": "TX0077526", - "CWPStreet": "115 RIDGEWOOD ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77840", - "RegistryID": "110006683614", - "CWPNAICSCodes": null, - "FacLat": "30.55897", - "CensusBlockGroup2020": "480410020201" - }, - { - "ObjectId": "448", - "CWPName": "RUDDER POINTE", - "SourceID": "TXR15474T", - "CWPStreet": "3520 OLD RELIANCE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070392447", - "CWPNAICSCodes": null, - "FacLat": "30.696201", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "449", - "CWPName": "RUDDER POINTE SUBDIVISION", - "SourceID": "TXR1596LB", - "CWPStreet": "SUBDIVISION LOCATED AT RUDDER POINTE PARKWAY AND B", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071359672", - "CWPNAICSCodes": null, - "FacLat": "30.696176", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "450", - "CWPName": "RUDDER POINTE SUBDIVISION", - "SourceID": "TXR1563IK", - "CWPStreet": "INTERSECTION OF RUDDER POINTE PKWY AND BRADY CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071235366", - "CWPNAICSCodes": null, - "FacLat": "30.695582", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "451", - "CWPName": "S-CON", - "SourceID": "TXR05BF57", - "CWPStreet": "8326 W HIGHWAY 21 BRYAN TX 77807", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070376949", - "CWPNAICSCodes": null, - "FacLat": "30.67111", - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "452", - "CWPName": "SAGE MEADOWS", - "SourceID": "TXR1534FN", - "CWPStreet": "3700 OLD HEARNE RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070947224", - "CWPNAICSCodes": null, - "FacLat": "30.704679", - "CensusBlockGroup2020": "480410003021" - }, - { - "ObjectId": "453", - "CWPName": "SCARMADO PIT-YOUNG BROTHERS", - "SourceID": "TXR05O901", - "CWPStreet": "FM 260", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "00000", - "RegistryID": "110022570500", - "CWPNAICSCodes": null, - "FacLat": "30.6665755", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "454", - "CWPName": "SMILING MALLARD SITE 2", - "SourceID": "TX0142123", - "CWPStreet": "200FT S OF MESA VERDE RD APPROXIMATELY 1800FT", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "RegistryID": "110071178357", - "CWPNAICSCodes": null, - "FacLat": "30.5556499999484", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "455", - "CWPName": "SODALIS ASSISTED LIVING", - "SourceID": "TXR10F6XC", - "CWPStreet": "SW OF CRESCENT POINTE PKWY & COPPERFIELD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070517649", - "CWPNAICSCodes": null, - "FacLat": "30.6434", - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "456", - "CWPName": "SODALIS ASSISTED LIVING", - "SourceID": "TXR10F6WU", - "CWPStreet": "SW OF CRESCENT POINTE PKWY AND COPPERFIELD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070520054", - "CWPNAICSCodes": null, - "FacLat": "30.6434", - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "457", - "CWPName": "SODALIS ASSISTED LIVING & MEMORY CARE FACILITY", - "SourceID": "TXR15791Q", - "CWPStreet": "3211 HARVEY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-9416", - "RegistryID": "110070374638", - "CWPNAICSCodes": null, - "FacLat": "30.640242", - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "458", - "CWPName": "SOUTH COLLEGE AVE MULTI-USE PATH", - "SourceID": "TXR1517CS", - "CWPStreet": "ALONG HENSEL PARK DRIVEWAY TO UNIVERSITY DRIVE.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070825702", - "CWPNAICSCodes": null, - "FacLat": "30.627194", - "CensusBlockGroup2020": "480410021001" - }, - { - "ObjectId": "459", - "CWPName": "SOUTHERN TIRE MART", - "SourceID": "TXR1551CR", - "CWPStreet": "1904 N EARL RUDDER FWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070825543", - "CWPNAICSCodes": null, - "FacLat": "30.693", - "CensusBlockGroup2020": "480410004011" - }, - { - "ObjectId": "460", - "CWPName": "SOUTHSIDE PLAZA PHASE III", - "SourceID": "TXR1533CD", - "CWPStreet": "4075 HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070792849", - "CWPNAICSCodes": null, - "FacLat": "30.576363", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "461", - "CWPName": "ST MARYS CATHOLIC CENTER PARKING LOT", - "SourceID": "TXR1530KX", - "CWPStreet": "SEC OF CROSS STREET AND NAGLE STREET", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071347894", - "CWPNAICSCodes": null, - "FacLat": "30.622525", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "462", - "CWPName": "ST MARYS CATHOLIC CHURCH", - "SourceID": "TXR1537FJ", - "CWPStreet": "300 NAGLE ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070946436", - "CWPNAICSCodes": null, - "FacLat": "30.621583", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "463", - "CWPName": "STAR TOWER POINT RETAIL", - "SourceID": "TXR1574AE", - "CWPStreet": "1295 ARRINGTON RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070622435", - "CWPNAICSCodes": null, - "FacLat": "30.558851", - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "464", - "CWPName": "STARBUCKS AT CHIMNEY HILL", - "SourceID": "TXR1556AL", - "CWPStreet": "701 UNIVERSITY DR EAST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070626082", - "CWPNAICSCodes": null, - "FacLat": "30.63389", - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "465", - "CWPName": "STAY APT SUITES", - "SourceID": "TXR1527KM", - "CWPStreet": "NORTHWEST OF UNIVERSITY DRIVE EAST & PLAZA CENTRE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071335607", - "CWPNAICSCodes": null, - "FacLat": "30.64724", - "CensusBlockGroup2020": "480410020222" - }, - { - "ObjectId": "466", - "CWPName": "STAY APT SUITES", - "SourceID": "TXR1589KM", - "CWPStreet": "NORTHWEST OF UNIVERSITY DRIVE EAST & PLAZA CENTRE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071335607", - "CWPNAICSCodes": null, - "FacLat": "30.64724", - "CensusBlockGroup2020": "480410020222" - }, - { - "ObjectId": "467", - "CWPName": "STEEP HOLLOW TO KEITH SWITCH 138KV", - "SourceID": "TXR1526GI", - "CWPStreet": "LOCATED JUST EAST OF THE INTERSECTION OF STEEP HOL", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071081901", - "CWPNAICSCodes": null, - "FacLat": "30.687732", - "CensusBlockGroup2020": "480410001052" - }, - { - "ObjectId": "468", - "CWPName": "STONEBRIER PHASE 2", - "SourceID": "TXR1510HG", - "CWPStreet": "CORNER OF RIVERSTONE DRIVE & FM 1179", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071155523", - "CWPNAICSCodes": null, - "FacLat": "30.67888", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "469", - "CWPName": "STONEBRIER PHS. 2", - "SourceID": "TXR10FA4C", - "CWPStreet": "NE OF FM-1179 & RIVERSTONE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071203610", - "CWPNAICSCodes": null, - "FacLat": "30.6801", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "470", - "CWPName": "STONEBRIER PHS. 2", - "SourceID": "TXR10FA5E", - "CWPStreet": "NE OF FM-1179 & RIVERSTONE DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110071203610", - "CWPNAICSCodes": null, - "FacLat": "30.6801", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "471", - "CWPName": "STONEBRIER SUBDIVISION PHASE 2", - "SourceID": "TXR1508DU", - "CWPStreet": "GO APPROX. 1 MILEON FM 1179 FROM FM 158. PROJECT O", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070874752", - "CWPNAICSCodes": null, - "FacLat": "30.67888", - "CensusBlockGroup2020": "480410001071" - }, - { - "ObjectId": "472", - "CWPName": "STUDENT SERVICES BUILDING", - "SourceID": "TXR15434K", - "CWPStreet": "471 HOUSTON STREET", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070374852", - "CWPNAICSCodes": null, - "FacLat": "30.613905", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "473", - "CWPName": "TAMU - 21ST CENTURY CLASSROOM BUILDING", - "SourceID": "TXR15964O", - "CWPStreet": "212 LAMAR ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070371686", - "CWPNAICSCodes": null, - "FacLat": "30.612452", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "474", - "CWPName": "TAMU AEROTHERMOCHEMISTRY LAB EXPANSION", - "SourceID": "TXR15776U", - "CWPStreet": "1733 GEORGE BUSH DR W", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070504381", - "CWPNAICSCodes": null, - "FacLat": "30.593059", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "475", - "CWPName": "TAMU BEC-COW", - "SourceID": "TXR1540KS", - "CWPStreet": "WEST SIDE OF OLSEN BLVD, .15 MILES SOUTH OF RAYMON", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843", - "RegistryID": "110071337575", - "CWPNAICSCodes": null, - "FacLat": "30.611352", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "476", - "CWPName": "TAMU BIOCONTAINMENT RESEARCH FACILITY", - "SourceID": "TXR15683B", - "CWPStreet": "495 AGRONOMY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843-0001", - "RegistryID": "110070367679", - "CWPNAICSCodes": null, - "FacLat": "30.617336", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "477", - "CWPName": "TAMU EQUINE NUTRITION AND REPRODUCTION FACILITY", - "SourceID": "TXR15091P", - "CWPStreet": "PROJECT LOCATED ON F&B ROAD NEAR THE CURRENT TAMU", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070368376", - "CWPNAICSCodes": null, - "FacLat": "30.622145", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "478", - "CWPName": "TAMU MAIN CAMPUS WWTP", - "SourceID": "TX0108146", - "CWPStreet": "9685 WHITES CREEK RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "RegistryID": "110034902461", - "CWPNAICSCodes": null, - "FacLat": "30.575576", - "CensusBlockGroup2020": "480410020141" - }, - { - "ObjectId": "479", - "CWPName": "TAMU STORM IMPROVEMENTS", - "SourceID": "TXR15056S", - "CWPStreet": "VARIOUS SITES ACROSS THE TEXAS A&M UNIVERSITY CAMP", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070355819", - "CWPNAICSCodes": null, - "FacLat": "30.591667", - "CensusBlockGroup2020": "480410020142" - }, - { - "ObjectId": "480", - "CWPName": "TAMUS - ILSQ BUILDING", - "SourceID": "TXR1566DG", - "CWPStreet": "459 OLSEN BLVD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070839600", - "CWPNAICSCodes": null, - "FacLat": "30.610866", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "481", - "CWPName": "TARROW TOWNHOMES", - "SourceID": "TXR10F5PH", - "CWPStreet": "SW OF AUTUMN CIRCLE AND E. 29TH ST.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070229435", - "CWPNAICSCodes": null, - "FacLat": "30.6392", - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "482", - "CWPName": "TARROW TOWNHOMES", - "SourceID": "TXR10F5P0", - "CWPStreet": "SW OF AUTUMN CIRCLE AND E. 29TH ST.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070229435", - "CWPNAICSCodes": null, - "FacLat": "30.6392", - "CensusBlockGroup2020": "480410013012" - }, - { - "ObjectId": "483", - "CWPName": "TEEX BRAYTON CLASSROOM AND ADMIN FACILITY", - "SourceID": "TXR1569HO", - "CWPStreet": "1595 NUCLEAR SCIENCE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071180737", - "CWPNAICSCodes": null, - "FacLat": "30.582471", - "CensusBlockGroup2020": "480410020142" - }, - { - "ObjectId": "484", - "CWPName": "TESLA CHARGING STATION", - "SourceID": "TXR1520KG", - "CWPStreet": "1910 TEXAS AVE S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-3914", - "RegistryID": "110071322125", - "CWPNAICSCodes": null, - "FacLat": "30.61293", - "CensusBlockGroup2020": "480410016071" - }, - { - "ObjectId": "485", - "CWPName": "TEXAS A & M SOFTBALL AND TRACK AND FIELD STADIUM", - "SourceID": "TXR10F53D", - "CWPStreet": "EAST OF TOM CHANDLER ROAD AND PENBERTHY RD.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070134437", - "CWPNAICSCodes": null, - "FacLat": "30.6037", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "486", - "CWPName": "TEXAS A & M SOFTBALL AND TRACK AND FIELD STADIUM", - "SourceID": "TXR10F534", - "CWPStreet": "E. OF TOM CHANDLER RD AND PENBERTHY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070133141", - "CWPNAICSCodes": null, - "FacLat": "30.6037", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "487", - "CWPName": "TEXAS A&M AGRILIFE EXTENSION OFFICE", - "SourceID": "TXR1542CS", - "CWPStreet": "4154 COUNTY PARK CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070824735", - "CWPNAICSCodes": null, - "FacLat": "30.657477", - "CensusBlockGroup2020": "480410020221" - }, - { - "ObjectId": "488", - "CWPName": "TEXAS A&M DISTINGUISHED ALUMNI TRIBUTE", - "SourceID": "TXR1506IE", - "CWPStreet": "505 GEORGE BUSH DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-2918", - "RegistryID": "110071220207", - "CWPNAICSCodes": null, - "FacLat": "30.608164", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "489", - "CWPName": "TEXAS A&M GREENHOUSES", - "SourceID": "TXR10F87M", - "CWPStreet": "NORTH OF F & B ROAD & AGRONOMY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070742903", - "CWPNAICSCodes": null, - "FacLat": "30.6236", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "490", - "CWPName": "TEXAS A&M GREENHOUSES", - "SourceID": "TXR10F878", - "CWPStreet": "NORTH OF F & B ROAD & AGRONOMY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070742903", - "CWPNAICSCodes": null, - "FacLat": "30.6236", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "491", - "CWPName": "TEXAS A&M MEDICAL RESEARCH & EDUCATION BUILDING II", - "SourceID": "TXR15101M", - "CWPStreet": "8447 STATE HIGHWAY 47", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807-3260", - "RegistryID": "110070356304", - "CWPNAICSCodes": null, - "FacLat": "30.596412", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "492", - "CWPName": "TEXAS A&M POLO GARAGE", - "SourceID": "TXR10F7W4", - "CWPStreet": "EAST OF BIZZELL ST. & POLO ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070672328", - "CWPNAICSCodes": null, - "FacLat": "30.6214", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "493", - "CWPName": "TEXAS A&M POLO GARAGE", - "SourceID": "TXR10F7VS", - "CWPStreet": "EAST OF BIZZELL ST. & POLO ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070672328", - "CWPNAICSCodes": null, - "FacLat": "30.6214", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "494", - "CWPName": "TEXAS A&M SOUTH CAMPUS REC CENTER", - "SourceID": "TXR1546EH", - "CWPStreet": "BIZZELL STREET AND MOSHER LANE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070891783", - "CWPNAICSCodes": null, - "FacLat": "30.616082", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "495", - "CWPName": "TEXAS A&M TRACK & FIELD COMPLEX", - "SourceID": "TXR15626O", - "CWPStreet": "977 PENBERTHY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840-2375", - "RegistryID": "110070370844", - "CWPNAICSCodes": null, - "FacLat": "30.60573", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "496", - "CWPName": "TEXAS A&M UNIVERSITY - WASTEWATER TREATMENT PLANT", - "SourceID": "TXR05DA91", - "CWPStreet": "9685 WHITES CREEK RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070371821", - "CWPNAICSCodes": null, - "FacLat": "30.575576", - "CensusBlockGroup2020": "480410020141" - }, - { - "ObjectId": "497", - "CWPName": "TEXAS A&M UNIVERSITY CENTRAL UTILITIES PLANT", - "SourceID": "TXR05DA89", - "CWPStreet": "222 IRELAND ST", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77843-0001", - "RegistryID": "110070374900", - "CWPNAICSCodes": null, - "FacLat": "30.61778", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "498", - "CWPName": "TEXAS A&M UNIVERSITY CLOSED LANDFILL", - "SourceID": "TXR15192K", - "CWPStreet": "THE PROJECT SITE IS LOCATED ON LUTHER STREET AND F", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070363965", - "CWPNAICSCodes": null, - "FacLat": "30.586211", - "CensusBlockGroup2020": "480410020142" - }, - { - "ObjectId": "499", - "CWPName": "TEXAS A&M UNIVERSITY HAZARDOUS WASTE STORAGE FACILITY", - "SourceID": "TXRNEAN76", - "CWPStreet": "2655 OLD DAIRY SCIENCE CENTER ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110035031015", - "CWPNAICSCodes": null, - "FacLat": "30.6225", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "500", - "CWPName": "TEXAS A&M UNIVERSITY MS4", - "SourceID": "TXR040237", - "CWPStreet": "CAMPUS OF TEXAS A&M UNIV.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77543", - "RegistryID": "110037844269", - "CWPNAICSCodes": null, - "FacLat": "30.615555", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "501", - "CWPName": "TEXAS A&M UNIVERSITY MS4", - "SourceID": "TXR040562", - "CWPStreet": "CAMPUS OF TEXAS A&M UNIVERSITY LOCATED WITHIN THE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77840", - "RegistryID": "110067235307", - "CWPNAICSCodes": null, - "FacLat": "30.6133712371937", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "502", - "CWPName": "TEXAS A&M UNIVERSITY MUSIC ACTIVITIES CENTER", - "SourceID": "TXR15684F", - "CWPStreet": "801 GEORGE BUSH DR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070361929", - "CWPNAICSCodes": null, - "FacLat": "30.60915", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "503", - "CWPName": "TEXAS A&M UNIVERSITY TRANSPORTATION CENTER", - "SourceID": "TXR05DA90", - "CWPStreet": "388 AGRONOMY ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110070359753", - "CWPNAICSCodes": null, - "FacLat": "30.618678", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "504", - "CWPName": "TEXAS AM UNIVERSITY EASTERWOOD AIRPORT", - "SourceID": "TXR05FN85", - "CWPStreet": "1 MCKENZIE TERMINAL BLVD STE 112", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8578", - "RegistryID": "110034968024", - "CWPNAICSCodes": null, - "FacLat": "30.59486", - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "505", - "CWPName": "TEXAS DEPT OF TRANSPORTATION", - "SourceID": "TXR040181", - "CWPStreet": "BRYAN AND COLLEGE STATION", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110038372702", - "CWPNAICSCodes": null, - "FacLat": "30.673789", - "CensusBlockGroup2020": "480410006031" - }, - { - "ObjectId": "506", - "CWPName": "TEXAS TRUCK RIGGINS", - "SourceID": "TXR10F6ND", - "CWPStreet": "NE OF HWY 158 AND MOHAWK DT.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070500313", - "CWPNAICSCodes": null, - "FacLat": "30.6717", - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "507", - "CWPName": "TEXAS TRUCK RIGGINS", - "SourceID": "TXR10F6MI", - "CWPStreet": "NE OF HWY 158 AND MOHAWK ST.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070389613", - "CWPNAICSCodes": null, - "FacLat": "30.6717", - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "508", - "CWPName": "THE CREEK PLACE", - "SourceID": "TXR1587HM", - "CWPStreet": "2711 TEXAS AVE S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071179233", - "CWPNAICSCodes": null, - "FacLat": "30.602359", - "CensusBlockGroup2020": "480410017021" - }, - { - "ObjectId": "509", - "CWPName": "THE LANGFORD AT COLLEGE STATION PHASE 1", - "SourceID": "TXR15188B", - "CWPStreet": "4185 STATE HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-8965", - "RegistryID": "110070364247", - "CWPNAICSCodes": null, - "FacLat": "30.56801", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "510", - "CWPName": "THE RANCH HARLEY-DAVIDSON", - "SourceID": "TXR1534EL", - "CWPStreet": "4101 HIGHWAY 6 S", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070929943", - "CWPNAICSCodes": null, - "FacLat": "30.57455", - "CensusBlockGroup2020": "480410020091" - }, - { - "ObjectId": "511", - "CWPName": "THE RESERVE AT COTTONWOOD CREEK", - "SourceID": "TXR1552DX", - "CWPStreet": "503 W 31ST ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070874606", - "CWPNAICSCodes": null, - "FacLat": "30.669596", - "CensusBlockGroup2020": "480410006033" - }, - { - "ObjectId": "512", - "CWPName": "THE RESERVE AT COTTONWOOD CREEK", - "SourceID": "TXR1530DW", - "CWPStreet": "503 W 31ST ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070874606", - "CWPNAICSCodes": null, - "FacLat": "30.669596", - "CensusBlockGroup2020": "480410006033" - }, - { - "ObjectId": "513", - "CWPName": "THE VILLAGES AT TRADITIONS CONDOS", - "SourceID": "TXR1556GX", - "CWPStreet": "2838 MEMORY LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071147014", - "CWPNAICSCodes": null, - "FacLat": "30.613331", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "514", - "CWPName": "THE YARD", - "SourceID": "TXR10F61R", - "CWPStreet": "NE OF ARRINGTON ROAD & GREENS PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070251072", - "CWPNAICSCodes": null, - "FacLat": "30.556", - "CensusBlockGroup2020": "480410020102" - }, - { - "ObjectId": "515", - "CWPName": "THE YARD", - "SourceID": "TXR10F61A", - "CWPStreet": "NE OF ARRINGTON RD. & GREENS PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070251071", - "CWPNAICSCodes": null, - "FacLat": "30.556", - "CensusBlockGroup2020": "480410020102" - }, - { - "ObjectId": "516", - "CWPName": "THOMAS HEIGHTS", - "SourceID": "TXR1555GR", - "CWPStreet": "APPROX. 20 YARDS SOUTHEAST FROM THE INTERSECTION O", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110071094550", - "CWPNAICSCodes": null, - "FacLat": "30.653056", - "CensusBlockGroup2020": "480410006053" - }, - { - "ObjectId": "517", - "CWPName": "THORNBERRY DRIVE", - "SourceID": "TXR1576CR", - "CWPStreet": "HOA COMMON AREA SOUTHEAST OF LOCKET HALL DR ROW NO", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070824917", - "CWPNAICSCodes": null, - "FacLat": "30.67931", - "CensusBlockGroup2020": "480410001072" - }, - { - "ObjectId": "518", - "CWPName": "THROCKMORTON STREET AND SIDEWALK", - "SourceID": "TXR1540JR", - "CWPStreet": "SOUTH OF THE INTERSECTION OF JOE ROUTT BLVD AND TH", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77840", - "RegistryID": "110071311165", - "CWPNAICSCodes": null, - "FacLat": "30.612648", - "CensusBlockGroup2020": "480410021003" - }, - { - "ObjectId": "519", - "CWPName": "TIFFANY PARK SUBDIVISION", - "SourceID": "TXR1523HZ", - "CWPStreet": "3621 DAWN CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071202475", - "CWPNAICSCodes": null, - "FacLat": "30.65325", - "CensusBlockGroup2020": "480410020222" - }, - { - "ObjectId": "520", - "CWPName": "TIMOTHY & LINDA GAITHER", - "SourceID": "TXR1517LS", - "CWPStreet": "4705 CONCORDIA DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110071369493", - "CWPNAICSCodes": null, - "FacLat": "30.6585178649084", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "521", - "CWPName": "TM5 PROPERTIES OFFICE COMPLEX PH 1 - CRESENT POINTE PHASE 2", - "SourceID": "TXR15654L", - "CWPStreet": "1580 COPPERFIELD PKWY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-4674", - "RegistryID": "110070362171", - "CWPNAICSCodes": null, - "FacLat": "30.64683", - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "522", - "CWPName": "TOWER CENTER II OFFICE CONDOMINIUMS", - "SourceID": "TXR15983H", - "CWPStreet": "ALONG GREENS PRAIRIE RD WEST NORTH OF INTERSECTION", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070360972", - "CWPNAICSCodes": null, - "FacLat": "30.554722", - "CensusBlockGroup2020": "480410020102" - }, - { - "ObjectId": "523", - "CWPName": "TOWER POINT OFFICE CONDOS", - "SourceID": "TXR1584CT", - "CWPStreet": "SOUTH OF ARRINGTON ROAD AND HWY 6 INTERSECTION", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070826626", - "CWPNAICSCodes": null, - "FacLat": "30.559822", - "CensusBlockGroup2020": "480410020252" - }, - { - "ObjectId": "524", - "CWPName": "TRADITIONS PHASE 101 & 102 ATLAS PEAR & 12 OFFSITE SEWER", - "SourceID": "TXR1574AA", - "CWPStreet": "FROM THE INTERSECTION OF F&B ROAD AND TURKEY CREEK", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070620444", - "CWPNAICSCodes": null, - "FacLat": "30.601199", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "525", - "CWPName": "TRADITIONS PHASE 19 PHASE 2", - "SourceID": "TXR15258M", - "CWPStreet": "NORTHWEST OF THE INTERSECTION OF SOUTH TRADITIONS", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070370953", - "CWPNAICSCodes": null, - "FacLat": "30.61306", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "526", - "CWPName": "TRADITIONS PHS 35", - "SourceID": "TXR1568JG", - "CWPStreet": "SOUTHWEST OF CLUB DR & SOUTH TRADITIONS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071274800", - "CWPNAICSCodes": null, - "FacLat": "30.601608", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "527", - "CWPName": "TRADITIONS PHS 35", - "SourceID": "TXR1588JF", - "CWPStreet": "SOUTHWEST OF CLUB DR & SOUTH TRADITIONS DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071274800", - "CWPNAICSCodes": null, - "FacLat": "30.601608", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "528", - "CWPName": "TRADITIONS PHS 38", - "SourceID": "TXR1513KU", - "CWPStreet": "NW OF ATLAS PEAR DRIVE & HEALTH SCIENCE CENTER PKW", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071348092", - "CWPNAICSCodes": null, - "FacLat": "30.606608", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "529", - "CWPName": "TRADITIONS PHS 38", - "SourceID": "TXR1563KT", - "CWPStreet": "NW OF ATLAS PEAR DR. & HEALTH SCIENCE CENTER PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071347820", - "CWPNAICSCodes": null, - "FacLat": "30.606608", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "530", - "CWPName": "TRADITIONS PHS. 102", - "SourceID": "TXR10F80U", - "CWPStreet": "NE OF SOUTH TRADITIONS & HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070695607", - "CWPNAICSCodes": null, - "FacLat": "30.6026", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "531", - "CWPName": "TRADITIONS PHS. 102", - "SourceID": "TXR10F80K", - "CWPStreet": "NE OF SOUTH TRADITIONS & HSC PKWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070695607", - "CWPNAICSCodes": null, - "FacLat": "30.6026", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "532", - "CWPName": "TRADITIONS PHS. 35", - "SourceID": "TXR10F9YY", - "CWPStreet": "SW OF CLUB DR. & SOUTH TRADITIONS DR.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071156636", - "CWPNAICSCodes": null, - "FacLat": "30.6016", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "533", - "CWPName": "TRADITIONS PHS. 35", - "SourceID": "TXR10F9Z9", - "CWPStreet": "SW OF CLUB DR. & SOUTH TRADITIONS DR.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071156636", - "CWPNAICSCodes": null, - "FacLat": "30.6016", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "534", - "CWPName": "TRADITIONS SUBDIVISION", - "SourceID": "TXR1567HD", - "CWPStreet": "2856 PERSIMMON RIDGE CT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071155470", - "CWPNAICSCodes": null, - "FacLat": "30.611508", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "535", - "CWPName": "TRADITIONS SUBDIVISION - PHASE 35", - "SourceID": "TXR1526HL", - "CWPStreet": "INTERSECTION OF WILLOW RIDGE DRIVE AND CLUB DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071178754", - "CWPNAICSCodes": null, - "FacLat": "30.603003", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "536", - "CWPName": "TRADITIONS SUBDIVISION PHASE 20D & 20E", - "SourceID": "TXR1509LE", - "CWPStreet": "INTERSECTION OF CENTURY OAK DRIVE & FM 1179 - VILL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071359590", - "CWPNAICSCodes": null, - "FacLat": "30.611917", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "537", - "CWPName": "TRADITIONS SUBDIVISION PHASE 20D & 20E & 20F", - "SourceID": "TXR1598LK", - "CWPStreet": "INTERSECTION OF CENTURY OAK DRIVE & FM 1179 - VILL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071359590", - "CWPNAICSCodes": null, - "FacLat": "30.611917", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "538", - "CWPName": "TRADITIONS SUBDIVISION PHASE 24 & 25", - "SourceID": "TXR1586CJ", - "CWPStreet": "INTERSECTION OF HSC PARKWAY AND RIVERSIDE PARKWAY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070818674", - "CWPNAICSCodes": null, - "FacLat": "30.590852", - "CensusBlockGroup2020": "480419800001" - }, - { - "ObjectId": "539", - "CWPName": "TRADITIONS VILLAGES PHS. 4", - "SourceID": "TXR10F9UN", - "CWPStreet": "SW OF TRADITIONS BLVD. & W. VILLA MARIA ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071145454", - "CWPNAICSCodes": null, - "FacLat": "30.6124", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "540", - "CWPName": "TRADITIONS VILLAGES PHS. 4", - "SourceID": "TXR10F9U5", - "CWPStreet": "SW OF TRADITIONS BLVD. & W. VILLA MARIA ROAD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071145454", - "CWPNAICSCodes": null, - "FacLat": "30.6124", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "541", - "CWPName": "TRAFALGER--37 ACRES", - "SourceID": "TXR15195L", - "CWPStreet": "DIRECTLY ACROSS FM 158 FROM MIRAMONT BLVD-37 ACRES", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070375931", - "CWPNAICSCodes": null, - "FacLat": "30.665417", - "CensusBlockGroup2020": "480410020223" - }, - { - "ObjectId": "542", - "CWPName": "TRAVIS B BRYAN MIDTOWN PARK PHASE 3E-DETENTION & DESILTING", - "SourceID": "TXR1592CF", - "CWPStreet": "206 W VILLA MARIA RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801-3029", - "RegistryID": "110070793575", - "CWPNAICSCodes": null, - "FacLat": "30.638891", - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "543", - "CWPName": "TRUFIT BRYAN TOWNE CENTER", - "SourceID": "TXR15935R", - "CWPStreet": "3143 WILDFLOWER DR STE 1300", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802-3063", - "RegistryID": "110070371588", - "CWPNAICSCodes": null, - "FacLat": "30.662797", - "CensusBlockGroup2020": "480410020223" - }, - { - "ObjectId": "544", - "CWPName": "TURKEY CREEK WWTP", - "SourceID": "TX0062472", - "CWPStreet": "3000FT W FMR 2818, APPROX 4M SE ST HWY 21", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77807", - "RegistryID": "110017890460", - "CWPNAICSCodes": null, - "FacLat": "30.62075", - "CensusBlockGroup2020": "480410002031" - }, - { - "ObjectId": "545", - "CWPName": "TXDOT BRY CSJ 0212-03-050", - "SourceID": "TXR1562KP", - "CWPStreet": "FM 158 FROM SH 6 SB FRONTAGE ROAD TO N TEXAS AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110071338298", - "CWPNAICSCodes": null, - "FacLat": "30.672", - "CensusBlockGroup2020": "480410019011" - }, - { - "ObjectId": "546", - "CWPName": "TXDOT BRY CSJ 2399-01-074", - "SourceID": "TXR1504EF", - "CWPStreet": "FM 2818 FROM 0.5 MILES N OF FM 60 TO FM 2154", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070891106", - "CWPNAICSCodes": null, - "FacLat": "30.592", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "547", - "CWPName": "TXDOT BRY CSJ 2399-01-074", - "SourceID": "TXR1541EI", - "CWPStreet": "FM 2818 FROM 0.5 MILES N OF FM 60 TO FM 2154", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070891106", - "CWPNAICSCodes": null, - "FacLat": "30.592", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "548", - "CWPName": "TXDOT BRY CSJ 2851-01-050", - "SourceID": "TXR1566LM", - "CWPStreet": "FM 2818 FROM BECK ST TO 0.1 MILES S OF LEONARD RD", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110071365800", - "CWPNAICSCodes": null, - "FacLat": "30.65", - "CensusBlockGroup2020": "480410006054" - }, - { - "ObjectId": "549", - "CWPName": "TXDOT CSJ 0049-12-096", - "SourceID": "TXR15454M", - "CWPStreet": "SH 6 FROM SH 21 TO FM 158", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070189753", - "CWPNAICSCodes": null, - "FacLat": "30.7", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "550", - "CWPName": "TXDOT CSJ 0506-01-105", - "SourceID": "TXR15798A", - "CWPStreet": "FM 60/FM 2818 INTERCHANGE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070191931", - "CWPNAICSCodes": null, - "FacLat": "30.6", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "551", - "CWPName": "TXDOT CSJ 0506-01-105", - "SourceID": "TXR15039B", - "CWPStreet": "FM 60/FM 2818 INTERCHANGE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070191931", - "CWPNAICSCodes": null, - "FacLat": "30.6", - "CensusBlockGroup2020": "480410020171" - }, - { - "ObjectId": "552", - "CWPName": "TXDOT CSJ 0917-29-129", - "SourceID": "TXR15382G", - "CWPStreet": "SH 308 FROM FM 1179 TO INLOW STREET", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070195678", - "CWPNAICSCodes": null, - "FacLat": "30.64", - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "553", - "CWPName": "TXDOT CSJ 0917-29-129", - "SourceID": "TXR15321G", - "CWPStreet": "SH 308 FROM FM 1179 TO INLOW STREET", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070195678", - "CWPNAICSCodes": null, - "FacLat": "30.64", - "CensusBlockGroup2020": "480410009001" - }, - { - "ObjectId": "554", - "CWPName": "TXI BRYAN FOUNTAIN READY MIX", - "SourceID": "TXG111360", - "CWPStreet": "1610 FOUNTAIN AVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77801", - "RegistryID": "110035086297", - "CWPNAICSCodes": null, - "FacLat": "30.65385", - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "555", - "CWPName": "UNIVERSITY ACRES WWTP", - "SourceID": "TX0084981", - "CWPStreet": "3500' S-SE INTERX OF FM 2818 AND FM 2154", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77802", - "RegistryID": "110009776778", - "CWPNAICSCodes": null, - "FacLat": "30.579361", - "CensusBlockGroup2020": "480410020211" - }, - { - "ObjectId": "556", - "CWPName": "UNIVERSITY HEIGHTS COMMERICIAL CENTER PH1", - "SourceID": "TXR15903Z", - "CWPStreet": "START AT HOLLEMAN DRIVE SOUTH AND KENYON DR. PROCE", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070598226", - "CWPNAICSCodes": null, - "FacLat": "30.572674", - "CensusBlockGroup2020": "480410020212" - }, - { - "ObjectId": "557", - "CWPName": "UNKNOWN", - "SourceID": "TX0097951", - "CWPStreet": "UNKNOWN", - "CWPCity": null, - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "00000", - "RegistryID": "110039168619", - "CWPNAICSCodes": null, - "FacLat": "30.6567254", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "558", - "CWPName": "UNKNOWN", - "SourceID": "TX0090867", - "CWPStreet": "UNKNOWN", - "CWPCity": null, - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "00000", - "RegistryID": "110039182087", - "CWPNAICSCodes": null, - "FacLat": "30.6567254", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "559", - "CWPName": "UPRR BRYAN YARD", - "SourceID": "TXR05EO05", - "CWPStreet": "198 W PEASE ST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-4514", - "RegistryID": "110070696699", - "CWPNAICSCodes": null, - "FacLat": "30.66217", - "CensusBlockGroup2020": "480410009002" - }, - { - "ObjectId": "560", - "CWPName": "UPS BRYAN", - "SourceID": "TXR05O068", - "CWPStreet": "2730 OSBORN LN", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-5151", - "RegistryID": "110037861070", - "CWPNAICSCodes": null, - "FacLat": "30.6801", - "CensusBlockGroup2020": "480410004021" - }, - { - "ObjectId": "561", - "CWPName": "UPS BRYAN", - "SourceID": "TXR1567CP", - "CWPStreet": "1069 N EARL RUDDER FWY", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77802", - "RegistryID": "110070826300", - "CWPNAICSCodes": null, - "FacLat": "30.680594", - "CensusBlockGroup2020": "480410004021" - }, - { - "ObjectId": "562", - "CWPName": "VERABANK AT PROVIDENCE PARK", - "SourceID": "TXR1546CR", - "CWPStreet": "EAST RUDDER FWY. AND PROVIDENCE PKWY.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070824465", - "CWPNAICSCodes": null, - "FacLat": "30.613053", - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "563", - "CWPName": "VETERANS PARK ATHLETIC COMPLEX", - "SourceID": "TXR15768L", - "CWPStreet": "3101 HARVEY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845-9414", - "RegistryID": "110070358225", - "CWPNAICSCodes": null, - "FacLat": "30.63994", - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "564", - "CWPName": "VETERANS PARK PHASE 1B", - "SourceID": "TXR1580DE", - "CWPStreet": "3101 HARVEY RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070358225", - "CWPNAICSCodes": null, - "FacLat": "30.63994", - "CensusBlockGroup2020": "480410020161" - }, - { - "ObjectId": "565", - "CWPName": "VILLAGES AT TRADITIONS PHS. 3", - "SourceID": "TXR10F6QP", - "CWPStreet": "NW OF TRADITIONS BLVD. AND S. TRADITIONS DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070505096", - "CWPNAICSCodes": null, - "FacLat": "30.6134", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "566", - "CWPName": "VILLAGES AT TRADITIONS PHS. 3", - "SourceID": "TXR10F6QI", - "CWPStreet": "NW OF TRADITIONS BLVD. AND SOUTH TRADITIONS DRIVE", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110070502390", - "CWPNAICSCodes": null, - "FacLat": "30.6134", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "567", - "CWPName": "VILLAGES OF INDIAN LAKES PHASE 28", - "SourceID": "TX0136808", - "CWPStreet": "1675 FT SE OF THE INTEREX OF INDIAN LAKES DR AND", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": "09", - "CWPZip": "77845", - "RegistryID": "110067173999", - "CWPNAICSCodes": null, - "FacLat": "30.5556499999484", - "CensusBlockGroup2020": null - }, - { - "ObjectId": "568", - "CWPName": "VINTAGE ESTATES", - "SourceID": "TXR1518EV", - "CWPStreet": "4101 VINTAGE ESTATES COURT", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070924874", - "CWPNAICSCodes": null, - "FacLat": "30.703306", - "CensusBlockGroup2020": "480410001081" - }, - { - "ObjectId": "569", - "CWPName": "W 28TH STREET", - "SourceID": "TXR1547BO", - "CWPStreet": "AROUND 60 ACRES BORDERING W 28TH STREET, SUNCREST", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070818649", - "CWPNAICSCodes": null, - "FacLat": "30.6624", - "CensusBlockGroup2020": "480410006034" - }, - { - "ObjectId": "570", - "CWPName": "WALKONS BISTREAUX MAIN EXT.", - "SourceID": "TXR10F7XB", - "CWPStreet": "WEST OF ARRINGTON RD & TEXAS 6 FRONTAGE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070688194", - "CWPNAICSCodes": null, - "FacLat": "30.5647", - "CensusBlockGroup2020": "480410020251" - }, - { - "ObjectId": "571", - "CWPName": "WALKONS BISTREAUX MAIN EXT.", - "SourceID": "TXR10F7X3", - "CWPStreet": "WEST OF ARRINGTON RD. & TEXAS 6 FRONTAGE RD.", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070686452", - "CWPNAICSCodes": null, - "FacLat": "30.5647", - "CensusBlockGroup2020": "480410020251" - }, - { - "ObjectId": "572", - "CWPName": "WATERFORD HEIGHTS ESTATES SUBDIVISION", - "SourceID": "TXR1566GI", - "CWPStreet": "1402 BIRD POND RD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071081477", - "CWPNAICSCodes": null, - "FacLat": "30.58888", - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "573", - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15269Q", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070365517", - "CWPNAICSCodes": null, - "FacLat": "30.585", - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "574", - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15510Y", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070365517", - "CWPNAICSCodes": null, - "FacLat": "30.585", - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "575", - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15908Y", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070365517", - "CWPNAICSCodes": null, - "FacLat": "30.585", - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "576", - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15548Z", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070365517", - "CWPNAICSCodes": null, - "FacLat": "30.585", - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "577", - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15713X", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070365517", - "CWPNAICSCodes": null, - "FacLat": "30.585", - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "578", - "CWPName": "WATERFORD HEIGHTS SUBDIVISION", - "SourceID": "TXR15293Y", - "CWPStreet": "THE PROJECT IS LOCATED AT THE CORNER OF ROCK PRAIR", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070365517", - "CWPNAICSCodes": null, - "FacLat": "30.585", - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "579", - "CWPName": "WATHEN RESIDENCE", - "SourceID": "TXR1586FW", - "CWPStreet": "3032 HICKORY RIDGE CIR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77807", - "RegistryID": "110071066580", - "CWPNAICSCodes": null, - "FacLat": "30.61096", - "CensusBlockGroup2020": "480410002072" - }, - { - "ObjectId": "580", - "CWPName": "WEATHERFORD ESTATES PHS. 3", - "SourceID": "TXR10FA6J", - "CWPStreet": "NE OF BIRD POND ROAD & ROCK PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071221079", - "CWPNAICSCodes": null, - "FacLat": "30.588", - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "581", - "CWPName": "WEATHERFORD ESTATES PHS. 3", - "SourceID": "TXR10FA6K", - "CWPStreet": "NE OF BIRD POND ROAD & ROCK PRAIRIE ROAD", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071221079", - "CWPNAICSCodes": null, - "FacLat": "30.588", - "CensusBlockGroup2020": "480410020162" - }, - { - "ObjectId": "582", - "CWPName": "WELLBORN SETTLEMENT", - "SourceID": "TXR1551BK", - "CWPStreet": "TURN RIGHT FROM GREENSPRAIRIE TO ROYDER RD AND GO", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070694976", - "CWPNAICSCodes": null, - "FacLat": "30.741027", - "CensusBlockGroup2020": "480410001042" - }, - { - "ObjectId": "583", - "CWPName": "WELLBORN SIDING NAVASOTA SUBDIVISION MP 63.5 TO MP 65.71", - "SourceID": "TXR15963U", - "CWPStreet": "WEST OF FM 2154, WELLBORN RD N, TX BETWEEN GREEN P", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070500088", - "CWPNAICSCodes": null, - "FacLat": "30.59941", - "CensusBlockGroup2020": "480410016081" - }, - { - "ObjectId": "584", - "CWPName": "WEST 26TH STREET REHABILITATION", - "SourceID": "TXR15152O", - "CWPStreet": "WEST 26TH STREET, FROM PARKER AVE. TO BRAZOS AVE.", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803", - "RegistryID": "110070356159", - "CWPNAICSCodes": null, - "FacLat": "30.67512", - "CensusBlockGroup2020": "480410006032" - }, - { - "ObjectId": "585", - "CWPName": "WESTINGHOUSE PROVIDENCE PARK", - "SourceID": "TXR1563CV", - "CWPStreet": "OFF OF EARL RUDDER FWY S NEXT TO ACADEMY", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110070826029", - "CWPNAICSCodes": null, - "FacLat": "30.6146", - "CensusBlockGroup2020": "480410020011" - }, - { - "ObjectId": "586", - "CWPName": "WOLF DEN SUBDIVISION", - "SourceID": "TXR1521IB", - "CWPStreet": "SOUTHWEST FROM THE CORNER OF JEANNE DR AND MCLAREN", - "CWPCity": "COLLEGE STATION", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77845", - "RegistryID": "110071222042", - "CWPNAICSCodes": null, - "FacLat": "30.555277", - "CensusBlockGroup2020": "480410020182" - }, - { - "ObjectId": "587", - "CWPName": "WOODVILLE ROAD IMPROVEMENTS", - "SourceID": "TXR1534BT", - "CWPStreet": "LOCATED ALONG WOODVILLE RD, FROM STATE HWY 6 TO OL", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77801", - "RegistryID": "110070711455", - "CWPNAICSCodes": null, - "FacLat": "30.71338", - "CensusBlockGroup2020": "480410003022" - }, - { - "ObjectId": "588", - "CWPName": "XPO LOGISTICS FREIGHT LBY", - "SourceID": "TXR05K375", - "CWPStreet": "417 PALASOTA DR", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77803-3844", - "RegistryID": "110070375241", - "CWPNAICSCodes": null, - "FacLat": "30.65876", - "CensusBlockGroup2020": "480410006051" - }, - { - "ObjectId": "589", - "CWPName": "YAUPON TRAILS", - "SourceID": "TXR15102Z", - "CWPStreet": "4509 HARDY WEEDON ROAD, BRYAN, TX 77808", - "CWPCity": "BRYAN", - "CWPState": "TX", - "CWPStateDistrict": null, - "CWPZip": "77808", - "RegistryID": "110070569623", - "CWPNAICSCodes": null, - "FacLat": "30.64963", - "CensusBlockGroup2020": "480410001063" - } - ] - } -} diff --git a/vignettes/int/0/cwa_rest_services.metadata-a4f118.json b/vignettes/int/0/cwa_rest_services.metadata-a4f118.json index ecf38ea..488cef2 100644 --- a/vignettes/int/0/cwa_rest_services.metadata-a4f118.json +++ b/vignettes/int/0/cwa_rest_services.metadata-a4f118.json @@ -75,44 +75,44 @@ "Description": "An internal 12-digit Facility Registry Service (FRS) tracking number used to tie all facility data together in EPA regulatory program databases." }, { - "ColumnName": "CWP_COUNTY", + "ColumnName": "EPA_SYSTEM", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "10", - "ObjectName": "CWPCounty", - "Description": "County in which the facility is located." + "ObjectName": "EPASystem", + "Description": "The EPA data system in which permit and facility records are kept. EPA's Facility Registry System (FRS) links all program database records (such as permit IDs and IDs facilities use in reporting to EPA) together. The following list describes the individual data systems that are linked to from the detailed facility report: - AFS: Air Facility System for Clean Air Act stationary source programs.- ICP: Integrated Compliance Information System for Clean Water Act programs monitoring National Pollutant Discharge Elimination System (NPDES) permits.- RCR: Resource Conservation and Recovery Act Information System (RCRAInfo) for tracking the Resource Conservation and Recovery Act (RCRA) programs.- NCDB: National Compliance Database System for monitoring national performance of the Toxic Substance Control Act (TSCA); the Emergency Planning and Right-to-Know Act, Section 313 (EPCRA); the Asbestos Hazard Emergency Response (AHERA); and the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).- TRI: Toxics Release Inventory for Emergency Planning and Community Right-to-Know Act, Section 313 submissions.- NEI: National Emissions Inventory database contains information on stationary and mobile sources that emit criteria air pollutants and their precursors, as well as hazardous air pollutants (HAPs). The database includes estimates of annual emissions, by source, of air pollutants in each area of the country, on an annual basis.- TSCA: Toxic Substances Control Act addressing the production, importation, use, and disposal of specific chemicals." }, { - "ColumnName": "CWP_EPA_REGION", - "DataType": "CHAR", - "DataLength": "2", + "ColumnName": "STATUTE", + "DataType": "VARCHAR2", + "DataLength": "50", "ColumnID": "11", - "ObjectName": "CWPEPARegion", - "Description": "The EPA region where the facility is located. EPA has 10 regional offices that execute programs within several states and territories." + "ObjectName": "Statute", + "Description": "The name of the statute associated with each of the permits and identifiers linked to the facility: - CAA = the Clean Air Act- CWA = the Clean Water Act- RCRA = the Resource Conservation and Recovery Act- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)- TSCA = the Toxic Substances Control Act- SDWA = the Safe Drinking Water Act" }, { - "ColumnName": "FAC_FEDERAL_AGENCY_CODE", + "ColumnName": "CWP_COUNTY", "DataType": "VARCHAR2", - "DataLength": "15", + "DataLength": "100", "ColumnID": "12", - "ObjectName": "FacFederalAgencyCode", - "Description": "Indicates the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. The five-character code consists of a letter followed by four numbers. There are four possible letters that can occupy the first character position: C = Civilian Federal Agency; D = Department of Defense; E = Department of Energy; X = Unknown. The second and third characters represent the agency code, while the fourth and fifth characters represent the bureau code." + "ObjectName": "CWPCounty", + "Description": "County in which the facility is located." }, { - "ColumnName": "FAC_FEDERAL_AGENCY_NAME", + "ColumnName": "FAC_COUNTY_NAME", "DataType": "VARCHAR2", - "DataLength": "150", + "DataLength": "100", "ColumnID": "13", - "ObjectName": "FacFederalAgencyName", - "Description": "Indicates the name of the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government." + "ObjectName": "FacCountyName", + "Description": "The facility county name from EPA's Facility Registry System" }, { - "ColumnName": "FAC_DERIVED_HUC", + "ColumnName": "FAC_STD_COUNTY_NAME", "DataType": "VARCHAR2", - "DataLength": "8", + "DataLength": "300", "ColumnID": "14", - "ObjectName": "FacDerivedHuc", - "Description": "The 8-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides. A HUC number is assigned to every watershed in the nation and uniquely identifies the watershed." + "ObjectName": "FacStdCountyName", + "Description": "The standardized facility county name from EPA's Facility Registry System" }, { "ColumnName": "FAC_FIPS_CODE", @@ -123,36 +123,36 @@ "Description": "The 2-digit Federal Information Processing Standards (FIPS) code to identify the county that a facility is located in." }, { - "ColumnName": "FAC_INDIAN_CNTRY_FLG", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "CWP_EPA_REGION", + "DataType": "CHAR", + "DataLength": "2", "ColumnID": "16", - "ObjectName": "FacIndianCntryFlg", - "Description": "Flag showing Y/N whether the facility is located in Indian Country." + "ObjectName": "CWPEPARegion", + "Description": "The EPA region where the facility is located. EPA has 10 regional offices that execute programs within several states and territories." }, { - "ColumnName": "CWP_INDIAN_CNTRY_FLG", + "ColumnName": "FAC_FEDERAL_AGENCY_CODE", "DataType": "VARCHAR2", - "DataLength": "3", + "DataLength": "15", "ColumnID": "17", - "ObjectName": "CWPIndianCntryFlg", - "Description": "Displays Y if a facility is located in Indian country." + "ObjectName": "FacFederalAgencyCode", + "Description": "Indicates the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. The five-character code consists of a letter followed by four numbers. There are four possible letters that can occupy the first character position: C = Civilian Federal Agency; D = Department of Defense; E = Department of Energy; X = Unknown. The second and third characters represent the agency code, while the fourth and fifth characters represent the bureau code." }, { - "ColumnName": "FAC_INDIAN_SPATIAL_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "FAC_FEDERAL_AGENCY_NAME", + "DataType": "VARCHAR2", + "DataLength": "150", "ColumnID": "18", - "ObjectName": "FacIndianSpatialFlg", - "Description": "Returns “Y” if a facility is located within a tribal spatial boundary as defined by the U.S. Census Bureau 2010 tribal boundary layer data for tribes in the lower 48 states and Bureau of Land Management Alaska State Office data for native villages in Alaska. Returns “N” if a facility is not located within a tribal or native Alaskan village area." + "ObjectName": "FacFederalAgencyName", + "Description": "Indicates the name of the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government." }, { - "ColumnName": "FAC_DERIVED_TRIBES", + "ColumnName": "FAC_DERIVED_HUC", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "8", "ColumnID": "19", - "ObjectName": "FacDerivedTribes", - "Description": "The tribes or tribal territories located within 25 miles of the facility's location." + "ObjectName": "FacDerivedHuc", + "Description": "The 8-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides. A HUC number is assigned to every watershed in the nation and uniquely identifies the watershed." }, { "ColumnName": "FAC_US_MEX_BORDER_FLG", @@ -235,2634 +235,3482 @@ "Description": null }, { - "ColumnName": "DSCH_TO_MS4", + "ColumnName": "AIR_IDS", "DataType": "VARCHAR2", - "DataLength": "1", + "DataLength": "4000", "ColumnID": "30", - "ObjectName": "DschToMs4", - "Description": "Indicatesif a facility discharges into a Municipal Separate Storm Sewer System (MS4)." + "ObjectName": "AIRIDs", + "Description": "Air Facility System (AFS) ID." }, { - "ColumnName": "RECEIVING_MS4_NAME", + "ColumnName": "NPDES_IDS", "DataType": "VARCHAR2", "DataLength": "4000", "ColumnID": "31", - "ObjectName": "ReceivingMs4Name", - "Description": "This is the name of the receiving MS4(s)." + "ObjectName": "NPDESIDs", + "Description": "Clean Water Act ID from the ICIS-NPDES (Integrated Compliance Information System - National Pollutant Discharge Elimination System)" }, { - "ColumnName": "STORM_WATER_AREA", + "ColumnName": "RCRA_IDS", "DataType": "VARCHAR2", "DataLength": "4000", "ColumnID": "32", - "ObjectName": "StormWaterArea", - "Description": "The estimated area of industrial activity at the site exposed to stormwater in acres." + "ObjectName": "RCRAIDs", + "Description": "A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database." }, { - "ColumnName": "HISTORIC_CRITERION_CODE", + "ColumnName": "SDWA_IDS", "DataType": "VARCHAR2", - "DataLength": "3", + "DataLength": "4000", "ColumnID": "33", - "ObjectName": "HistoricCriterionCode", - "Description": "Indicates the eligibility criteria for historic properties preservation." + "ObjectName": "SDWAIDs", + "Description": "A unique 9-character ID assigned for each public water system within the Safe Drinking Water Information System (SDWIS)." }, { - "ColumnName": "SPECIES_CRITICAL_HABITAL_FLAG", + "ColumnName": "TRI_IDS", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "4000", "ColumnID": "34", - "ObjectName": "SpeciesCriticalHabitalFlag", - "Description": "This identifies if Endangered Species Act (ESA) provisions are met." + "ObjectName": "TRIIDs", + "Description": "A unique 15-character ID assigned for each facility within the Toxics Release Inventory (TRI) program. The format is ZZZZZNNNNNSSSSS, where ZZZZZ = ZIP code, NNNNN = the first 5 consonants of the name, and SSSSS = the first 5 non-blank non-special characters in the street address." }, { - "ColumnName": "SWPPP_URL", + "ColumnName": "RMP_IDS", "DataType": "VARCHAR2", - "DataLength": "1000", + "DataLength": "4000", "ColumnID": "35", - "ObjectName": "SwpppUrl", - "Description": "Web address URL of Internet page where current copy of Stormwater Pollution Prevention Plan (SWPPP) is maintained." + "ObjectName": "RmpIDs", + "Description": "A unique ID assigned to each facility submitting a Risk Management Plan to EPA under the Risk Management Plan Rule." }, { - "ColumnName": "EXPOSED_ACTIVITY", + "ColumnName": "CENSUS_BLOCK_GROUP", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "48", "ColumnID": "36", - "ObjectName": "ExposedActivity", - "Description": "Description of onsite industrial activities exposed to stormwater and potential spill and leak areas." + "ObjectName": "CensusBlockGroup", + "Description": "A geographic unit used by the United States Census Bureau, generally defined to contain between 600 and 3,000 people." }, { - "ColumnName": "ASSOCIATED_POLLUTANT", + "ColumnName": "CENSUS_BLOCK_GROUP_2021", "DataType": "VARCHAR2", "DataLength": "4000", "ColumnID": "37", - "ObjectName": "AssociatedPollutant", - "Description": "Description of pollutant(s) or pollutant constituent(s) associated with each industrial activity exposed to stormwater." + "ObjectName": "CensusBlockGroup2021", + "Description": null }, { - "ColumnName": "CONTROL_MEASURE", + "ColumnName": "SUP_EJSCREEN_AUTO_FLAG", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "3", "ColumnID": "38", - "ObjectName": "ControlMeasure", - "Description": "Description of control measures employed to comply with the non-numeric technology-based effluent limits required in Part 2.1.2 and Part 8." + "ObjectName": "SupEjscreenAutoFlag", + "Description": null }, { - "ColumnName": "CONTROL_MEASURE_SCHEDULE", + "ColumnName": "SUP_EJSCREEN_AUTO_FLAG_REASONS", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "4", "ColumnID": "39", - "ObjectName": "ControlMeasureSchedule", - "Description": "Description of schedule for control measures associated with good housekeeping and maintenance." + "ObjectName": "SupEjscreenAutoFlagReasons", + "Description": null }, { - "ColumnName": "TYPE_OF_MONITORING", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "EJSCREEN_INDIAN_FLAG_SEARCH", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "40", - "ObjectName": "TypeOfMonitoring", - "Description": "The type of monitoring specified in the SWPPP." + "ObjectName": "EjscreenIndianFlagSearch", + "Description": null }, { - "ColumnName": "TYPE_OF_WATER", + "ColumnName": "EJSCREEN_INDIAN_FLAG", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "3", "ColumnID": "41", - "ObjectName": "TypeOfWater", - "Description": "The type of water body receiving discharges stormwater discharges specified in the SWPPP." + "ObjectName": "EjscreenIndianFlag", + "Description": null }, { - "ColumnName": "FAC_POP_DEN", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "US_TERRITORY_FLAG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "42", - "ObjectName": "FacPopDen", - "Description": "The number of persons per square mile in the area being profiled. This field is the ratio of total persons (displayed in the Total Persons field) to total land area (displayed in the Land Area field)." + "ObjectName": "UsTerritoryFlag", + "Description": null }, { - "ColumnName": "FAC_PERCENT_MINORITY", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_EJSCREEN_FLAG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "43", - "ObjectName": "FacPercentMinority", - "Description": "Percent Minority is the percentage of the population of the given area that is considered minority. Statistics are shown for the area within a 3-mile radius of each facility." + "ObjectName": "SupEjscreenFlag", + "Description": null }, { - "ColumnName": "SECTOR", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_EJSCREEN_FLAG_US", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "44", - "ObjectName": "Sector", - "Description": "The sector code and description for the industrial stormwater facility." + "ObjectName": "SupEjscreenFlagUs", + "Description": null }, { - "ColumnName": "SUBSECTOR", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_EJSCREEN_FLAG_ST", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "45", - "ObjectName": "Subsector", - "Description": "The industrial subsector associated with the facility." + "ObjectName": "SupEjscreenFlagSt", + "Description": null }, { - "ColumnName": "MSGP_PERMIT_TYPE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "SUP_OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "46", - "ObjectName": "MsgpPermitType", - "Description": "The Industrial stormwater permit type." + "ObjectName": "SupOver90CountUs", + "Description": null }, { - "ColumnName": "CWP_VERSION_NMBR", + "ColumnName": "SUP_MILEAVG_OVER90_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "47", - "ObjectName": "CWPVersionNmbr", - "Description": "The version number of the facility's NPDES permit." + "ObjectName": "SupMileavgOver90CountUs", + "Description": null }, { - "ColumnName": "CWP_PERMIT_STATUS_DESC", - "DataType": "VARCHAR2", - "DataLength": "20", + "ColumnName": "SUP_MILE_OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "48", - "ObjectName": "CWPPermitStatusDesc", - "Description": "The current stage/status in the NPDES permit life cycle." + "ObjectName": "SupMileOver90CountUs", + "Description": null }, { - "ColumnName": "ISSUING_AGENCY", - "DataType": "VARCHAR2", - "DataLength": "5", + "ColumnName": "SUP_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "49", - "ObjectName": "IssuingAgency", - "Description": "This is the name of the organization issuing or granting a permit." + "ObjectName": "SupOver90CountSt", + "Description": null }, { - "ColumnName": "SUBMITTED_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "50", - "ObjectName": "SubmittedDate", - "Description": "Date that the permit was submitted to the issuing agency." + "ObjectName": "SupMileavgOver90CountSt", + "Description": null }, { - "ColumnName": "CWP_PERMIT_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "120", + "ColumnName": "SUP_MILE_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "51", - "ObjectName": "CWPPermitTypeDesc", - "Description": "NPDES facility permit classification:- NPDES Individual Permit- General Permit Covered Facility- NPDES Master General Permit- Associated Permit Record- Individual Industrial User Permit- Individual State Issued Permit- State Issued Master General Permit- Unpermitted Facility" + "ObjectName": "SupMileOver90CountSt", + "Description": null }, { - "ColumnName": "CWP_ISSUE_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "EJSCREEN_FLAG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "52", - "ObjectName": "CWPIssueDate", - "Description": "Date (MM/DD/YYYY) that the permit was issued." + "ObjectName": "EjscreenFlag", + "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." }, { - "ColumnName": "CWP_EFFECTIVE_DATE", - "DataType": "DATE", - "DataLength": "7", - "ColumnID": "53", - "ObjectName": "CWPEffectiveDate", - "Description": "Date (MM/DD/YYYY) that the permit became effective." + "ColumnName": "EJSCREEN_FLAG_US", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "53", + "ObjectName": "EjscreenFlagUs", + "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." }, { - "ColumnName": "CWP_TERMINATION_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "EJSCREEN_FLAG_ST", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "54", - "ObjectName": "CWPTerminationDate", - "Description": "Date (MM/DD/YYYY) that the permit was terminated." + "ObjectName": "EjscreenFlagSt", + "Description": null }, { - "ColumnName": "CWP_EXPIRATION_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "55", - "ObjectName": "CWPExpirationDate", - "Description": "Date that the permit expires." + "ObjectName": "Over90CountUs", + "Description": null }, { - "ColumnName": "CWP_MAJOR_MINOR_STATUS_FLAG", - "DataType": "VARCHAR2", - "DataLength": "1", + "ColumnName": "OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "56", - "ObjectName": "CWPMajorMinorStatusFlag", - "Description": "Facilities marked M for major refers to CWA major permittees.- M = Major- N = Minor" + "ObjectName": "Over90CountSt", + "Description": null }, { - "ColumnName": "PERMIT_COMPONENTS", - "DataType": "VARCHAR2", - "DataLength": "1000", + "ColumnName": "MILEAVG_OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "57", - "ObjectName": "PermitComponents", - "Description": "Indicates the permit component(s) associated with the NPDES Permit Program Area." + "ObjectName": "MileavgOver90CountUs", + "Description": null }, { - "ColumnName": "NPDES_DATA_GROUPS_DESCS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "MILEAVG_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "58", - "ObjectName": "NPDESDataGroupsDescs", - "Description": "Description for each NPDES Data Group eReporting rule code related to the current NPDES permit." + "ObjectName": "MileavgOver90CountSt", + "Description": null }, { - "ColumnName": "MSGP_LAST_REPORT_YEAR", - "DataType": "VARCHAR2", - "DataLength": "4", + "ColumnName": "MILE_OVER90_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "59", - "ObjectName": "MsgpLastReportYear", - "Description": "The calendar year of the latest MSGP annual report submitted by the permitted facility." + "ObjectName": "MileOver90CountUs", + "Description": null }, { - "ColumnName": "MSGP_FACILITY_INSPCTN_SMMRY", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "MILE_OVER90_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "60", - "ObjectName": "MsgpFacilityInspctnSmmry", - "Description": "Summary of the quarterly facility inspection documentation (part 3.1 of the permit) during the MSGP annual report year." + "ObjectName": "MileOver90CountSt", + "Description": null }, { - "ColumnName": "MSGP_VISUAL_ASSESSMENT_SMMRY", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_OVER80_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "61", - "ObjectName": "MsgpVisualAssessmentSmmry", - "Description": "Summary of the quarterly visual assessment documentation (part 3.3 of the permit) during the MSGP annual report year." + "ObjectName": "SupOver80CountUs", + "Description": null }, { - "ColumnName": "MSGP_NO_FURTHER_RDCTN_RTNLE", + "ColumnName": "SUP_OVER80_COUNT_US_DISP", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "40", "ColumnID": "62", - "ObjectName": "MsgpNoFurtherRdctnRtnle", - "Description": "Description of rationale for why no further reductions are achievable (part 6.2.1.2 of the permit) during the MSGP annual report year." + "ObjectName": "SupOver80CountUsDisp", + "Description": null }, { - "ColumnName": "MSGP_CORRECTIVE_ACTION_SMMRY", + "ColumnName": "SUP_OVER80_COUNT_US_SEARCH", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "1", "ColumnID": "63", - "ObjectName": "MsgpCorrectiveActionSmmry", - "Description": "Summary of the corrective action documentation (part 4.3 of the permit) during the MSGP annual report year." + "ObjectName": "SupOver80CountUsSearch", + "Description": null }, { - "ColumnName": "AIR_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILEAVG_OVER80_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "64", - "ObjectName": "AIRIDs", - "Description": "Air Facility System (AFS) ID." + "ObjectName": "SupMileavgOver80CountUs", + "Description": null }, { - "ColumnName": "NPDES_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_OVER80_COUNT_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "65", - "ObjectName": "NPDESIDs", - "Description": "Clean Water Act ID from the ICIS-NPDES (Integrated Compliance Information System - National Pollutant Discharge Elimination System)" + "ObjectName": "SupMileOver80CountUs", + "Description": null }, { - "ColumnName": "RCRA_IDS", + "ColumnName": "SUP_MILE_OVER80_COUNT_US_DISP", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "40", "ColumnID": "66", - "ObjectName": "RCRAIDs", - "Description": "A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database." + "ObjectName": "SupMileOver80CountUsDisp", + "Description": null }, { - "ColumnName": "SDWA_IDS", + "ColumnName": "SUP_MILE_OVER80_COUNT_US_SEARCH", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "1", "ColumnID": "67", - "ObjectName": "SDWAIDs", - "Description": "A unique 9-character ID assigned for each public water system within the Safe Drinking Water Information System (SDWIS)." + "ObjectName": "SupMileOver80CountUsSearch", + "Description": null }, { - "ColumnName": "TRI_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_OVER80_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "68", - "ObjectName": "TRIIDs", - "Description": "A unique 15-character ID assigned for each facility within the Toxics Release Inventory (TRI) program. The format is ZZZZZNNNNNSSSSS, where ZZZZZ = ZIP code, NNNNN = the first 5 consonants of the name, and SSSSS = the first 5 non-blank non-special characters in the street address." + "ObjectName": "SupOver80CountSt", + "Description": null }, { - "ColumnName": "RMP_IDS", + "ColumnName": "SUP_OVER80_COUNT_ST_DISP", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "40", "ColumnID": "69", - "ObjectName": "RmpIDs", - "Description": "A unique ID assigned to each facility submitting a Risk Management Plan to EPA under the Risk Management Plan Rule." + "ObjectName": "SupOver80CountStDisp", + "Description": null }, { - "ColumnName": "BIO_VIO_LAST_YEAR_FLAG", - "DataType": "CHAR", + "ColumnName": "SUP_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", "DataLength": "1", "ColumnID": "70", - "ObjectName": "BioVioLastYearFlag", - "Description": "Y if the facility has a biosolids single event violation under the Clean Water Act in the last year. Note: Violations reported on the 2016 and 2017 Biosolids Annual Report are not updated with the weekly data refresh and may not be representative of a facility's recently submitted or updated report." + "ObjectName": "SupOver80CountStSearch", + "Description": null }, { - "ColumnName": "BIO_QTRS_WITH_VIO", + "ColumnName": "SUP_MILEAVG_OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "71", - "ObjectName": "BioQtrsWithVio", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered with violations for biosolids." + "ObjectName": "SupMileavgOver80CountSt", + "Description": null }, { - "ColumnName": "CWP_STATUS", - "DataType": "VARCHAR2", - "DataLength": "120", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "72", - "ObjectName": "CWPStatus", - "Description": "An indication of the facility's current compliance status under the Clean Water Act:- Significant Violation- Noncompliance- No Violation- Unknown" + "ObjectName": "SupMileOver80CountSt", + "Description": null }, { - "ColumnName": "CWP_SNC_STATUS", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST_DISP", "DataType": "VARCHAR2", - "DataLength": "50", + "DataLength": "40", "ColumnID": "73", - "ObjectName": "CWPSNCStatus", - "Description": "Indicates when a major source is in significant noncompliance (SNC) or a non-major source has a Category I violation." + "ObjectName": "SupMileOver80CountStDisp", + "Description": null }, { - "ColumnName": "CWP_SNC_STATUS_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "74", - "ObjectName": "CWPSNCStatusDate", - "Description": "The status date of the facility's Significant Noncompliance designation." + "ObjectName": "SupMileOver80CountStSearch", + "Description": null }, { - "ColumnName": "CWP_QTRS_WITH_NC", + "ColumnName": "OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "75", - "ObjectName": "CWPQtrsWithNC", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered either with violations, in noncompliance (NC) status, or in Significant Noncompliance (SNC), as described above under Compliance Status." + "ObjectName": "Over80CountUs", + "Description": "The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in." }, { - "ColumnName": "CWP_VIOL_STATUS", + "ColumnName": "OVER80_COUNT_US_DISP", "DataType": "VARCHAR2", - "DataLength": "3", + "DataLength": "40", "ColumnID": "76", - "ObjectName": "CWPViolStatus", - "Description": "Indicates if the facility is currently in any violation under the Clean Water Act, either in Noncompliance or Significant Noncompliance." + "ObjectName": "Over80CountUsDisp", + "Description": null }, { - "ColumnName": "CWP_QTRS_WITH_SNC", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OVER80_COUNT_US_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "77", - "ObjectName": "CWPQtrsWithSNC", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit is considered in Significant Noncompliance (SNC), as described above under Compliance Status." + "ObjectName": "Over80CountUsSearch", + "Description": null }, { - "ColumnName": "MISS_DMR_QTRS", + "ColumnName": "MILEAVG_OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "78", - "ObjectName": "MissDMRQtrs", - "Description": "Count of the number of quarters, out of the last twelve quarters, in which EPA's data system was not able to determine the facility-level compliance status." + "ObjectName": "MileavgOver80CountUs", + "Description": null }, { - "ColumnName": "CWP_E90_CNT", + "ColumnName": "MILE_OVER80_COUNT_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "79", - "ObjectName": "CWPE90Cnt", - "Description": "Displays the number of instances where effluent limits have been exceeded in the past 3 years (E90 compliance code), based on monthly Discharge Monitoring Reports (DMRs) submitted by facilities." + "ObjectName": "MileOver80CountUs", + "Description": null }, { - "ColumnName": "CWP_COMPLIANCE_TRACKING", + "ColumnName": "MILE_OVER80_COUNT_US_DISP", "DataType": "VARCHAR2", - "DataLength": "8", + "DataLength": "40", "ColumnID": "80", - "ObjectName": "CWPComplianceTracking", - "Description": "Extent to which data is being entered and effluent exceedances are being identified (Off, On, Partial)." + "ObjectName": "MileOver80CountUsDisp", + "Description": null }, { - "ColumnName": "ALR_EXCEEDENCES", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_US_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "81", - "ObjectName": "AlrExceedences", + "ObjectName": "MileOver80CountUsSearch", "Description": null }, { - "ColumnName": "CWP_INSPECTION_COUNT", + "ColumnName": "OVER80_COUNT_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "82", - "ObjectName": "CWPInspectionCount", - "Description": "The number of inspections/compliance evaluations, under the corresponding statute, occurring at the facility within the last five years." + "ObjectName": "Over80CountSt", + "Description": null }, { - "ColumnName": "CWP_DAYS_LAST_INSPECTION", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OVER80_COUNT_ST_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "83", - "ObjectName": "CWPDaysLastInspection", - "Description": "Indicates the number of days since the most recent inspection of the facility." + "ObjectName": "Over80CountStDisp", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INSPECTION", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "84", - "ObjectName": "CWPDateLastInspection", - "Description": "The date on which the most recent inspection of the facility took place. For the CAA, the date on which a Full Compliance Evaluation (FCE) was completed." + "ObjectName": "Over80CountStSearch", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INSP_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "MILEAVG_OVER80_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "85", - "ObjectName": "CWPDateLastInspEPA", - "Description": "Indicates the effective date of the most recent inspection taken against the facility." + "ObjectName": "MileavgOver80CountSt", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INSP_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "MILE_OVER80_COUNT_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "86", - "ObjectName": "CWPDateLastInspSt", - "Description": "Indicates the effective date of the most recent inspection taken against the facility by a state environmental agency." + "ObjectName": "MileOver80CountSt", + "Description": null }, { - "ColumnName": "CWP_BIO_INSP_COUNT", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_ST_DISP", + "DataType": "VARCHAR2", + "DataLength": "40", "ColumnID": "87", - "ObjectName": "CWPBioInspCount", - "Description": "The count of Biosolids related Inspections that have occured for the facility." + "ObjectName": "MileOver80CountStDisp", + "Description": null }, { - "ColumnName": "CWP_DAYS_LAST_BIO_INSP", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILE_OVER80_COUNT_ST_SEARCH", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "88", - "ObjectName": "CWPDaysLastBioInsp", - "Description": "Indicates the number of days since the most recent Biosolids related inspection of the facility." + "ObjectName": "MileOver80CountStSearch", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_INSP", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "89", - "ObjectName": "CWPDateLastBioInsp", - "Description": "The date on which the most recent biosolids program inspection of the facility took place." + "ObjectName": "SupPctilePmUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_INSP_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_O3_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "90", - "ObjectName": "CWPDateLastBioInspEPA", - "Description": "Indicate the last inspection date by EPA" + "ObjectName": "SupPctileO3Us", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_INSP_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "91", - "ObjectName": "CWPDateLastBioInspSt", - "Description": "Indicate the last inspection date by state environmental agency" + "ObjectName": "SupPctileDpmUs", + "Description": null }, { - "ColumnName": "CWP_INFORMAL_ENF_ACT_COUNT", + "ColumnName": "SUP_PCTILE_CANCER_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "92", - "ObjectName": "CWPInformalEnfActCount", - "Description": "Indicates the total number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years." + "ObjectName": "SupPctileCancerUs", + "Description": null }, { - "ColumnName": "CWP_FORMAL_EA_CNT", + "ColumnName": "SUP_PCTILE_RESP_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "93", - "ObjectName": "CWPFormalEaCnt", - "Description": "Indicates the total number of enforcement actions taken against the facility within the last five years. NA indicates that this measure is not applicable for facilities with no associated CAA, CWA, or RCRA permits." + "ObjectName": "SupPctileRespUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INFORMAL_EA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "94", - "ObjectName": "CWPDateLastInformalEa", - "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility." + "ObjectName": "SupPctileRseiAIRUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_IEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "95", - "ObjectName": "CWPDateLastIeaEPA", - "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility by EPA." + "ObjectName": "SupPctileTrafficScoreUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_IEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PCTPRE1960_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "96", - "ObjectName": "CWPDateLastIeaSt", - "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility by a state environmental agency." + "ObjectName": "SupPctilePctpre1960Us", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_FEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "97", - "ObjectName": "CWPDateLastFea", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility." + "ObjectName": "SupPctileProximityRmpUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_FEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "98", - "ObjectName": "CWPDateLastFeaEPA", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA." + "ObjectName": "SupPctileProximityTsdfUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_FEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "99", - "ObjectName": "CWPDateLastFeaSt", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency." + "ObjectName": "SupPctileProximityNplUs", + "Description": null }, { - "ColumnName": "CWP_BIO_IEA_COUNT", + "ColumnName": "SUP_PCTILE_UST_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "100", - "ObjectName": "CWPBioIeaCount", - "Description": "The count of Biosolids related Informal Enforcement Actions that have been taken against the Facility." + "ObjectName": "SupPctileUstUs", + "Description": null }, { - "ColumnName": "CWP_BIO_FEA_COUNT", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "101", - "ObjectName": "CWPBioFeaCount", - "Description": "The count of Biosolids related Formal Enforcement Actions that have been taken against the Facility." + "ObjectName": "SupPctileProximityNPDESUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_IEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_PM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "102", - "ObjectName": "CWPDateLastBioIea", - "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility within the last five years." + "ObjectName": "SupMileavgPctilePmUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_IEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_O3_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "103", - "ObjectName": "CWPDateLastBioIeaEPA", - "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by EPA within the last five years." + "ObjectName": "SupMileavgPctileO3Us", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_IEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_DPM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "104", - "ObjectName": "CWPDateLastBioIeaSt", - "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by a state environmental agency within the last five years." + "ObjectName": "SupMileavgPctileDpmUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_FEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_CANCER_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "105", - "ObjectName": "CWPDateLastBioFea", - "Description": "Indicates the effective date of the most recent listed biosolids formal enforcement action taken against the facility within the last five years." + "ObjectName": "SupMileavgPctileCancerUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_FEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_RESP_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "106", - "ObjectName": "CWPDateLastBioFeaEPA", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA within the last five years." + "ObjectName": "SupMileavgPctileRespUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_FEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_RSEI_AIR_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "107", - "ObjectName": "CWPDateLastBioFeaSt", - "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency within the last five years." + "ObjectName": "SupMileavgPctileRseiAIRUs", + "Description": null }, { - "ColumnName": "CWP_BIO_PENALTIES", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_TRAFFIC_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "108", - "ObjectName": "CWPBioPenalties", - "Description": "The total amount of Biosolids related penalties that have been assessed against the facility." + "ObjectName": "SupMileavgPctileTrafficUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_BIO_PENALTY", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_LEADPNT_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "109", - "ObjectName": "CWPDateLastBioPenalty", - "Description": "Indicates the date on which the most recent assessed (or final) biosolids penalty was taken against the facility within the last five years. This measure only includes penalties that have been entered in the program database ICIS-NPDES." + "ObjectName": "SupMileavgPctileLeadpntUs", + "Description": null }, { - "ColumnName": "BIO_VIO_STATUS", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_RMP_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "110", - "ObjectName": "BioVioStatus", - "Description": "A value of 1 indicates if the Biosolids facility currently has an unresolved biosolids related Single Event Violation." + "ObjectName": "SupMileavgPctileProxRmpUs", + "Description": null }, { - "ColumnName": "BIO_VIOL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_TSDF_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "111", - "ObjectName": "BioViolFlag", - "Description": "Displays Yes if the facility is in violation for biosolids under the Clean Water Act, in the last three years." + "ObjectName": "SupMileavgPctileProxTsdfUs", + "Description": null }, { - "ColumnName": "BIO_VIO_LAST_YEAR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPL_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "112", - "ObjectName": "BioVioLastYear", - "Description": "A flag (values of 1 for Yes, 0 for No) that a Bisolids Violation occurred in the last 4 quarters." + "ObjectName": "SupMileavgPctileProxNplUs", + "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_FEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_UST_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "113", - "ObjectName": "CWPDateLastIndswFea", + "ObjectName": "SupMileavgPctileUstUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_FEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPDES_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "114", - "ObjectName": "CWPDateLastIndswFeaSt", + "ObjectName": "SupMileavgPctileProxNPDESUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_FEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_PM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "115", - "ObjectName": "CWPDateLastIndswFeaEPA", + "ObjectName": "SupMilePctilePmUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_IEA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_O3_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "116", - "ObjectName": "CWPDateLastIndswIea", + "ObjectName": "SupMilePctileO3Us", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_IEA_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "117", - "ObjectName": "CWPDateLastIndswIeaEPA", + "ObjectName": "SupMilePctileDpmUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_IEA_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_CANCER_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "118", - "ObjectName": "CWPDateLastIndswIeaSt", + "ObjectName": "SupMilePctileCancerUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_INSP", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_RESP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "119", - "ObjectName": "CWPDateLastIndswInsp", + "ObjectName": "SupMilePctileRespUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_INSP_EPA", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "120", - "ObjectName": "CWPDateLastIndswInspEPA", + "ObjectName": "SupMilePctileRseiAIRUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_INSP_ST", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "121", - "ObjectName": "CWPDateLastIndswInspSt", + "ObjectName": "SupMilePctileTrafficScoreUs", "Description": null }, { - "ColumnName": "CWP_INDSW_FEA_COUNT", + "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "122", - "ObjectName": "CWPIndswFeaCount", + "ObjectName": "SupMilePctilePctpre1960Us", "Description": null }, { - "ColumnName": "CWP_INDSW_IEA_COUNT", + "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "123", - "ObjectName": "CWPIndswIeaCount", + "ObjectName": "SupMilePctileProxRmpUs", "Description": null }, { - "ColumnName": "CWP_INDSW_INSP_COUNT", + "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "124", - "ObjectName": "CWPIndswInspCount", + "ObjectName": "SupMilePctileProxTsdfUs", "Description": null }, { - "ColumnName": "CWP_DAYS_LAST_INDSW_INSP", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "125", - "ObjectName": "CWPDaysLastIndswInsp", + "ObjectName": "SupMilePctileProxNplUs", "Description": null }, { - "ColumnName": "CWP_INDSW_PENALTIES", + "ColumnName": "SUP_MILE_PCTILE_UST_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "126", - "ObjectName": "CWPIndswPenalties", + "ObjectName": "SupMilePctileUstUs", "Description": null }, { - "ColumnName": "CWP_DATE_LAST_INDSW_PENALTY", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "127", - "ObjectName": "CWPDateLastIndswPenalty", + "ObjectName": "SupMilePctileProxNPDESUs", "Description": null }, { - "ColumnName": "POLL_WITH_VIOLATION", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "128", - "ObjectName": "PollWithViolation", - "Description": "The names of pollutants with effluent exceedances (i.e., violation code E90) in the past three years in ICIS-NPDES." + "ObjectName": "SupPctilePmSt", + "Description": null }, { - "ColumnName": "LIM_POLLUTANT", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "129", - "ObjectName": "LimPollutant", - "Description": "The list of pollutants with enforceable (i.e., numeric limits or monitoring only) and/or benchmark limits in the current version of a NPDES permit." + "ObjectName": "SupPctileO3St", + "Description": null }, { - "ColumnName": "DMR_POUNDS", + "ColumnName": "SUP_PCTILE_DPM_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "130", - "ObjectName": "DMRPounds", - "Description": "Total pounds of pollutants discharged by the NPDES ID for the most recent complete calendar year." + "ObjectName": "SupPctileDpmSt", + "Description": null }, { - "ColumnName": "DMR_TWPE", + "ColumnName": "SUP_PCTILE_CANCER_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "131", - "ObjectName": "DMRTwpe", - "Description": "Total toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year. TWPE is the mass of a pollutant or chemical discharged that accounts for its relative toxicity." + "ObjectName": "SupPctileCancerSt", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_CONV_POLLUTANTS", + "ColumnName": "SUP_PCTILE_RESP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "132", - "ObjectName": "PastCalYrConvPollutants", - "Description": "Total pounds of conventional pollutants discharged by the NPDES ID for the most recent complete calendar year." + "ObjectName": "SupPctileRespSt", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_CONV_POL_OVR_LMT", + "ColumnName": "SUP_PCTILE_RSEI_AIR_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "133", - "ObjectName": "PastCalYrConvPolOvrLmt", - "Description": "Total load over limit of conventional pollutant pounds equivalent discharged by the NPDES ID for the most recent complete calendar year." + "ObjectName": "SupPctileRseiAIRSt", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_TOXIC_POL_OVR_LMT", + "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "134", - "ObjectName": "PastCalYrToxicPolOvrLmt", - "Description": "Total load over limit of toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year." + "ObjectName": "SupPctileTrafficScoreSt", + "Description": null }, { - "ColumnName": "FAC_TRI_SW_REL", + "ColumnName": "SUP_PCTILE_PCTPRE1960_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "135", - "ObjectName": "FacTRISwRel", - "Description": "Chemical surface water release information from the Toxics Release Inventory (TRI) represents the total chemical releases discharged to surface water, in pounds, for the most recent reporting year." + "ObjectName": "SupPctilePctpre1960St", + "Description": null }, { - "ColumnName": "FAC_TRI_POTW_TRANS", + "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "136", - "ObjectName": "FacTRIPotwTrans", - "Description": "POTW transfer information from the Toxics Release Inventory (TRI) represents the amount of toxic chemicals transferred to a Publicly Operated Treatment Works (POTW), in pounds, for the most recent reporting year." + "ObjectName": "SupPctileProximityRmpSt", + "Description": null }, { - "ColumnName": "CWP_CSO_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "137", - "ObjectName": "CWPCsoFlag", - "Description": "The discharge from a Combined Sewer System at a point prior to the treatment plant. CSOs are point sources subject to NPDES permit requirements including both technology-based and water quality-based requirements of the Clean Water Act." + "ObjectName": "SupPctileProximityTsdfSt", + "Description": null }, { - "ColumnName": "CWP_CSO_OUTFALLS", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "138", - "ObjectName": "CWPCsoOutfalls", - "Description": "The number of discharge outfalls at points prior to the treatment plant." + "ObjectName": "SupPctileProximityNplSt", + "Description": null }, { - "ColumnName": "CWP_STATE_WATER_BODY_CODE", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_PCTILE_UST_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "139", - "ObjectName": "CWPStateWaterBodyCode", - "Description": "Code from the Assessment TMDL Tracking & Implementation System (ATTAINS) database, assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification:- Region (first-level, 2-digit HUC)- Subregion (second-level, 4-digit HUC)- Accounting unit (third-level, 6-digit HUC)- Cataloguing unit (fourth-level, 8-digit HUC)- Watershed (fifth-level, 10-digit HUC)- Subwatershed (sixth-level, 12-digit HUC)" + "ObjectName": "SupPctileUstSt", + "Description": null }, { - "ColumnName": "CWP_STATE_WATER_BODY_NAME", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "140", - "ObjectName": "CWPStateWaterBodyName", - "Description": "The name of the watershed from the ATTAINS database in which the facility resides." + "ObjectName": "SupPctileProximityNPDESSt", + "Description": null }, { - "ColumnName": "ATTAINS_CYCLE_YEAR", + "ColumnName": "SUP_MILEAVG_PCTILE_PM_ST", "DataType": "VARCHAR2", - "DataLength": "4", + "DataLength": "10", "ColumnID": "141", - "ObjectName": "AttainsCycleYear", - "Description": "The year in which the most recent state assessment occurred for the waterbody. The data are from the ATTAINS database." + "ObjectName": "SupMileavgPctilePmSt", + "Description": null }, { - "ColumnName": "RAD_GNIS_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_O3_ST", "DataType": "VARCHAR2", - "DataLength": "60", + "DataLength": "10", "ColumnID": "142", - "ObjectName": "RadGnisName", - "Description": "The name of the waterbody from the Geographic Names Information System (GNIS) database in which the facility is permitted to discharge directly." + "ObjectName": "SupMileavgPctileO3St", + "Description": null }, { - "ColumnName": "RAD_REACHCODE", + "ColumnName": "SUP_MILEAVG_PCTILE_DPM_ST", "DataType": "VARCHAR2", - "DataLength": "14", + "DataLength": "10", "ColumnID": "143", - "ObjectName": "RadReachcode", - "Description": "A nationally unique and permanent identifier for the waterbody, assigned by the US Geological Survey." + "ObjectName": "SupMileavgPctileDpmSt", + "Description": null }, { - "ColumnName": "RAD_WBD_HU8", + "ColumnName": "SUP_MILEAVG_PCTILE_CANCER_ST", "DataType": "VARCHAR2", - "DataLength": "8", + "DataLength": "10", "ColumnID": "144", - "ObjectName": "RadWBDHu8", - "Description": "Hydrologic Unit Code (HUC) from the Reach Address Database (RAD), which is derived from the USGS Watershed Boundary Dataset." + "ObjectName": "SupMileavgPctileCancerSt", + "Description": null }, { - "ColumnName": "RAD_WBD_HU8_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_RESP_ST", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "145", - "ObjectName": "RadWBDHu8Name", - "Description": "The name of the hydrologic unit in which the facility may discharge, from the Reach Address Database (RAD) and derived from the USGS Watershed Boundary Dataset." + "ObjectName": "SupMileavgPctileRespSt", + "Description": null }, { - "ColumnName": "FAC_DERIVED_WBD_HU8", + "ColumnName": "SUP_MILEAVG_PCTILE_RSEI_AIR_ST", "DataType": "VARCHAR2", - "DataLength": "8", + "DataLength": "10", "ColumnID": "146", - "ObjectName": "FacDerivedWBDHu8", - "Description": "Spatially derived HUC based on the facility's geographic coordinates in FRS." + "ObjectName": "SupMileavgPctileRseiAIRSt", + "Description": null }, { - "ColumnName": "FAC_DERIVED_WBD_HU8_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_TRAFFIC_ST", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "147", - "ObjectName": "FacDerivedWBDHu8Name", - "Description": "The name of the hydrologic unit in which the facility is located within, derived spatially based on the facility's geographic coordinates in FRS." + "ObjectName": "SupMileavgPctileTrafficSt", + "Description": null }, { - "ColumnName": "RAD_WBD_HUC12", + "ColumnName": "SUP_MILEAVG_PCTILE_LEADPNT_ST", "DataType": "VARCHAR2", - "DataLength": "12", + "DataLength": "10", "ColumnID": "148", - "ObjectName": "RadWBDHuc12", - "Description": "Code from the Reach Address Database (RAD), assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification:- Region (first-level, 2-digit HUC)- Subregion (second-level, 4-digit HUC)- Accounting unit (third-level, 6-digit HUC)- Cataloguing unit (fourth-level, 8-digit HUC)- Watershed (fifth-level, 10-digit HUC)- Subwatershed (sixth-level, 12-digit HUC)" + "ObjectName": "SupMileavgPctileLeadpntSt", + "Description": null }, { - "ColumnName": "RAD_HU_12_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_RMP_ST", "DataType": "VARCHAR2", - "DataLength": "80", + "DataLength": "10", "ColumnID": "149", - "ObjectName": "RadHu12Name", - "Description": "The name of the waterbody in which the facility is permitted to discharge directly (from the Reach Address Database, RAD)." + "ObjectName": "SupMileavgPctileProxRmpSt", + "Description": null }, { - "ColumnName": "RAD_WBD_HUC12S", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_TSDF_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "150", - "ObjectName": "RadWBDHuc12s", + "ObjectName": "SupMileavgPctileProxTsdfSt", "Description": null }, { - "ColumnName": "FAC_DERIVED_WBD", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPL_ST", "DataType": "VARCHAR2", - "DataLength": "12", + "DataLength": "10", "ColumnID": "151", - "ObjectName": "FacDerivedWBD", - "Description": "The Hydrologic Unit Code (HUC-12) of the waterbody in which the facility resides, derived based on location data in FRS." + "ObjectName": "SupMileavgPctileProxNplSt", + "Description": null }, { - "ColumnName": "FAC_DERIVED_WBD_NAME", + "ColumnName": "SUP_MILEAVG_PCTILE_UST_ST", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "152", - "ObjectName": "FacDerivedWBDName", - "Description": "The 12 digit Watershed Boundary Dataset Name derived from the FRS Best Pick Coordinate" + "ObjectName": "SupMileavgPctileUstSt", + "Description": null }, { - "ColumnName": "ATTAINS_SOURCE", - "DataType": "CHAR", - "DataLength": "6", + "ColumnName": "SUP_MILEAVG_PCTILE_PROX_NPDES_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "153", - "ObjectName": "AttainsSource", - "Description": "The CWA Report in which the waterbody data can be found. The data are from the Assessment TMDL Tracking & Implementation System (ATTAINS) database." + "ObjectName": "SupMileavgPctileProxNPDESSt", + "Description": null }, { - "ColumnName": "CWP_IMP_WATER_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "154", - "ObjectName": "CWPImpWaterFlg", - "Description": "Displays Y if the permitted facility discharges directly into category 4 or 5 impaired waters, as designated under section 303(d) of the Clean Water Act." + "ObjectName": "SupMilePctilePmSt", + "Description": null }, { - "ColumnName": "ATTAINS_IMP_WATER_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "155", - "ObjectName": "AttainsImpWaterFlg", - "Description": "Displays Y if the waterbody in which the facility resides is listed for impairment. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileO3St", + "Description": null }, { - "ColumnName": "ATTAINS_AU_CATEGORY", - "DataType": "VARCHAR2", - "DataLength": "50", + "ColumnName": "SUP_MILE_PCTILE_DPM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "156", - "ObjectName": "AttainsAuCategory", - "Description": "The impairment class or category of the waterbody in which the facility is permitted to discharge directly. The data are from the ATTAINS database:- 5 = Impaired: TMDL needed. Available information indicates that at least one designated use is not being supported and a TMDL is needed (also known as the 303(d) listed waters).- 4 = Impaired: TMDL not needed. Available information indicates that at least one designated use is not being supported, but a TMDL is not needed (see subcategories).- 4a = TMDL completed. A TMDL has been completed, but impairment still exists.- 4b = TMDL alternative. Impairment is being addressed by a method other than a TMDL (e.g., stream bank improvements).- 4c = Non-pollutant causes. Cause of impairment is not a pollutant (e.g., habitat destruction)." + "ObjectName": "SupMilePctileDpmSt", + "Description": null }, { - "ColumnName": "ATTAINS_STATE_CAUSES", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_PCTILE_CANCER_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "157", - "ObjectName": "AttainsStateCauses", - "Description": "Lists all pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileCancerSt", + "Description": null }, { - "ColumnName": "ATTAINS_CAUSE_GROUPS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_PCTILE_RESP_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "158", - "ObjectName": "AttainsCauseGroups", - "Description": "Lists all groups of pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileRespSt", + "Description": null }, { - "ColumnName": "ATTAINS_POSSIBLE_NPDES_PARAMS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_PCTILE_RSEI_AIR_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "159", - "ObjectName": "AttainsPossibleNPDESParams", - "Description": "Lists all pollutants discharged by the facility that are potentially contributing to the impairment of local waterbodies." + "ObjectName": "SupMilePctileRseiAIRSt", + "Description": null }, { - "ColumnName": "ATTAINS_PSSBLE_E90_NPDES_PARAMS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "160", - "ObjectName": "AttainsPssbleE90NPDESParams", + "ObjectName": "SupMilePctileTrafficScoreSt", "Description": null }, { - "ColumnName": "ATTAINS_AQUATIC_LIFE_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "161", - "ObjectName": "AttainsAquaticLifeUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for aquatic life use. The data are from the ATTAINS database." + "ObjectName": "SupMilePctilePctpre1960St", + "Description": null }, { - "ColumnName": "ATTAINS_EXCEPTNL_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "162", - "ObjectName": "AttainsExceptnlUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for exceptional use. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileProxRmpSt", + "Description": null }, { - "ColumnName": "ATTAINS_RECREATION_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "163", - "ObjectName": "AttainsRecreationUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for recreational use. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileProxTsdfSt", + "Description": null }, { - "ColumnName": "ATTAINS_FISHCNSMPTN_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "164", - "ObjectName": "AttainsFishcnsmptnUseFlg", + "ObjectName": "SupMilePctileProxNplSt", "Description": null }, { - "ColumnName": "ATTAINS_DRINKING_WATER_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_UST_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "165", - "ObjectName": "AttainsDrinkingWaterUseFlg", + "ObjectName": "SupMilePctileUstSt", "Description": null }, { - "ColumnName": "ATTAINS_SHELLFISH_USE_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "166", - "ObjectName": "AttainsShellfishUseFlg", - "Description": "Displays Y if the waterbody in which the facility resides is designated for shellfish use. The data are from the ATTAINS database." + "ObjectName": "SupMilePctileProxNPDESSt", + "Description": null }, { - "ColumnName": "BEACH_CLOSE_LAST_YEAR_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MAX_PCTILE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "167", - "ObjectName": "BeachCloseLastYearFlg", - "Description": "Displays Y if the facility is located on or near a waterbody with a beach closure within the last year." + "ObjectName": "SupMaxPctileUs", + "Description": null }, { - "ColumnName": "BEACH_CLOSE_LAST_2YRS_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MAX_PCTILE_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "168", - "ObjectName": "BeachCloseLast2yrsFlg", - "Description": "Displays Y if the facility is located on or near a waterbody with a beach closure within the last two years." + "ObjectName": "SupMaxPctileSt", + "Description": null }, { - "ColumnName": "CHESAPEAKE_BAY_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "SUP_MILEAVG_MAX_PCTILE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "169", - "ObjectName": "ChesapeakeBayFlag", - "Description": "Displays Y if the facility is located within the Chesapeake Bay watershed." + "ObjectName": "SupMileavgMaxPctileUs", + "Description": null }, { - "ColumnName": "EPA_SYSTEM", - "DataType": "VARCHAR2", - "DataLength": "10", + "ColumnName": "SUP_MILEAVG_MAX_PCTILE_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "170", - "ObjectName": "EPASystem", - "Description": "The EPA data system in which permit and facility records are kept. EPA's Facility Registry System (FRS) links all program database records (such as permit IDs and IDs facilities use in reporting to EPA) together. The following list describes the individual data systems that are linked to from the detailed facility report: - AFS: Air Facility System for Clean Air Act stationary source programs.- ICP: Integrated Compliance Information System for Clean Water Act programs monitoring National Pollutant Discharge Elimination System (NPDES) permits.- RCR: Resource Conservation and Recovery Act Information System (RCRAInfo) for tracking the Resource Conservation and Recovery Act (RCRA) programs.- NCDB: National Compliance Database System for monitoring national performance of the Toxic Substance Control Act (TSCA); the Emergency Planning and Right-to-Know Act, Section 313 (EPCRA); the Asbestos Hazard Emergency Response (AHERA); and the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).- TRI: Toxics Release Inventory for Emergency Planning and Community Right-to-Know Act, Section 313 submissions.- NEI: National Emissions Inventory database contains information on stationary and mobile sources that emit criteria air pollutants and their precursors, as well as hazardous air pollutants (HAPs). The database includes estimates of annual emissions, by source, of air pollutants in each area of the country, on an annual basis.- TSCA: Toxic Substances Control Act addressing the production, importation, use, and disposal of specific chemicals." + "ObjectName": "SupMileavgMaxPctileSt", + "Description": null }, { - "ColumnName": "STATUTE", - "DataType": "VARCHAR2", - "DataLength": "50", + "ColumnName": "PCTILE_PM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "171", - "ObjectName": "Statute", - "Description": "The name of the statute associated with each of the permits and identifiers linked to the facility: - CAA = the Clean Air Act- CWA = the Clean Water Act- RCRA = the Resource Conservation and Recovery Act- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)- TSCA = the Toxic Substances Control Act- SDWA = the Safe Drinking Water Act" + "ObjectName": "PctilePmUs", + "Description": "The national percentile of the census block group for the EJSCREEN particulate matter indicator." }, { - "ColumnName": "CWP_TRIBAL_LAND_CODE", - "DataType": "VARCHAR2", - "DataLength": "80", + "ColumnName": "PCTILE_O3_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "172", - "ObjectName": "CWPTRIbalLandCode", - "Description": "From ICIS, the unique identifier for every unit of land within Indian Country." + "ObjectName": "PctileO3Us", + "Description": "The national percentile of the census block group for the EJSCREEN ozone indicator." }, { - "ColumnName": "CWP_PERMIT_STATUS_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "173", - "ObjectName": "CWPPermitStatusCode", - "Description": "The code associated with the facility's NPDES permit status." + "ObjectName": "PctileDpmUs", + "Description": "The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator." }, { - "ColumnName": "CWP_PERMIT_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "PCTILE_CANCER_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "174", - "ObjectName": "CWPPermitTypeCode", - "Description": "The code associated with the facility's NPDES permit classification." + "ObjectName": "PctileCancerUs", + "Description": "The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator." }, { - "ColumnName": "CWP_SNC_EVENT_DESC", - "DataType": "VARCHAR2", - "DataLength": "200", + "ColumnName": "PCTILE_RESP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "175", - "ObjectName": "CWPSNCEventDesc", - "Description": "Describes the event that resulted in the facility's status of Significant Noncompliance." + "ObjectName": "PctileRespUs", + "Description": "The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator." }, { - "ColumnName": "FAC_MAP_FLG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "176", - "ObjectName": "FacMapFlg", - "Description": "Graphical indicator denoting whether geographical data required to map a facility are available." + "ObjectName": "PctileRseiAIRUs", + "Description": null }, { - "ColumnName": "FAC_MAP_ICON", - "DataType": "VARCHAR2", - "DataLength": "20", + "ColumnName": "PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "177", - "ObjectName": "FacMapIcon", - "Description": "The default map icon image file calculated for the facility by the ECHO program." + "ObjectName": "PctileTrafficScoreUs", + "Description": "The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator." }, { - "ColumnName": "CWP_DATE_LAST_PENALTY", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "PCTILE_PCTPRE1960_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "178", - "ObjectName": "CWPDateLastPenalty", - "Description": "Indicates date of most recent penalty against the facility." + "ObjectName": "PctilePctpre1960Us", + "Description": "The national percentile of the census block group for the EJSCREEN Lead paint indicator." }, { - "ColumnName": "FAC_TRI_REPORTER", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_PROXIMITY_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "179", - "ObjectName": "FacTRIReporter", - "Description": "Indicates whether facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year." + "ObjectName": "PctileProximityRmpUs", + "Description": "The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator." }, { - "ColumnName": "CWP_13QTRS_COMPL_HISTORY", - "DataType": "VARCHAR2", - "DataLength": "15", + "ColumnName": "PCTILE_PROXIMITY_TSDF_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "180", - "ObjectName": "CWP13qtrsComplHistory", - "Description": "The facility's 3-year or 13-quarter compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:_ -No Violation IdentifiedV -Violation IdentifiedS -High Priority ViolationU - Undetermined" + "ObjectName": "PctileProximityTsdfUs", + "Description": "The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator." }, { - "ColumnName": "CWP_CASE_IDS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "PCTILE_PROXIMITY_NPL_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "181", - "ObjectName": "CWPCaseIDs", - "Description": "Indicates the ICIS Case Number, a unique number identifying the civil enforcement action." + "ObjectName": "PctileProximityNplUs", + "Description": "The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator." }, { - "ColumnName": "CWP_FIPS_CODE", - "DataType": "VARCHAR2", - "DataLength": "5", + "ColumnName": "PCTILE_UST_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "182", - "ObjectName": "CWPFIPSCode", - "Description": "A 5 digit combination of the 2 digit Federal Information Processing Standards (FIPS) code for the state and the 3 digit FIPS code of the county that a facility is located in." + "ObjectName": "PctileUstUs", + "Description": null }, { - "ColumnName": "DMR_IMPAIRED_POLL", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "PCTILE_PROXIMITY_NPDES_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "183", - "ObjectName": "DMRImpairedPoll", - "Description": "The pollutants with limits or monitoring requirements in a facility's NPDES permit with the potential to contribute to impairment of local waterbodies" + "ObjectName": "PctileProximityNPDESUs", + "Description": "The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator." }, { - "ColumnName": "CURR_SV_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_PM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "184", - "ObjectName": "CurrSvFlag", - "Description": "Indicates if the facility has a current significant violation. 1 = Yes" + "ObjectName": "MileavgPctilePmUs", + "Description": null }, { - "ColumnName": "VIOL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "185", - "ObjectName": "ViolFlag", - "Description": "Indicates if the facility had a violation within the last 3 years. 1 = Yes" + "ColumnName": "MILEAVG_PCTILE_O3_US", + "DataType": "VARCHAR2", + "DataLength": "10", + "ColumnID": "185", + "ObjectName": "MileavgPctileO3Us", + "Description": null }, { - "ColumnName": "CURR_VIO_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_DPM_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "186", - "ObjectName": "CurrVioFlag", - "Description": "Indicates if the facility has a current violation. 1 = Yes" + "ObjectName": "MileavgPctileDpmUs", + "Description": null }, { - "ColumnName": "INSP_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_CANCER_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "187", - "ObjectName": "Insp5yrFlag", - "Description": "Indicates if the facility has an inspection within the last 5 years. 1 = Yes" + "ObjectName": "MileavgPctileCancerUs", + "Description": null }, { - "ColumnName": "EA_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_RESP_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "188", - "ObjectName": "Ea5yrFlag", - "Description": "Indicates if the facility has a formal enforcement action within the last 5 years. 1 = Yes" + "ObjectName": "MileavgPctileRespUs", + "Description": null }, { - "ColumnName": "INFEA_5YR_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_RSEI_AIR_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "189", - "ObjectName": "Infea5yrFlag", - "Description": "Indicates if the facility has an informal enforcement action within the last 5 years. 1 = Yes." + "ObjectName": "MileavgPctileRseiAIRUs", + "Description": null }, { - "ColumnName": "CWP_TOTAL_PENALTIES", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_TRAFFIC_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "190", - "ObjectName": "CWPTotalPenalties", - "Description": "The total penalty value incurred over 5 years." + "ObjectName": "MileavgPctileTrafficUs", + "Description": null }, { - "ColumnName": "TRIBAL_FLAG", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_PCTPRE1960_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "191", - "ObjectName": "TRIbalFlag", - "Description": "A flag indicating that the facility is within a tribal area." + "ObjectName": "MileavgPctilePctpre1960Us", + "Description": null }, { - "ColumnName": "CENSUS_BLOCK_GROUP", + "ColumnName": "MILEAVG_PCTILE_PROX_RMP_US", "DataType": "VARCHAR2", - "DataLength": "48", + "DataLength": "10", "ColumnID": "192", - "ObjectName": "CensusBlockGroup", - "Description": "A geographic unit used by the United States Census Bureau, generally defined to contain between 600 and 3,000 people." + "ObjectName": "MileavgPctileProxRmpUs", + "Description": null }, { - "ColumnName": "LAST_DMR_VALUE_RCVD_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "MILEAVG_PCTILE_PROX_TSDF_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "193", - "ObjectName": "LastDMRValueRcvdDate", - "Description": "The latest date that a Discharge Monitoring Report was received by the State or EPA." + "ObjectName": "MileavgPctileProxTsdfUs", + "Description": null }, { - "ColumnName": "LOWER_48", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILEAVG_PCTILE_PROX_NPL_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "194", - "ObjectName": "Lower48", - "Description": "Flag showing Y/N whether location is within the contiguous (lower 48) United States." + "ObjectName": "MileavgPctileProxNplUs", + "Description": null }, { - "ColumnName": "ACTIVE_LOWER_48", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILEAVG_PCTILE_UST_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "195", - "ObjectName": "ActiveLower48", - "Description": "A Y/N indicator indicating that the facility is active and located within the lower 48 contiguous US States." + "ObjectName": "MileavgPctileUstUs", + "Description": null }, { - "ColumnName": "EFF_EXCEEDS", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_PROX_NPDES_US", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "196", - "ObjectName": "EffExceeds", - "Description": "The number of E90 Effluent Violations in the last 3 years." + "ObjectName": "MileavgPctileProxNPDESUs", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_AVERAGE_FLOW", + "ColumnName": "MILE_PCTILE_PM_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "197", - "ObjectName": "PastCalYrAverageFlow", - "Description": "The past calendar year average flow in Million Gallons a Day (MGD)." + "ObjectName": "MilePctilePmUs", + "Description": null }, { - "ColumnName": "PAST_CAL_YR_TOXIC_POLLUTANTS", + "ColumnName": "MILE_PCTILE_O3_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "198", - "ObjectName": "PastCalYrToxicPollutants", - "Description": "The toxic pollutants discharged by the NPDES facility for the most recent complete calendar year." + "ObjectName": "MilePctileO3Us", + "Description": null }, { - "ColumnName": "CWP_VIO_STATUS", - "DataType": "VARCHAR2", - "DataLength": "50", + "ColumnName": "MILE_PCTILE_DPM_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "199", - "ObjectName": "CWPVioStatus", - "Description": "The current Reportable Non Compliance value for the facility." + "ObjectName": "MilePctileDpmUs", + "Description": null }, { - "ColumnName": "INDSW_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_CANCER_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "200", - "ObjectName": "IndswFlag", - "Description": "A value of Y indicates an Industrial Stormwater Permit." + "ObjectName": "MilePctileCancerUs", + "Description": null }, { - "ColumnName": "CERTIFIED_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "MILE_PCTILE_RESP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "201", - "ObjectName": "CertifiedDate", - "Description": "The issue date or effective date of the permit." + "ObjectName": "MilePctileRespUs", + "Description": null }, { - "ColumnName": "COLLECTION_METHOD", - "DataType": "VARCHAR2", - "DataLength": "750", + "ColumnName": "MILE_PCTILE_RSEI_AIR_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "202", - "ObjectName": "CollectionMethod", - "Description": "??" + "ObjectName": "MilePctileRseiAIRUs", + "Description": null }, { - "ColumnName": "REFERENCE_POINT", - "DataType": "VARCHAR2", - "DataLength": "750", + "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "203", - "ObjectName": "ReferencePoint", - "Description": "??" + "ObjectName": "MilePctileTrafficScoreUs", + "Description": null }, { - "ColumnName": "CALCULATED_ACCURACY_METERS", + "ColumnName": "MILE_PCTILE_PCTPRE1960_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "204", - "ObjectName": "CalculatedAccuracyMeters", - "Description": "The estimated accuracy in Meters for the facility's geospatial coordinate." + "ObjectName": "MilePctilePctpre1960Us", + "Description": null }, { - "ColumnName": "MAP", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "205", - "ObjectName": "Map", - "Description": "No Longer Used." + "ObjectName": "MilePctileProximityRmpUs", + "Description": null }, { - "ColumnName": "BIOSOLIDS_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "206", - "ObjectName": "BiosolidsFlag", - "Description": "A Yes/No field to indicate permits with biosolids management and compliance information." + "ObjectName": "MilePctileProximityTsdfUs", + "Description": null }, { - "ColumnName": "VIO_LAST_YEAR", + "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "207", - "ObjectName": "VioLastYear", - "Description": "A flag (values of 1 for Yes, 0 for No) that a Water Program Violation occurred in the last 4 quarters." + "ObjectName": "MilePctileProximityNplUs", + "Description": null }, { - "ColumnName": "STATE_AUTH_NPDES", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_UST_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "208", - "ObjectName": "StateAuthNPDES", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for NPDES Facilities." + "ObjectName": "MilePctileUstUs", + "Description": null }, { - "ColumnName": "STATE_AUTH_FEDFAC", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_US", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "209", - "ObjectName": "StateAuthFedfac", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized to regulate Federally owned facilities." + "ObjectName": "MilePctileProximityNPDESUs", + "Description": null }, { - "ColumnName": "STATE_AUTH_PRETREAT", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "210", - "ObjectName": "StateAuthPretreat", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Pretreatment Facilities." + "ObjectName": "PctilePmSt", + "Description": null }, { - "ColumnName": "STATE_AUTH_GEN", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_O3_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "211", - "ObjectName": "StateAuthGen", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for General NPDES Facilities." + "ObjectName": "PctileO3St", + "Description": null }, { - "ColumnName": "STATE_AUTH_BIOSOLIDS", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PCTILE_DPM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "212", - "ObjectName": "StateAuthBiosolids", - "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Biosolids." + "ObjectName": "PctileDpmSt", + "Description": null }, { - "ColumnName": "NPDES_DATA_GROUPS", - "DataType": "VARCHAR2", - "DataLength": "4000", + "ColumnName": "PCTILE_CANCER_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "213", - "ObjectName": "NPDESDataGroups", - "Description": "This is the code indicating the NPDES eReporting Rule Data Group that applies to the data." + "ObjectName": "PctileCancerSt", + "Description": null }, { - "ColumnName": "PERMITTING_AGENCY", - "DataType": "VARCHAR2", - "DataLength": "100", + "ColumnName": "PCTILE_RESP_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "214", - "ObjectName": "PermittingAgency", - "Description": "This is the type of organization issuing or granting a permit." + "ObjectName": "PctileRespSt", + "Description": null }, { - "ColumnName": "ELECTR_RPT_WAIVER_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "PCTILE_RSEI_AIR_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "215", - "ObjectName": "ElectrRptWaiverTypeCode", - "Description": "The unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part." + "ObjectName": "PctileRseiAIRSt", + "Description": null }, { - "ColumnName": "ELECTR_RPT_WAIVER_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "100", + "ColumnName": "PCTILE_TRAFFIC_SCORE_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "216", - "ObjectName": "ElectrRptWaiverTypeDesc", - "Description": "Description of the unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part." + "ObjectName": "PctileTrafficScoreSt", + "Description": null }, { - "ColumnName": "ELECTR_RPT_WAIVER_EFF_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "PCTILE_PCTPRE1960_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "217", - "ObjectName": "ElectrRptWaiverEffDate", - "Description": "This is the effective date for a waiver from electronic reporting in compliance with this part. This data element should always be populated for a waiver." + "ObjectName": "PctilePctpre1960St", + "Description": null }, { - "ColumnName": "ELECTR_RPT_WAIVER_EXP_DATE", - "DataType": "DATE", - "DataLength": "7", + "ColumnName": "PCTILE_PROXIMITY_RMP_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "218", - "ObjectName": "ElectrRptWaiverExpDate", - "Description": "This is the expiration date for a temporary waiver from electronic reporting in compliance with this part. This data element should be left blank if the permittee has a permanent waiver from electronic reporting or if the permittee does not have a waiver from electronic reporting in compliance with this part." + "ObjectName": "PctileProximityRmpSt", + "Description": null }, { - "ColumnName": "ELECTR_SUBMISSION_TYPE_CODE", - "DataType": "VARCHAR2", - "DataLength": "3", + "ColumnName": "PCTILE_PROXIMITY_TSDF_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "219", - "ObjectName": "ElectrSubmissionTypeCode", - "Description": "This is the code indicating the means by which the data were submitted electronically." + "ObjectName": "PctileProximityTsdfSt", + "Description": null }, { - "ColumnName": "ELECTR_SUBMISSION_TYPE_DESC", - "DataType": "VARCHAR2", - "DataLength": "250", + "ColumnName": "PCTILE_PROXIMITY_NPL_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "220", - "ObjectName": "ElectrSubmissionTypeDesc", - "Description": "This is the description of the code indicating the means by which the data were submitted electronically." + "ObjectName": "PctileProximityNplSt", + "Description": null }, { - "ColumnName": "WEB_DOCS", - "DataType": "VARCHAR2", - "DataLength": "20", + "ColumnName": "PCTILE_UST_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "221", - "ObjectName": "WebDocs", - "Description": "Contains flags that identify what web accessible documents are available for the facility." + "ObjectName": "PctileUstSt", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_5YR", + "ColumnName": "PCTILE_PROXIMITY_NPDES_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "222", - "ObjectName": "E90Exceeds5yr", - "Description": "The number of E90 Exceedences in the last 5 years." + "ObjectName": "PctileProximityNPDESSt", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_4YR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_PM_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "223", - "ObjectName": "E90Exceeds4yr", - "Description": "The number of E90 Exceedences in the last 4 years." + "ObjectName": "MileavgPctilePmSt", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_3YR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_O3_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "224", - "ObjectName": "E90Exceeds3yr", - "Description": "The number of E90 Exceedences in the last 3 years." + "ObjectName": "MileavgPctileO3St", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_2YR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_DPM_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "225", - "ObjectName": "E90Exceeds2yr", - "Description": "The number of E90 Exceedences in the last 2 years." + "ObjectName": "MileavgPctileDpmSt", + "Description": null }, { - "ColumnName": "E90_EXCEEDS_1YR", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MILEAVG_PCTILE_CANCER_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "226", - "ObjectName": "E90Exceeds1yr", - "Description": "The number of E90 Exceedences in the last year." + "ObjectName": "MileavgPctileCancerSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_5YR", + "ColumnName": "MILEAVG_PCTILE_RESP_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "227", - "ObjectName": "E90Pollutants5yr", - "Description": "The pollutants for the E90 Exceedences in the last 5 years." + "ObjectName": "MileavgPctileRespSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_4YR", + "ColumnName": "MILEAVG_PCTILE_RSEI_AIR_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "228", - "ObjectName": "E90Pollutants4yr", - "Description": "The pollutants for the E90 Exceedences in the last 4 years." + "ObjectName": "MileavgPctileRseiAIRSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_3YR", + "ColumnName": "MILEAVG_PCTILE_LEADPNT_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "229", - "ObjectName": "E90Pollutants3yr", - "Description": "The pollutants for the E90 Exceedences in the last 3 years." + "ObjectName": "MileavgPctileLeadpntSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_2YR", + "ColumnName": "MILEAVG_PCTILE_TRAFFIC_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "230", - "ObjectName": "E90Pollutants2yr", - "Description": "The pollutants for the E90 Exceedences in the last 2 years." + "ObjectName": "MileavgPctileTrafficSt", + "Description": null }, { - "ColumnName": "E90_POLLUTANTS_1YR", + "ColumnName": "MILEAVG_PCTILE_PROX_RMP_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "231", - "ObjectName": "E90Pollutants1yr", - "Description": "The pollutants for the E90 Exceedences in the last year." + "ObjectName": "MileavgPctileProxRmpSt", + "Description": null }, { - "ColumnName": "FAC_COUNTY_NAME", + "ColumnName": "MILEAVG_PCTILE_PROX_TSDF_ST", "DataType": "VARCHAR2", - "DataLength": "100", + "DataLength": "10", "ColumnID": "232", - "ObjectName": "FacCountyName", - "Description": "The facility county name from EPA's Facility Registry System" + "ObjectName": "MileavgPctileProxTsdfSt", + "Description": null }, { - "ColumnName": "FAC_STD_COUNTY_NAME", + "ColumnName": "MILEAVG_PCTILE_PROX_NPL_ST", "DataType": "VARCHAR2", - "DataLength": "300", + "DataLength": "10", "ColumnID": "233", - "ObjectName": "FacStdCountyName", - "Description": "The standardized facility county name from EPA's Facility Registry System" + "ObjectName": "MileavgPctileProxNplSt", + "Description": null }, { - "ColumnName": "EFF_CHARTS_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "MILEAVG_PCTILE_UST_ST", + "DataType": "VARCHAR2", + "DataLength": "10", "ColumnID": "234", - "ObjectName": "EffChartsFlag", + "ObjectName": "MileavgPctileUstSt", "Description": null }, { - "ColumnName": "OTHER_PERMIT_IDS", + "ColumnName": "MILEAVG_PCTILE_PROX_NPDES_ST", "DataType": "VARCHAR2", - "DataLength": "4000", + "DataLength": "10", "ColumnID": "235", - "ObjectName": "OtherPermitIDs", + "ObjectName": "MileavgPctileProxNPDESSt", "Description": null }, { - "ColumnName": "PERMIT_NAME", - "DataType": "VARCHAR2", - "DataLength": "120", + "ColumnName": "MILE_PCTILE_PM_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "236", - "ObjectName": "PermitName", + "ObjectName": "MilePctilePmSt", "Description": null }, { - "ColumnName": "PERCENT_BELOW_LOWINCOME_3MILE", + "ColumnName": "MILE_PCTILE_O3_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "237", - "ObjectName": "PercentBelowLowincome3mile", + "ObjectName": "MilePctileO3St", "Description": null }, { - "ColumnName": "PERCENT_PEOPLE_OF_COLOR", + "ColumnName": "MILE_PCTILE_DPM_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "238", - "ObjectName": "PercentPeopleOfColor", + "ObjectName": "MilePctileDpmSt", "Description": null }, { - "ColumnName": "CENSUS_BLOCK_GROUP_2020", - "DataType": "VARCHAR2", - "DataLength": "12", + "ColumnName": "MILE_PCTILE_CANCER_ST", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "239", - "ObjectName": "CensusBlockGroup2020", + "ObjectName": "MilePctileCancerSt", "Description": null }, { - "ColumnName": "OVER80_COUNT_US", + "ColumnName": "MILE_PCTILE_RESP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "240", - "ObjectName": "Over80CountUs", - "Description": "The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in." + "ObjectName": "MilePctileRespSt", + "Description": null }, { - "ColumnName": "PCTILE_PCTPRE1960_US", + "ColumnName": "MILE_PCTILE_RSEI_AIR_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "241", - "ObjectName": "PctilePctpre1960Us", - "Description": "The national percentile of the census block group for the EJSCREEN Lead paint indicator." + "ObjectName": "MilePctileRseiAIRSt", + "Description": null }, { - "ColumnName": "PCTILE_DPM_US", + "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "242", - "ObjectName": "PctileDpmUs", - "Description": "The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator." + "ObjectName": "MilePctileTrafficScoreSt", + "Description": null }, { - "ColumnName": "PCTILE_CANCER_US", + "ColumnName": "MILE_PCTILE_PCTPRE1960_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "243", - "ObjectName": "PctileCancerUs", - "Description": "The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator." + "ObjectName": "MilePctilePctpre1960St", + "Description": null }, { - "ColumnName": "PCTILE_RESP_US", + "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "244", - "ObjectName": "PctileRespUs", - "Description": "The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator." + "ObjectName": "MilePctileProximityRmpSt", + "Description": null }, { - "ColumnName": "PCTILE_TRAFFIC_SCORE_US", + "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "245", - "ObjectName": "PctileTrafficScoreUs", - "Description": "The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator." + "ObjectName": "MilePctileProximityTsdfSt", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_NPDES_US", + "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "246", - "ObjectName": "PctileProximityNPDESUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator." + "ObjectName": "MilePctileProximityNplSt", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_NPL_US", + "ColumnName": "MILE_PCTILE_UST_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "247", - "ObjectName": "PctileProximityNplUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator." + "ObjectName": "MilePctileUstSt", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_RMP_US", + "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "248", - "ObjectName": "PctileProximityRmpUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator." + "ObjectName": "MilePctileProximityNPDESSt", + "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_TSDF_US", + "ColumnName": "MAX_PCTILE_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "249", - "ObjectName": "PctileProximityTsdfUs", - "Description": "The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator." + "ObjectName": "MaxPctileUs", + "Description": "The maximum percentile from all individual EJSCREEN indicators." }, { - "ColumnName": "PCTILE_O3_US", + "ColumnName": "MAX_PCTILE_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "250", - "ObjectName": "PctileO3Us", - "Description": "The national percentile of the census block group for the EJSCREEN ozone indicator." + "ObjectName": "MaxPctileSt", + "Description": null }, { - "ColumnName": "PCTILE_PM_US", + "ColumnName": "MILEAVG_MAX_PCTILE_US", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "251", - "ObjectName": "PctilePmUs", - "Description": "The national percentile of the census block group for the EJSCREEN particulate matter indicator." + "ObjectName": "MileavgMaxPctileUs", + "Description": null }, { - "ColumnName": "PCTILE_UST_US", + "ColumnName": "MILEAVG_MAX_PCTILE_ST", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "252", - "ObjectName": "PctileUstUs", + "ObjectName": "MileavgMaxPctileSt", "Description": null }, { - "ColumnName": "MAX_PCTILE_US", + "ColumnName": "EJSCREEN_HIGH_FLAG", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "253", - "ObjectName": "MaxPctileUs", - "Description": "The maximum percentile from all individual EJSCREEN indicators." + "ObjectName": "EjscreenHighFlag", + "Description": null }, { - "ColumnName": "EJSCREEN_FLAG_US", - "DataType": "CHAR", - "DataLength": "1", - "ColumnID": "254", - "ObjectName": "EjscreenFlagUs", - "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." + "ColumnName": "FAC_POP_DEN", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "254", + "ObjectName": "FacPopDen", + "Description": "The number of persons per square mile in the area being profiled. This field is the ratio of total persons (displayed in the Total Persons field) to total land area (displayed in the Land Area field)." }, { - "ColumnName": "EJSCREEN_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "PERCENT_PEOPLE_OF_COLOR", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "255", - "ObjectName": "EjscreenFlag", - "Description": "A Y/N indicator identifying whether or not the facility is within an Environmental Justice area." + "ObjectName": "PercentPeopleOfColor", + "Description": "The percentage of the population of the given area that is people of color. The field is calculated by subtracting the number of persons who are white (and not of Hispanic origin) from the total persons. This number is then divided by the total persons and multiplied by one hundred to determine the percentage." }, { - "ColumnName": "PCTILE_PCTPRE1960_ST", + "ColumnName": "ACS_POPULATION_DENSITY", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "256", - "ObjectName": "PctilePctpre1960St", + "ObjectName": "AcsPopulationDensity", "Description": null }, { - "ColumnName": "PCTILE_DPM_ST", + "ColumnName": "PERCENT_BELOW_LOWINCOME_3MILE", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "257", - "ObjectName": "PctileDpmSt", + "ObjectName": "PercentBelowLowincome3mile", "Description": null }, { - "ColumnName": "PCTILE_CANCER_ST", + "ColumnName": "FAC_PERCENT_MINORITY", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "258", - "ObjectName": "PctileCancerSt", - "Description": null + "ObjectName": "FacPercentMinority", + "Description": "Percent Minority is the percentage of the population of the given area that is considered minority. Statistics are shown for the area within a 3-mile radius of each facility." }, { - "ColumnName": "PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "FAC_INDIAN_CNTRY_FLG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "259", - "ObjectName": "PctileRespSt", - "Description": null + "ObjectName": "FacIndianCntryFlg", + "Description": "Flag showing Y/N whether the facility is located in Indian Country." }, { - "ColumnName": "PCTILE_TRAFFIC_SCORE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_INDIAN_CNTRY_FLG", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "260", - "ObjectName": "PctileTrafficScoreSt", - "Description": null + "ObjectName": "CWPIndianCntryFlg", + "Description": "Displays Y if a facility is located in Indian country." }, { - "ColumnName": "PCTILE_PROXIMITY_NPDES_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "FAC_INDIAN_SPATIAL_FLG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "261", - "ObjectName": "PctileProximityNPDESSt", - "Description": null + "ObjectName": "FacIndianSpatialFlg", + "Description": "Returns “Y” if a facility is located within a tribal spatial boundary as defined by the U.S. Census Bureau 2010 tribal boundary layer data for tribes in the lower 48 states and Bureau of Land Management Alaska State Office data for native villages in Alaska. Returns “N” if a facility is not located within a tribal or native Alaskan village area." }, { - "ColumnName": "PCTILE_PROXIMITY_NPL_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "FAC_DERIVED_TRIBES", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "262", - "ObjectName": "PctileProximityNplSt", - "Description": null + "ObjectName": "FacDerivedTribes", + "Description": "The tribes or tribal territories located within 25 miles of the facility's location." }, { - "ColumnName": "PCTILE_PROXIMITY_RMP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "PERMIT_NAME", + "DataType": "VARCHAR2", + "DataLength": "120", "ColumnID": "263", - "ObjectName": "PctileProximityRmpSt", + "ObjectName": "PermitName", "Description": null }, { - "ColumnName": "PCTILE_PROXIMITY_TSDF_ST", + "ColumnName": "CWP_VERSION_NMBR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "264", - "ObjectName": "PctileProximityTsdfSt", - "Description": null + "ObjectName": "CWPVersionNmbr", + "Description": "The version number of the facility's NPDES permit." }, { - "ColumnName": "PCTILE_O3_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SECTOR", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "265", - "ObjectName": "PctileO3St", - "Description": null + "ObjectName": "Sector", + "Description": "The sector code and description for the industrial stormwater facility." }, { - "ColumnName": "PCTILE_PM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUBSECTOR", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "266", - "ObjectName": "PctilePmSt", - "Description": null + "ObjectName": "Subsector", + "Description": "The industrial subsector associated with the facility." }, { - "ColumnName": "PCTILE_UST_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_PERMIT_TYPE", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "267", - "ObjectName": "PctileUstSt", - "Description": null + "ObjectName": "MsgpPermitType", + "Description": "The Industrial stormwater permit type." }, { - "ColumnName": "MAX_PCTILE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_PERMIT_STATUS_DESC", + "DataType": "VARCHAR2", + "DataLength": "20", "ColumnID": "268", - "ObjectName": "MaxPctileSt", - "Description": null + "ObjectName": "CWPPermitStatusDesc", + "Description": "The current stage/status in the NPDES permit life cycle." }, { - "ColumnName": "EJSCREEN_FLAG_ST", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "ISSUING_AGENCY", + "DataType": "VARCHAR2", + "DataLength": "5", "ColumnID": "269", - "ObjectName": "EjscreenFlagSt", - "Description": null + "ObjectName": "IssuingAgency", + "Description": "This is the name of the organization issuing or granting a permit." }, { - "ColumnName": "OVER80_COUNT_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "OTHER_PERMIT_IDS", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "270", - "ObjectName": "Over80CountSt", + "ObjectName": "OtherPermitIDs", "Description": null }, { - "ColumnName": "MILE_PCTILE_PCTPRE1960_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_PERMIT_TYPE_DESC", + "DataType": "VARCHAR2", + "DataLength": "120", "ColumnID": "271", - "ObjectName": "MilePctilePctpre1960Us", - "Description": null + "ObjectName": "CWPPermitTypeDesc", + "Description": "NPDES facility permit classification:- NPDES Individual Permit- General Permit Covered Facility- NPDES Master General Permit- Associated Permit Record- Individual Industrial User Permit- Individual State Issued Permit- State Issued Master General Permit- Unpermitted Facility" }, { - "ColumnName": "MILE_PCTILE_DPM_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SUBMITTED_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "272", - "ObjectName": "MilePctileDpmUs", - "Description": null + "ObjectName": "SubmittedDate", + "Description": "Date that the permit was submitted to the issuing agency." }, { - "ColumnName": "MILE_PCTILE_CANCER_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_ISSUE_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "273", - "ObjectName": "MilePctileCancerUs", - "Description": null + "ObjectName": "CWPIssueDate", + "Description": "Date (MM/DD/YYYY) that the permit was issued." }, { - "ColumnName": "MILE_PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_EFFECTIVE_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "274", - "ObjectName": "MilePctileRespUs", - "Description": null + "ObjectName": "CWPEffectiveDate", + "Description": "Date (MM/DD/YYYY) that the permit became effective." }, { - "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_TERMINATION_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "275", - "ObjectName": "MilePctileTrafficScoreUs", - "Description": null + "ObjectName": "CWPTerminationDate", + "Description": "Date (MM/DD/YYYY) that the permit was terminated." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_EXPIRATION_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "276", - "ObjectName": "MilePctileProximityNPDESUs", - "Description": null + "ObjectName": "CWPExpirationDate", + "Description": "Date that the permit expires." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_MAJOR_MINOR_STATUS_FLAG", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "277", - "ObjectName": "MilePctileProximityNplUs", - "Description": null + "ObjectName": "CWPMajorMinorStatusFlag", + "Description": "Facilities marked M for major refers to CWA major permittees.- M = Major- N = Minor" }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "PERMIT_COMPONENTS", + "DataType": "VARCHAR2", + "DataLength": "1000", "ColumnID": "278", - "ObjectName": "MilePctileProximityRmpUs", - "Description": null + "ObjectName": "PermitComponents", + "Description": "Indicates the permit component(s) associated with the NPDES Permit Program Area." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "NPDES_DATA_GROUPS", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "279", - "ObjectName": "MilePctileProximityTsdfUs", - "Description": null + "ObjectName": "NPDESDataGroups", + "Description": "This is the code indicating the NPDES eReporting Rule Data Group that applies to the data." }, { - "ColumnName": "MILE_PCTILE_O3_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "NPDES_DATA_GROUPS_DESCS", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "280", - "ObjectName": "MilePctileO3Us", - "Description": null + "ObjectName": "NPDESDataGroupsDescs", + "Description": "Description for each NPDES Data Group eReporting rule code related to the current NPDES permit." }, { - "ColumnName": "MILE_PCTILE_PM_US", + "ColumnName": "CWP_INSPECTION_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "281", - "ObjectName": "MilePctilePmUs", - "Description": null + "ObjectName": "CWPInspectionCount", + "Description": "The number of inspections/compliance evaluations, under the corresponding statute, occurring at the facility within the last five years." }, { - "ColumnName": "MILE_PCTILE_UST_US", + "ColumnName": "CWP_DAYS_LAST_INSPECTION", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "282", - "ObjectName": "MilePctileUstUs", - "Description": null + "ObjectName": "CWPDaysLastInspection", + "Description": "Indicates the number of days since the most recent inspection of the facility." }, { - "ColumnName": "MILE_OVER80_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INSPECTION", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "283", - "ObjectName": "MileOver80CountUs", - "Description": null + "ObjectName": "CWPDateLastInspection", + "Description": "The date on which the most recent inspection of the facility took place. For the CAA, the date on which a Full Compliance Evaluation (FCE) was completed." }, { - "ColumnName": "MILE_OVER95_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INSP_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "284", - "ObjectName": "MileOver95CountUs", - "Description": null + "ObjectName": "CWPDateLastInspEPA", + "Description": "Indicates the effective date of the most recent inspection taken against the facility." }, { - "ColumnName": "MILE_PCTILE_PCTPRE1960_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INSP_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "285", - "ObjectName": "MilePctilePctpre1960St", - "Description": null + "ObjectName": "CWPDateLastInspSt", + "Description": "Indicates the effective date of the most recent inspection taken against the facility by a state environmental agency." }, { - "ColumnName": "MILE_PCTILE_DPM_ST", + "ColumnName": "CWP_BIO_INSP_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "286", - "ObjectName": "MilePctileDpmSt", - "Description": null + "ObjectName": "CWPBioInspCount", + "Description": "The count of Biosolids related Inspections that have occured for the facility." }, { - "ColumnName": "MILE_PCTILE_CANCER_ST", + "ColumnName": "CWP_DAYS_LAST_BIO_INSP", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "287", - "ObjectName": "MilePctileCancerSt", - "Description": null + "ObjectName": "CWPDaysLastBioInsp", + "Description": "Indicates the number of days since the most recent Biosolids related inspection of the facility." }, { - "ColumnName": "MILE_PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_BIO_INSP", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "288", - "ObjectName": "MilePctileRespSt", - "Description": null + "ObjectName": "CWPDateLastBioInsp", + "Description": "The date on which the most recent biosolids program inspection of the facility took place." }, { - "ColumnName": "MILE_PCTILE_TRAFFIC_SCORE_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_BIO_INSP_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "289", - "ObjectName": "MilePctileTrafficScoreSt", - "Description": null + "ObjectName": "CWPDateLastBioInspEPA", + "Description": "Indicate the last inspection date by EPA" }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPDES_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_BIO_INSP_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "290", - "ObjectName": "MilePctileProximityNPDESSt", - "Description": null + "ObjectName": "CWPDateLastBioInspSt", + "Description": "Indicate the last inspection date by state environmental agency" }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_NPL_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "BIO_VIO_LAST_YEAR_FLAG", + "DataType": "CHAR", + "DataLength": "1", "ColumnID": "291", - "ObjectName": "MilePctileProximityNplSt", - "Description": null + "ObjectName": "BioVioLastYearFlag", + "Description": "Y if the facility has a biosolids single event violation under the Clean Water Act in the last year. Note: Violations reported on the 2016 and 2017 Biosolids Annual Report are not updated with the weekly data refresh and may not be representative of a facility's recently submitted or updated report." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_RMP_ST", + "ColumnName": "BIO_QTRS_WITH_VIO", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "292", - "ObjectName": "MilePctileProximityRmpSt", - "Description": null + "ObjectName": "BioQtrsWithVio", + "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered with violations for biosolids." }, { - "ColumnName": "MILE_PCTILE_PROXIMITY_TSDF_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "DSCH_TO_MS4", + "DataType": "VARCHAR2", + "DataLength": "1", "ColumnID": "293", - "ObjectName": "MilePctileProximityTsdfSt", - "Description": null + "ObjectName": "DschToMs4", + "Description": "Indicatesif a facility discharges into a Municipal Separate Storm Sewer System (MS4)." }, { - "ColumnName": "MILE_PCTILE_O3_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "RECEIVING_MS4_NAME", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "294", - "ObjectName": "MilePctileO3St", - "Description": null + "ObjectName": "ReceivingMs4Name", + "Description": "This is the name of the receiving MS4(s)." }, { - "ColumnName": "MILE_PCTILE_PM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "STORM_WATER_AREA", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "295", - "ObjectName": "MilePctilePmSt", - "Description": null + "ObjectName": "StormWaterArea", + "Description": "The estimated area of industrial activity at the site exposed to stormwater in acres." }, { - "ColumnName": "MILE_PCTILE_UST_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "HISTORIC_CRITERION_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "296", - "ObjectName": "MilePctileUstSt", - "Description": null + "ObjectName": "HistoricCriterionCode", + "Description": "Indicates the eligibility criteria for historic properties preservation." }, { - "ColumnName": "MILE_OVER80_COUNT_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SPECIES_CRITICAL_HABITAL_FLAG", + "DataType": "VARCHAR2", + "DataLength": "100", "ColumnID": "297", - "ObjectName": "MileOver80CountSt", - "Description": null + "ObjectName": "SpeciesCriticalHabitalFlag", + "Description": "This identifies if Endangered Species Act (ESA) provisions are met." }, { - "ColumnName": "MILE_OVER95_COUNT_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "SWPPP_URL", + "DataType": "VARCHAR2", + "DataLength": "1000", "ColumnID": "298", - "ObjectName": "MileOver95CountSt", - "Description": null + "ObjectName": "SwpppUrl", + "Description": "Web address URL of Internet page where current copy of Stormwater Pollution Prevention Plan (SWPPP) is maintained." }, { - "ColumnName": "SUP_OVER80_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "EXPOSED_ACTIVITY", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "299", - "ObjectName": "SupOver80CountUs", - "Description": null + "ObjectName": "ExposedActivity", + "Description": "Description of onsite industrial activities exposed to stormwater and potential spill and leak areas." }, { - "ColumnName": "SUP_PCTILE_PCTPRE1960_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "ASSOCIATED_POLLUTANT", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "300", - "ObjectName": "SupPctilePctpre1960Us", - "Description": null + "ObjectName": "AssociatedPollutant", + "Description": "Description of pollutant(s) or pollutant constituent(s) associated with each industrial activity exposed to stormwater." }, { - "ColumnName": "SUP_PCTILE_DPM_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CONTROL_MEASURE", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "301", - "ObjectName": "SupPctileDpmUs", - "Description": null + "ObjectName": "ControlMeasure", + "Description": "Description of control measures employed to comply with the non-numeric technology-based effluent limits required in Part 2.1.2 and Part 8." }, { - "ColumnName": "SUP_PCTILE_CANCER_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CONTROL_MEASURE_SCHEDULE", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "302", - "ObjectName": "SupPctileCancerUs", - "Description": null + "ObjectName": "ControlMeasureSchedule", + "Description": "Description of schedule for control measures associated with good housekeeping and maintenance." }, { - "ColumnName": "SUP_PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "TYPE_OF_MONITORING", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "303", - "ObjectName": "SupPctileRespUs", - "Description": null + "ObjectName": "TypeOfMonitoring", + "Description": "The type of monitoring specified in the SWPPP." }, { - "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "TYPE_OF_WATER", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "304", - "ObjectName": "SupPctileTrafficScoreUs", - "Description": null + "ObjectName": "TypeOfWater", + "Description": "The type of water body receiving discharges stormwater discharges specified in the SWPPP." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_LAST_REPORT_YEAR", + "DataType": "VARCHAR2", + "DataLength": "4", "ColumnID": "305", - "ObjectName": "SupPctileProximityNPDESUs", - "Description": null + "ObjectName": "MsgpLastReportYear", + "Description": "The calendar year of the latest MSGP annual report submitted by the permitted facility." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_FACILITY_INSPCTN_SMMRY", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "306", - "ObjectName": "SupPctileProximityNplUs", - "Description": null + "ObjectName": "MsgpFacilityInspctnSmmry", + "Description": "Summary of the quarterly facility inspection documentation (part 3.1 of the permit) during the MSGP annual report year." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_VISUAL_ASSESSMENT_SMMRY", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "307", - "ObjectName": "SupPctileProximityRmpUs", - "Description": null + "ObjectName": "MsgpVisualAssessmentSmmry", + "Description": "Summary of the quarterly visual assessment documentation (part 3.3 of the permit) during the MSGP annual report year." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_NO_FURTHER_RDCTN_RTNLE", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "308", - "ObjectName": "SupPctileProximityTsdfUs", - "Description": null + "ObjectName": "MsgpNoFurtherRdctnRtnle", + "Description": "Description of rationale for why no further reductions are achievable (part 6.2.1.2 of the permit) during the MSGP annual report year." }, { - "ColumnName": "SUP_PCTILE_O3_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "MSGP_CORRECTIVE_ACTION_SMMRY", + "DataType": "VARCHAR2", + "DataLength": "4000", "ColumnID": "309", - "ObjectName": "SupPctileO3Us", - "Description": null + "ObjectName": "MsgpCorrectiveActionSmmry", + "Description": "Summary of the corrective action documentation (part 4.3 of the permit) during the MSGP annual report year." }, { - "ColumnName": "SUP_PCTILE_PM_US", + "ColumnName": "CWP_INDSW_INSP_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "310", - "ObjectName": "SupPctilePmUs", + "ObjectName": "CWPIndswInspCount", "Description": null }, { - "ColumnName": "SUP_PCTILE_UST_US", + "ColumnName": "CWP_DAYS_LAST_INDSW_INSP", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "311", - "ObjectName": "SupPctileUstUs", + "ObjectName": "CWPDaysLastIndswInsp", "Description": null }, { - "ColumnName": "SUP_MAX_PCTILE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_INSP", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "312", - "ObjectName": "SupMaxPctileUs", + "ObjectName": "CWPDateLastIndswInsp", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG_US", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "CWP_DATE_LAST_INDSW_INSP_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "313", - "ObjectName": "SupEjscreenFlagUs", + "ObjectName": "CWPDateLastIndswInspEPA", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "CWP_DATE_LAST_INDSW_INSP_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "314", - "ObjectName": "SupEjscreenFlag", + "ObjectName": "CWPDateLastIndswInspSt", "Description": null }, { - "ColumnName": "SUP_PCTILE_PCTPRE1960_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_STATUS", + "DataType": "VARCHAR2", + "DataLength": "500", "ColumnID": "315", - "ObjectName": "SupPctilePctpre1960St", - "Description": null + "ObjectName": "CWPStatus", + "Description": "An indication of the facility's current compliance status under the Clean Water Act:- Significant Violation- Noncompliance- No Violation- Unknown" }, { - "ColumnName": "SUP_PCTILE_DPM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_SNC_STATUS", + "DataType": "VARCHAR2", + "DataLength": "50", "ColumnID": "316", - "ObjectName": "SupPctileDpmSt", - "Description": null + "ObjectName": "CWPSNCStatus", + "Description": "Indicates when a major source is in significant noncompliance (SNC) or a non-major source has a Category I violation." }, { - "ColumnName": "SUP_PCTILE_CANCER_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_VIO_STATUS", + "DataType": "VARCHAR2", + "DataLength": "50", "ColumnID": "317", - "ObjectName": "SupPctileCancerSt", - "Description": null + "ObjectName": "CWPVioStatus", + "Description": "The current Reportable Non Compliance value for the facility." }, { - "ColumnName": "SUP_PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_SNC_STATUS_DATE", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "318", - "ObjectName": "SupPctileRespSt", - "Description": null + "ObjectName": "CWPSNCStatusDate", + "Description": "The status date of the facility's Significant Noncompliance designation." }, { - "ColumnName": "SUP_PCTILE_TRAFFIC_SCORE_ST", + "ColumnName": "CWP_QTRS_WITH_NC", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "319", - "ObjectName": "SupPctileTrafficScoreSt", - "Description": null + "ObjectName": "CWPQtrsWithNC", + "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered either with violations, in noncompliance (NC) status, or in Significant Noncompliance (SNC), as described above under Compliance Status." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPDES_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_VIOL_STATUS", + "DataType": "VARCHAR2", + "DataLength": "3", "ColumnID": "320", - "ObjectName": "SupPctileProximityNPDESSt", - "Description": null + "ObjectName": "CWPViolStatus", + "Description": "Indicates if the facility is currently in any violation under the Clean Water Act, either in Noncompliance or Significant Noncompliance." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_NPL_ST", + "ColumnName": "CWP_QTRS_WITH_SNC", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "321", - "ObjectName": "SupPctileProximityNplSt", - "Description": null + "ObjectName": "CWPQtrsWithSNC", + "Description": "Count of the number of quarters, out of the last twelve quarters, in which the permit is considered in Significant Noncompliance (SNC), as described above under Compliance Status." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_RMP_ST", + "ColumnName": "MISS_DMR_QTRS", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "322", - "ObjectName": "SupPctileProximityRmpSt", - "Description": null + "ObjectName": "MissDMRQtrs", + "Description": "Count of the number of quarters, out of the last twelve quarters, in which EPA's data system was not able to determine the facility-level compliance status." }, { - "ColumnName": "SUP_PCTILE_PROXIMITY_TSDF_ST", + "ColumnName": "CWP_E90_CNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "323", - "ObjectName": "SupPctileProximityTsdfSt", - "Description": null + "ObjectName": "CWPE90Cnt", + "Description": "Displays the number of instances where effluent limits have been exceeded in the past 3 years (E90 compliance code), based on monthly Discharge Monitoring Reports (DMRs) submitted by facilities." }, { - "ColumnName": "SUP_PCTILE_O3_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_COMPLIANCE_TRACKING", + "DataType": "VARCHAR2", + "DataLength": "8", "ColumnID": "324", - "ObjectName": "SupPctileO3St", - "Description": null + "ObjectName": "CWPComplianceTracking", + "Description": "Extent to which data is being entered and effluent exceedances are being identified (Off, On, Partial)." }, { - "ColumnName": "SUP_PCTILE_PM_ST", + "ColumnName": "ALR_EXCEEDENCES", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "325", - "ObjectName": "SupPctilePmSt", + "ObjectName": "AlrExceedences", "Description": null }, { - "ColumnName": "SUP_PCTILE_UST_ST", + "ColumnName": "ALR_EXCEEDS_5YR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "326", - "ObjectName": "SupPctileUstSt", + "ObjectName": "AlrExceeds5yr", "Description": null }, { - "ColumnName": "SUP_MAX_PCTILE_ST", + "ColumnName": "ALR_EXCEEDS_4YR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "327", - "ObjectName": "SupMaxPctileSt", + "ObjectName": "AlrExceeds4yr", "Description": null }, { - "ColumnName": "SUP_EJSCREEN_FLAG_ST", - "DataType": "CHAR", - "DataLength": "1", + "ColumnName": "ALR_EXCEEDS_3YR", + "DataType": "NUMBER", + "DataLength": "22", "ColumnID": "328", - "ObjectName": "SupEjscreenFlagSt", + "ObjectName": "AlrExceeds3yr", "Description": null }, { - "ColumnName": "SUP_OVER80_COUNT_ST", + "ColumnName": "ALR_EXCEEDS_2YR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "329", - "ObjectName": "SupOver80CountSt", + "ObjectName": "AlrExceeds2yr", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_US", + "ColumnName": "ALR_EXCEEDS_1YR", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "330", - "ObjectName": "SupMilePctilePctpre1960Us", + "ObjectName": "AlrExceeds1yr", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_DPM_US", + "ColumnName": "CWP_INFORMAL_ENF_ACT_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "331", - "ObjectName": "SupMilePctileDpmUs", - "Description": null + "ObjectName": "CWPInformalEnfActCount", + "Description": "Indicates the total number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years." }, { - "ColumnName": "SUP_MILE_PCTILE_CANCER_US", + "ColumnName": "CWP_FORMAL_EA_CNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "332", - "ObjectName": "SupMilePctileCancerUs", - "Description": null + "ObjectName": "CWPFormalEaCnt", + "Description": "Indicates the total number of enforcement actions taken against the facility within the last five years. NA indicates that this measure is not applicable for facilities with no associated CAA, CWA, or RCRA permits." }, { - "ColumnName": "SUP_MILE_PCTILE_RESP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INFORMAL_EA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "333", - "ObjectName": "SupMilePctileRespUs", - "Description": null + "ObjectName": "CWPDateLastInformalEa", + "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility." }, { - "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_IEA_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "334", - "ObjectName": "SupMilePctileTrafficScoreUs", - "Description": null + "ObjectName": "CWPDateLastIeaEPA", + "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility by EPA." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_IEA_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "335", - "ObjectName": "SupMilePctileProxNPDESUs", - "Description": null + "ObjectName": "CWPDateLastIeaSt", + "Description": "Indicates the effective date of the most recent listed informal enforcement action taken against the facility by a state environmental agency." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_FEA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "336", - "ObjectName": "SupMilePctileProxNplUs", - "Description": null + "ObjectName": "CWPDateLastFea", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_FEA_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "337", - "ObjectName": "SupMilePctileProxRmpUs", - "Description": null + "ObjectName": "CWPDateLastFeaEPA", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_FEA_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "338", - "ObjectName": "SupMilePctileProxTsdfUs", - "Description": null + "ObjectName": "CWPDateLastFeaSt", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency." }, { - "ColumnName": "SUP_MILE_PCTILE_O3_US", + "ColumnName": "CWP_TOTAL_PENALTIES", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "339", - "ObjectName": "SupMilePctileO3Us", - "Description": null + "ObjectName": "CWPTotalPenalties", + "Description": "The total penalty value incurred over 5 years." }, { - "ColumnName": "SUP_MILE_PCTILE_PM_US", + "ColumnName": "CWP_INDSW_IEA_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "340", - "ObjectName": "SupMilePctilePmUs", + "ObjectName": "CWPIndswIeaCount", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_UST_US", + "ColumnName": "CWP_INDSW_FEA_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "341", - "ObjectName": "SupMilePctileUstUs", + "ObjectName": "CWPIndswFeaCount", "Description": null }, { - "ColumnName": "SUP_MILE_OVER80_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_IEA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "342", - "ObjectName": "SupMileOver80CountUs", + "ObjectName": "CWPDateLastIndswIea", "Description": null }, { - "ColumnName": "SUP_MILE_OVER95_COUNT_US", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_IEA_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "343", - "ObjectName": "SupMileOver95CountUs", + "ObjectName": "CWPDateLastIndswIeaEPA", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PCTPRE1960_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_IEA_ST", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "344", - "ObjectName": "SupMilePctilePctpre1960St", + "ObjectName": "CWPDateLastIndswIeaSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_DPM_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_FEA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "345", - "ObjectName": "SupMilePctileDpmSt", + "ObjectName": "CWPDateLastIndswFea", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_CANCER_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_FEA_EPA", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "346", - "ObjectName": "SupMilePctileCancerSt", + "ObjectName": "CWPDateLastIndswFeaEPA", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_RESP_ST", - "DataType": "NUMBER", - "DataLength": "22", - "ColumnID": "347", - "ObjectName": "SupMilePctileRespSt", + "ColumnName": "CWP_DATE_LAST_INDSW_FEA_ST", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "347", + "ObjectName": "CWPDateLastIndswFeaSt", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_TRAFFIC_SCORE_ST", + "ColumnName": "CWP_INDSW_PENALTIES", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "348", - "ObjectName": "SupMilePctileTrafficScoreSt", + "ObjectName": "CWPIndswPenalties", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPDES_ST", - "DataType": "NUMBER", - "DataLength": "22", + "ColumnName": "CWP_DATE_LAST_INDSW_PENALTY", + "DataType": "DATE", + "DataLength": "7", "ColumnID": "349", - "ObjectName": "SupMilePctileProxNPDESSt", + "ObjectName": "CWPDateLastIndswPenalty", "Description": null }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_NPL_ST", + "ColumnName": "CWP_BIO_IEA_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "350", - "ObjectName": "SupMilePctileProxNplSt", - "Description": null + "ObjectName": "CWPBioIeaCount", + "Description": "The count of Biosolids related Informal Enforcement Actions that have been taken against the Facility." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_RMP_ST", + "ColumnName": "CWP_BIO_FEA_COUNT", "DataType": "NUMBER", "DataLength": "22", "ColumnID": "351", - "ObjectName": "SupMilePctileProxRmpSt", - "Description": null + "ObjectName": "CWPBioFeaCount", + "Description": "The count of Biosolids related Formal Enforcement Actions that have been taken against the Facility." }, { - "ColumnName": "SUP_MILE_PCTILE_PROX_TSDF_ST", + "ColumnName": "CWP_DATE_LAST_BIO_IEA", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "352", + "ObjectName": "CWPDateLastBioIea", + "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_IEA_EPA", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "353", + "ObjectName": "CWPDateLastBioIeaEPA", + "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by EPA within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_IEA_ST", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "354", + "ObjectName": "CWPDateLastBioIeaSt", + "Description": "Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by a state environmental agency within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_FEA", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "355", + "ObjectName": "CWPDateLastBioFea", + "Description": "Indicates the effective date of the most recent listed biosolids formal enforcement action taken against the facility within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_FEA_EPA", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "356", + "ObjectName": "CWPDateLastBioFeaEPA", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA within the last five years." + }, + { + "ColumnName": "CWP_DATE_LAST_BIO_FEA_ST", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "357", + "ObjectName": "CWPDateLastBioFeaSt", + "Description": "Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency within the last five years." + }, + { + "ColumnName": "CWP_BIO_PENALTIES", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "352", - "ObjectName": "SupMilePctileProxTsdfSt", - "Description": null + "ColumnID": "358", + "ObjectName": "CWPBioPenalties", + "Description": "The total amount of Biosolids related penalties that have been assessed against the facility." }, { - "ColumnName": "SUP_MILE_PCTILE_O3_ST", + "ColumnName": "CWP_DATE_LAST_BIO_PENALTY", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "359", + "ObjectName": "CWPDateLastBioPenalty", + "Description": "Indicates the date on which the most recent assessed (or final) biosolids penalty was taken against the facility within the last five years. This measure only includes penalties that have been entered in the program database ICIS-NPDES." + }, + { + "ColumnName": "BIO_VIO_STATUS", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "353", - "ObjectName": "SupMilePctileO3St", - "Description": null + "ColumnID": "360", + "ObjectName": "BioVioStatus", + "Description": "A value of 1 indicates if the Biosolids facility currently has an unresolved biosolids related Single Event Violation." }, { - "ColumnName": "SUP_MILE_PCTILE_PM_ST", + "ColumnName": "BIO_VIOL_FLAG", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "354", - "ObjectName": "SupMilePctilePmSt", - "Description": null + "ColumnID": "361", + "ObjectName": "BioViolFlag", + "Description": "Displays Yes if the facility is in violation for biosolids under the Clean Water Act, in the last three years." }, { - "ColumnName": "SUP_MILE_PCTILE_UST_ST", + "ColumnName": "BIO_VIO_LAST_YEAR", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "355", - "ObjectName": "SupMilePctileUstSt", - "Description": null + "ColumnID": "362", + "ObjectName": "BioVioLastYear", + "Description": "A flag (values of 1 for Yes, 0 for No) that a Bisolids Violation occurred in the last 4 quarters." }, { - "ColumnName": "SUP_MILE_OVER80_COUNT_ST", + "ColumnName": "POLL_WITH_VIOLATION", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "363", + "ObjectName": "PollWithViolation", + "Description": "The names of pollutants with effluent exceedances (i.e., violation code E90) in the past three years in ICIS-NPDES." + }, + { + "ColumnName": "LIM_POLLUTANT", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "364", + "ObjectName": "LimPollutant", + "Description": "The list of pollutants with enforceable (i.e., numeric limits or monitoring only) and/or benchmark limits in the current version of a NPDES permit." + }, + { + "ColumnName": "DMR_POUNDS", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "356", - "ObjectName": "SupMileOver80CountSt", - "Description": null + "ColumnID": "365", + "ObjectName": "DMRPounds", + "Description": "Total pounds of pollutants discharged by the NPDES ID for the most recent complete calendar year." }, { - "ColumnName": "SUP_MILE_OVER95_COUNT_ST", + "ColumnName": "PAST_CAL_YR_AVERAGE_FLOW", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "357", - "ObjectName": "SupMileOver95CountSt", - "Description": null + "ColumnID": "366", + "ObjectName": "PastCalYrAverageFlow", + "Description": "The past calendar year average flow in Million Gallons a Day (MGD)." }, { - "ColumnName": "SCORE", + "ColumnName": "PAST_CAL_YR_CONV_POLLUTANTS", "DataType": "NUMBER", "DataLength": "22", - "ColumnID": "358", + "ColumnID": "367", + "ObjectName": "PastCalYrConvPollutants", + "Description": "Total pounds of conventional pollutants discharged by the NPDES ID for the most recent complete calendar year." + }, + { + "ColumnName": "PAST_CAL_YR_CONV_POL_OVR_LMT", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "368", + "ObjectName": "PastCalYrConvPolOvrLmt", + "Description": "Total load over limit of conventional pollutant pounds equivalent discharged by the NPDES ID for the most recent complete calendar year." + }, + { + "ColumnName": "DMR_TWPE", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "369", + "ObjectName": "DMRTwpe", + "Description": "Total toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year. TWPE is the mass of a pollutant or chemical discharged that accounts for its relative toxicity." + }, + { + "ColumnName": "PAST_CAL_YR_TOXIC_POLLUTANTS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "370", + "ObjectName": "PastCalYrToxicPollutants", + "Description": "The toxic pollutants discharged by the NPDES facility for the most recent complete calendar year." + }, + { + "ColumnName": "PAST_CAL_YR_TOXIC_POL_OVR_LMT", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "371", + "ObjectName": "PastCalYrToxicPolOvrLmt", + "Description": "Total load over limit of toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year." + }, + { + "ColumnName": "FAC_TRI_SW_REL", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "372", + "ObjectName": "FacTRISwRel", + "Description": "Chemical surface water release information from the Toxics Release Inventory (TRI) represents the total chemical releases discharged to surface water, in pounds, for the most recent reporting year." + }, + { + "ColumnName": "FAC_TRI_POTW_TRANS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "373", + "ObjectName": "FacTRIPotwTrans", + "Description": "POTW transfer information from the Toxics Release Inventory (TRI) represents the amount of toxic chemicals transferred to a Publicly Operated Treatment Works (POTW), in pounds, for the most recent reporting year." + }, + { + "ColumnName": "CWP_CSO_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "374", + "ObjectName": "CWPCsoFlag", + "Description": "The discharge from a Combined Sewer System at a point prior to the treatment plant. CSOs are point sources subject to NPDES permit requirements including both technology-based and water quality-based requirements of the Clean Water Act." + }, + { + "ColumnName": "CWP_CSO_OUTFALLS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "375", + "ObjectName": "CWPCsoOutfalls", + "Description": "The number of discharge outfalls at points prior to the treatment plant." + }, + { + "ColumnName": "CWP_STATE_WATER_BODY_CODE", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "376", + "ObjectName": "CWPStateWaterBodyCode", + "Description": "Code from the Assessment TMDL Tracking & Implementation System (ATTAINS) database, assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification:- Region (first-level, 2-digit HUC)- Subregion (second-level, 4-digit HUC)- Accounting unit (third-level, 6-digit HUC)- Cataloguing unit (fourth-level, 8-digit HUC)- Watershed (fifth-level, 10-digit HUC)- Subwatershed (sixth-level, 12-digit HUC)" + }, + { + "ColumnName": "CWP_STATE_WATER_BODY_NAME", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "377", + "ObjectName": "CWPStateWaterBodyName", + "Description": "The name of the watershed from the ATTAINS database in which the facility resides." + }, + { + "ColumnName": "ATTAINS_CYCLE_YEAR", + "DataType": "VARCHAR2", + "DataLength": "4", + "ColumnID": "378", + "ObjectName": "AttainsCycleYear", + "Description": "The year in which the most recent state assessment occurred for the waterbody. The data are from the ATTAINS database." + }, + { + "ColumnName": "FAC_DERIVED_WBD_HU8", + "DataType": "VARCHAR2", + "DataLength": "8", + "ColumnID": "379", + "ObjectName": "FacDerivedWBDHu8", + "Description": "Spatially derived HUC based on the facility's geographic coordinates in FRS." + }, + { + "ColumnName": "FAC_DERIVED_WBD_HU8_NAME", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "380", + "ObjectName": "FacDerivedWBDHu8Name", + "Description": "The name of the hydrologic unit in which the facility is located within, derived spatially based on the facility's geographic coordinates in FRS." + }, + { + "ColumnName": "RAD_WBD_HUC12S", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "381", + "ObjectName": "RadWBDHuc12s", + "Description": null + }, + { + "ColumnName": "FAC_DERIVED_WBD", + "DataType": "VARCHAR2", + "DataLength": "12", + "ColumnID": "382", + "ObjectName": "FacDerivedWBD", + "Description": "The Hydrologic Unit Code (HUC-12) of the waterbody in which the facility resides, derived based on location data in FRS." + }, + { + "ColumnName": "FAC_DERIVED_WBD_NAME", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "383", + "ObjectName": "FacDerivedWBDName", + "Description": "The 12 digit Watershed Boundary Dataset Name derived from the FRS Best Pick Coordinate" + }, + { + "ColumnName": "RAD_GNIS_NAME", + "DataType": "VARCHAR2", + "DataLength": "60", + "ColumnID": "384", + "ObjectName": "RadGnisName", + "Description": "The name of the waterbody from the Geographic Names Information System (GNIS) database in which the facility is permitted to discharge directly." + }, + { + "ColumnName": "RAD_REACHCODE", + "DataType": "VARCHAR2", + "DataLength": "14", + "ColumnID": "385", + "ObjectName": "RadReachcode", + "Description": "A nationally unique and permanent identifier for the waterbody, assigned by the US Geological Survey." + }, + { + "ColumnName": "RAD_WBD_HU8", + "DataType": "VARCHAR2", + "DataLength": "8", + "ColumnID": "386", + "ObjectName": "RadWBDHu8", + "Description": "Hydrologic Unit Code (HUC) from the Reach Address Database (RAD), which is derived from the USGS Watershed Boundary Dataset." + }, + { + "ColumnName": "RAD_WBD_HU8_NAME", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "387", + "ObjectName": "RadWBDHu8Name", + "Description": "The name of the hydrologic unit in which the facility may discharge, from the Reach Address Database (RAD) and derived from the USGS Watershed Boundary Dataset." + }, + { + "ColumnName": "RAD_WBD_HUC12", + "DataType": "VARCHAR2", + "DataLength": "12", + "ColumnID": "388", + "ObjectName": "RadWBDHuc12", + "Description": "Code from the Reach Address Database (RAD), assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification:- Region (first-level, 2-digit HUC)- Subregion (second-level, 4-digit HUC)- Accounting unit (third-level, 6-digit HUC)- Cataloguing unit (fourth-level, 8-digit HUC)- Watershed (fifth-level, 10-digit HUC)- Subwatershed (sixth-level, 12-digit HUC)" + }, + { + "ColumnName": "RAD_HU_12_NAME", + "DataType": "VARCHAR2", + "DataLength": "80", + "ColumnID": "389", + "ObjectName": "RadHu12Name", + "Description": "The name of the waterbody in which the facility is permitted to discharge directly (from the Reach Address Database, RAD)." + }, + { + "ColumnName": "ATTAINS_SOURCE", + "DataType": "CHAR", + "DataLength": "6", + "ColumnID": "390", + "ObjectName": "AttainsSource", + "Description": "The CWA Report in which the waterbody data can be found. The data are from the Assessment TMDL Tracking & Implementation System (ATTAINS) database." + }, + { + "ColumnName": "CWP_IMP_WATER_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "391", + "ObjectName": "CWPImpWaterFlg", + "Description": "Displays Y if the permitted facility discharges directly into category 4 or 5 impaired waters, as designated under section 303(d) of the Clean Water Act." + }, + { + "ColumnName": "ATTAINS_IMP_WATER_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "392", + "ObjectName": "AttainsImpWaterFlg", + "Description": "Displays Y if the waterbody in which the facility resides is listed for impairment. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_AU_CATEGORY", + "DataType": "VARCHAR2", + "DataLength": "50", + "ColumnID": "393", + "ObjectName": "AttainsAuCategory", + "Description": "The impairment class or category of the waterbody in which the facility is permitted to discharge directly. The data are from the ATTAINS database:- 5 = Impaired: TMDL needed. Available information indicates that at least one designated use is not being supported and a TMDL is needed (also known as the 303(d) listed waters).- 4 = Impaired: TMDL not needed. Available information indicates that at least one designated use is not being supported, but a TMDL is not needed (see subcategories).- 4a = TMDL completed. A TMDL has been completed, but impairment still exists.- 4b = TMDL alternative. Impairment is being addressed by a method other than a TMDL (e.g., stream bank improvements).- 4c = Non-pollutant causes. Cause of impairment is not a pollutant (e.g., habitat destruction)." + }, + { + "ColumnName": "ATTAINS_STATE_CAUSES", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "394", + "ObjectName": "AttainsStateCauses", + "Description": "Lists all pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_CAUSE_GROUPS", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "395", + "ObjectName": "AttainsCauseGroups", + "Description": "Lists all groups of pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_POSSIBLE_NPDES_PARAMS", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "396", + "ObjectName": "AttainsPossibleNPDESParams", + "Description": "Lists all pollutants discharged by the facility that are potentially contributing to the impairment of local waterbodies." + }, + { + "ColumnName": "ATTAINS_PSSBLE_E90_NPDES_PARAMS", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "397", + "ObjectName": "AttainsPssbleE90NPDESParams", + "Description": null + }, + { + "ColumnName": "ATTAINS_AQUATIC_LIFE_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "398", + "ObjectName": "AttainsAquaticLifeUseFlg", + "Description": "Displays Y if the waterbody in which the facility resides is designated for aquatic life use. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_RECREATION_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "399", + "ObjectName": "AttainsRecreationUseFlg", + "Description": "Displays Y if the waterbody in which the facility resides is designated for recreational use. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_FISHCNSMPTN_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "400", + "ObjectName": "AttainsFishcnsmptnUseFlg", + "Description": null + }, + { + "ColumnName": "ATTAINS_DRINKING_WATER_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "401", + "ObjectName": "AttainsDrinkingWaterUseFlg", + "Description": null + }, + { + "ColumnName": "ATTAINS_SHELLFISH_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "402", + "ObjectName": "AttainsShellfishUseFlg", + "Description": "Displays Y if the waterbody in which the facility resides is designated for shellfish use. The data are from the ATTAINS database." + }, + { + "ColumnName": "ATTAINS_EXCEPTNL_USE_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "403", + "ObjectName": "AttainsExceptnlUseFlg", + "Description": "Displays Y if the waterbody in which the facility resides is designated for exceptional use. The data are from the ATTAINS database." + }, + { + "ColumnName": "BEACH_CLOSE_LAST_YEAR_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "404", + "ObjectName": "BeachCloseLastYearFlg", + "Description": "Displays Y if the facility is located on or near a waterbody with a beach closure within the last year." + }, + { + "ColumnName": "BEACH_CLOSE_LAST_2YRS_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "405", + "ObjectName": "BeachCloseLast2yrsFlg", + "Description": "Displays Y if the facility is located on or near a waterbody with a beach closure within the last two years." + }, + { + "ColumnName": "CHESAPEAKE_BAY_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "406", + "ObjectName": "ChesapeakeBayFlag", + "Description": "Displays Y if the facility is located within the Chesapeake Bay watershed." + }, + { + "ColumnName": "CWP_TRIBAL_LAND_CODE", + "DataType": "VARCHAR2", + "DataLength": "80", + "ColumnID": "407", + "ObjectName": "CWPTRIbalLandCode", + "Description": "From ICIS, the unique identifier for every unit of land within Indian Country." + }, + { + "ColumnName": "CWP_PERMIT_STATUS_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "408", + "ObjectName": "CWPPermitStatusCode", + "Description": "The code associated with the facility's NPDES permit status." + }, + { + "ColumnName": "CWP_PERMIT_TYPE_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "409", + "ObjectName": "CWPPermitTypeCode", + "Description": "The code associated with the facility's NPDES permit classification." + }, + { + "ColumnName": "CWP_SNC_EVENT_DESC", + "DataType": "VARCHAR2", + "DataLength": "200", + "ColumnID": "410", + "ObjectName": "CWPSNCEventDesc", + "Description": "Describes the event that resulted in the facility's status of Significant Noncompliance." + }, + { + "ColumnName": "CWP_DATE_LAST_PENALTY", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "411", + "ObjectName": "CWPDateLastPenalty", + "Description": "Indicates date of most recent penalty against the facility." + }, + { + "ColumnName": "FAC_TRI_REPORTER", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "412", + "ObjectName": "FacTRIReporter", + "Description": "Indicates whether facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year." + }, + { + "ColumnName": "CWP_13QTRS_COMPL_HISTORY", + "DataType": "VARCHAR2", + "DataLength": "15", + "ColumnID": "413", + "ObjectName": "CWP13qtrsComplHistory", + "Description": "The facility's 3-year or 13-quarter compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:_ -No Violation IdentifiedV -Violation IdentifiedS -High Priority ViolationU - Undetermined" + }, + { + "ColumnName": "CWP_CASE_IDS", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "414", + "ObjectName": "CWPCaseIDs", + "Description": "Indicates the ICIS Case Number, a unique number identifying the civil enforcement action." + }, + { + "ColumnName": "CWP_FIPS_CODE", + "DataType": "VARCHAR2", + "DataLength": "5", + "ColumnID": "415", + "ObjectName": "CWPFIPSCode", + "Description": "A 5 digit combination of the 2 digit Federal Information Processing Standards (FIPS) code for the state and the 3 digit FIPS code of the county that a facility is located in." + }, + { + "ColumnName": "DMR_IMPAIRED_POLL", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "416", + "ObjectName": "DMRImpairedPoll", + "Description": "The pollutants with limits or monitoring requirements in a facility's NPDES permit with the potential to contribute to impairment of local waterbodies" + }, + { + "ColumnName": "INDSW_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "417", + "ObjectName": "IndswFlag", + "Description": "A value of Y indicates an Industrial Stormwater Permit." + }, + { + "ColumnName": "EFF_CHARTS_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "418", + "ObjectName": "EffChartsFlag", + "Description": null + }, + { + "ColumnName": "MAP", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "419", + "ObjectName": "Map", + "Description": "No Longer Used." + }, + { + "ColumnName": "BIOSOLIDS_FLAG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "420", + "ObjectName": "BiosolidsFlag", + "Description": "A Yes/No field to indicate permits with biosolids management and compliance information." + }, + { + "ColumnName": "CURR_SV_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "421", + "ObjectName": "CurrSvFlag", + "Description": "Indicates if the facility has a current significant violation. 1 = Yes" + }, + { + "ColumnName": "VIOL_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "422", + "ObjectName": "ViolFlag", + "Description": "Indicates if the facility had a violation within the last 3 years. 1 = Yes" + }, + { + "ColumnName": "CURR_VIO_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "423", + "ObjectName": "CurrVioFlag", + "Description": "Indicates if the facility has a current violation. 1 = Yes" + }, + { + "ColumnName": "INSP_5YR_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "424", + "ObjectName": "Insp5yrFlag", + "Description": "Indicates if the facility has an inspection within the last 5 years. 1 = Yes" + }, + { + "ColumnName": "EA_5YR_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "425", + "ObjectName": "Ea5yrFlag", + "Description": "Indicates if the facility has a formal enforcement action within the last 5 years. 1 = Yes" + }, + { + "ColumnName": "INFEA_5YR_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "426", + "ObjectName": "Infea5yrFlag", + "Description": "Indicates if the facility has an informal enforcement action within the last 5 years. 1 = Yes." + }, + { + "ColumnName": "TRIBAL_FLAG", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "427", + "ObjectName": "TRIbalFlag", + "Description": "A flag indicating that the facility is within a tribal area." + }, + { + "ColumnName": "FAC_MAP_FLG", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "428", + "ObjectName": "FacMapFlg", + "Description": "Graphical indicator denoting whether geographical data required to map a facility are available." + }, + { + "ColumnName": "FAC_MAP_ICON", + "DataType": "VARCHAR2", + "DataLength": "20", + "ColumnID": "429", + "ObjectName": "FacMapIcon", + "Description": "The default map icon image file calculated for the facility by the ECHO program." + }, + { + "ColumnName": "LAST_DMR_VALUE_RCVD_DATE", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "430", + "ObjectName": "LastDMRValueRcvdDate", + "Description": "The latest date that a Discharge Monitoring Report was received by the State or EPA." + }, + { + "ColumnName": "LOWER_48", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "431", + "ObjectName": "Lower48", + "Description": "Flag showing Y/N whether location is within the contiguous (lower 48) United States." + }, + { + "ColumnName": "ACTIVE_LOWER_48", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "432", + "ObjectName": "ActiveLower48", + "Description": "A Y/N indicator indicating that the facility is active and located within the lower 48 contiguous US States." + }, + { + "ColumnName": "EFF_EXCEEDS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "433", + "ObjectName": "EffExceeds", + "Description": "The number of E90 Effluent Violations in the last 3 years." + }, + { + "ColumnName": "E90_EXCEEDS_5YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "434", + "ObjectName": "E90Exceeds5yr", + "Description": "The number of E90 Exceedences in the last 5 years." + }, + { + "ColumnName": "E90_EXCEEDS_4YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "435", + "ObjectName": "E90Exceeds4yr", + "Description": "The number of E90 Exceedences in the last 4 years." + }, + { + "ColumnName": "E90_EXCEEDS_3YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "436", + "ObjectName": "E90Exceeds3yr", + "Description": "The number of E90 Exceedences in the last 3 years." + }, + { + "ColumnName": "E90_EXCEEDS_2YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "437", + "ObjectName": "E90Exceeds2yr", + "Description": "The number of E90 Exceedences in the last 2 years." + }, + { + "ColumnName": "E90_EXCEEDS_1YR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "438", + "ObjectName": "E90Exceeds1yr", + "Description": "The number of E90 Exceedences in the last year." + }, + { + "ColumnName": "E90_POLLUTANTS_5YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "439", + "ObjectName": "E90Pollutants5yr", + "Description": "The pollutants for the E90 Exceedences in the last 5 years." + }, + { + "ColumnName": "E90_POLLUTANTS_4YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "440", + "ObjectName": "E90Pollutants4yr", + "Description": "The pollutants for the E90 Exceedences in the last 4 years." + }, + { + "ColumnName": "E90_POLLUTANTS_3YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "441", + "ObjectName": "E90Pollutants3yr", + "Description": "The pollutants for the E90 Exceedences in the last 3 years." + }, + { + "ColumnName": "E90_POLLUTANTS_2YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "442", + "ObjectName": "E90Pollutants2yr", + "Description": "The pollutants for the E90 Exceedences in the last 2 years." + }, + { + "ColumnName": "E90_POLLUTANTS_1YR", + "DataType": "VARCHAR2", + "DataLength": "4000", + "ColumnID": "443", + "ObjectName": "E90Pollutants1yr", + "Description": "The pollutants for the E90 Exceedences in the last year." + }, + { + "ColumnName": "CERTIFIED_DATE", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "444", + "ObjectName": "CertifiedDate", + "Description": "The issue date or effective date of the permit." + }, + { + "ColumnName": "COLLECTION_METHOD", + "DataType": "VARCHAR2", + "DataLength": "750", + "ColumnID": "445", + "ObjectName": "CollectionMethod", + "Description": "??" + }, + { + "ColumnName": "REFERENCE_POINT", + "DataType": "VARCHAR2", + "DataLength": "750", + "ColumnID": "446", + "ObjectName": "ReferencePoint", + "Description": "??" + }, + { + "ColumnName": "CALCULATED_ACCURACY_METERS", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "447", + "ObjectName": "CalculatedAccuracyMeters", + "Description": "The estimated accuracy in Meters for the facility's geospatial coordinate." + }, + { + "ColumnName": "VIO_LAST_YEAR", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "448", + "ObjectName": "VioLastYear", + "Description": "A flag (values of 1 for Yes, 0 for No) that a Water Program Violation occurred in the last 4 quarters." + }, + { + "ColumnName": "STATE_AUTH_NPDES", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "449", + "ObjectName": "StateAuthNPDES", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for NPDES Facilities." + }, + { + "ColumnName": "STATE_AUTH_FEDFAC", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "450", + "ObjectName": "StateAuthFedfac", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized to regulate Federally owned facilities." + }, + { + "ColumnName": "STATE_AUTH_PRETREAT", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "451", + "ObjectName": "StateAuthPretreat", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Pretreatment Facilities." + }, + { + "ColumnName": "STATE_AUTH_GEN", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "452", + "ObjectName": "StateAuthGen", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for General NPDES Facilities." + }, + { + "ColumnName": "STATE_AUTH_BIOSOLIDS", + "DataType": "CHAR", + "DataLength": "1", + "ColumnID": "453", + "ObjectName": "StateAuthBiosolids", + "Description": "Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Biosolids." + }, + { + "ColumnName": "PERMITTING_AGENCY", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "454", + "ObjectName": "PermittingAgency", + "Description": "This is the type of organization issuing or granting a permit." + }, + { + "ColumnName": "ELECTR_RPT_WAIVER_TYPE_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "455", + "ObjectName": "ElectrRptWaiverTypeCode", + "Description": "The unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part." + }, + { + "ColumnName": "ELECTR_RPT_WAIVER_TYPE_DESC", + "DataType": "VARCHAR2", + "DataLength": "100", + "ColumnID": "456", + "ObjectName": "ElectrRptWaiverTypeDesc", + "Description": "Description of the unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part." + }, + { + "ColumnName": "ELECTR_RPT_WAIVER_EFF_DATE", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "457", + "ObjectName": "ElectrRptWaiverEffDate", + "Description": "This is the effective date for a waiver from electronic reporting in compliance with this part. This data element should always be populated for a waiver." + }, + { + "ColumnName": "ELECTR_RPT_WAIVER_EXP_DATE", + "DataType": "DATE", + "DataLength": "7", + "ColumnID": "458", + "ObjectName": "ElectrRptWaiverExpDate", + "Description": "This is the expiration date for a temporary waiver from electronic reporting in compliance with this part. This data element should be left blank if the permittee has a permanent waiver from electronic reporting or if the permittee does not have a waiver from electronic reporting in compliance with this part." + }, + { + "ColumnName": "ELECTR_SUBMISSION_TYPE_CODE", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "459", + "ObjectName": "ElectrSubmissionTypeCode", + "Description": "This is the code indicating the means by which the data were submitted electronically." + }, + { + "ColumnName": "ELECTR_SUBMISSION_TYPE_DESC", + "DataType": "VARCHAR2", + "DataLength": "250", + "ColumnID": "460", + "ObjectName": "ElectrSubmissionTypeDesc", + "Description": "This is the description of the code indicating the means by which the data were submitted electronically." + }, + { + "ColumnName": "AIM_FLAG", + "DataType": "VARCHAR2", + "DataLength": "5", + "ColumnID": "461", + "ObjectName": "AimFlag", + "Description": null + }, + { + "ColumnName": "BIO_AR_FLAG", + "DataType": "VARCHAR2", + "DataLength": "3", + "ColumnID": "462", + "ObjectName": "BioArFlag", + "Description": null + }, + { + "ColumnName": "WEB_DOCS", + "DataType": "VARCHAR2", + "DataLength": "20", + "ColumnID": "463", + "ObjectName": "WebDocs", + "Description": "Contains flags that identify what web accessible documents are available for the facility." + }, + { + "ColumnName": "SCORE", + "DataType": "NUMBER", + "DataLength": "22", + "ColumnID": "464", "ObjectName": "Score", "Description": null } diff --git a/vignettes/int/0/eff_rest_services.download_effluent_chart-1ca27d.csv b/vignettes/int/0/eff_rest_services.download_effluent_chart-1ca27d.csv index 787e40a..b734b3d 100644 --- a/vignettes/int/0/eff_rest_services.download_effluent_chart-1ca27d.csv +++ b/vignettes/int/0/eff_rest_services.download_effluent_chart-1ca27d.csv @@ -1,81 +1,81 @@ -activity_id,npdes_id,version_nmbr,perm_feature_id,perm_feature_nmbr,perm_feature_type_code,perm_feature_type_desc,limit_set_id,limit_set_schedule_id,limit_id,limit_type_code,limit_begin_date,limit_end_date,nmbr_of_submission,parameter_code,parameter_desc,monitoring_location_code,monitoring_location_desc,stay_type_code,stay_type_desc,limit_value_id,limit_value_type_code,limit_value_type_desc,limit_value_nmbr,limit_unit_code,limit_unit_desc,standard_unit_code,standard_unit_desc,limit_value_standard_units,statistical_base_code,statistical_base_short_desc,statistical_base_type_code,statistical_base_type_desc,limit_value_qualifier_code,stay_value_nmbr,dmr_event_id,monitoring_period_end_date,dmr_form_value_id,value_type_code,value_type_desc,dmr_value_id,dmr_value_nmbr,dmr_unit_code,dmr_unit_desc,dmr_value_standard_units,dmr_value_qualifier_code,value_received_date,days_late,nodi_code,nodi_desc,exceedence_pct,npdes_violation_id,violation_code,violation_desc,rnc_detection_code,rnc_detection_desc,rnc_detection_date,rnc_resolution_code,rnc_resolution_desc,rnc_resolution_date,violation_severity -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437316,"ENF",08/01/2015,03/01/2020,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600678123,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3601380436,10/31/2019,3618540903,"Q1","Quantity1",3700039682,.054,"03","MGD",.054,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437316,"ENF",08/01/2015,03/01/2020,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600678122,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3601380436,10/31/2019,3618540904,"Q2","Quantity2",3700039683,.0729,"03","MGD",.0729,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437316,"ENF",08/01/2015,03/01/2020,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600678122,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3601380437,11/30/2019,3618540922,"Q2","Quantity2",3701996434,.0729,"03","MGD",.0729,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437316,"ENF",08/01/2015,03/01/2020,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600678123,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3601380437,11/30/2019,3618540921,"Q1","Quantity1",3701996433,.0536,"03","MGD",.0536,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437316,"ENF",08/01/2015,03/01/2020,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600678123,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3601380438,12/31/2019,3618540939,"Q1","Quantity1",3703687128,.0518,"03","MGD",.0518,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437316,"ENF",08/01/2015,03/01/2020,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600678122,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3601380438,12/31/2019,3618540940,"Q2","Quantity2",3703687129,.0806,"03","MGD",.0806,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3601380439,01/31/2020,3618540957,"Q1","Quantity1",3708916333,.0519,"03","MGD",.0519,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3601380439,01/31/2020,3618540958,"Q2","Quantity2",3708916336,.0735,"03","MGD",.0735,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3601380440,02/29/2020,3618540975,"Q1","Quantity1",3710353124,.0542,"03","MGD",.0542,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3601380440,02/29/2020,3618540976,"Q2","Quantity2",3710353125,.0685,"03","MGD",.0685,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968215,03/31/2020,3788198758,"Q1","Quantity1",3711628722,.0467,"03","MGD",.0467,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968215,03/31/2020,3788198761,"Q2","Quantity2",3711628723,.0588,"03","MGD",.0588,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968225,04/30/2020,3788198897,"Q2","Quantity2",3714280733,.0604,"03","MGD",.0604,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968225,04/30/2020,3788198888,"Q1","Quantity1",3714280732,.0429,"03","MGD",.0429,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968232,05/31/2020,3788199068,"Q2","Quantity2",3715533935,.0863,"03","MGD",.0863,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968232,05/31/2020,3788199064,"Q1","Quantity1",3715533934,.0497,"03","MGD",.0497,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968240,06/30/2020,3788199194,"Q1","Quantity1",3717058648,.0591,"03","MGD",.0591,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968240,06/30/2020,3788199200,"Q2","Quantity2",3717058649,.0877,"03","MGD",.0877,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968252,07/31/2020,3788199301,"Q2","Quantity2",3718766699,.1991,"03","MGD",.1991,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968252,07/31/2020,3788199297,"Q1","Quantity1",3718766698,.0695,"03","MGD",.0695,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968260,08/31/2020,3788199403,"Q2","Quantity2",3721774059,.079,"03","MGD",.079,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968260,08/31/2020,3788199401,"Q1","Quantity1",3721774055,.0616,"03","MGD",.0616,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968269,09/30/2020,3788199482,"Q1","Quantity1",3723320217,.0676,"03","MGD",.0676,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968269,09/30/2020,3788199483,"Q2","Quantity2",3723320218,.0999,"03","MGD",.0999,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968276,10/31/2020,3788199590,"Q2","Quantity2",3726212925,.0836,"03","MGD",.0836,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968276,10/31/2020,3788199588,"Q1","Quantity1",3726212924,.0627,"03","MGD",.0627,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968281,11/30/2020,3788199721,"Q1","Quantity1",3727552235,.0623,"03","MGD",.0623,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968281,11/30/2020,3788199728,"Q2","Quantity2",3727552237,.1453,"03","MGD",.1453,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968286,12/31/2020,3788199870,"Q2","Quantity2",3730837812,.0841,"03","MGD",.0841,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968286,12/31/2020,3788199868,"Q1","Quantity1",3730837810,.0596,"03","MGD",.0596,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788199987,"Q1","Quantity1",3732924937,.0604,"03","MGD",.0604,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968295,01/31/2021,3788199991,"Q2","Quantity2",3732924938,.0849,"03","MGD",.0849,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968298,02/28/2021,3788200099,"Q2","Quantity2",3735355400,.1109,"03","MGD",.1109,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200098,"Q1","Quantity1",3735355399,.0569,"03","MGD",.0569,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968306,03/31/2021,3788200195,"Q2","Quantity2",3736849014,.0809,"03","MGD",.0809,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200189,"Q1","Quantity1",3736849013,.0581,"03","MGD",.0581,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200267,"Q1","Quantity1",3738924115,.057,"03","MGD",.057,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968313,04/30/2021,3788200269,"Q2","Quantity2",3738924116,.0815,"03","MGD",.0815,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721170,"Q1","Quantity1",3742517011,.0815,"03","MGD",.0815,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038173,05/31/2021,3817721172,"Q2","Quantity2",3742517013,.2326,"03","MGD",.2326,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721346,"Q1","Quantity1",3743840442,.0839,"03","MGD",.0839,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038187,06/30/2021,3817721349,"Q2","Quantity2",3743840443,.3646,"03","MGD",.3646,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721506,"Q1","Quantity1",3745609911,.0935,"03","MGD",.0935,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038201,07/31/2021,3817721521,"Q2","Quantity2",3745609912,.3597,"03","MGD",.3597,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721635,"Q1","Quantity1",3748558413,.0624,"03","MGD",.0624,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038214,08/31/2021,3817721638,"Q2","Quantity2",3748558414,.0948,"03","MGD",.0948,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721777,"Q1","Quantity1",3749834322,.0607,"03","MGD",.0607,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038228,09/30/2021,3817721779,"Q2","Quantity2",3749834323,.0844,"03","MGD",.0844,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038244,10/31/2021,3817721940,"Q2","Quantity2",3752994434,.2222,"03","MGD",.2222,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721938,"Q1","Quantity1",3752994433,.0695,"03","MGD",.0695,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038256,11/30/2021,3817722093,"Q2","Quantity2",3754387425,.0951,"03","MGD",.0951,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722079,"Q1","Quantity1",3754387424,.0649,"03","MGD",.0649,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722222,"Q1","Quantity1",3755822008,.0629,"03","MGD",.0629,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038265,12/31/2021,3817722231,"Q2","Quantity2",3755822009,.0885,"03","MGD",.0885,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722387,"Q1","Quantity1",3758717260,.0682,"03","MGD",.0682,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038272,01/31/2022,3817722390,"Q2","Quantity2",3758717261,.096,"03","MGD",.096,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038277,02/28/2022,3817722506,"Q2","Quantity2",3762582641,.1134,"03","MGD",.1134,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722501,"Q1","Quantity1",3762582640,.0723,"03","MGD",.0723,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038282,03/31/2022,3817722652,"Q2","Quantity2",3763827273,.1066,"03","MGD",.1066,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722648,"Q1","Quantity1",3763827272,.065,"03","MGD",.065,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038289,04/30/2022,3817722824,"Q2","Quantity2",3765258557,.0711,"03","MGD",.0711,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722817,"Q1","Quantity1",3765258556,.0503,"03","MGD",.0503,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038294,05/31/2022,3817722985,"Q2","Quantity2",3768375934,.0696,"03","MGD",.0696,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817722977,"Q1","Quantity1",3768375933,.0467,"03","MGD",.0467,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723154,"Q1","Quantity1",3769658525,.0473,"03","MGD",.0473,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038300,06/30/2022,3817723157,"Q2","Quantity2",3769658526,.1001,"03","MGD",.1001,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038307,07/31/2022,3817723299,"Q2","Quantity2",3773142842,.2052,"03","MGD",.2052,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723296,"Q1","Quantity1",3773142841,.0582,"03","MGD",.0582,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038313,08/31/2022,3817723465,"Q2","Quantity2",3774644032,.254,"03","MGD",.254,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723460,"Q1","Quantity1",3774644031,.0758,"03","MGD",.0758,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723621,"Q1","Quantity1",3775697871,.0598,"03","MGD",.0598,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038317,09/30/2022,3817723624,"Q2","Quantity2",3775697872,.1449,"03","MGD",.1449,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038323,10/31/2022,3817723758,"Q2","Quantity2",3779193573,.113,"03","MGD",.113,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723749,"Q1","Quantity1",3779193572,.0512,"03","MGD",.0512,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038327,11/30/2022,3817723908,"Q2","Quantity2",3780948213,.0912,"03","MGD",.0912,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817723896,"Q1","Quantity1",3780948212,.0526,"03","MGD",.0526,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038341,12/31/2022,3817724127,"Q2","Quantity2",3782200930,.1044,"03","MGD",.1044,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724123,"Q1","Quantity1",3782200929,.0505,"03","MGD",.0505,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724326,"Q1","Quantity1",3785628181,.0468,"03","MGD",.0468,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038346,01/31/2023,3817724341,"Q2","Quantity2",3785628182,.0615,"03","MGD",.0615,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" +activity_id,npdes_id,version_nmbr,perm_feature_id,perm_feature_nmbr,perm_feature_type_code,perm_feature_type_desc,limit_set_id,limit_set_schedule_id,limit_id,limit_season_id,limit_type_code,limit_begin_date,limit_end_date,nmbr_of_submission,parameter_code,parameter_desc,monitoring_location_code,monitoring_location_desc,stay_type_code,stay_type_desc,limit_value_id,limit_value_type_code,limit_value_type_desc,limit_value_nmbr,limit_unit_code,limit_unit_desc,standard_unit_code,standard_unit_desc,limit_value_standard_units,statistical_base_code,statistical_base_short_desc,statistical_base_type_code,statistical_base_type_desc,limit_value_qualifier_code,stay_value_nmbr,dmr_event_id,monitoring_period_end_date,dmr_form_value_id,value_type_code,value_type_desc,dmr_value_id,dmr_value_nmbr,dmr_unit_code,dmr_unit_desc,dmr_value_standard_units,dmr_value_qualifier_code,value_received_date,days_late,nodi_code,nodi_desc,exceedence_pct,npdes_violation_id,violation_code,violation_desc,rnc_detection_code,rnc_detection_desc,rnc_detection_date,rnc_resolution_code,rnc_resolution_desc,rnc_resolution_date,violation_severity,dmr_due_date,dmr_limit_type_code_desc,dmr_limit_type_desc +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968295,01/31/2021,3788199991,"Q2","Quantity2",3732924938,.0849,"03","MGD",.0849,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788199987,"Q1","Quantity1",3732924937,.0604,"03","MGD",.0604,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200098,"Q1","Quantity1",3735355399,.0569,"03","MGD",.0569,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968298,02/28/2021,3788200099,"Q2","Quantity2",3735355400,.1109,"03","MGD",.1109,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968306,03/31/2021,3788200195,"Q2","Quantity2",3736849014,.0809,"03","MGD",.0809,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200189,"Q1","Quantity1",3736849013,.0581,"03","MGD",.0581,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200267,"Q1","Quantity1",3738924115,.057,"03","MGD",.057,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968313,04/30/2021,3788200269,"Q2","Quantity2",3738924116,.0815,"03","MGD",.0815,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038173,05/31/2021,3817721172,"Q2","Quantity2",3742517013,.2326,"03","MGD",.2326,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721170,"Q1","Quantity1",3742517011,.0815,"03","MGD",.0815,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721346,"Q1","Quantity1",3743840442,.0839,"03","MGD",.0839,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038187,06/30/2021,3817721349,"Q2","Quantity2",3743840443,.3646,"03","MGD",.3646,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038201,07/31/2021,3817721521,"Q2","Quantity2",3745609912,.3597,"03","MGD",.3597,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721506,"Q1","Quantity1",3745609911,.0935,"03","MGD",.0935,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721635,"Q1","Quantity1",3748558413,.0624,"03","MGD",.0624,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038214,08/31/2021,3817721638,"Q2","Quantity2",3748558414,.0948,"03","MGD",.0948,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038228,09/30/2021,3817721779,"Q2","Quantity2",3749834323,.0844,"03","MGD",.0844,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721777,"Q1","Quantity1",3749834322,.0607,"03","MGD",.0607,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721938,"Q1","Quantity1",3752994433,.0695,"03","MGD",.0695,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038244,10/31/2021,3817721940,"Q2","Quantity2",3752994434,.2222,"03","MGD",.2222,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038256,11/30/2021,3817722093,"Q2","Quantity2",3754387425,.0951,"03","MGD",.0951,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722079,"Q1","Quantity1",3754387424,.0649,"03","MGD",.0649,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722222,"Q1","Quantity1",3755822008,.0629,"03","MGD",.0629,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038265,12/31/2021,3817722231,"Q2","Quantity2",3755822009,.0885,"03","MGD",.0885,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038272,01/31/2022,3817722390,"Q2","Quantity2",3758717261,.096,"03","MGD",.096,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722387,"Q1","Quantity1",3758717260,.0682,"03","MGD",.0682,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722501,"Q1","Quantity1",3762582640,.0723,"03","MGD",.0723,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038277,02/28/2022,3817722506,"Q2","Quantity2",3762582641,.1134,"03","MGD",.1134,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038282,03/31/2022,3817722652,"Q2","Quantity2",3763827273,.1066,"03","MGD",.1066,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722648,"Q1","Quantity1",3763827272,.065,"03","MGD",.065,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722817,"Q1","Quantity1",3765258556,.0503,"03","MGD",.0503,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038289,04/30/2022,3817722824,"Q2","Quantity2",3765258557,.0711,"03","MGD",.0711,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038294,05/31/2022,3817722985,"Q2","Quantity2",3768375934,.0696,"03","MGD",.0696,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817722977,"Q1","Quantity1",3768375933,.0467,"03","MGD",.0467,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723154,"Q1","Quantity1",3769658525,.0473,"03","MGD",.0473,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038300,06/30/2022,3817723157,"Q2","Quantity2",3769658526,.1001,"03","MGD",.1001,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038307,07/31/2022,3817723299,"Q2","Quantity2",3773142842,.2052,"03","MGD",.2052,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723296,"Q1","Quantity1",3773142841,.0582,"03","MGD",.0582,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723460,"Q1","Quantity1",3774644031,.0758,"03","MGD",.0758,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038313,08/31/2022,3817723465,"Q2","Quantity2",3774644032,.254,"03","MGD",.254,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038317,09/30/2022,3817723624,"Q2","Quantity2",3775697872,.1449,"03","MGD",.1449,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723621,"Q1","Quantity1",3775697871,.0598,"03","MGD",.0598,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723749,"Q1","Quantity1",3779193572,.0512,"03","MGD",.0512,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038323,10/31/2022,3817723758,"Q2","Quantity2",3779193573,.113,"03","MGD",.113,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038327,11/30/2022,3817723908,"Q2","Quantity2",3780948213,.0912,"03","MGD",.0912,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817723896,"Q1","Quantity1",3780948212,.0526,"03","MGD",.0526,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724123,"Q1","Quantity1",3782200929,.0505,"03","MGD",.0505,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038341,12/31/2022,3817724127,"Q2","Quantity2",3782200930,.1044,"03","MGD",.1044,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038346,01/31/2023,3817724341,"Q2","Quantity2",3785628182,.0615,"03","MGD",.0615,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724326,"Q1","Quantity1",3785628181,.0468,"03","MGD",.0468,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038357,02/28/2023,3817724549,"Q1","Quantity1",3788541355,.0519,"03","MGD",.0519,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038357,02/28/2023,3817724553,"Q2","Quantity2",3788541356,.0759,"03","MGD",.0759,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038365,03/31/2023,3817724773,"Q2","Quantity2",3790127505,.0967,"03","MGD",.0967,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038365,03/31/2023,3817724753,"Q1","Quantity1",3790127504,.0532,"03","MGD",.0532,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038373,04/30/2023,3817724938,"Q1","Quantity1",3793150293,.0606,"03","MGD",.0606,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038373,04/30/2023,3817724945,"Q2","Quantity2",3793150294,.1088,"03","MGD",.1088,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038381,05/31/2023,3817725144,"Q2","Quantity2",3794782852,.1863,"03","MGD",.1863,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038381,05/31/2023,3817725141,"Q1","Quantity1",3794782851,.0648,"03","MGD",.0648,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038391,06/30/2023,3817725371,"Q1","Quantity1",3796158598,.0565,"03","MGD",.0565,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038391,06/30/2023,3817725393,"Q2","Quantity2",3796158599,.0874,"03","MGD",.0874,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038408,07/31/2023,3817725627,"Q2","Quantity2",3798023102,.0791,"03","MGD",.0791,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038408,07/31/2023,3817725623,"Q1","Quantity1",3798023101,.0587,"03","MGD",.0587,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038422,08/31/2023,3817725948,"Q1","Quantity1",3802058153,.0584,"03","MGD",.0584,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038422,08/31/2023,3817725952,"Q2","Quantity2",3802058154,.0894,"03","MGD",.0894,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038434,09/30/2023,3817726115,"Q2","Quantity2",3802356482,.071,"03","MGD",.071,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038434,09/30/2023,3817726108,"Q1","Quantity1",3802356479,.0616,"03","MGD",.0616,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038443,10/31/2023,3817726283,"Q1","Quantity1",3804206903,.0544,"03","MGD",.0544,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038443,10/31/2023,3817726296,"Q2","Quantity2",3804206904,.0711,"03","MGD",.0711,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038449,11/30/2023,3817726477,"Q2","Quantity2",3806256738,.081,"03","MGD",.081,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038449,11/30/2023,3817726474,"Q1","Quantity1",3806256737,.0635,"03","MGD",.0635,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038460,12/31/2023,3817726667,"Q1","Quantity1",3808725641,.0522,"03","MGD",.0522,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038460,12/31/2023,3817726673,"Q2","Quantity2",3808725642,.0691,"03","MGD",.0691,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038470,01/31/2024,3817726822,"Q2","Quantity2",3811500149,.1935,"03","MGD",.1935,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038470,01/31/2024,3817726821,"Q1","Quantity1",3811500148,.0667,"03","MGD",.0667,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038480,02/29/2024,3817727002,"Q1","Quantity1",3813595536,.0581,"03","MGD",.0581,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038480,02/29/2024,3817727008,"Q2","Quantity2",3813595537,.1939,"03","MGD",.1939,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038489,03/31/2024,3817727173,"Q2","Quantity2",3814650180,.06,"03","MGD",.06,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038489,03/31/2024,3817727168,"Q1","Quantity1",3814650179,.0411,"03","MGD",.0411,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038499,04/30/2024,3817727380,"Q1","Quantity1",3816751340,.0454,"03","MGD",.0454,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038499,04/30/2024,3817727392,"Q2","Quantity2",3816751341,.068,"03","MGD",.068,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" diff --git a/vignettes/int/0/eff_rest_services.download_effluent_chart-79e012.csv b/vignettes/int/0/eff_rest_services.download_effluent_chart-79e012.csv index 0d7cca1..99693e2 100644 --- a/vignettes/int/0/eff_rest_services.download_effluent_chart-79e012.csv +++ b/vignettes/int/0/eff_rest_services.download_effluent_chart-79e012.csv @@ -1,780 +1,721 @@ -activity_id,npdes_id,version_nmbr,perm_feature_id,perm_feature_nmbr,perm_feature_type_code,perm_feature_type_desc,limit_set_id,limit_set_schedule_id,limit_id,limit_type_code,limit_begin_date,limit_end_date,nmbr_of_submission,parameter_code,parameter_desc,monitoring_location_code,monitoring_location_desc,stay_type_code,stay_type_desc,limit_value_id,limit_value_type_code,limit_value_type_desc,limit_value_nmbr,limit_unit_code,limit_unit_desc,standard_unit_code,standard_unit_desc,limit_value_standard_units,statistical_base_code,statistical_base_short_desc,statistical_base_type_code,statistical_base_type_desc,limit_value_qualifier_code,stay_value_nmbr,dmr_event_id,monitoring_period_end_date,dmr_form_value_id,value_type_code,value_type_desc,dmr_value_id,dmr_value_nmbr,dmr_unit_code,dmr_unit_desc,dmr_value_standard_units,dmr_value_qualifier_code,value_received_date,days_late,nodi_code,nodi_desc,exceedence_pct,npdes_violation_id,violation_code,violation_desc,rnc_detection_code,rnc_detection_desc,rnc_detection_date,rnc_resolution_code,rnc_resolution_desc,rnc_resolution_date,violation_severity -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437315,"ENF",08/01/2015,03/01/2020,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3600678121,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3601380436,10/31/2019,3618540894,"C1","Concentration1",3700039687,5.36,"19","mg/L",5.36,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437315,"ENF",08/01/2015,03/01/2020,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3600678121,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3601380437,11/30/2019,3618540912,"C1","Concentration1",3701996443,5.74,"19","mg/L",5.74,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437315,"ENF",08/01/2015,03/01/2020,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3600678121,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3601380438,12/31/2019,3618540930,"C1","Concentration1",3703687118,6.62,"19","mg/L",6.62,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3601380439,01/31/2020,3618540948,"C1","Concentration1",3708916362,6.66,"19","mg/L",6.66,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3601380440,02/29/2020,3618540966,"C1","Concentration1",3710353139,6.55,"19","mg/L",6.55,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968215,03/31/2020,3788198705,"C1","Concentration1",3711628721,5.82,"19","mg/L",5.82,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968225,04/30/2020,3788198837,"C1","Concentration1",3714280738,5.83,"19","mg/L",5.83,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968232,05/31/2020,3788198984,"C1","Concentration1",3715533937,5.5,"19","mg/L",5.5,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968240,06/30/2020,3788199142,"C1","Concentration1",3717058644,5.45,"19","mg/L",5.45,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968252,07/31/2020,3788199257,"C1","Concentration1",3718766697,5.65,"19","mg/L",5.65,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968260,08/31/2020,3788199353,"C1","Concentration1",3721774033,5.78,"19","mg/L",5.78,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968269,09/30/2020,3788199443,"C1","Concentration1",3723320232,5.6,"19","mg/L",5.6,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968276,10/31/2020,3788199524,"C1","Concentration1",3726212929,6.15,"19","mg/L",6.15,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968281,11/30/2020,3788199667,"C1","Concentration1",3727552215,5.52,"19","mg/L",5.52,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968286,12/31/2020,3788199799,"C1","Concentration1",3730837816,5.5,"19","mg/L",5.5,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968295,01/31/2021,3788199942,"C1","Concentration1",3732924936,5.9,"19","mg/L",5.9,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968298,02/28/2021,3788200055,"C1","Concentration1",3735355411,5.73,"19","mg/L",5.73,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968306,03/31/2021,3788200133,"C1","Concentration1",3736849023,5.6,"19","mg/L",5.6,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968313,04/30/2021,3788200228,"C1","Concentration1",3738924104,4.7,"19","mg/L",4.7,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038173,05/31/2021,3817721058,"C1","Concentration1",3742517015,5.52,"19","mg/L",5.52,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038187,06/30/2021,3817721269,"C1","Concentration1",3743840441,5.79,"19","mg/L",5.79,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038201,07/31/2021,3817721423,"C1","Concentration1",3745609910,4.61,"19","mg/L",4.61,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038214,08/31/2021,3817721574,"C1","Concentration1",3748558415,5.6,"19","mg/L",5.6,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038228,09/30/2021,3817721716,"C1","Concentration1",3749834312,5.71,"19","mg/L",5.71,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038244,10/31/2021,3817721854,"C1","Concentration1",3752994438,5.67,"19","mg/L",5.67,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038256,11/30/2021,3817721990,"C1","Concentration1",3754387420,5.6,"19","mg/L",5.6,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038265,12/31/2021,3817722156,"C1","Concentration1",3755822002,5.81,"19","mg/L",5.81,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038272,01/31/2022,3817722336,"C1","Concentration1",3758717266,5.46,"19","mg/L",5.46,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038277,02/28/2022,3817722451,"C1","Concentration1",3762582634,6.29,"19","mg/L",6.29,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038282,03/31/2022,3817722598,"C1","Concentration1",3763827282,5.87,"19","mg/L",5.87,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038289,04/30/2022,3817722750,"C1","Concentration1",3765258553,5.5,"19","mg/L",5.5,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038294,05/31/2022,3817722907,"C1","Concentration1",3768375965,4.89,"19","mg/L",4.89,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038300,06/30/2022,3817723056,"C1","Concentration1",3769658539,5.67,"19","mg/L",5.67,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038307,07/31/2022,3817723241,"C1","Concentration1",3773142860,5.68,"19","mg/L",5.68,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038313,08/31/2022,3817723387,"C1","Concentration1",3774644030,5.34,"19","mg/L",5.34,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038317,09/30/2022,3817723542,"C1","Concentration1",3775697870,6.1,"19","mg/L",6.1,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038323,10/31/2022,3817723691,"C1","Concentration1",3779193559,5.43,"19","mg/L",5.43,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038327,11/30/2022,3817723832,"C1","Concentration1",3780948208,5.9,"19","mg/L",5.9,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038341,12/31/2022,3817724073,"C1","Concentration1",3782200921,6.14,"19","mg/L",6.14,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038346,01/31/2023,3817724210,"C1","Concentration1",3785628187,6.06,"19","mg/L",6.06,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437312,"ENF",08/01/2015,03/01/2020,1,"00400","pH","1","Effluent Gross","","",3600678115,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3601380436,10/31/2019,3618540895,"C1","Concentration1",3700039678,6.63,"12","SU",6.63,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437312,"ENF",08/01/2015,03/01/2020,1,"00400","pH","1","Effluent Gross","","",3600678114,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3601380436,10/31/2019,3618540896,"C3","Concentration3",3700039679,7.71,"12","SU",7.71,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437312,"ENF",08/01/2015,03/01/2020,1,"00400","pH","1","Effluent Gross","","",3600678114,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3601380437,11/30/2019,3618540914,"C3","Concentration3",3701996436,7.64,"12","SU",7.64,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437312,"ENF",08/01/2015,03/01/2020,1,"00400","pH","1","Effluent Gross","","",3600678115,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3601380437,11/30/2019,3618540913,"C1","Concentration1",3701996435,7.15,"12","SU",7.15,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437312,"ENF",08/01/2015,03/01/2020,1,"00400","pH","1","Effluent Gross","","",3600678115,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3601380438,12/31/2019,3618540931,"C1","Concentration1",3703687140,6.53,"12","SU",6.53,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437312,"ENF",08/01/2015,03/01/2020,1,"00400","pH","1","Effluent Gross","","",3600678114,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3601380438,12/31/2019,3618540932,"C3","Concentration3",3703687142,7.75,"12","SU",7.75,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3601380439,01/31/2020,3618540950,"C3","Concentration3",3708916319,7.71,"12","SU",7.71,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3601380439,01/31/2020,3618540949,"C1","Concentration1",3708916318,7.64,"12","SU",7.64,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3601380440,02/29/2020,3618540968,"C3","Concentration3",3710353132,7.78,"12","SU",7.78,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3601380440,02/29/2020,3618540967,"C1","Concentration1",3710353131,6.84,"12","SU",6.84,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968215,03/31/2020,3788198713,"C1","Concentration1",3711628724,7.18,"12","SU",7.18,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968215,03/31/2020,3788198721,"C3","Concentration3",3711628725,7.79,"12","SU",7.79,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968225,04/30/2020,3788198847,"C3","Concentration3",3714280737,7.74,"12","SU",7.74,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968225,04/30/2020,3788198843,"C1","Concentration1",3714280735,6.87,"12","SU",6.87,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968232,05/31/2020,3788198990,"C1","Concentration1",3715533932,6.8,"12","SU",6.8,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968232,05/31/2020,3788198993,"C3","Concentration3",3715533933,7.82,"12","SU",7.82,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968240,06/30/2020,3788199149,"C3","Concentration3",3717058651,7.88,"12","SU",7.88,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968240,06/30/2020,3788199144,"C1","Concentration1",3717058650,7.01,"12","SU",7.01,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968252,07/31/2020,3788199262,"C1","Concentration1",3718766693,7.8,"12","SU",7.8,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968252,07/31/2020,3788199265,"C3","Concentration3",3718766696,7.88,"12","SU",7.88,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968260,08/31/2020,3788199365,"C3","Concentration3",3721774032,7.87,"12","SU",7.87,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968260,08/31/2020,3788199361,"C1","Concentration1",3721774031,7.78,"12","SU",7.78,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968269,09/30/2020,3788199450,"C1","Concentration1",3723320219,7.79,"12","SU",7.79,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968269,09/30/2020,3788199454,"C3","Concentration3",3723320220,7.97,"12","SU",7.97,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968276,10/31/2020,3788199531,"C3","Concentration3",3726212920,7.9,"12","SU",7.9,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968276,10/31/2020,3788199528,"C1","Concentration1",3726212919,7.75,"12","SU",7.75,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968281,11/30/2020,3788199678,"C1","Concentration1",3727552231,7.55,"12","SU",7.55,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968281,11/30/2020,3788199679,"C3","Concentration3",3727552233,7.77,"12","SU",7.77,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968286,12/31/2020,3788199811,"C3","Concentration3",3730837818,7.75,"12","SU",7.75,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968286,12/31/2020,3788199806,"C1","Concentration1",3730837817,7.49,"12","SU",7.49,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968295,01/31/2021,3788199949,"C1","Concentration1",3732924939,7.62,"12","SU",7.62,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968295,01/31/2021,3788199952,"C3","Concentration3",3732924940,7.75,"12","SU",7.75,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968298,02/28/2021,3788200061,"C1","Concentration1",3735355409,7.69,"12","SU",7.69,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968298,02/28/2021,3788200068,"C3","Concentration3",3735355410,7.97,"12","SU",7.97,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968306,03/31/2021,3788200154,"C1","Concentration1",3736849024,7.73,"12","SU",7.73,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968306,03/31/2021,3788200160,"C3","Concentration3",3736849025,7.77,"12","SU",7.77,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968313,04/30/2021,3788200236,"C3","Concentration3",3738924111,7.78,"12","SU",7.78,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968313,04/30/2021,3788200233,"C1","Concentration1",3738924110,7.54,"12","SU",7.54,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038173,05/31/2021,3817721084,"C1","Concentration1",3742517033,7.56,"12","SU",7.56,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038173,05/31/2021,3817721087,"C3","Concentration3",3742517034,7.67,"12","SU",7.67,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038187,06/30/2021,3817721285,"C3","Concentration3",3743840440,7.79,"12","SU",7.79,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038187,06/30/2021,3817721279,"C1","Concentration1",3743840439,7.48,"12","SU",7.48,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038201,07/31/2021,3817721430,"C1","Concentration1",3745609922,7.44,"12","SU",7.44,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038201,07/31/2021,3817721435,"C3","Concentration3",3745609925,7.83,"12","SU",7.83,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038214,08/31/2021,3817721579,"C1","Concentration1",3748558406,7.61,"12","SU",7.61,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038214,08/31/2021,3817721584,"C3","Concentration3",3748558407,7.82,"12","SU",7.82,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038228,09/30/2021,3817721722,"C1","Concentration1",3749834318,7.61,"12","SU",7.61,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038228,09/30/2021,3817721725,"C3","Concentration3",3749834319,7.74,"12","SU",7.74,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038244,10/31/2021,3817721883,"C3","Concentration3",3752994426,7.73,"12","SU",7.73,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038244,10/31/2021,3817721859,"C1","Concentration1",3752994425,7.4,"12","SU",7.4,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038256,11/30/2021,3817721995,"C1","Concentration1",3754387416,7.5,"12","SU",7.5,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038256,11/30/2021,3817722000,"C3","Concentration3",3754387417,7.8,"12","SU",7.8,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038265,12/31/2021,3817722160,"C1","Concentration1",3755822016,7.63,"12","SU",7.63,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038265,12/31/2021,3817722164,"C3","Concentration3",3755822017,7.72,"12","SU",7.72,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038272,01/31/2022,3817722357,"C3","Concentration3",3758717263,7.82,"12","SU",7.82,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038272,01/31/2022,3817722356,"C1","Concentration1",3758717262,7.54,"12","SU",7.54,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038277,02/28/2022,3817722455,"C3","Concentration3",3762582633,7.66,"12","SU",7.66,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038277,02/28/2022,3817722452,"C1","Concentration1",3762582632,7.53,"12","SU",7.53,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038282,03/31/2022,3817722605,"C1","Concentration1",3763827279,7.54,"12","SU",7.54,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038282,03/31/2022,3817722609,"C3","Concentration3",3763827280,7.9,"12","SU",7.9,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038289,04/30/2022,3817722765,"C3","Concentration3",3765258564,7.8,"12","SU",7.8,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038289,04/30/2022,3817722761,"C1","Concentration1",3765258563,7.51,"12","SU",7.51,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038294,05/31/2022,3817722921,"C3","Concentration3",3768375963,7.8,"12","SU",7.8,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038294,05/31/2022,3817722918,"C1","Concentration1",3768375962,7.43,"12","SU",7.43,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038300,06/30/2022,3817723088,"C3","Concentration3",3769658538,7.49,"12","SU",7.49,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038300,06/30/2022,3817723079,"C1","Concentration1",3769658537,7.4,"12","SU",7.4,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038307,07/31/2022,3817723250,"C1","Concentration1",3773142864,7.4,"12","SU",7.4,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038307,07/31/2022,3817723253,"C3","Concentration3",3773142866,7.48,"12","SU",7.48,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038313,08/31/2022,3817723413,"C3","Concentration3",3774644040,7.5,"12","SU",7.5,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038313,08/31/2022,3817723406,"C1","Concentration1",3774644039,7.13,"12","SU",7.13,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038317,09/30/2022,3817723557,"C3","Concentration3",3775697853,7.49,"12","SU",7.49,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038317,09/30/2022,3817723555,"C1","Concentration1",3775697852,7.45,"12","SU",7.45,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038323,10/31/2022,3817723707,"C3","Concentration3",3779193568,7.42,"12","SU",7.42,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038323,10/31/2022,3817723704,"C1","Concentration1",3779193567,7.29,"12","SU",7.29,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038327,11/30/2022,3817723847,"C1","Concentration1",3780948201,7.22,"12","SU",7.22,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038327,11/30/2022,3817723851,"C3","Concentration3",3780948202,7.4,"12","SU",7.4,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038341,12/31/2022,3817724081,"C3","Concentration3",3782200926,7.53,"12","SU",7.53,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038341,12/31/2022,3817724078,"C1","Concentration1",3782200925,7.3,"12","SU",7.3,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038346,01/31/2023,3817724234,"C3","Concentration3",3785628186,7.43,"12","SU",7.43,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038346,01/31/2023,3817724229,"C1","Concentration1",3785628185,7.29,"12","SU",7.29,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437311,"ENF",08/01/2015,03/01/2020,1,"00530","Solids, total suspended","1","Effluent Gross","","",3600678112,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3601380436,10/31/2019,3618540897,"C2","Concentration2",3700039676,8.56,"19","mg/L",8.56,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437311,"ENF",08/01/2015,03/01/2020,1,"00530","Solids, total suspended","1","Effluent Gross","","",3600678111,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3601380436,10/31/2019,3618540898,"C3","Concentration3",3700039677,17,"19","mg/L",17,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437311,"ENF",08/01/2015,03/01/2020,1,"00530","Solids, total suspended","1","Effluent Gross","","",3600678113,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3601380436,10/31/2019,3618540899,"Q1","Quantity1",3700039675,3.7143,"26","lb/d",1.68629219,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437311,"ENF",08/01/2015,03/01/2020,1,"00530","Solids, total suspended","1","Effluent Gross","","",3600678111,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3601380437,11/30/2019,3618540916,"C3","Concentration3",3701996446,12,"19","mg/L",12,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437311,"ENF",08/01/2015,03/01/2020,1,"00530","Solids, total suspended","1","Effluent Gross","","",3600678113,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3601380437,11/30/2019,3618540917,"Q1","Quantity1",3701996444,3.8608,"26","lb/d",1.75280319,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437311,"ENF",08/01/2015,03/01/2020,1,"00530","Solids, total suspended","1","Effluent Gross","","",3600678112,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3601380437,11/30/2019,3618540915,"C2","Concentration2",3701996445,9,"19","mg/L",9,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437311,"ENF",08/01/2015,03/01/2020,1,"00530","Solids, total suspended","1","Effluent Gross","","",3600678111,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3601380438,12/31/2019,3618540934,"C3","Concentration3",3703687146,12,"19","mg/L",12,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437311,"ENF",08/01/2015,03/01/2020,1,"00530","Solids, total suspended","1","Effluent Gross","","",3600678113,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3601380438,12/31/2019,3618540935,"Q1","Quantity1",3703687144,3.8742,"26","lb/d",1.75888679,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437311,"ENF",08/01/2015,03/01/2020,1,"00530","Solids, total suspended","1","Effluent Gross","","",3600678112,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3601380438,12/31/2019,3618540933,"C2","Concentration2",3703687145,8.8,"19","mg/L",8.8,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3601380439,01/31/2020,3618540951,"C2","Concentration2",3708916325,8.25,"19","mg/L",8.25,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3601380439,01/31/2020,3618540953,"Q1","Quantity1",3708916324,3.6824,"26","lb/d",1.67180959,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3601380439,01/31/2020,3618540952,"C3","Concentration3",3708916328,10,"19","mg/L",10,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3601380440,02/29/2020,3618540970,"C3","Concentration3",3710353128,11,"19","mg/L",11,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3601380440,02/29/2020,3618540971,"Q1","Quantity1",3710353126,3.2457,"26","lb/d",1.47354779,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3601380440,02/29/2020,3618540969,"C2","Concentration2",3710353127,7.48,"19","mg/L",7.48,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968215,03/31/2020,3788198739,"Q1","Quantity1",3711628729,3.1721,"26","lb/d",1.44013339,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968215,03/31/2020,3788198728,"C3","Concentration3",3711628731,11,"19","mg/L",11,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968215,03/31/2020,3788198724,"C2","Concentration2",3711628730,8.2,"19","mg/L",8.2,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968225,04/30/2020,3788198848,"C2","Concentration2",3714280746,7.5,"19","mg/L",7.5,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968225,04/30/2020,3788198856,"Q1","Quantity1",3714280745,2.6175,"26","lb/d",1.18834499,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968225,04/30/2020,3788198853,"C3","Concentration3",3714280747,9,"19","mg/L",9,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968232,05/31/2020,3788199013,"C3","Concentration3",3715533941,13,"19","mg/L",13,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968232,05/31/2020,3788199016,"Q1","Quantity1",3715533939,4.6553,"26","lb/d",2.11350618,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968232,05/31/2020,3788199010,"C2","Concentration2",3715533940,11.25,"19","mg/L",11.25,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968240,06/30/2020,3788199154,"C2","Concentration2",3717058635,5.76,"19","mg/L",5.76,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968240,06/30/2020,3788199176,"Q1","Quantity1",3717058634,3.1546,"26","lb/d",1.43218839,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968240,06/30/2020,3788199159,"C3","Concentration3",3717058636,8,"19","mg/L",8,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968252,07/31/2020,3788199275,"C3","Concentration3",3718766712,10,"19","mg/L",10,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968252,07/31/2020,3788199279,"Q1","Quantity1",3718766708,3.4944,"26","lb/d",1.58645759,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968252,07/31/2020,3788199270,"C2","Concentration2",3718766710,7,"19","mg/L",7,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968260,08/31/2020,3788199374,"C2","Concentration2",3721774050,7.48,"19","mg/L",7.48,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968260,08/31/2020,3788199379,"Q1","Quantity1",3721774049,4.2436,"26","lb/d",1.92659438,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968260,08/31/2020,3788199378,"C3","Concentration3",3721774052,13,"19","mg/L",13,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968269,09/30/2020,3788199466,"C3","Concentration3",3723320228,9,"19","mg/L",9,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968269,09/30/2020,3788199468,"Q1","Quantity1",3723320226,3.6158,"26","lb/d",1.64157319,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968269,09/30/2020,3788199463,"C2","Concentration2",3723320227,7.8,"19","mg/L",7.8,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968276,10/31/2020,3788199551,"Q1","Quantity1",3726212914,5.0582,"26","lb/d",2.29642278,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968276,10/31/2020,3788199549,"C3","Concentration3",3726212916,17,"19","mg/L",17,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968276,10/31/2020,3788199545,"C2","Concentration2",3726212915,9.75,"19","mg/L",9.75,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968281,11/30/2020,3788199691,"C3","Concentration3",3727552223,8,"19","mg/L",8,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968281,11/30/2020,3788199694,"Q1","Quantity1",3727552221,3.0695,"26","lb/d",1.39355299,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968281,11/30/2020,3788199687,"C2","Concentration2",3727552222,6.48,"19","mg/L",6.48,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968286,12/31/2020,3788199822,"C2","Concentration2",3730837814,6.6,"19","mg/L",6.6,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968286,12/31/2020,3788199828,"Q1","Quantity1",3730837813,3.1354,"26","lb/d",1.42347159,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968286,12/31/2020,3788199824,"C3","Concentration3",3730837815,9,"19","mg/L",9,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788199965,"Q1","Quantity1",3732924930,5.555,"26","lb/d",2.52196998,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968295,01/31/2021,3788199963,"C3","Concentration3",3732924932,14,"19","mg/L",14,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788199958,"C2","Concentration2",3732924931,11.25,"19","mg/L",11.25,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200075,"C2","Concentration2",3735355407,10.5,"19","mg/L",10.5,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200080,"Q1","Quantity1",3735355406,5.2201,"26","lb/d",2.36992538,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968298,02/28/2021,3788200079,"C3","Concentration3",3735355408,14,"19","mg/L",14,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968306,03/31/2021,3788200166,"C3","Concentration3",3736849028,11,"19","mg/L",11,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200168,"Q1","Quantity1",3736849026,3.1253,"26","lb/d",1.41888619,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200164,"C2","Concentration2",3736849027,6.56,"19","mg/L",6.56,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200241,"C2","Concentration2",3738924113,3.93,"19","mg/L",3.93,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200245,"Q1","Quantity1",3738924112,1.844,"26","lb/d",.83717599,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968313,04/30/2021,3788200243,"C3","Concentration3",3738924114,4,"19","mg/L",4,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038173,05/31/2021,3817721124,"C3","Concentration3",3742517026,8,"19","mg/L",8,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721129,"Q1","Quantity1",3742517022,2.3995,"26","lb/d",1.08937299,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721106,"C2","Concentration2",3742517023,4.93,"19","mg/L",4.93,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721326,"Q1","Quantity1",3743840444,4.8075,"26","lb/d",2.18260498,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721288,"C2","Concentration2",3743840445,5.78,"19","mg/L",5.78,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038187,06/30/2021,3817721324,"C3","Concentration3",3743840446,8,"19","mg/L",8,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721463,"Q1","Quantity1",3745609915,4.4677,"26","lb/d",2.02833578,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038201,07/31/2021,3817721452,"C3","Concentration3",3745609920,16,"19","mg/L",16,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721444,"C2","Concentration2",3745609918,9.25,"19","mg/L",9.25,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721587,"C2","Concentration2",3748558404,6.6,"19","mg/L",6.6,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721616,"Q1","Quantity1",3748558403,3.332,"26","lb/d",1.51272799,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038214,08/31/2021,3817721588,"C3","Concentration3",3748558405,8,"19","mg/L",8,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721760,"Q1","Quantity1",3749834324,4.2987,"26","lb/d",1.95160978,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038228,09/30/2021,3817721759,"C3","Concentration3",3749834326,10,"19","mg/L",10,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721755,"C2","Concentration2",3749834325,7.75,"19","mg/L",7.75,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721888,"C2","Concentration2",3752994428,5.75,"19","mg/L",5.75,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721891,"Q1","Quantity1",3752994427,2.3876,"26","lb/d",1.08397039,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038244,10/31/2021,3817721889,"C3","Concentration3",3752994429,8,"19","mg/L",8,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038256,11/30/2021,3817722008,"C3","Concentration3",3754387430,9,"19","mg/L",9,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722012,"Q1","Quantity1",3754387428,2.7925,"26","lb/d",1.26779499,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722004,"C2","Concentration2",3754387429,5.58,"19","mg/L",5.58,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722177,"C2","Concentration2",3755822006,4.98,"19","mg/L",4.98,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722191,"Q1","Quantity1",3755822005,2.8102,"26","lb/d",1.27583079,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038265,12/31/2021,3817722187,"C3","Concentration3",3755822007,6,"19","mg/L",6,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722369,"Q1","Quantity1",3758717257,2.5709,"26","lb/d",1.16718859,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038272,01/31/2022,3817722367,"C3","Concentration3",3758717259,6,"19","mg/L",6,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722366,"C2","Concentration2",3758717258,4.7,"19","mg/L",4.7,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722468,"C2","Concentration2",3762582636,4.73,"19","mg/L",4.73,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722474,"Q1","Quantity1",3762582635,2.4666,"26","lb/d",1.11983639,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038277,02/28/2022,3817722471,"C3","Concentration3",3762582637,7,"19","mg/L",7,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038282,03/31/2022,3817722622,"C3","Concentration3",3763827276,11,"19","mg/L",11,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722626,"Q1","Quantity1",3763827274,3.3191,"26","lb/d",1.50687139,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722619,"C2","Concentration2",3763827275,6.39,"19","mg/L",6.39,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722777,"C2","Concentration2",3765258559,5.6,"19","mg/L",5.6,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722783,"Q1","Quantity1",3765258558,2.4052,"26","lb/d",1.09196079,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038289,04/30/2022,3817722781,"C3","Concentration3",3765258560,10,"19","mg/L",10,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038294,05/31/2022,3817722941,"C3","Concentration3",3768375937,10,"19","mg/L",10,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817722944,"Q1","Quantity1",3768375935,2.0516,"26","lb/d",.93142639,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817722938,"C2","Concentration2",3768375936,5.78,"19","mg/L",5.78,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723111,"Q1","Quantity1",3769658532,2.2312,"26","lb/d",1.01296479,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723094,"C2","Concentration2",3769658533,5,"19","mg/L",5,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038300,06/30/2022,3817723098,"C3","Concentration3",3769658534,10,"19","mg/L",10,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723278,"Q1","Quantity1",3773142855,1.8164,"26","lb/d",.82464559,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038307,07/31/2022,3817723277,"C3","Concentration3",3773142858,6,"19","mg/L",6,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723273,"C2","Concentration2",3773142856,3.75,"19","mg/L",3.75,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723432,"C2","Concentration2",3774644037,3.6,"19","mg/L",3.6,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723444,"Q1","Quantity1",3774644036,1.686,"26","lb/d",.76544399,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038313,08/31/2022,3817723436,"C3","Concentration3",3774644038,6,"19","mg/L",6,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723577,"Q1","Quantity1",3775697865,1.2554,"26","lb/d",.5699516,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038317,09/30/2022,3817723571,"C3","Concentration3",3775697867,3,"19","mg/L",3,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723562,"C2","Concentration2",3775697866,2.73,"19","mg/L",2.73,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723716,"C2","Concentration2",3779193575,4.5,"19","mg/L",4.5,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723724,"Q1","Quantity1",3779193574,1.8236,"26","lb/d",.82791439,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038323,10/31/2022,3817723720,"C3","Concentration3",3779193576,6,"19","mg/L",6,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038327,11/30/2022,3817723870,"C3","Concentration3",3780948200,5.5,"19","mg/L",5.5,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817723872,"Q1","Quantity1",3780948198,1.725,"26","lb/d",.78314999,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817723868,"C2","Concentration2",3780948199,4.5,"19","mg/L",4.5,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724099,"C2","Concentration2",3782200932,3,"19","mg/L",3,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724105,"Q1","Quantity1",3782200931,1.1429,"26","lb/d",.5188766,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038341,12/31/2022,3817724101,"C3","Concentration3",3782200933,4,"19","mg/L",4,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038346,01/31/2023,3817724266,"C3","Concentration3",3785628175,6,"19","mg/L",6,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724253,"C2","Concentration2",3785628174,3.8,"19","mg/L",3.8,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724278,"Q1","Quantity1",3785628173,1.4346,"26","lb/d",.65130839,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437314,"ENF",08/01/2015,03/01/2020,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3600678118,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3601380436,10/31/2019,3618540901,"C3","Concentration3",3700039686,.15,"19","mg/L",.15,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437314,"ENF",08/01/2015,03/01/2020,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3600678119,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3601380436,10/31/2019,3618540900,"C2","Concentration2",3700039685,.116,"19","mg/L",.116,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437314,"ENF",08/01/2015,03/01/2020,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3600678120,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3601380436,10/31/2019,3618540902,"Q1","Quantity1",3700039684,.0499,"26","lb/d",.0226546,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437314,"ENF",08/01/2015,03/01/2020,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3600678119,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3601380437,11/30/2019,3618540918,"C2","Concentration2",3701996441,.1,"19","mg/L",.1,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437314,"ENF",08/01/2015,03/01/2020,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3600678118,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3601380437,11/30/2019,3618540919,"C3","Concentration3",3701996442,.12,"19","mg/L",.12,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437314,"ENF",08/01/2015,03/01/2020,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3600678120,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3601380437,11/30/2019,3618540920,"Q1","Quantity1",3701996440,.0419,"26","lb/d",.0190226,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437314,"ENF",08/01/2015,03/01/2020,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3600678120,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3601380438,12/31/2019,3618540938,"Q1","Quantity1",3703687122,.0599,"26","lb/d",.0271946,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437314,"ENF",08/01/2015,03/01/2020,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3600678118,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3601380438,12/31/2019,3618540937,"C3","Concentration3",3703687125,.29,"19","mg/L",.29,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437314,"ENF",08/01/2015,03/01/2020,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3600678119,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3601380438,12/31/2019,3618540936,"C2","Concentration2",3703687124,.136,"19","mg/L",.136,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3601380439,01/31/2020,3618540956,"Q1","Quantity1",3708916358,.1245,"26","lb/d",.056523,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3601380439,01/31/2020,3618540954,"C2","Concentration2",3708916360,.28,"19","mg/L",.28,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3601380439,01/31/2020,3618540955,"C3","Concentration3",3708916361,.81,"19","mg/L",.81,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3601380440,02/29/2020,3618540974,"Q1","Quantity1",3710353118,.0504,"26","lb/d",.0228816,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3601380440,02/29/2020,3618540973,"C3","Concentration3",3710353120,.19,"19","mg/L",.19,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3601380440,02/29/2020,3618540972,"C2","Concentration2",3710353119,.12,"19","mg/L",.12,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968215,03/31/2020,3788198742,"C2","Concentration2",3711628727,.13,"19","mg/L",.13,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968215,03/31/2020,3788198746,"C3","Concentration3",3711628728,.15,"19","mg/L",.15,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968215,03/31/2020,3788198750,"Q1","Quantity1",3711628726,.0498,"26","lb/d",.0226092,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968225,04/30/2020,3788198863,"C2","Concentration2",3714280755,.13,"19","mg/L",.13,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968225,04/30/2020,3788198879,"Q1","Quantity1",3714280754,.0461,"26","lb/d",.0209294,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968225,04/30/2020,3788198876,"C3","Concentration3",3714280757,.18,"19","mg/L",.18,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968232,05/31/2020,3788199037,"C2","Concentration2",3715533949,.15,"19","mg/L",.15,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968232,05/31/2020,3788199041,"C3","Concentration3",3715533950,.19,"19","mg/L",.19,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968232,05/31/2020,3788199049,"Q1","Quantity1",3715533948,.0591,"26","lb/d",.0268314,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968240,06/30/2020,3788199181,"C2","Concentration2",3717058638,.12,"19","mg/L",.12,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968240,06/30/2020,3788199184,"C3","Concentration3",3717058639,.16,"19","mg/L",.16,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968240,06/30/2020,3788199188,"Q1","Quantity1",3717058637,.0672,"26","lb/d",.0305088,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968252,07/31/2020,3788199284,"C2","Concentration2",3718766706,.18,"19","mg/L",.18,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968252,07/31/2020,3788199289,"C3","Concentration3",3718766707,.37,"19","mg/L",.37,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968252,07/31/2020,3788199291,"Q1","Quantity1",3718766705,.0879,"26","lb/d",.0399066,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968260,08/31/2020,3788199384,"C2","Concentration2",3721774064,.15,"19","mg/L",.15,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968260,08/31/2020,3788199389,"C3","Concentration3",3721774067,.21,"19","mg/L",.21,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968260,08/31/2020,3788199391,"Q1","Quantity1",3721774062,.0832,"26","lb/d",.0377728,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968269,09/30/2020,3788199472,"C3","Concentration3",3723320231,.14,"19","mg/L",.14,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968269,09/30/2020,3788199469,"C2","Concentration2",3723320230,.12,"19","mg/L",.12,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968269,09/30/2020,3788199475,"Q1","Quantity1",3723320229,.0568,"26","lb/d",.0257872,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968276,10/31/2020,3788199555,"C2","Concentration2",3726212927,.16,"19","mg/L",.16,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968276,10/31/2020,3788199561,"Q1","Quantity1",3726212926,.0782,"26","lb/d",.0355028,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968276,10/31/2020,3788199558,"C3","Concentration3",3726212928,.35,"19","mg/L",.35,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968281,11/30/2020,3788199698,"C2","Concentration2",3727552217,.63,"19","mg/L",.63,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968281,11/30/2020,3788199704,"Q1","Quantity1",3727552216,.2737,"26","lb/d",.1242598,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968281,11/30/2020,3788199701,"C3","Concentration3",3727552218,2.16,"19","mg/L",2.16,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968286,12/31/2020,3788199845,"Q1","Quantity1",3730837826,.0592,"26","lb/d",.0268768,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968286,12/31/2020,3788199841,"C3","Concentration3",3730837828,.23,"19","mg/L",.23,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968286,12/31/2020,3788199836,"C2","Concentration2",3730837827,.12,"19","mg/L",.12,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788199981,"Q1","Quantity1",3732924927,.1252,"26","lb/d",.0568408,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968295,01/31/2021,3788199976,"C3","Concentration3",3732924929,.58,"19","mg/L",.58,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788199972,"C2","Concentration2",3732924928,.26,"19","mg/L",.26,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200087,"C2","Concentration2",3735355402,.31,"19","mg/L",.31,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200091,"Q1","Quantity1",3735355401,.1669,"26","lb/d",.0757726,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968298,02/28/2021,3788200090,"C3","Concentration3",3735355403,.89,"19","mg/L",.89,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200182,"Q1","Quantity1",3736849020,.0802,"26","lb/d",.0364108,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968306,03/31/2021,3788200179,"C3","Concentration3",3736849022,.38,"19","mg/L",.38,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200177,"C2","Concentration2",3736849021,.17,"19","mg/L",.17,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200247,"C2","Concentration2",3738924120,.44,"19","mg/L",.44,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200253,"Q1","Quantity1",3738924119,.2068,"26","lb/d",.0938872,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968313,04/30/2021,3788200249,"C3","Concentration3",3738924121,1.4,"19","mg/L",1.4,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038173,05/31/2021,3817721151,"C3","Concentration3",3742517009,.47,"19","mg/L",.47,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721146,"C2","Concentration2",3742517007,.24,"19","mg/L",.24,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721167,"Q1","Quantity1",3742517006,.1237,"26","lb/d",.0561598,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721333,"C2","Concentration2",3743840450,.49,"19","mg/L",.49,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721336,"Q1","Quantity1",3743840449,.4861,"26","lb/d",.2206894,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038187,06/30/2021,3817721334,"C3","Concentration3",3743840451,1.92,"19","mg/L",1.92,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038201,07/31/2021,3817721470,"C3","Concentration3",3745609932,.14,"19","mg/L",.14,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721471,"Q1","Quantity1",3745609930,.0583,"26","lb/d",.0264682,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721466,"C2","Concentration2",3745609931,.12,"19","mg/L",.12,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721630,"Q1","Quantity1",3748558408,.0462,"26","lb/d",.0209748,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038214,08/31/2021,3817721627,"C3","Concentration3",3748558410,.1,"19","mg/L",.1,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721622,"C2","Concentration2",3748558409,.1,"19","mg/L",.1,"<",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721764,"C2","Concentration2",3749834314,.1,"19","mg/L",.1,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038228,09/30/2021,3817721774,"C3","Concentration3",3749834315,.13,"19","mg/L",.13,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721775,"Q1","Quantity1",3749834313,.0556,"26","lb/d",.0252424,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721929,"Q1","Quantity1",3752994430,.0414,"26","lb/d",.0187956,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721910,"C2","Concentration2",3752994431,.11,"19","mg/L",.11,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038244,10/31/2021,3817721923,"C3","Concentration3",3752994432,.12,"19","mg/L",.12,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038256,11/30/2021,3817722065,"C3","Concentration3",3754387423,.95,"19","mg/L",.95,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722042,"C2","Concentration2",3754387422,.26,"19","mg/L",.26,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722067,"Q1","Quantity1",3754387421,.1484,"26","lb/d",.0673736,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722202,"C2","Concentration2",3755822014,.12,"19","mg/L",.12,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038265,12/31/2021,3817722209,"C3","Concentration3",3755822015,.2,"19","mg/L",.2,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722214,"Q1","Quantity1",3755822013,.0714,"26","lb/d",.0324156,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722375,"C2","Concentration2",3758717273,.16,"19","mg/L",.16,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038272,01/31/2022,3817722377,"C3","Concentration3",3758717274,.32,"19","mg/L",.32,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722378,"Q1","Quantity1",3758717272,.0908,"26","lb/d",.0412232,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722493,"Q1","Quantity1",3762582645,.4354,"26","lb/d",.1976716,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722481,"C2","Concentration2",3762582646,.86,"19","mg/L",.86,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038277,02/28/2022,3817722486,"C3","Concentration3",3762582647,1.85,"19","mg/L",1.85,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722644,"Q1","Quantity1",3763827285,1.8082,"26","lb/d",.82092279,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038282,03/31/2022,3817722640,"C3","Concentration3",3763827290,11,"19","mg/L",11,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722635,"C2","Concentration2",3763827288,3.12,"19","mg/L",3.12,"=",04/13/2022,,"","",4,3665333491,"E90","DMR, Limited - Numeric Violation","","",,"","",,"Non-Reportable Noncompliance Effluent Violation" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722800,"C2","Concentration2",3765258566,.55,"19","mg/L",.55,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722807,"Q1","Quantity1",3765258565,.2478,"26","lb/d",.1125012,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038289,04/30/2022,3817722806,"C3","Concentration3",3765258567,1.2,"19","mg/L",1.2,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038294,05/31/2022,3817722956,"C3","Concentration3",3768375952,1.7,"19","mg/L",1.7,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817722955,"C2","Concentration2",3768375950,.8,"19","mg/L",.8,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817722968,"Q1","Quantity1",3768375948,.2591,"26","lb/d",.1176314,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723131,"C2","Concentration2",3769658530,.29,"19","mg/L",.29,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723138,"Q1","Quantity1",3769658529,.1311,"26","lb/d",.0595194,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038300,06/30/2022,3817723133,"C3","Concentration3",3769658531,.6,"19","mg/L",.6,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723287,"C2","Concentration2",3773142844,.19,"19","mg/L",.19,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038307,07/31/2022,3817723291,"C3","Concentration3",3773142845,.19,"19","mg/L",.19,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723292,"Q1","Quantity1",3773142843,.0845,"26","lb/d",.038363,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723445,"C2","Concentration2",3774644034,.2,"19","mg/L",.2,"<",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038313,08/31/2022,3817723448,"C3","Concentration3",3774644035,.2,"19","mg/L",.2,"<",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723451,"Q1","Quantity1",3774644033,.0939,"26","lb/d",.0426306,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723586,"C2","Concentration2",3775697863,.2,"19","mg/L",.2,"<",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038317,09/30/2022,3817723593,"C3","Concentration3",3775697864,.2,"19","mg/L",.2,"<",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723601,"Q1","Quantity1",3775697862,.0875,"26","lb/d",.039725,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723739,"Q1","Quantity1",3779193564,.077,"26","lb/d",.034958,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723731,"C2","Concentration2",3779193565,.2,"19","mg/L",.2,"<",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038323,10/31/2022,3817723736,"C3","Concentration3",3779193566,.2,"19","mg/L",.2,"<",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038327,11/30/2022,3817723878,"C3","Concentration3",3780948207,.4,"19","mg/L",.4,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817723875,"C2","Concentration2",3780948206,.25,"19","mg/L",.25,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817723893,"Q1","Quantity1",3780948205,.1,"26","lb/d",.0454,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724112,"C2","Concentration2",3782200919,.2,"19","mg/L",.2,"<",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038341,12/31/2022,3817724115,"C3","Concentration3",3782200920,.2,"19","mg/L",.2,"<",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724119,"Q1","Quantity1",3782200918,.0734,"26","lb/d",.0333236,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038346,01/31/2023,3817724302,"C3","Concentration3",3785628172,2.7,"19","mg/L",2.7,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724312,"Q1","Quantity1",3785628170,.3033,"26","lb/d",.1376982,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724292,"C2","Concentration2",3785628171,.8,"19","mg/L",.8,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437316,"ENF",08/01/2015,03/01/2020,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600678123,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3601380436,10/31/2019,3618540903,"Q1","Quantity1",3700039682,.054,"03","MGD",.054,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437316,"ENF",08/01/2015,03/01/2020,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600678122,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3601380436,10/31/2019,3618540904,"Q2","Quantity2",3700039683,.0729,"03","MGD",.0729,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437316,"ENF",08/01/2015,03/01/2020,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600678122,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3601380437,11/30/2019,3618540922,"Q2","Quantity2",3701996434,.0729,"03","MGD",.0729,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437316,"ENF",08/01/2015,03/01/2020,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600678123,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3601380437,11/30/2019,3618540921,"Q1","Quantity1",3701996433,.0536,"03","MGD",.0536,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437316,"ENF",08/01/2015,03/01/2020,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600678123,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3601380438,12/31/2019,3618540939,"Q1","Quantity1",3703687128,.0518,"03","MGD",.0518,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437316,"ENF",08/01/2015,03/01/2020,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3600678122,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3601380438,12/31/2019,3618540940,"Q2","Quantity2",3703687129,.0806,"03","MGD",.0806,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3601380439,01/31/2020,3618540957,"Q1","Quantity1",3708916333,.0519,"03","MGD",.0519,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3601380439,01/31/2020,3618540958,"Q2","Quantity2",3708916336,.0735,"03","MGD",.0735,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3601380440,02/29/2020,3618540975,"Q1","Quantity1",3710353124,.0542,"03","MGD",.0542,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3601380440,02/29/2020,3618540976,"Q2","Quantity2",3710353125,.0685,"03","MGD",.0685,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968215,03/31/2020,3788198758,"Q1","Quantity1",3711628722,.0467,"03","MGD",.0467,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968215,03/31/2020,3788198761,"Q2","Quantity2",3711628723,.0588,"03","MGD",.0588,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968225,04/30/2020,3788198897,"Q2","Quantity2",3714280733,.0604,"03","MGD",.0604,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968225,04/30/2020,3788198888,"Q1","Quantity1",3714280732,.0429,"03","MGD",.0429,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968232,05/31/2020,3788199068,"Q2","Quantity2",3715533935,.0863,"03","MGD",.0863,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968232,05/31/2020,3788199064,"Q1","Quantity1",3715533934,.0497,"03","MGD",.0497,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968240,06/30/2020,3788199194,"Q1","Quantity1",3717058648,.0591,"03","MGD",.0591,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968240,06/30/2020,3788199200,"Q2","Quantity2",3717058649,.0877,"03","MGD",.0877,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968252,07/31/2020,3788199301,"Q2","Quantity2",3718766699,.1991,"03","MGD",.1991,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968252,07/31/2020,3788199297,"Q1","Quantity1",3718766698,.0695,"03","MGD",.0695,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968260,08/31/2020,3788199403,"Q2","Quantity2",3721774059,.079,"03","MGD",.079,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968260,08/31/2020,3788199401,"Q1","Quantity1",3721774055,.0616,"03","MGD",.0616,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968269,09/30/2020,3788199482,"Q1","Quantity1",3723320217,.0676,"03","MGD",.0676,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968269,09/30/2020,3788199483,"Q2","Quantity2",3723320218,.0999,"03","MGD",.0999,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968276,10/31/2020,3788199590,"Q2","Quantity2",3726212925,.0836,"03","MGD",.0836,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968276,10/31/2020,3788199588,"Q1","Quantity1",3726212924,.0627,"03","MGD",.0627,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968281,11/30/2020,3788199721,"Q1","Quantity1",3727552235,.0623,"03","MGD",.0623,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968281,11/30/2020,3788199728,"Q2","Quantity2",3727552237,.1453,"03","MGD",.1453,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968286,12/31/2020,3788199870,"Q2","Quantity2",3730837812,.0841,"03","MGD",.0841,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968286,12/31/2020,3788199868,"Q1","Quantity1",3730837810,.0596,"03","MGD",.0596,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788199987,"Q1","Quantity1",3732924937,.0604,"03","MGD",.0604,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968295,01/31/2021,3788199991,"Q2","Quantity2",3732924938,.0849,"03","MGD",.0849,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968298,02/28/2021,3788200099,"Q2","Quantity2",3735355400,.1109,"03","MGD",.1109,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200098,"Q1","Quantity1",3735355399,.0569,"03","MGD",.0569,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968306,03/31/2021,3788200195,"Q2","Quantity2",3736849014,.0809,"03","MGD",.0809,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200189,"Q1","Quantity1",3736849013,.0581,"03","MGD",.0581,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200267,"Q1","Quantity1",3738924115,.057,"03","MGD",.057,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968313,04/30/2021,3788200269,"Q2","Quantity2",3738924116,.0815,"03","MGD",.0815,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721170,"Q1","Quantity1",3742517011,.0815,"03","MGD",.0815,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038173,05/31/2021,3817721172,"Q2","Quantity2",3742517013,.2326,"03","MGD",.2326,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721346,"Q1","Quantity1",3743840442,.0839,"03","MGD",.0839,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038187,06/30/2021,3817721349,"Q2","Quantity2",3743840443,.3646,"03","MGD",.3646,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721506,"Q1","Quantity1",3745609911,.0935,"03","MGD",.0935,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038201,07/31/2021,3817721521,"Q2","Quantity2",3745609912,.3597,"03","MGD",.3597,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721635,"Q1","Quantity1",3748558413,.0624,"03","MGD",.0624,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038214,08/31/2021,3817721638,"Q2","Quantity2",3748558414,.0948,"03","MGD",.0948,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721777,"Q1","Quantity1",3749834322,.0607,"03","MGD",.0607,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038228,09/30/2021,3817721779,"Q2","Quantity2",3749834323,.0844,"03","MGD",.0844,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038244,10/31/2021,3817721940,"Q2","Quantity2",3752994434,.2222,"03","MGD",.2222,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721938,"Q1","Quantity1",3752994433,.0695,"03","MGD",.0695,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038256,11/30/2021,3817722093,"Q2","Quantity2",3754387425,.0951,"03","MGD",.0951,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722079,"Q1","Quantity1",3754387424,.0649,"03","MGD",.0649,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722222,"Q1","Quantity1",3755822008,.0629,"03","MGD",.0629,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038265,12/31/2021,3817722231,"Q2","Quantity2",3755822009,.0885,"03","MGD",.0885,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722387,"Q1","Quantity1",3758717260,.0682,"03","MGD",.0682,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038272,01/31/2022,3817722390,"Q2","Quantity2",3758717261,.096,"03","MGD",.096,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038277,02/28/2022,3817722506,"Q2","Quantity2",3762582641,.1134,"03","MGD",.1134,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722501,"Q1","Quantity1",3762582640,.0723,"03","MGD",.0723,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038282,03/31/2022,3817722652,"Q2","Quantity2",3763827273,.1066,"03","MGD",.1066,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722648,"Q1","Quantity1",3763827272,.065,"03","MGD",.065,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038289,04/30/2022,3817722824,"Q2","Quantity2",3765258557,.0711,"03","MGD",.0711,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722817,"Q1","Quantity1",3765258556,.0503,"03","MGD",.0503,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038294,05/31/2022,3817722985,"Q2","Quantity2",3768375934,.0696,"03","MGD",.0696,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817722977,"Q1","Quantity1",3768375933,.0467,"03","MGD",.0467,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723154,"Q1","Quantity1",3769658525,.0473,"03","MGD",.0473,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038300,06/30/2022,3817723157,"Q2","Quantity2",3769658526,.1001,"03","MGD",.1001,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038307,07/31/2022,3817723299,"Q2","Quantity2",3773142842,.2052,"03","MGD",.2052,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723296,"Q1","Quantity1",3773142841,.0582,"03","MGD",.0582,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038313,08/31/2022,3817723465,"Q2","Quantity2",3774644032,.254,"03","MGD",.254,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723460,"Q1","Quantity1",3774644031,.0758,"03","MGD",.0758,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723621,"Q1","Quantity1",3775697871,.0598,"03","MGD",.0598,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038317,09/30/2022,3817723624,"Q2","Quantity2",3775697872,.1449,"03","MGD",.1449,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038323,10/31/2022,3817723758,"Q2","Quantity2",3779193573,.113,"03","MGD",.113,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723749,"Q1","Quantity1",3779193572,.0512,"03","MGD",.0512,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038327,11/30/2022,3817723908,"Q2","Quantity2",3780948213,.0912,"03","MGD",.0912,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817723896,"Q1","Quantity1",3780948212,.0526,"03","MGD",.0526,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038341,12/31/2022,3817724127,"Q2","Quantity2",3782200930,.1044,"03","MGD",.1044,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724123,"Q1","Quantity1",3782200929,.0505,"03","MGD",.0505,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724326,"Q1","Quantity1",3785628181,.0468,"03","MGD",.0468,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038346,01/31/2023,3817724341,"Q2","Quantity2",3785628182,.0615,"03","MGD",.0615,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437313,"ENF",08/01/2015,03/01/2020,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3600678117,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3601380436,10/31/2019,3618540905,"C1","Concentration1",3700039680,1,"19","mg/L",1,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437313,"ENF",08/01/2015,03/01/2020,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3600678116,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3601380436,10/31/2019,3618540906,"C3","Concentration3",3700039681,3.64,"19","mg/L",3.64,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437313,"ENF",08/01/2015,03/01/2020,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3600678116,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3601380437,11/30/2019,3618540924,"C3","Concentration3",3701996448,3,"19","mg/L",3,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437313,"ENF",08/01/2015,03/01/2020,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3600678117,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3601380437,11/30/2019,3618540923,"C1","Concentration1",3701996447,1.01,"19","mg/L",1.01,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437313,"ENF",08/01/2015,03/01/2020,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3600678116,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3601380438,12/31/2019,3618540942,"C3","Concentration3",3703687137,2.9,"19","mg/L",2.9,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437313,"ENF",08/01/2015,03/01/2020,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3600678117,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3601380438,12/31/2019,3618540941,"C1","Concentration1",3703687136,1.02,"19","mg/L",1.02,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3601380439,01/31/2020,3618540960,"C3","Concentration3",3708916356,2.16,"19","mg/L",2.16,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3601380439,01/31/2020,3618540959,"C1","Concentration1",3708916352,1.02,"19","mg/L",1.02,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3601380440,02/29/2020,3618540977,"C1","Concentration1",3710353129,1.09,"19","mg/L",1.09,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3601380440,02/29/2020,3618540978,"C3","Concentration3",3710353130,3.7,"19","mg/L",3.7,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968215,03/31/2020,3788198777,"C1","Concentration1",3711628717,1.06,"19","mg/L",1.06,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968215,03/31/2020,3788198782,"C3","Concentration3",3711628718,2.9,"19","mg/L",2.9,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968225,04/30/2020,3788198908,"C1","Concentration1",3714280750,1.03,"19","mg/L",1.03,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968225,04/30/2020,3788198916,"C3","Concentration3",3714280751,3.4,"19","mg/L",3.4,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968232,05/31/2020,3788199075,"C3","Concentration3",3715533931,2.8,"19","mg/L",2.8,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968232,05/31/2020,3788199073,"C1","Concentration1",3715533930,1.05,"19","mg/L",1.05,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968240,06/30/2020,3788199204,"C3","Concentration3",3717058641,2.5,"19","mg/L",2.5,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968240,06/30/2020,3788199202,"C1","Concentration1",3717058640,1.06,"19","mg/L",1.06,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968252,07/31/2020,3788199312,"C1","Concentration1",3718766703,1,"19","mg/L",1,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968252,07/31/2020,3788199315,"C3","Concentration3",3718766704,2.08,"19","mg/L",2.08,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968260,08/31/2020,3788199411,"C3","Concentration3",3721774037,2.09,"19","mg/L",2.09,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968260,08/31/2020,3788199407,"C1","Concentration1",3721774035,1.01,"19","mg/L",1.01,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968269,09/30/2020,3788199492,"C3","Concentration3",3723320234,3.4,"19","mg/L",3.4,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968269,09/30/2020,3788199489,"C1","Concentration1",3723320233,1.02,"19","mg/L",1.02,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968276,10/31/2020,3788199597,"C1","Concentration1",3726212912,1.07,"19","mg/L",1.07,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968276,10/31/2020,3788199600,"C3","Concentration3",3726212913,2.7,"19","mg/L",2.7,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968281,11/30/2020,3788199735,"C3","Concentration3",3727552220,2.1,"19","mg/L",2.1,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968281,11/30/2020,3788199733,"C1","Concentration1",3727552219,1.04,"19","mg/L",1.04,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968286,12/31/2020,3788199873,"C1","Concentration1",3730837824,1,"19","mg/L",1,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968286,12/31/2020,3788199878,"C3","Concentration3",3730837825,3.7,"19","mg/L",3.7,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968295,01/31/2021,3788200004,"C3","Concentration3",3732924924,2.6,"19","mg/L",2.6,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968295,01/31/2021,3788200000,"C1","Concentration1",3732924923,1.04,"19","mg/L",1.04,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968298,02/28/2021,3788200112,"C3","Concentration3",3735355405,3.3,"19","mg/L",3.3,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968298,02/28/2021,3788200109,"C1","Concentration1",3735355404,1.02,"19","mg/L",1.02,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968306,03/31/2021,3788200207,"C3","Concentration3",3736849019,3.4,"19","mg/L",3.4,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968306,03/31/2021,3788200201,"C1","Concentration1",3736849018,1.07,"19","mg/L",1.07,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968313,04/30/2021,3788200278,"C3","Concentration3",3738924109,3.7,"19","mg/L",3.7,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968313,04/30/2021,3788200274,"C1","Concentration1",3738924108,1.09,"19","mg/L",1.09,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038173,05/31/2021,3817721204,"C1","Concentration1",3742517028,1.03,"19","mg/L",1.03,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038173,05/31/2021,3817721206,"C3","Concentration3",3742517030,2.3,"19","mg/L",2.3,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038187,06/30/2021,3817721360,"C3","Concentration3",3743840453,2.3,"19","mg/L",2.3,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038187,06/30/2021,3817721353,"C1","Concentration1",3743840452,1.05,"19","mg/L",1.05,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038201,07/31/2021,3817721545,"C3","Concentration3",3745609909,3.1,"19","mg/L",3.1,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038201,07/31/2021,3817721537,"C1","Concentration1",3745609908,1.01,"19","mg/L",1.01,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038214,08/31/2021,3817721642,"C1","Concentration1",3748558416,1.01,"19","mg/L",1.01,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038214,08/31/2021,3817721646,"C3","Concentration3",3748558417,2.2,"19","mg/L",2.2,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038228,09/30/2021,3817721794,"C1","Concentration1",3749834320,1.03,"19","mg/L",1.03,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038228,09/30/2021,3817721796,"C3","Concentration3",3749834321,3.6,"19","mg/L",3.6,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038244,10/31/2021,3817721946,"C1","Concentration1",3752994441,1.04,"19","mg/L",1.04,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038244,10/31/2021,3817721951,"C3","Concentration3",3752994442,3.2,"19","mg/L",3.2,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038256,11/30/2021,3817722110,"C1","Concentration1",3754387426,1.03,"19","mg/L",1.03,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038256,11/30/2021,3817722112,"C3","Concentration3",3754387427,3.9,"19","mg/L",3.9,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038265,12/31/2021,3817722245,"C3","Concentration3",3755822019,2.8,"19","mg/L",2.8,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038265,12/31/2021,3817722235,"C1","Concentration1",3755822018,1.01,"19","mg/L",1.01,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038272,01/31/2022,3817722396,"C1","Concentration1",3758717264,1.04,"19","mg/L",1.04,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038272,01/31/2022,3817722399,"C3","Concentration3",3758717265,2.9,"19","mg/L",2.9,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038277,02/28/2022,3817722522,"C3","Concentration3",3762582639,3.4,"19","mg/L",3.4,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038277,02/28/2022,3817722512,"C1","Concentration1",3762582638,1,"19","mg/L",1,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038282,03/31/2022,3817722666,"C1","Concentration1",3763827277,1.07,"19","mg/L",1.07,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038282,03/31/2022,3817722681,"C3","Concentration3",3763827278,3.5,"19","mg/L",3.5,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038289,04/30/2022,3817722835,"C1","Concentration1",3765258554,1.05,"19","mg/L",1.05,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038289,04/30/2022,3817722843,"C3","Concentration3",3765258555,3.1,"19","mg/L",3.1,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038294,05/31/2022,3817722989,"C1","Concentration1",3768375938,1.08,"19","mg/L",1.08,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038294,05/31/2022,3817722992,"C3","Concentration3",3768375939,1.85,"19","mg/L",1.85,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038300,06/30/2022,3817723180,"C3","Concentration3",3769658528,2.9,"19","mg/L",2.9,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038300,06/30/2022,3817723176,"C1","Concentration1",3769658527,1,"19","mg/L",1,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038307,07/31/2022,3817723323,"C1","Concentration1",3773142853,1.01,"19","mg/L",1.01,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038307,07/31/2022,3817723329,"C3","Concentration3",3773142854,2.7,"19","mg/L",2.7,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038313,08/31/2022,3817723486,"C3","Concentration3",3774644042,3.2,"19","mg/L",3.2,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038313,08/31/2022,3817723479,"C1","Concentration1",3774644041,1.11,"19","mg/L",1.11,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038317,09/30/2022,3817723646,"C3","Concentration3",3775697861,3.2,"19","mg/L",3.2,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038317,09/30/2022,3817723641,"C1","Concentration1",3775697859,1,"19","mg/L",1,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038323,10/31/2022,3817723766,"C1","Concentration1",3779193562,1.07,"19","mg/L",1.07,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038323,10/31/2022,3817723785,"C3","Concentration3",3779193563,2.3,"19","mg/L",2.3,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038327,11/30/2022,3817723974,"C3","Concentration3",3780948204,2.5,"19","mg/L",2.5,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038327,11/30/2022,3817723971,"C1","Concentration1",3780948203,1,"19","mg/L",1,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038341,12/31/2022,3817724132,"C1","Concentration1",3782200916,1.06,"19","mg/L",1.06,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038341,12/31/2022,3817724146,"C3","Concentration3",3782200917,3.8,"19","mg/L",3.8,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038346,01/31/2023,3817724353,"C1","Concentration1",3785628179,1.01,"19","mg/L",1.01,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038346,01/31/2023,3817724358,"C3","Concentration3",3785628180,3.9,"19","mg/L",3.9,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437397,"ENF",08/01/2015,03/01/2020,1,"51040","E. coli","1","Effluent Gross","","",3600678261,"C3","Concentration3",399,"3Z","CFU/100mL","30","MPN/100mL",399,"SG","SINGGRAB","MAX","Maximum","<=",,3601380436,10/31/2019,3618540908,"C3","Concentration3",3700039672,5,"3Z","CFU/100mL",5,"<",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437397,"ENF",08/01/2015,03/01/2020,1,"51040","E. coli","1","Effluent Gross","","",3600678260,"C2","Concentration2",126,"3Z","CFU/100mL","30","MPN/100mL",126,"DB","DAILY AV","AVG","Average","<=",,3601380436,10/31/2019,3618540907,"C2","Concentration2",3700039671,5,"3Z","CFU/100mL",5,"<",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437397,"ENF",08/01/2015,03/01/2020,1,"51040","E. coli","1","Effluent Gross","","",3600678260,"C2","Concentration2",126,"3Z","CFU/100mL","30","MPN/100mL",126,"DB","DAILY AV","AVG","Average","<=",,3601380437,11/30/2019,3618540925,"C2","Concentration2",3701996431,10,"3Z","CFU/100mL",10,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437397,"ENF",08/01/2015,03/01/2020,1,"51040","E. coli","1","Effluent Gross","","",3600678261,"C3","Concentration3",399,"3Z","CFU/100mL","30","MPN/100mL",399,"SG","SINGGRAB","MAX","Maximum","<=",,3601380437,11/30/2019,3618540926,"C3","Concentration3",3701996432,10,"3Z","CFU/100mL",10,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437397,"ENF",08/01/2015,03/01/2020,1,"51040","E. coli","1","Effluent Gross","","",3600678260,"C2","Concentration2",126,"3Z","CFU/100mL","30","MPN/100mL",126,"DB","DAILY AV","AVG","Average","<=",,3601380438,12/31/2019,3618540943,"C2","Concentration2",3703687115,5,"3Z","CFU/100mL",5,"<",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437397,"ENF",08/01/2015,03/01/2020,1,"51040","E. coli","1","Effluent Gross","","",3600678261,"C3","Concentration3",399,"3Z","CFU/100mL","30","MPN/100mL",399,"SG","SINGGRAB","MAX","Maximum","<=",,3601380438,12/31/2019,3618540944,"C3","Concentration3",3703687116,5,"3Z","CFU/100mL",5,"<",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3601380439,01/31/2020,3618540962,"C3","Concentration3",3708916364,5,"3Z","CFU/100mL",5,"<",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3601380439,01/31/2020,3618540961,"C2","Concentration2",3708916363,5,"3Z","CFU/100mL",5,"<",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3601380440,02/29/2020,3618540980,"C3","Concentration3",3710353137,5,"3Z","CFU/100mL",5,"<",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3601380440,02/29/2020,3618540979,"C2","Concentration2",3710353135,5,"3Z","CFU/100mL",5,"<",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968215,03/31/2020,3788198796,"C2","Concentration2",3711628719,5,"3Z","CFU/100mL",5,"<",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968215,03/31/2020,3788198810,"C3","Concentration3",3711628720,5,"3Z","CFU/100mL",5,"<",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968225,04/30/2020,3788198924,"C2","Concentration2",3714280730,2,"3Z","CFU/100mL",2,"<",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968225,04/30/2020,3788198949,"C3","Concentration3",3714280731,2,"3Z","CFU/100mL",2,"<",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968232,05/31/2020,3788199088,"C2","Concentration2",3715533928,5,"3Z","CFU/100mL",5,"<",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968232,05/31/2020,3788199091,"C3","Concentration3",3715533929,5,"3Z","CFU/100mL",5,"<",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968240,06/30/2020,3788199224,"C3","Concentration3",3717058643,2,"3Z","CFU/100mL",2,"<",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968240,06/30/2020,3788199221,"C2","Concentration2",3717058642,2,"3Z","CFU/100mL",2,"<",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968252,07/31/2020,3788199324,"C2","Concentration2",3718766686,2,"3Z","CFU/100mL",2,"<",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968252,07/31/2020,3788199326,"C3","Concentration3",3718766688,2,"3Z","CFU/100mL",2,"<",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968260,08/31/2020,3788199427,"C3","Concentration3",3721774047,2,"3Z","CFU/100mL",2,"<",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968260,08/31/2020,3788199422,"C2","Concentration2",3721774045,2,"3Z","CFU/100mL",2,"<",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968269,09/30/2020,3788199496,"C2","Concentration2",3723320221,5,"3Z","CFU/100mL",5,"<",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968269,09/30/2020,3788199502,"C3","Concentration3",3723320222,5,"3Z","CFU/100mL",5,"<",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968276,10/31/2020,3788199608,"C3","Concentration3",3726212918,2,"3Z","CFU/100mL",2,"<",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968276,10/31/2020,3788199605,"C2","Concentration2",3726212917,2,"3Z","CFU/100mL",2,"<",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968281,11/30/2020,3788199737,"C2","Concentration2",3727552224,74,"3Z","CFU/100mL",74,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968281,11/30/2020,3788199742,"C3","Concentration3",3727552225,74,"3Z","CFU/100mL",74,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968286,12/31/2020,3788199890,"C3","Concentration3",3730837820,5,"3Z","CFU/100mL",5,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968286,12/31/2020,3788199887,"C2","Concentration2",3730837819,5,"3Z","CFU/100mL",5,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788200015,"C2","Concentration2",3732924925,5,"3Z","CFU/100mL",5,"<",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968295,01/31/2021,3788200020,"C3","Concentration3",3732924926,5,"3Z","CFU/100mL",5,"<",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968298,02/28/2021,3788200120,"C3","Concentration3",3735355395,5,"3Z","CFU/100mL",5,"<",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200117,"C2","Concentration2",3735355394,5,"3Z","CFU/100mL",5,"<",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200210,"C2","Concentration2",3736849029,5,"3Z","CFU/100mL",5,"<",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968306,03/31/2021,3788200214,"C3","Concentration3",3736849030,5,"3Z","CFU/100mL",5,"<",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968313,04/30/2021,3788200288,"C3","Concentration3",3738924118,5,"3Z","CFU/100mL",5,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200283,"C2","Concentration2",3738924117,5,"3Z","CFU/100mL",5,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038173,05/31/2021,3817721223,"C3","Concentration3",3742517020,5,"3Z","CFU/100mL",5,"<",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721221,"C2","Concentration2",3742517018,5,"3Z","CFU/100mL",5,"<",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038187,06/30/2021,3817721374,"C3","Concentration3",3743840448,5,"3Z","CFU/100mL",5,"<",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721370,"C2","Concentration2",3743840447,5,"3Z","CFU/100mL",5,"<",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721548,"C2","Concentration2",3745609933,5,"3Z","CFU/100mL",5,"<",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038201,07/31/2021,3817721552,"C3","Concentration3",3745609934,5,"3Z","CFU/100mL",5,"<",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038214,08/31/2021,3817721653,"C3","Concentration3",3748558412,5,"3Z","CFU/100mL",5,"<",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721651,"C2","Concentration2",3748558411,5,"3Z","CFU/100mL",5,"<",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721799,"C2","Concentration2",3749834316,5,"3Z","CFU/100mL",5,"<",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038228,09/30/2021,3817721811,"C3","Concentration3",3749834317,5,"3Z","CFU/100mL",5,"<",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038244,10/31/2021,3817721960,"C3","Concentration3",3752994440,5,"3Z","CFU/100mL",5,"<",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721954,"C2","Concentration2",3752994439,5,"3Z","CFU/100mL",5,"<",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038256,11/30/2021,3817722120,"C3","Concentration3",3754387419,5,"3Z","CFU/100mL",5,"<",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722118,"C2","Concentration2",3754387418,5,"3Z","CFU/100mL",5,"<",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038265,12/31/2021,3817722275,"C3","Concentration3",3755822004,5,"3Z","CFU/100mL",5,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722258,"C2","Concentration2",3755822003,5,"3Z","CFU/100mL",5,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722405,"C2","Concentration2",3758717267,5,"3Z","CFU/100mL",5,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038272,01/31/2022,3817722407,"C3","Concentration3",3758717268,5,"3Z","CFU/100mL",5,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038277,02/28/2022,3817722546,"C3","Concentration3",3762582649,5,"3Z","CFU/100mL",5,"<",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722534,"C2","Concentration2",3762582648,5,"3Z","CFU/100mL",5,"<",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722724,"C2","Concentration2",3763827310,15,"3Z","CFU/100mL",15,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038282,03/31/2022,3817722730,"C3","Concentration3",3763827312,15,"3Z","CFU/100mL",15,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038289,04/30/2022,3817722885,"C3","Concentration3",3765258562,1,"3Z","CFU/100mL",1,"<",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722868,"C2","Concentration2",3765258561,1,"3Z","CFU/100mL",1,"<",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817723000,"C2","Concentration2",3768375958,1,"3Z","CFU/100mL",1,"<",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038294,05/31/2022,3817723007,"C3","Concentration3",3768375960,1,"3Z","CFU/100mL",1,"<",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038300,06/30/2022,3817723204,"C3","Concentration3",3769658536,1,"3Z","CFU/100mL",1,"<",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723193,"C2","Concentration2",3769658535,1,"3Z","CFU/100mL",1,"<",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723334,"C2","Concentration2",3773142868,1,"3Z","CFU/100mL",1,"<",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038307,07/31/2022,3817723345,"C3","Concentration3",3773142869,1,"3Z","CFU/100mL",1,"<",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038313,08/31/2022,3817723502,"C3","Concentration3",3774644026,1,"3Z","CFU/100mL",1,"<",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723489,"C2","Concentration2",3774644025,1,"3Z","CFU/100mL",1,"<",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723659,"C2","Concentration2",3775697868,1,"3Z","CFU/100mL",1,"<",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038317,09/30/2022,3817723661,"C3","Concentration3",3775697869,1,"3Z","CFU/100mL",1,"<",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038323,10/31/2022,3817723793,"C3","Concentration3",3779193561,1,"3Z","CFU/100mL",1,"<",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723790,"C2","Concentration2",3779193560,1,"3Z","CFU/100mL",1,"<",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817723980,"C2","Concentration2",3780948196,1,"3Z","CFU/100mL",1,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038327,11/30/2022,3817723993,"C3","Concentration3",3780948197,1,"3Z","CFU/100mL",1,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038341,12/31/2022,3817724167,"C3","Concentration3",3782200928,1,"3Z","CFU/100mL",1,"<",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724162,"C2","Concentration2",3782200927,1,"3Z","CFU/100mL",1,"<",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724376,"C2","Concentration2",3785628183,1,"3Z","CFU/100mL",1,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038346,01/31/2023,3817724381,"C3","Concentration3",3785628184,1,"3Z","CFU/100mL",1,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437310,"ENF",08/01/2015,03/01/2020,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3600678110,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3601380436,10/31/2019,3618540911,"Q1","Quantity1",3700039665,2.3353,"26","lb/d",1.06022619,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437310,"ENF",08/01/2015,03/01/2020,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3600678109,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3601380436,10/31/2019,3618540909,"C2","Concentration2",3700039666,5.4,"19","mg/L",5.4,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437310,"ENF",08/01/2015,03/01/2020,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3600678108,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3601380436,10/31/2019,3618540910,"C3","Concentration3",3700039668,8,"19","mg/L",8,"=",11/13/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437310,"ENF",08/01/2015,03/01/2020,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3600678108,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3601380437,11/30/2019,3618540928,"C3","Concentration3",3701996439,9,"19","mg/L",9,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437310,"ENF",08/01/2015,03/01/2020,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3600678109,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3601380437,11/30/2019,3618540927,"C2","Concentration2",3701996438,7.25,"19","mg/L",7.25,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437310,"ENF",08/01/2015,03/01/2020,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3600678110,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3601380437,11/30/2019,3618540929,"Q1","Quantity1",3701996437,3.1165,"26","lb/d",1.41489099,"=",12/10/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437310,"ENF",08/01/2015,03/01/2020,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3600678108,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3601380438,12/31/2019,3618540946,"C3","Concentration3",3703687134,6,"19","mg/L",6,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437310,"ENF",08/01/2015,03/01/2020,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3600678110,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3601380438,12/31/2019,3618540947,"Q1","Quantity1",3703687131,2.1083,"26","lb/d",.95716819,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3600178396,"TX0119407",4,3600049681,"001","EXO","External Outfall",3600061722,3600073706,3600437310,"ENF",08/01/2015,03/01/2020,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3600678109,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3601380438,12/31/2019,3618540945,"C2","Concentration2",3703687133,4.8,"19","mg/L",4.8,"=",01/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3601380439,01/31/2020,3618540964,"C3","Concentration3",3708916348,7,"19","mg/L",7,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3601380439,01/31/2020,3618540963,"C2","Concentration2",3708916346,5.5,"19","mg/L",5.5,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3601380439,01/31/2020,3618540965,"Q1","Quantity1",3708916342,2.4525,"26","lb/d",1.11343499,"=",02/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3601380440,02/29/2020,3618540983,"Q1","Quantity1",3710353121,1.9583,"26","lb/d",.88906819,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3601380440,02/29/2020,3618540981,"C2","Concentration2",3710353122,4.5,"19","mg/L",4.5,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3601380440,02/29/2020,3618540982,"C3","Concentration3",3710353123,6,"19","mg/L",6,"=",03/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968215,03/31/2020,3788198818,"C2","Concentration2",3711628715,4.4,"19","mg/L",4.4,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968215,03/31/2020,3788198824,"Q1","Quantity1",3711628714,1.6381,"26","lb/d",.74369739,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968215,03/31/2020,3788198821,"C3","Concentration3",3711628716,5,"19","mg/L",5,"=",04/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968225,04/30/2020,3788198956,"C2","Concentration2",3714280742,6.75,"19","mg/L",6.75,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968225,04/30/2020,3788198959,"Q1","Quantity1",3714280741,2.346,"26","lb/d",1.06508399,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968225,04/30/2020,3788198958,"C3","Concentration3",3714280743,7,"19","mg/L",7,"=",05/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968232,05/31/2020,3788199105,"C3","Concentration3",3715533946,7,"19","mg/L",7,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968232,05/31/2020,3788199112,"Q1","Quantity1",3715533944,2.0785,"26","lb/d",.94363899,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968232,05/31/2020,3788199101,"C2","Concentration2",3715533945,5,"19","mg/L",5,"=",06/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968240,06/30/2020,3788199241,"Q1","Quantity1",3717058645,2.1105,"26","lb/d",.95816699,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968240,06/30/2020,3788199233,"C2","Concentration2",3717058646,3.8,"19","mg/L",3.8,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968240,06/30/2020,3788199237,"C3","Concentration3",3717058647,5,"19","mg/L",5,"=",07/14/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968252,07/31/2020,3788199338,"C3","Concentration3",3718766702,7,"19","mg/L",7,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968252,07/31/2020,3788199337,"C2","Concentration2",3718766701,5.25,"19","mg/L",5.25,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968252,07/31/2020,3788199340,"Q1","Quantity1",3718766700,2.6142,"26","lb/d",1.18684679,"=",08/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968260,08/31/2020,3788199429,"C2","Concentration2",3721774041,6.75,"19","mg/L",6.75,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968260,08/31/2020,3788199432,"C3","Concentration3",3721774043,8,"19","mg/L",8,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968260,08/31/2020,3788199436,"Q1","Quantity1",3721774039,3.7455,"26","lb/d",1.70045699,"=",09/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968269,09/30/2020,3788199507,"C2","Concentration2",3723320224,6.4,"19","mg/L",6.4,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968269,09/30/2020,3788199510,"C3","Concentration3",3723320225,7,"19","mg/L",7,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968269,09/30/2020,3788199514,"Q1","Quantity1",3723320223,3.0184,"26","lb/d",1.37035359,"=",10/13/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968276,10/31/2020,3788199633,"C2","Concentration2",3726212922,6.5,"19","mg/L",6.5,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968276,10/31/2020,3788199655,"Q1","Quantity1",3726212921,3.2861,"26","lb/d",1.49188939,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968276,10/31/2020,3788199651,"C3","Concentration3",3726212923,8,"19","mg/L",8,"=",11/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968281,11/30/2020,3788199785,"C3","Concentration3",3727552229,9,"19","mg/L",9,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968281,11/30/2020,3788199770,"C2","Concentration2",3727552227,7.75,"19","mg/L",7.75,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968281,11/30/2020,3788199789,"Q1","Quantity1",3727552226,3.573,"26","lb/d",1.62214199,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968286,12/31/2020,3788199921,"Q1","Quantity1",3730837821,3.6518,"26","lb/d",1.65791719,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968286,12/31/2020,3788199901,"C2","Concentration2",3730837822,7.6,"19","mg/L",7.6,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968286,12/31/2020,3788199906,"C3","Concentration3",3730837823,9,"19","mg/L",9,"=",01/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968295,01/31/2021,3788200034,"C3","Concentration3",3732924935,8,"19","mg/L",8,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788200041,"Q1","Quantity1",3732924933,3.4437,"26","lb/d",1.56343979,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788200029,"C2","Concentration2",3732924934,7,"19","mg/L",7,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200129,"Q1","Quantity1",3735355396,4.2979,"26","lb/d",1.95124658,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200124,"C2","Concentration2",3735355397,8.75,"19","mg/L",8.75,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968298,02/28/2021,3788200127,"C3","Concentration3",3735355398,10,"19","mg/L",10,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968306,03/31/2021,3788200218,"C3","Concentration3",3736849017,11,"19","mg/L",11,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200217,"C2","Concentration2",3736849016,8.8,"19","mg/L",8.8,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200221,"Q1","Quantity1",3736849015,4.157,"26","lb/d",1.88727798,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200300,"Q1","Quantity1",3738924105,2.2274,"26","lb/d",1.01123959,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200295,"C2","Concentration2",3738924106,4.73,"19","mg/L",4.73,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968313,04/30/2021,3788200296,"C3","Concentration3",3738924107,6,"19","mg/L",6,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038173,05/31/2021,3817721257,"C3","Concentration3",3742517037,10,"19","mg/L",10,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721248,"C2","Concentration2",3742517036,8.25,"19","mg/L",8.25,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721260,"Q1","Quantity1",3742517035,4.0691,"26","lb/d",1.84737138,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721380,"C2","Concentration2",3743840437,9.8,"19","mg/L",9.8,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721399,"Q1","Quantity1",3743840436,7.9641,"26","lb/d",3.61570137,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038187,06/30/2021,3817721396,"C3","Concentration3",3743840438,13,"19","mg/L",13,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721556,"C2","Concentration2",3745609928,9,"19","mg/L",9,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038201,07/31/2021,3817721559,"C3","Concentration3",3745609929,14,"19","mg/L",14,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721562,"Q1","Quantity1",3745609926,4.463,"26","lb/d",2.02620198,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721665,"C2","Concentration2",3748558401,16.2,"19","mg/L",16.2,"=",09/14/2021,,"","",62,3661403973,"E90","DMR, Limited - Numeric Violation","T","TRC Limitations Exceeded",09/30/2021,"2","RE - Back into Compliance",05/31/2022,"Significant/Category I Noncompliance Effluent Violation" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038214,08/31/2021,3817721671,"C3","Concentration3",3748558402,19,"19","mg/L",19,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721677,"Q1","Quantity1",3748558400,8.2347,"26","lb/d",3.73855377,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721831,"C2","Concentration2",3749834328,15.5,"19","mg/L",15.5,"=",10/12/2021,,"","",55,3661936178,"E90","DMR, Limited - Numeric Violation","T","TRC Limitations Exceeded",09/30/2021,"2","RE - Back into Compliance",05/31/2022,"Significant/Category I Noncompliance Effluent Violation" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038228,09/30/2021,3817721834,"C3","Concentration3",3749834329,22,"19","mg/L",22,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721838,"Q1","Quantity1",3749834327,8.5228,"26","lb/d",3.86935117,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721979,"C2","Concentration2",3752994436,16,"19","mg/L",16,"=",11/12/2021,,"","",60,3662194841,"E90","DMR, Limited - Numeric Violation","T","TRC Limitations Exceeded",10/31/2021,"2","RE - Back into Compliance",05/31/2022,"Significant/Category I Noncompliance Effluent Violation" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038244,10/31/2021,3817721983,"C3","Concentration3",3752994437,20,"19","mg/L",20,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721986,"Q1","Quantity1",3752994435,6.5224,"26","lb/d",2.96116958,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038256,11/30/2021,3817722134,"C3","Concentration3",3754387433,19,"19","mg/L",19,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722127,"C2","Concentration2",3754387432,14.4,"19","mg/L",14.4,"=",12/14/2021,,"","",44,3662684128,"E90","DMR, Limited - Numeric Violation","T","TRC Limitations Exceeded",11/30/2021,"2","RE - Back into Compliance",05/31/2022,"Significant/Category I Noncompliance Effluent Violation" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722144,"Q1","Quantity1",3754387431,7.2594,"26","lb/d",3.29576757,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722314,"Q1","Quantity1",3755822010,6.2856,"26","lb/d",2.85366238,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722302,"C2","Concentration2",3755822011,10.75,"19","mg/L",10.75,"=",01/12/2022,,"","",8,3662957621,"E90","DMR, Limited - Numeric Violation","C","Chronic Violation",04/30/2022,"2","RE - Back into Compliance",05/31/2022,"Significant/Category I Noncompliance Effluent Violation" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038265,12/31/2021,3817722307,"C3","Concentration3",3755822012,17,"19","mg/L",17,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722424,"C2","Concentration2",3758717270,11,"19","mg/L",11,"=",02/08/2022,,"","",10,3663838995,"E90","DMR, Limited - Numeric Violation","C","Chronic Violation",04/30/2022,"2","RE - Back into Compliance",05/31/2022,"Significant/Category I Noncompliance Effluent Violation" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038272,01/31/2022,3817722427,"C3","Concentration3",3758717271,11,"19","mg/L",11,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722430,"Q1","Quantity1",3758717269,6.057,"26","lb/d",2.74987798,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722582,"Q1","Quantity1",3762582642,6.6286,"26","lb/d",3.00938437,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722572,"C2","Concentration2",3762582643,12.75,"19","mg/L",12.75,"=",03/15/2022,,"","",28,3665120355,"E90","DMR, Limited - Numeric Violation","C","Chronic Violation",04/30/2022,"2","RE - Back into Compliance",05/31/2022,"Significant/Category I Noncompliance Effluent Violation" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038277,02/28/2022,3817722573,"C3","Concentration3",3762582644,13,"19","mg/L",13,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722738,"Q1","Quantity1",3763827296,3.8244,"26","lb/d",1.73627759,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038282,03/31/2022,3817722736,"C3","Concentration3",3763827303,15,"19","mg/L",15,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722734,"C2","Concentration2",3763827299,7.66,"19","mg/L",7.66,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722894,"Q1","Quantity1",3765258550,2.5465,"26","lb/d",1.15611099,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722890,"C2","Concentration2",3765258551,5.78,"19","mg/L",5.78,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038289,04/30/2022,3817722892,"C3","Concentration3",3765258552,12,"19","mg/L",12,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038294,05/31/2022,3817723035,"C3","Concentration3",3768375957,3,"19","mg/L",3,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817723017,"C2","Concentration2",3768375954,2.76,"19","mg/L",2.76,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817723043,"Q1","Quantity1",3768375953,.9561,"26","lb/d",.4340694,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723208,"C2","Concentration2",3769658541,3.93,"19","mg/L",3.93,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723232,"Q1","Quantity1",3769658540,1.724,"26","lb/d",.78269599,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038300,06/30/2022,3817723231,"C3","Concentration3",3769658542,7,"19","mg/L",7,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723350,"C2","Concentration2",3773142848,2.9,"19","mg/L",2.9,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038307,07/31/2022,3817723358,"C3","Concentration3",3773142850,2.9,"19","mg/L",2.9,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723370,"Q1","Quantity1",3773142847,1.2892,"26","lb/d",.5852968,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723515,"Q1","Quantity1",3774644027,1.4334,"26","lb/d",.65076359,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723504,"C2","Concentration2",3774644028,3,"19","mg/L",3,"<",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038313,08/31/2022,3817723506,"C3","Concentration3",3774644029,3,"19","mg/L",3,"<",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038317,09/30/2022,3817723672,"C3","Concentration3",3775697857,3,"19","mg/L",3,"<",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723675,"Q1","Quantity1",3775697855,1.3355,"26","lb/d",.60631699,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723669,"C2","Concentration2",3775697856,3,"19","mg/L",3,"<",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723806,"C2","Concentration2",3779193570,4.18,"19","mg/L",4.18,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038323,10/31/2022,3817723815,"C3","Concentration3",3779193571,8,"19","mg/L",8,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723819,"Q1","Quantity1",3779193569,1.7056,"26","lb/d",.77434239,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038327,11/30/2022,3817724012,"C3","Concentration3",3780948211,15,"19","mg/L",15,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817724007,"C2","Concentration2",3780948210,5.74,"19","mg/L",5.74,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817724015,"Q1","Quantity1",3780948209,2.4929,"26","lb/d",1.13177659,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724185,"Q1","Quantity1",3782200922,1.1205,"26","lb/d",.508707,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724168,"C2","Concentration2",3782200923,3,"19","mg/L",3,"<",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038341,12/31/2022,3817724172,"C3","Concentration3",3782200924,3,"19","mg/L",3,"<",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038346,01/31/2023,3817724415,"C3","Concentration3",3785628178,3,"19","mg/L",3,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724419,"Q1","Quantity1",3785628176,1.0382,"26","lb/d",.4713428,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724392,"C2","Concentration2",3785628177,2.8,"19","mg/L",2.8,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435312,"SLD","OTR","Other",3600478278,3600684410,3604917396,"ENF",01/01/2020,12/06/2024,12,"39516","Polychlorinated biphenyls [PCBs]","SL","Sludge","","",3608344149,"C3","Concentration3",49,"69","mg/kg","19","mg/L",49,"AC","ANNL MAX","MAX","Maximum","<=",,3612968324,07/31/2020,3788200348,"C3","Concentration3",3717154432,3.18,"69","mg/kg",3.18,"<",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435312,"SLD","OTR","Other",3600478278,3600684410,3604917397,"ENF",01/01/2020,12/06/2024,12,"46390","Toxicity characteristic leaching procedure","SL","Sludge","","",3608344150,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3612968324,07/31/2020,3788200351,"C1","Concentration1",3717154434,0,"9A","pass=0;fail=1",0,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435312,"SLD","OTR","Other",3600478278,3600684410,3604917398,"ENF",01/01/2020,12/06/2024,12,"49017","Ann. amt sludge disposed by other method","V","See Comments","","",3608344151,"Q2","Quantity2",,"4E","DMT/y","01","kg/d",,"AD","ANNL TOT","TTL","Total","",,3612968324,07/31/2020,3788200359,"Q2","Quantity2",3717154436,1.26,"4E","DMT/y",3.45240001,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435312,"SLD","OTR","Other",3600478278,3600684410,3604917399,"ENF",01/01/2020,12/06/2024,12,"49018","Annual amt of sludge incinerated","SL","Sludge","","",3608344152,"Q2","Quantity2",,"4E","DMT/y","01","kg/d",,"AD","ANNL TOT","TTL","Total","",,3612968324,07/31/2020,3788200362,"Q2","Quantity2",3717154429,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435312,"SLD","OTR","Other",3600478278,3600684410,3604917401,"ENF",01/01/2020,12/06/2024,12,"49019","Annual sludge production, total","SL","Sludge","","",3608344154,"Q2","Quantity2",,"4E","DMT/y","01","kg/d",,"AD","ANNL TOT","TTL","Total","",,3612968324,07/31/2020,3788200365,"Q2","Quantity2",3717154431,1.26,"4E","DMT/y",3.45240001,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435312,"SLD","OTR","Other",3600478278,3600684410,3604917393,"ENF",01/01/2020,12/06/2024,12,"49020","Annual amount of sludge land applied","SL","Sludge","","",3608344146,"Q2","Quantity2",,"4E","DMT/y","01","kg/d",,"AD","ANNL TOT","TTL","Total","",,3612968324,07/31/2020,3788200369,"Q2","Quantity2",3717154435,1.26,"4E","DMT/y",3.45240001,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435312,"SLD","OTR","Other",3600478278,3600684410,3604917395,"ENF",01/01/2020,12/06/2024,12,"49021","Annual amt. sludge disposed surface unit","SL","Sludge","","",3608344148,"Q2","Quantity2",,"4E","DMT/y","01","kg/d",,"AD","ANNL TOT","TTL","Total","",,3612968324,07/31/2020,3788200370,"Q2","Quantity2",3717154430,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435312,"SLD","OTR","Other",3600478278,3600684410,3604917394,"ENF",01/01/2020,12/06/2024,12,"49022","Annual amt sludge disposed in landfill","SL","Sludge","","",3608344147,"Q2","Quantity2",,"4E","DMT/y","01","kg/d",,"AD","ANNL TOT","TTL","Total","",,3612968324,07/31/2020,3788200372,"Q2","Quantity2",3717154433,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435312,"SLD","OTR","Other",3600478278,3600684410,3604917400,"ENF",01/01/2020,12/06/2024,12,"49023","Annual amt sludge transported interstate","SL","Sludge","","",3608344153,"Q2","Quantity2",,"4E","DMT/y","01","kg/d",,"AD","ANNL TOT","TTL","Total","",,3612968324,07/31/2020,3788200375,"Q2","Quantity2",3717154437,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435312,"SLD","OTR","Other",3600478277,3600684409,3604917392,"ENF",01/01/2020,12/06/2024,12,"49030","Compliance w/part 258 sludge requirement","SL","Sludge","","",3608344145,"C3","Concentration3",,"9P","N=0;Y=1","9A","pass=0;fail=1",,"VA","VALUE","MAX","Maximum","",,3612968321,07/31/2020,3788200329,"C3","Concentration3",3717146984,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917409,"ENF",01/01/2020,12/06/2024,12,"01003","Arsenic, dry weight","R","See Comments","","",3608344175,"C2","Concentration2",41,"69","mg/kg","19","mg/L",41,"SA","SINGSAMP","MAX","Maximum","<=",,3612968330,07/31/2020,3788200452,"C2","Concentration2",3717154513,.43,"69","mg/kg",.43,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917409,"ENF",01/01/2020,12/06/2024,12,"01003","Arsenic, dry weight","R","See Comments","","",3608344174,"C3","Concentration3",75,"69","mg/kg","19","mg/L",75,"MB","MAXIMUM","MAX","Maximum","<=",,3612968330,07/31/2020,3788200456,"C3","Concentration3",3717154514,.43,"69","mg/kg",.43,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917409,"ENF",01/01/2020,12/06/2024,12,"01003","Arsenic, dry weight","R","See Comments","","",3608344176,"Q2","Quantity2",36,"3P","lb/acr","3K","kg/ha",40.32,"M0","MX VALUE","MAX","Maximum","<=",,3612968330,07/31/2020,3788200457,"Q2","Quantity2",3717154512,0,"3P","lb/acr",0,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917402,"ENF",01/01/2020,12/06/2024,12,"01148","Selenium, dry weight","R","See Comments","","",3608344156,"C2","Concentration2",36,"69","mg/kg","19","mg/L",36,"SA","SINGSAMP","MAX","Maximum","<=",,3612968330,07/31/2020,3788200462,"C2","Concentration2",3717154525,2.71,"69","mg/kg",2.71,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917402,"ENF",01/01/2020,12/06/2024,12,"01148","Selenium, dry weight","R","See Comments","","",3608344157,"Q2","Quantity2",89,"3P","lb/acr","3K","kg/ha",99.68,"M0","MX VALUE","MAX","Maximum","<=",,3612968330,07/31/2020,3788200472,"Q2","Quantity2",3717154524,0,"3P","lb/acr",0,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917402,"ENF",01/01/2020,12/06/2024,12,"01148","Selenium, dry weight","R","See Comments","","",3608344155,"C3","Concentration3",100,"69","mg/kg","19","mg/L",100,"MB","MAXIMUM","MAX","Maximum","<=",,3612968330,07/31/2020,3788200465,"C3","Concentration3",3717154528,2.71,"69","mg/kg",2.71,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478280,3600684412,3604917418,"ENF",01/01/2020,12/06/2024,12,"31641","Fecal coliform","R","See Comments","","",3608344191,"Q2","Quantity2",,"4C","MPN/g","4C","MPN/g",,"MB","MAXIMUM","MAX","Maximum","",,3612968356,07/31/2020,3788200835,"Q2","Quantity2",3717154757,1310971,"4C","MPN/g",1310971,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917408,"ENF",01/01/2020,12/06/2024,12,"46394","Copper, dry weight","R","See Comments","","",3608344173,"Q2","Quantity2",1339,"3P","lb/acr","3K","kg/ha",1499.68,"M0","MX VALUE","MAX","Maximum","<=",,3612968330,07/31/2020,3788200480,"Q2","Quantity2",3717154519,0,"3P","lb/acr",0,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917408,"ENF",01/01/2020,12/06/2024,12,"46394","Copper, dry weight","R","See Comments","","",3608344172,"C2","Concentration2",1500,"69","mg/kg","19","mg/L",1500,"SA","SINGSAMP","MAX","Maximum","<=",,3612968330,07/31/2020,3788200475,"C2","Concentration2",3717154520,28.98,"69","mg/kg",28.98,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917408,"ENF",01/01/2020,12/06/2024,12,"46394","Copper, dry weight","R","See Comments","","",3608344171,"C3","Concentration3",4300,"69","mg/kg","19","mg/L",4300,"MB","MAXIMUM","MAX","Maximum","<=",,3612968330,07/31/2020,3788200477,"C3","Concentration3",3717154522,28.98,"69","mg/kg",28.98,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917403,"ENF",01/01/2020,12/06/2024,12,"46395","Cadmium, dry weight","R","See Comments","","",3608344158,"C3","Concentration3",85,"69","mg/kg","19","mg/L",85,"MB","MAXIMUM","MAX","Maximum","<=",,3612968330,07/31/2020,3788200493,"C3","Concentration3",3717154535,.16,"69","mg/kg",.16,"<",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917403,"ENF",01/01/2020,12/06/2024,12,"46395","Cadmium, dry weight","R","See Comments","","",3608344159,"C2","Concentration2",39,"69","mg/kg","19","mg/L",39,"SA","SINGSAMP","MAX","Maximum","<=",,3612968330,07/31/2020,3788200488,"C2","Concentration2",3717154534,.16,"69","mg/kg",.16,"<",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917403,"ENF",01/01/2020,12/06/2024,12,"46395","Cadmium, dry weight","R","See Comments","","",3608344160,"Q2","Quantity2",35,"3P","lb/acr","3K","kg/ha",39.2,"M0","MX VALUE","MAX","Maximum","<=",,3612968330,07/31/2020,3788200500,"Q2","Quantity2",3717154533,0,"3P","lb/acr",0,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917413,"ENF",01/01/2020,12/06/2024,12,"49016","Annual whole sludge application rate","P","See Comments","","",3608344182,"Q2","Quantity2",,"4F","met t/ha/yr","4F","met t/ha/yr",,"M0","MX VALUE","MAX","Maximum","",,3612968330,07/31/2020,3788200502,"Q2","Quantity2",3717154558,0,"4F","met t/ha/yr",0,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478280,3600684412,3604917417,"ENF",01/01/2020,12/06/2024,12,"71204","Salmonella","R","See Comments","","",3608344190,"Q2","Quantity2",,"4C","MPN/g","4C","MPN/g",,"MB","MAXIMUM","MAX","Maximum","",,3612968356,07/31/2020,3788200854,"Q2","Quantity2",3717154756,,"","",,"",12/23/2020,84,"9","Conditional Monitoring - Not Required This Period",,3652501375,"D80","DMR, Monitor Only - Overdue","K","Non-receipt Violation, Non-Monthly Average",10/31/2020,"2","RE - Back into Compliance",12/23/2020,"DMR Non-Receipt Reporting Violation" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917415,"ENF",01/01/2020,12/06/2024,12,"78465","Molybdenum, sludge, total, dry weight [as Mo]","R","See Comments","","",3608344184,"C3","Concentration3",75,"69","mg/kg","19","mg/L",75,"MB","MAXIMUM","MAX","Maximum","<=",,3612968330,07/31/2020,3788200507,"C3","Concentration3",3717154541,.83,"69","mg/kg",.83,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917415,"ENF",01/01/2020,12/06/2024,12,"78465","Molybdenum, sludge, total, dry weight [as Mo]","R","See Comments","","",3608344185,"C2","Concentration2",,"69","mg/kg","19","mg/L",,"SA","SINGSAMP","MAX","Maximum","",,3612968330,07/31/2020,3788200505,"C2","Concentration2",3717154540,.83,"69","mg/kg",.83,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917415,"ENF",01/01/2020,12/06/2024,12,"78465","Molybdenum, sludge, total, dry weight [as Mo]","R","See Comments","","",3608344186,"Q2","Quantity2",,"3P","lb/acr","3K","kg/ha",,"M0","MX VALUE","MAX","Maximum","",,3612968330,07/31/2020,3788200510,"Q2","Quantity2",3717154539,0,"3P","lb/acr",0,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917404,"ENF",01/01/2020,12/06/2024,12,"78467","Zinc, sludge, total, dry weight [as Zn]","R","See Comments","","",3608344161,"C3","Concentration3",7500,"69","mg/kg","19","mg/L",7500,"MB","MAXIMUM","MAX","Maximum","<=",,3612968330,07/31/2020,3788200517,"C3","Concentration3",3717154545,147.44,"69","mg/kg",147.44,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917404,"ENF",01/01/2020,12/06/2024,12,"78467","Zinc, sludge, total, dry weight [as Zn]","R","See Comments","","",3608344162,"C2","Concentration2",2800,"69","mg/kg","19","mg/L",2800,"SA","SINGSAMP","MAX","Maximum","<=",,3612968330,07/31/2020,3788200513,"C2","Concentration2",3717154543,147.44,"69","mg/kg",147.44,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917404,"ENF",01/01/2020,12/06/2024,12,"78467","Zinc, sludge, total, dry weight [as Zn]","R","See Comments","","",3608344163,"Q2","Quantity2",2500,"3P","lb/acr","3K","kg/ha",2800,"M0","MX VALUE","MAX","Maximum","<=",,3612968330,07/31/2020,3788200518,"Q2","Quantity2",3717154542,0,"3P","lb/acr",0,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917410,"ENF",01/01/2020,12/06/2024,12,"78468","Lead, sludge, total, dry weight [as Pb]","R","See Comments","","",3608344178,"C2","Concentration2",300,"69","mg/kg","19","mg/L",300,"SA","SINGSAMP","MAX","Maximum","<=",,3612968330,07/31/2020,3788200520,"C2","Concentration2",3717154537,2.9,"69","mg/kg",2.9,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917410,"ENF",01/01/2020,12/06/2024,12,"78468","Lead, sludge, total, dry weight [as Pb]","R","See Comments","","",3608344179,"Q2","Quantity2",268,"3P","lb/acr","3K","kg/ha",300.16,"M0","MX VALUE","MAX","Maximum","<=",,3612968330,07/31/2020,3788200526,"Q2","Quantity2",3717154536,0,"3P","lb/acr",0,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917410,"ENF",01/01/2020,12/06/2024,12,"78468","Lead, sludge, total, dry weight [as Pb]","R","See Comments","","",3608344177,"C3","Concentration3",840,"69","mg/kg","19","mg/L",840,"MB","MAXIMUM","MAX","Maximum","<=",,3612968330,07/31/2020,3788200523,"C3","Concentration3",3717154538,2.9,"69","mg/kg",2.9,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917406,"ENF",01/01/2020,12/06/2024,12,"78469","Nickel, sludge, total, dry weight [as Ni]","R","See Comments","","",3608344167,"C3","Concentration3",420,"69","mg/kg","19","mg/L",420,"MB","MAXIMUM","MAX","Maximum","<=",,3612968330,07/31/2020,3788200531,"C3","Concentration3",3717154532,1.18,"69","mg/kg",1.18,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917406,"ENF",01/01/2020,12/06/2024,12,"78469","Nickel, sludge, total, dry weight [as Ni]","R","See Comments","","",3608344168,"C2","Concentration2",420,"69","mg/kg","19","mg/L",420,"SA","SINGSAMP","MAX","Maximum","<=",,3612968330,07/31/2020,3788200529,"C2","Concentration2",3717154531,1.18,"69","mg/kg",1.18,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917406,"ENF",01/01/2020,12/06/2024,12,"78469","Nickel, sludge, total, dry weight [as Ni]","R","See Comments","","",3608344169,"Q2","Quantity2",375,"3P","lb/acr","3K","kg/ha",420,"M0","MX VALUE","MAX","Maximum","<=",,3612968330,07/31/2020,3788200532,"Q2","Quantity2",3717154530,0,"3P","lb/acr",0,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917416,"ENF",01/01/2020,12/06/2024,12,"78471","Mercury, sludge, total, dry weight [as Hg]","R","See Comments","","",3608344187,"C3","Concentration3",57,"69","mg/kg","19","mg/L",57,"MB","MAXIMUM","MAX","Maximum","<=",,3612968330,07/31/2020,3788200544,"C3","Concentration3",3717154571,.95,"69","mg/kg",.95,"<",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917416,"ENF",01/01/2020,12/06/2024,12,"78471","Mercury, sludge, total, dry weight [as Hg]","R","See Comments","","",3608344189,"Q2","Quantity2",15,"3P","lb/acr","3K","kg/ha",16.8,"M0","MX VALUE","MAX","Maximum","<=",,3612968330,07/31/2020,3788200546,"Q2","Quantity2",3717154566,0,"3P","lb/acr",0,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917416,"ENF",01/01/2020,12/06/2024,12,"78471","Mercury, sludge, total, dry weight [as Hg]","R","See Comments","","",3608344188,"C2","Concentration2",17,"69","mg/kg","19","mg/L",17,"SA","SINGSAMP","MAX","Maximum","<=",,3612968330,07/31/2020,3788200541,"C2","Concentration2",3717154569,.95,"69","mg/kg",.95,"<",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917405,"ENF",01/01/2020,12/06/2024,12,"78473","Chromium, sludge, total, dry weight [as Cr]","R","See Comments","","",3608344166,"Q2","Quantity2",2677,"3P","lb/acr","3K","kg/ha",2998.24,"M0","MX VALUE","MAX","Maximum","<=",,3612968330,07/31/2020,3788200566,"Q2","Quantity2",3717154547,0,"3P","lb/acr",0,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917405,"ENF",01/01/2020,12/06/2024,12,"78473","Chromium, sludge, total, dry weight [as Cr]","R","See Comments","","",3608344164,"C3","Concentration3",3000,"69","mg/kg","19","mg/L",3000,"MB","MAXIMUM","MAX","Maximum","<=",,3612968330,07/31/2020,3788200557,"C3","Concentration3",3717154550,2.59,"69","mg/kg",2.59,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917405,"ENF",01/01/2020,12/06/2024,12,"78473","Chromium, sludge, total, dry weight [as Cr]","R","See Comments","","",3608344165,"C2","Concentration2",1200,"69","mg/kg","19","mg/L",1200,"SA","SINGSAMP","MAX","Maximum","<=",,3612968330,07/31/2020,3788200554,"C2","Concentration2",3717154549,2.59,"69","mg/kg",2.59,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917412,"ENF",01/01/2020,12/06/2024,12,"84367","Pollutant table from 503.13","S","See Comments","","",3608344181,"C3","Concentration3",,"3X","table #","3X","table #",,"VA","VALUE","MAX","Maximum","",,3612968330,07/31/2020,3788200571,"C3","Concentration3",3717154574,2,"3X","table #",2,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917414,"ENF",01/01/2020,12/06/2024,12,"84368","Level of pathogen requirements achieved","T","See Comments","","",3608344183,"C3","Concentration3",,"3W","state class","3W","state class",,"M0","MX VALUE","MAX","Maximum","",,3612968330,07/31/2020,3788200574,"C3","Concentration3",3717154563,2,"3W","state class",2,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917411,"ENF",01/01/2020,12/06/2024,12,"84369","Description of pathogen option used","SL","Sludge","","",3608344180,"C3","Concentration3",,"3Y","alt #","3Y","alt #",,"VA","VALUE","MAX","Maximum","",,3612968330,07/31/2020,3788200587,"C3","Concentration3",3717154554,1,"3Y","alt #",1,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435313,"SLL","OTR","Other",3600478279,3600684411,3604917407,"ENF",01/01/2020,12/06/2024,12,"84370","Vector attraction reduction alternative used","SL","Sludge","","",3608344170,"C3","Concentration3",,"3Y","alt #","3Y","alt #",,"VA","VALUE","MAX","Maximum","",,3612968330,07/31/2020,3788200597,"C3","Concentration3",3717154517,4,"3Y","alt #",4,"=",07/15/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435314,"SLS","OTR","Other",3600478281,3600684413,3604917422,"ENF",01/01/2020,12/06/2024,12,"00400","pH","SL","Sludge","","",3608344197,"C1","Concentration1",,"12","SU","12","SU",,"ME","MINIMUM","MIN","Minimum","",,3612968364,07/31/2020,3788200914,"C1","Concentration1",3717147090,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435314,"SLS","OTR","Other",3600478281,3600684413,3604917419,"ENF",01/01/2020,12/06/2024,12,"01003","Arsenic, dry weight","SL","Sludge","","",3608344192,"C3","Concentration3",,"69","mg/kg","19","mg/L",,"SA","SINGSAMP","MAX","Maximum","",,3612968364,07/31/2020,3788200931,"C3","Concentration3",3717147088,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435314,"SLS","OTR","Other",3600478281,3600684413,3604917419,"ENF",01/01/2020,12/06/2024,12,"01003","Arsenic, dry weight","SL","Sludge","","",3608344193,"C2","Concentration2",,"69","mg/kg","19","mg/L",,"CA","ALLWCONC","AVG","Average","",,3612968364,07/31/2020,3788200924,"C2","Concentration2",3717147086,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435314,"SLS","OTR","Other",3600478281,3600684413,3604917424,"ENF",01/01/2020,12/06/2024,12,"01067","Nickel, total [as Ni]","SL","Sludge","","",3608344200,"C2","Concentration2",,"69","mg/kg","19","mg/L",,"CA","ALLWCONC","AVG","Average","",,3612968364,07/31/2020,3788200933,"C2","Concentration2",3717147082,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435314,"SLS","OTR","Other",3600478281,3600684413,3604917424,"ENF",01/01/2020,12/06/2024,12,"01067","Nickel, total [as Ni]","SL","Sludge","","",3608344199,"C3","Concentration3",,"69","mg/kg","19","mg/L",,"SA","SINGSAMP","MAX","Maximum","",,3612968364,07/31/2020,3788200935,"C3","Concentration3",3717147084,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435314,"SLS","OTR","Other",3600478281,3600684413,3604917425,"ENF",01/01/2020,12/06/2024,12,"49028","Unit w/liner/leachate collection system","SL","Sludge","","",3608344201,"C3","Concentration3",,"9P","N=0;Y=1","9A","pass=0;fail=1",,"VA","VALUE","MAX","Maximum","",,3612968364,07/31/2020,3788200943,"C3","Concentration3",3717147078,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435314,"SLS","OTR","Other",3600478281,3600684413,3604917420,"ENF",01/01/2020,12/06/2024,12,"51004","Boundary areas","SL","Sludge","","",3608344194,"C3","Concentration3",,"97","acr","97","acr",,"VA","VALUE","MAX","Maximum","",,3612968364,07/31/2020,3788200962,"C3","Concentration3",3717147066,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435314,"SLS","OTR","Other",3600478281,3600684413,3604917421,"ENF",01/01/2020,12/06/2024,12,"78473","Chromium, sludge, total, dry weight [as Cr]","SL","Sludge","","",3608344195,"C3","Concentration3",,"69","mg/kg","19","mg/L",,"SA","SINGSAMP","MAX","Maximum","",,3612968364,07/31/2020,3788200973,"C3","Concentration3",3717147075,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435314,"SLS","OTR","Other",3600478281,3600684413,3604917421,"ENF",01/01/2020,12/06/2024,12,"78473","Chromium, sludge, total, dry weight [as Cr]","SL","Sludge","","",3608344196,"C2","Concentration2",,"69","mg/kg","19","mg/L",,"CA","ALLWCONC","AVG","Average","",,3612968364,07/31/2020,3788200971,"C2","Concentration2",3717147073,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435314,"SLS","OTR","Other",3600478281,3600684413,3604917427,"ENF",01/01/2020,12/06/2024,12,"84368","Level of pathogen requirements achieved","T","See Comments","","",3608344203,"C3","Concentration3",,"3W","state class","3W","state class",,"SA","SINGSAMP","MAX","Maximum","",,3612968364,07/31/2020,3788200974,"C3","Concentration3",3717147093,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435314,"SLS","OTR","Other",3600478281,3600684413,3604917426,"ENF",01/01/2020,12/06/2024,12,"84369","Description of pathogen option used","SL","Sludge","","",3608344202,"C3","Concentration3",,"3Y","alt #","3Y","alt #",,"VA","VALUE","MAX","Maximum","",,3612968364,07/31/2020,3788200980,"C3","Concentration3",3717147080,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" -3602064155,"TX0119407",0,3600435314,"SLS","OTR","Other",3600478281,3600684413,3604917423,"ENF",01/01/2020,12/06/2024,12,"84370","Vector attraction reduction alternative used","SL","Sludge","","",3608344198,"C3","Concentration3",,"3Y","alt #","3Y","alt #",,"VA","VALUE","MAX","Maximum","",,3612968364,07/31/2020,3788200983,"C3","Concentration3",3717147069,,"","",,"",07/15/2020,,"C","No Discharge",,,"","","","",,"","",,"No Violation Identified" +activity_id,npdes_id,version_nmbr,perm_feature_id,perm_feature_nmbr,perm_feature_type_code,perm_feature_type_desc,limit_set_id,limit_set_schedule_id,limit_id,limit_season_id,limit_type_code,limit_begin_date,limit_end_date,nmbr_of_submission,parameter_code,parameter_desc,monitoring_location_code,monitoring_location_desc,stay_type_code,stay_type_desc,limit_value_id,limit_value_type_code,limit_value_type_desc,limit_value_nmbr,limit_unit_code,limit_unit_desc,standard_unit_code,standard_unit_desc,limit_value_standard_units,statistical_base_code,statistical_base_short_desc,statistical_base_type_code,statistical_base_type_desc,limit_value_qualifier_code,stay_value_nmbr,dmr_event_id,monitoring_period_end_date,dmr_form_value_id,value_type_code,value_type_desc,dmr_value_id,dmr_value_nmbr,dmr_unit_code,dmr_unit_desc,dmr_value_standard_units,dmr_value_qualifier_code,value_received_date,days_late,nodi_code,nodi_desc,exceedence_pct,npdes_violation_id,violation_code,violation_desc,rnc_detection_code,rnc_detection_desc,rnc_detection_date,rnc_resolution_code,rnc_resolution_desc,rnc_resolution_date,violation_severity,dmr_due_date,dmr_limit_type_code_desc,dmr_limit_type_desc +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968295,01/31/2021,3788199942,"C1","Concentration1",3732924936,5.9,"19","mg/L",5.9,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968298,02/28/2021,3788200055,"C1","Concentration1",3735355411,5.73,"19","mg/L",5.73,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968306,03/31/2021,3788200133,"C1","Concentration1",3736849023,5.6,"19","mg/L",5.6,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3612968313,04/30/2021,3788200228,"C1","Concentration1",3738924104,4.7,"19","mg/L",4.7,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038173,05/31/2021,3817721058,"C1","Concentration1",3742517015,5.52,"19","mg/L",5.52,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038187,06/30/2021,3817721269,"C1","Concentration1",3743840441,5.79,"19","mg/L",5.79,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038201,07/31/2021,3817721423,"C1","Concentration1",3745609910,4.61,"19","mg/L",4.61,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038214,08/31/2021,3817721574,"C1","Concentration1",3748558415,5.6,"19","mg/L",5.6,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038228,09/30/2021,3817721716,"C1","Concentration1",3749834312,5.71,"19","mg/L",5.71,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038244,10/31/2021,3817721854,"C1","Concentration1",3752994438,5.67,"19","mg/L",5.67,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038256,11/30/2021,3817721990,"C1","Concentration1",3754387420,5.6,"19","mg/L",5.6,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038265,12/31/2021,3817722156,"C1","Concentration1",3755822002,5.81,"19","mg/L",5.81,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038272,01/31/2022,3817722336,"C1","Concentration1",3758717266,5.46,"19","mg/L",5.46,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038277,02/28/2022,3817722451,"C1","Concentration1",3762582634,6.29,"19","mg/L",6.29,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038282,03/31/2022,3817722598,"C1","Concentration1",3763827282,5.87,"19","mg/L",5.87,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038289,04/30/2022,3817722750,"C1","Concentration1",3765258553,5.5,"19","mg/L",5.5,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038294,05/31/2022,3817722907,"C1","Concentration1",3768375965,4.89,"19","mg/L",4.89,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038300,06/30/2022,3817723056,"C1","Concentration1",3769658539,5.67,"19","mg/L",5.67,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038307,07/31/2022,3817723241,"C1","Concentration1",3773142860,5.68,"19","mg/L",5.68,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038313,08/31/2022,3817723387,"C1","Concentration1",3774644030,5.34,"19","mg/L",5.34,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038317,09/30/2022,3817723542,"C1","Concentration1",3775697870,6.1,"19","mg/L",6.1,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038323,10/31/2022,3817723691,"C1","Concentration1",3779193559,5.43,"19","mg/L",5.43,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038327,11/30/2022,3817723832,"C1","Concentration1",3780948208,5.9,"19","mg/L",5.9,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038341,12/31/2022,3817724073,"C1","Concentration1",3782200921,6.14,"19","mg/L",6.14,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038346,01/31/2023,3817724210,"C1","Concentration1",3785628187,6.06,"19","mg/L",6.06,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038357,02/28/2023,3817724453,"C1","Concentration1",3788541359,4.6,"19","mg/L",4.6,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038365,03/31/2023,3817724707,"C1","Concentration1",3790127510,5.2,"19","mg/L",5.2,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038373,04/30/2023,3817724845,"C1","Concentration1",3793150279,4.7,"19","mg/L",4.7,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038381,05/31/2023,3817725045,"C1","Concentration1",3794782855,5.2,"19","mg/L",5.2,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038391,06/30/2023,3817725272,"C1","Concentration1",3796158603,6.32,"19","mg/L",6.32,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038408,07/31/2023,3817725525,"C1","Concentration1",3798023092,6.05,"19","mg/L",6.05,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038422,08/31/2023,3817725800,"C1","Concentration1",3802058162,5.75,"19","mg/L",5.75,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038434,09/30/2023,3817726022,"C1","Concentration1",3802356483,5.1,"19","mg/L",5.1,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038443,10/31/2023,3817726182,"C1","Concentration1",3804206895,5.94,"19","mg/L",5.94,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038449,11/30/2023,3817726395,"C1","Concentration1",3806256734,6.29,"19","mg/L",6.29,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038460,12/31/2023,3817726594,"C1","Concentration1",3808725640,6.51,"19","mg/L",6.51,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038470,01/31/2024,3817726762,"C1","Concentration1",3811500144,6.48,"19","mg/L",6.48,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038480,02/29/2024,3817726938,"C1","Concentration1",3813595527,6.63,"19","mg/L",6.63,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038489,03/31/2024,3817727066,"C1","Concentration1",3814650175,6.18,"19","mg/L",6.18,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917385,"0","ENF",01/01/2020,12/06/2024,1,"00300","Oxygen, dissolved [DO]","1","Effluent Gross","","",3608344130,"C1","Concentration1",4,"19","mg/L","19","mg/L",4,"MO","MO MIN","MIN","Minimum",">=",,3615038499,04/30/2024,3817727278,"C1","Concentration1",3816751345,6.11,"19","mg/L",6.11,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968295,01/31/2021,3788199949,"C1","Concentration1",3732924939,7.62,"12","SU",7.62,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968295,01/31/2021,3788199952,"C3","Concentration3",3732924940,7.75,"12","SU",7.75,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968298,02/28/2021,3788200068,"C3","Concentration3",3735355410,7.97,"12","SU",7.97,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968298,02/28/2021,3788200061,"C1","Concentration1",3735355409,7.69,"12","SU",7.69,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968306,03/31/2021,3788200154,"C1","Concentration1",3736849024,7.73,"12","SU",7.73,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968306,03/31/2021,3788200160,"C3","Concentration3",3736849025,7.77,"12","SU",7.77,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3612968313,04/30/2021,3788200236,"C3","Concentration3",3738924111,7.78,"12","SU",7.78,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3612968313,04/30/2021,3788200233,"C1","Concentration1",3738924110,7.54,"12","SU",7.54,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038173,05/31/2021,3817721084,"C1","Concentration1",3742517033,7.56,"12","SU",7.56,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038173,05/31/2021,3817721087,"C3","Concentration3",3742517034,7.67,"12","SU",7.67,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038187,06/30/2021,3817721285,"C3","Concentration3",3743840440,7.79,"12","SU",7.79,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038187,06/30/2021,3817721279,"C1","Concentration1",3743840439,7.48,"12","SU",7.48,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038201,07/31/2021,3817721430,"C1","Concentration1",3745609922,7.44,"12","SU",7.44,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038201,07/31/2021,3817721435,"C3","Concentration3",3745609925,7.83,"12","SU",7.83,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038214,08/31/2021,3817721584,"C3","Concentration3",3748558407,7.82,"12","SU",7.82,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038214,08/31/2021,3817721579,"C1","Concentration1",3748558406,7.61,"12","SU",7.61,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038228,09/30/2021,3817721722,"C1","Concentration1",3749834318,7.61,"12","SU",7.61,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038228,09/30/2021,3817721725,"C3","Concentration3",3749834319,7.74,"12","SU",7.74,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038244,10/31/2021,3817721883,"C3","Concentration3",3752994426,7.73,"12","SU",7.73,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038244,10/31/2021,3817721859,"C1","Concentration1",3752994425,7.4,"12","SU",7.4,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038256,11/30/2021,3817721995,"C1","Concentration1",3754387416,7.5,"12","SU",7.5,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038256,11/30/2021,3817722000,"C3","Concentration3",3754387417,7.8,"12","SU",7.8,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038265,12/31/2021,3817722164,"C3","Concentration3",3755822017,7.72,"12","SU",7.72,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038265,12/31/2021,3817722160,"C1","Concentration1",3755822016,7.63,"12","SU",7.63,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038272,01/31/2022,3817722356,"C1","Concentration1",3758717262,7.54,"12","SU",7.54,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038272,01/31/2022,3817722357,"C3","Concentration3",3758717263,7.82,"12","SU",7.82,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038277,02/28/2022,3817722455,"C3","Concentration3",3762582633,7.66,"12","SU",7.66,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038277,02/28/2022,3817722452,"C1","Concentration1",3762582632,7.53,"12","SU",7.53,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038282,03/31/2022,3817722605,"C1","Concentration1",3763827279,7.54,"12","SU",7.54,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038282,03/31/2022,3817722609,"C3","Concentration3",3763827280,7.9,"12","SU",7.9,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038289,04/30/2022,3817722765,"C3","Concentration3",3765258564,7.8,"12","SU",7.8,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038289,04/30/2022,3817722761,"C1","Concentration1",3765258563,7.51,"12","SU",7.51,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038294,05/31/2022,3817722918,"C1","Concentration1",3768375962,7.43,"12","SU",7.43,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038294,05/31/2022,3817722921,"C3","Concentration3",3768375963,7.8,"12","SU",7.8,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038300,06/30/2022,3817723088,"C3","Concentration3",3769658538,7.49,"12","SU",7.49,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038300,06/30/2022,3817723079,"C1","Concentration1",3769658537,7.4,"12","SU",7.4,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038307,07/31/2022,3817723250,"C1","Concentration1",3773142864,7.4,"12","SU",7.4,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038307,07/31/2022,3817723253,"C3","Concentration3",3773142866,7.48,"12","SU",7.48,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038313,08/31/2022,3817723413,"C3","Concentration3",3774644040,7.5,"12","SU",7.5,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038313,08/31/2022,3817723406,"C1","Concentration1",3774644039,7.13,"12","SU",7.13,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038317,09/30/2022,3817723555,"C1","Concentration1",3775697852,7.45,"12","SU",7.45,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038317,09/30/2022,3817723557,"C3","Concentration3",3775697853,7.49,"12","SU",7.49,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038323,10/31/2022,3817723707,"C3","Concentration3",3779193568,7.42,"12","SU",7.42,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038323,10/31/2022,3817723704,"C1","Concentration1",3779193567,7.29,"12","SU",7.29,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038327,11/30/2022,3817723847,"C1","Concentration1",3780948201,7.22,"12","SU",7.22,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038327,11/30/2022,3817723851,"C3","Concentration3",3780948202,7.4,"12","SU",7.4,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038341,12/31/2022,3817724081,"C3","Concentration3",3782200926,7.53,"12","SU",7.53,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038341,12/31/2022,3817724078,"C1","Concentration1",3782200925,7.3,"12","SU",7.3,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038346,01/31/2023,3817724229,"C1","Concentration1",3785628185,7.29,"12","SU",7.29,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038346,01/31/2023,3817724234,"C3","Concentration3",3785628186,7.43,"12","SU",7.43,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038357,02/28/2023,3817724467,"C3","Concentration3",3788541369,7.39,"12","SU",7.39,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038357,02/28/2023,3817724463,"C1","Concentration1",3788541368,7.22,"12","SU",7.22,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038365,03/31/2023,3817724712,"C1","Concentration1",3790127506,7.11,"12","SU",7.11,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038365,03/31/2023,3817724715,"C3","Concentration3",3790127507,7.58,"12","SU",7.58,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038373,04/30/2023,3817724860,"C3","Concentration3",3793150284,7.52,"12","SU",7.52,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038373,04/30/2023,3817724856,"C1","Concentration1",3793150283,7.35,"12","SU",7.35,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038381,05/31/2023,3817725059,"C1","Concentration1",3794782853,7.27,"12","SU",7.27,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038381,05/31/2023,3817725065,"C3","Concentration3",3794782854,7.54,"12","SU",7.54,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038391,06/30/2023,3817725308,"C3","Concentration3",3796158590,7.77,"12","SU",7.77,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038391,06/30/2023,3817725282,"C1","Concentration1",3796158589,7.41,"12","SU",7.41,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038408,07/31/2023,3817725531,"C1","Concentration1",3798023090,7.67,"12","SU",7.67,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038408,07/31/2023,3817725541,"C3","Concentration3",3798023091,7.7,"12","SU",7.7,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038422,08/31/2023,3817725853,"C3","Concentration3",3802058156,7.75,"12","SU",7.75,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038422,08/31/2023,3817725845,"C1","Concentration1",3802058155,7.58,"12","SU",7.58,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038434,09/30/2023,3817726043,"C1","Concentration1",3802356489,7.44,"12","SU",7.44,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038434,09/30/2023,3817726046,"C3","Concentration3",3802356490,7.88,"12","SU",7.88,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038443,10/31/2023,3817726193,"C3","Concentration3",3804206902,7.81,"12","SU",7.81,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038443,10/31/2023,3817726188,"C1","Concentration1",3804206901,7.65,"12","SU",7.65,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038449,11/30/2023,3817726402,"C1","Concentration1",3806256735,7.62,"12","SU",7.62,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038449,11/30/2023,3817726405,"C3","Concentration3",3806256736,7.9,"12","SU",7.9,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038460,12/31/2023,3817726605,"C3","Concentration3",3808725644,7.68,"12","SU",7.68,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038460,12/31/2023,3817726603,"C1","Concentration1",3808725643,7.57,"12","SU",7.57,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038470,01/31/2024,3817726770,"C1","Concentration1",3811500132,7.65,"12","SU",7.65,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038470,01/31/2024,3817726773,"C3","Concentration3",3811500133,7.82,"12","SU",7.82,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038480,02/29/2024,3817726952,"C3","Concentration3",3813595539,7.68,"12","SU",7.68,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038480,02/29/2024,3817726945,"C1","Concentration1",3813595538,7.56,"12","SU",7.56,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038489,03/31/2024,3817727093,"C1","Concentration1",3814650189,7.55,"12","SU",7.55,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038489,03/31/2024,3817727098,"C3","Concentration3",3814650190,7.7,"12","SU",7.7,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344134,"C3","Concentration3",9,"12","SU","12","SU",9,"MB","MAXIMUM","MAX","Maximum","<=",,3615038499,04/30/2024,3817727288,"C3","Concentration3",3816751350,7.86,"12","SU",7.86,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917387,"0","ENF",01/01/2020,12/06/2024,1,"00400","pH","1","Effluent Gross","","",3608344135,"C1","Concentration1",6,"12","SU","12","SU",6,"ME","MINIMUM","MIN","Minimum",">=",,3615038499,04/30/2024,3817727287,"C1","Concentration1",3816751349,6.51,"12","SU",6.51,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968295,01/31/2021,3788199963,"C3","Concentration3",3732924932,14,"19","mg/L",14,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788199965,"Q1","Quantity1",3732924930,5.555,"26","lb/d",2.52196998,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788199958,"C2","Concentration2",3732924931,11.25,"19","mg/L",11.25,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968298,02/28/2021,3788200079,"C3","Concentration3",3735355408,14,"19","mg/L",14,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200075,"C2","Concentration2",3735355407,10.5,"19","mg/L",10.5,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200080,"Q1","Quantity1",3735355406,5.2201,"26","lb/d",2.36992538,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200168,"Q1","Quantity1",3736849026,3.1253,"26","lb/d",1.41888619,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200164,"C2","Concentration2",3736849027,6.56,"19","mg/L",6.56,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968306,03/31/2021,3788200166,"C3","Concentration3",3736849028,11,"19","mg/L",11,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3612968313,04/30/2021,3788200243,"C3","Concentration3",3738924114,4,"19","mg/L",4,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200241,"C2","Concentration2",3738924113,3.93,"19","mg/L",3.93,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200245,"Q1","Quantity1",3738924112,1.844,"26","lb/d",.83717599,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721129,"Q1","Quantity1",3742517022,2.3995,"26","lb/d",1.08937299,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721106,"C2","Concentration2",3742517023,4.93,"19","mg/L",4.93,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038173,05/31/2021,3817721124,"C3","Concentration3",3742517026,8,"19","mg/L",8,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721288,"C2","Concentration2",3743840445,5.78,"19","mg/L",5.78,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721326,"Q1","Quantity1",3743840444,4.8075,"26","lb/d",2.18260498,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038187,06/30/2021,3817721324,"C3","Concentration3",3743840446,8,"19","mg/L",8,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721463,"Q1","Quantity1",3745609915,4.4677,"26","lb/d",2.02833578,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721444,"C2","Concentration2",3745609918,9.25,"19","mg/L",9.25,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038201,07/31/2021,3817721452,"C3","Concentration3",3745609920,16,"19","mg/L",16,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038214,08/31/2021,3817721588,"C3","Concentration3",3748558405,8,"19","mg/L",8,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721587,"C2","Concentration2",3748558404,6.6,"19","mg/L",6.6,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721616,"Q1","Quantity1",3748558403,3.332,"26","lb/d",1.51272799,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721760,"Q1","Quantity1",3749834324,4.2987,"26","lb/d",1.95160978,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721755,"C2","Concentration2",3749834325,7.75,"19","mg/L",7.75,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038228,09/30/2021,3817721759,"C3","Concentration3",3749834326,10,"19","mg/L",10,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721888,"C2","Concentration2",3752994428,5.75,"19","mg/L",5.75,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721891,"Q1","Quantity1",3752994427,2.3876,"26","lb/d",1.08397039,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038244,10/31/2021,3817721889,"C3","Concentration3",3752994429,8,"19","mg/L",8,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722012,"Q1","Quantity1",3754387428,2.7925,"26","lb/d",1.26779499,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722004,"C2","Concentration2",3754387429,5.58,"19","mg/L",5.58,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038256,11/30/2021,3817722008,"C3","Concentration3",3754387430,9,"19","mg/L",9,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038265,12/31/2021,3817722187,"C3","Concentration3",3755822007,6,"19","mg/L",6,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722177,"C2","Concentration2",3755822006,4.98,"19","mg/L",4.98,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722191,"Q1","Quantity1",3755822005,2.8102,"26","lb/d",1.27583079,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722369,"Q1","Quantity1",3758717257,2.5709,"26","lb/d",1.16718859,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722366,"C2","Concentration2",3758717258,4.7,"19","mg/L",4.7,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038272,01/31/2022,3817722367,"C3","Concentration3",3758717259,6,"19","mg/L",6,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038277,02/28/2022,3817722471,"C3","Concentration3",3762582637,7,"19","mg/L",7,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722468,"C2","Concentration2",3762582636,4.73,"19","mg/L",4.73,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722474,"Q1","Quantity1",3762582635,2.4666,"26","lb/d",1.11983639,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722626,"Q1","Quantity1",3763827274,3.3191,"26","lb/d",1.50687139,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722619,"C2","Concentration2",3763827275,6.39,"19","mg/L",6.39,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038282,03/31/2022,3817722622,"C3","Concentration3",3763827276,11,"19","mg/L",11,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038289,04/30/2022,3817722781,"C3","Concentration3",3765258560,10,"19","mg/L",10,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722777,"C2","Concentration2",3765258559,5.6,"19","mg/L",5.6,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722783,"Q1","Quantity1",3765258558,2.4052,"26","lb/d",1.09196079,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038294,05/31/2022,3817722941,"C3","Concentration3",3768375937,10,"19","mg/L",10,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817722944,"Q1","Quantity1",3768375935,2.0516,"26","lb/d",.93142639,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817722938,"C2","Concentration2",3768375936,5.78,"19","mg/L",5.78,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038300,06/30/2022,3817723098,"C3","Concentration3",3769658534,10,"19","mg/L",10,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723094,"C2","Concentration2",3769658533,5,"19","mg/L",5,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723111,"Q1","Quantity1",3769658532,2.2312,"26","lb/d",1.01296479,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723278,"Q1","Quantity1",3773142855,1.8164,"26","lb/d",.82464559,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723273,"C2","Concentration2",3773142856,3.75,"19","mg/L",3.75,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038307,07/31/2022,3817723277,"C3","Concentration3",3773142858,6,"19","mg/L",6,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038313,08/31/2022,3817723436,"C3","Concentration3",3774644038,6,"19","mg/L",6,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723432,"C2","Concentration2",3774644037,3.6,"19","mg/L",3.6,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723444,"Q1","Quantity1",3774644036,1.686,"26","lb/d",.76544399,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723577,"Q1","Quantity1",3775697865,1.2554,"26","lb/d",.5699516,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723562,"C2","Concentration2",3775697866,2.73,"19","mg/L",2.73,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038317,09/30/2022,3817723571,"C3","Concentration3",3775697867,3,"19","mg/L",3,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038323,10/31/2022,3817723720,"C3","Concentration3",3779193576,6,"19","mg/L",6,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723716,"C2","Concentration2",3779193575,4.5,"19","mg/L",4.5,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723724,"Q1","Quantity1",3779193574,1.8236,"26","lb/d",.82791439,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038327,11/30/2022,3817723870,"C3","Concentration3",3780948200,5.5,"19","mg/L",5.5,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817723872,"Q1","Quantity1",3780948198,1.725,"26","lb/d",.78314999,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817723868,"C2","Concentration2",3780948199,4.5,"19","mg/L",4.5,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038341,12/31/2022,3817724101,"C3","Concentration3",3782200933,4,"19","mg/L",4,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724099,"C2","Concentration2",3782200932,3,"19","mg/L",3,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724105,"Q1","Quantity1",3782200931,1.1429,"26","lb/d",.5188766,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724278,"Q1","Quantity1",3785628173,1.4346,"26","lb/d",.65130839,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724253,"C2","Concentration2",3785628174,3.8,"19","mg/L",3.8,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038346,01/31/2023,3817724266,"C3","Concentration3",3785628175,6,"19","mg/L",6,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038357,02/28/2023,3817724485,"C3","Concentration3",3788541372,6,"19","mg/L",6,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038357,02/28/2023,3817724475,"C2","Concentration2",3788541371,4.25,"19","mg/L",4.25,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038357,02/28/2023,3817724487,"Q1","Quantity1",3788541370,1.68,"26","lb/d",.76271999,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038365,03/31/2023,3817724734,"Q1","Quantity1",3790127489,2.1666,"26","lb/d",.98363639,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038365,03/31/2023,3817724731,"C3","Concentration3",3790127492,8,"19","mg/L",8,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038365,03/31/2023,3817724717,"C2","Concentration2",3790127490,4.5,"19","mg/L",4.5,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038373,04/30/2023,3817724893,"C3","Concentration3",3793150289,4,"19","mg/L",4,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038373,04/30/2023,3817724865,"C2","Concentration2",3793150288,3,"19","mg/L",3,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038373,04/30/2023,3817724912,"Q1","Quantity1",3793150287,1.3561,"26","lb/d",.61566939,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038381,05/31/2023,3817725086,"Q1","Quantity1",3794782863,1.28,"26","lb/d",.58112,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038381,05/31/2023,3817725079,"C2","Concentration2",3794782864,2.8,"19","mg/L",2.8,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038381,05/31/2023,3817725081,"C3","Concentration3",3794782865,5,"19","mg/L",5,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038391,06/30/2023,3817725334,"C3","Concentration3",3796158602,6,"19","mg/L",6,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038391,06/30/2023,3817725321,"C2","Concentration2",3796158601,4,"19","mg/L",4,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038391,06/30/2023,3817725339,"Q1","Quantity1",3796158600,2.0342,"26","lb/d",.92352679,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038408,07/31/2023,3817725578,"Q1","Quantity1",3798023098,1.5527,"26","lb/d",.70492579,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038408,07/31/2023,3817725557,"C2","Concentration2",3798023099,3.5,"19","mg/L",3.5,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038408,07/31/2023,3817725571,"C3","Concentration3",3798023100,5,"19","mg/L",5,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038422,08/31/2023,3817725865,"C2","Concentration2",3802058151,4.14,"19","mg/L",4.14,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038422,08/31/2023,3817725878,"Q1","Quantity1",3802058150,1.7917,"26","lb/d",.81343179,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038422,08/31/2023,3817725872,"C3","Concentration3",3802058152,7,"19","mg/L",7,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038434,09/30/2023,3817726073,"Q1","Quantity1",3802356493,2.1458,"26","lb/d",.97419319,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038434,09/30/2023,3817726066,"C2","Concentration2",3802356494,4.15,"19","mg/L",4.15,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038434,09/30/2023,3817726070,"C3","Concentration3",3802356495,7.4,"19","mg/L",7.4,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038443,10/31/2023,3817726234,"C3","Concentration3",3804206907,6.5,"19","mg/L",6.5,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038443,10/31/2023,3817726231,"C2","Concentration2",3804206906,4.95,"19","mg/L",4.95,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038443,10/31/2023,3817726236,"Q1","Quantity1",3804206905,2.3131,"26","lb/d",1.05014739,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038449,11/30/2023,3817726421,"C3","Concentration3",3806256741,6.4,"19","mg/L",6.4,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038449,11/30/2023,3817726422,"Q1","Quantity1",3806256739,2.4105,"26","lb/d",1.09436699,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038449,11/30/2023,3817726411,"C2","Concentration2",3806256740,4.7,"19","mg/L",4.7,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038460,12/31/2023,3817726628,"C2","Concentration2",3808725654,4.55,"19","mg/L",4.55,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038460,12/31/2023,3817726633,"Q1","Quantity1",3808725653,1.8572,"26","lb/d",.84316879,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038460,12/31/2023,3817726631,"C3","Concentration3",3808725662,5.8,"19","mg/L",5.8,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038470,01/31/2024,3817726801,"Q1","Quantity1",3811500134,1.742,"26","lb/d",.79086799,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038470,01/31/2024,3817726793,"C2","Concentration2",3811500135,3.54,"19","mg/L",3.54,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038470,01/31/2024,3817726798,"C3","Concentration3",3811500136,6.9,"19","mg/L",6.9,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038480,02/29/2024,3817726969,"C3","Concentration3",3813595533,10.5,"19","mg/L",10.5,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038480,02/29/2024,3817726965,"C2","Concentration2",3813595532,4.58,"19","mg/L",4.58,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038480,02/29/2024,3817726973,"Q1","Quantity1",3813595531,2.1035,"26","lb/d",.95498899,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038489,03/31/2024,3817727140,"Q1","Quantity1",3814650181,2.4868,"26","lb/d",1.12900719,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038489,03/31/2024,3817727104,"C2","Concentration2",3814650182,5.5,"19","mg/L",5.5,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038489,03/31/2024,3817727107,"C3","Concentration3",3814650183,8.6,"19","mg/L",8.6,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344131,"C3","Concentration3",60,"19","mg/L","19","mg/L",60,"SG","SINGGRAB","MAX","Maximum","<=",,3615038499,04/30/2024,3817727338,"C3","Concentration3",3816751339,5.7,"19","mg/L",5.7,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344132,"C2","Concentration2",15,"19","mg/L","19","mg/L",15,"DB","DAILY AV","AVG","Average","<=",,3615038499,04/30/2024,3817727330,"C2","Concentration2",3816751338,3.72,"19","mg/L",3.72,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917386,"0","ENF",01/01/2020,12/06/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608344133,"Q1","Quantity1",16,"26","lb/d","01","kg/d",7.264,"DB","DAILY AV","AVG","Average","<=",,3615038499,04/30/2024,3817727344,"Q1","Quantity1",3816751337,1.4065,"26","lb/d",.63855099,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788199972,"C2","Concentration2",3732924928,.26,"19","mg/L",.26,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968295,01/31/2021,3788199976,"C3","Concentration3",3732924929,.58,"19","mg/L",.58,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788199981,"Q1","Quantity1",3732924927,.1252,"26","lb/d",.0568408,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200091,"Q1","Quantity1",3735355401,.1669,"26","lb/d",.0757726,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968298,02/28/2021,3788200090,"C3","Concentration3",3735355403,.89,"19","mg/L",.89,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200087,"C2","Concentration2",3735355402,.31,"19","mg/L",.31,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200177,"C2","Concentration2",3736849021,.17,"19","mg/L",.17,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968306,03/31/2021,3788200179,"C3","Concentration3",3736849022,.38,"19","mg/L",.38,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200182,"Q1","Quantity1",3736849020,.0802,"26","lb/d",.0364108,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200253,"Q1","Quantity1",3738924119,.2068,"26","lb/d",.0938872,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3612968313,04/30/2021,3788200249,"C3","Concentration3",3738924121,1.4,"19","mg/L",1.4,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200247,"C2","Concentration2",3738924120,.44,"19","mg/L",.44,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721146,"C2","Concentration2",3742517007,.24,"19","mg/L",.24,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038173,05/31/2021,3817721151,"C3","Concentration3",3742517009,.47,"19","mg/L",.47,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721167,"Q1","Quantity1",3742517006,.1237,"26","lb/d",.0561598,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721336,"Q1","Quantity1",3743840449,.4861,"26","lb/d",.2206894,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038187,06/30/2021,3817721334,"C3","Concentration3",3743840451,1.92,"19","mg/L",1.92,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721333,"C2","Concentration2",3743840450,.49,"19","mg/L",.49,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721466,"C2","Concentration2",3745609931,.12,"19","mg/L",.12,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038201,07/31/2021,3817721470,"C3","Concentration3",3745609932,.14,"19","mg/L",.14,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721471,"Q1","Quantity1",3745609930,.0583,"26","lb/d",.0264682,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721630,"Q1","Quantity1",3748558408,.0462,"26","lb/d",.0209748,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038214,08/31/2021,3817721627,"C3","Concentration3",3748558410,.1,"19","mg/L",.1,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721622,"C2","Concentration2",3748558409,.1,"19","mg/L",.1,"<",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721764,"C2","Concentration2",3749834314,.1,"19","mg/L",.1,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038228,09/30/2021,3817721774,"C3","Concentration3",3749834315,.13,"19","mg/L",.13,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721775,"Q1","Quantity1",3749834313,.0556,"26","lb/d",.0252424,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721929,"Q1","Quantity1",3752994430,.0414,"26","lb/d",.0187956,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038244,10/31/2021,3817721923,"C3","Concentration3",3752994432,.12,"19","mg/L",.12,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721910,"C2","Concentration2",3752994431,.11,"19","mg/L",.11,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722042,"C2","Concentration2",3754387422,.26,"19","mg/L",.26,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038256,11/30/2021,3817722065,"C3","Concentration3",3754387423,.95,"19","mg/L",.95,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722067,"Q1","Quantity1",3754387421,.1484,"26","lb/d",.0673736,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722214,"Q1","Quantity1",3755822013,.0714,"26","lb/d",.0324156,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038265,12/31/2021,3817722209,"C3","Concentration3",3755822015,.2,"19","mg/L",.2,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722202,"C2","Concentration2",3755822014,.12,"19","mg/L",.12,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722375,"C2","Concentration2",3758717273,.16,"19","mg/L",.16,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038272,01/31/2022,3817722377,"C3","Concentration3",3758717274,.32,"19","mg/L",.32,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722378,"Q1","Quantity1",3758717272,.0908,"26","lb/d",.0412232,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722493,"Q1","Quantity1",3762582645,.4354,"26","lb/d",.1976716,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038277,02/28/2022,3817722486,"C3","Concentration3",3762582647,1.85,"19","mg/L",1.85,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722481,"C2","Concentration2",3762582646,.86,"19","mg/L",.86,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722635,"C2","Concentration2",3763827288,3.12,"19","mg/L",3.12,"=",04/13/2022,,"","",4,3665333491,"E90","DMR, Limited - Numeric Violation","","",,"","",,"Non-Reportable Noncompliance Effluent Violation",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038282,03/31/2022,3817722640,"C3","Concentration3",3763827290,11,"19","mg/L",11,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722644,"Q1","Quantity1",3763827285,1.8082,"26","lb/d",.82092279,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722807,"Q1","Quantity1",3765258565,.2478,"26","lb/d",.1125012,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038289,04/30/2022,3817722806,"C3","Concentration3",3765258567,1.2,"19","mg/L",1.2,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722800,"C2","Concentration2",3765258566,.55,"19","mg/L",.55,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817722955,"C2","Concentration2",3768375950,.8,"19","mg/L",.8,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038294,05/31/2022,3817722956,"C3","Concentration3",3768375952,1.7,"19","mg/L",1.7,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817722968,"Q1","Quantity1",3768375948,.2591,"26","lb/d",.1176314,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723138,"Q1","Quantity1",3769658529,.1311,"26","lb/d",.0595194,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038300,06/30/2022,3817723133,"C3","Concentration3",3769658531,.6,"19","mg/L",.6,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723131,"C2","Concentration2",3769658530,.29,"19","mg/L",.29,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723287,"C2","Concentration2",3773142844,.19,"19","mg/L",.19,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038307,07/31/2022,3817723291,"C3","Concentration3",3773142845,.19,"19","mg/L",.19,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723292,"Q1","Quantity1",3773142843,.0845,"26","lb/d",.038363,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723451,"Q1","Quantity1",3774644033,.0939,"26","lb/d",.0426306,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038313,08/31/2022,3817723448,"C3","Concentration3",3774644035,.2,"19","mg/L",.2,"<",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723445,"C2","Concentration2",3774644034,.2,"19","mg/L",.2,"<",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723586,"C2","Concentration2",3775697863,.2,"19","mg/L",.2,"<",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038317,09/30/2022,3817723593,"C3","Concentration3",3775697864,.2,"19","mg/L",.2,"<",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723601,"Q1","Quantity1",3775697862,.0875,"26","lb/d",.039725,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723739,"Q1","Quantity1",3779193564,.077,"26","lb/d",.034958,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038323,10/31/2022,3817723736,"C3","Concentration3",3779193566,.2,"19","mg/L",.2,"<",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723731,"C2","Concentration2",3779193565,.2,"19","mg/L",.2,"<",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817723875,"C2","Concentration2",3780948206,.25,"19","mg/L",.25,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038327,11/30/2022,3817723878,"C3","Concentration3",3780948207,.4,"19","mg/L",.4,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817723893,"Q1","Quantity1",3780948205,.1,"26","lb/d",.0454,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724119,"Q1","Quantity1",3782200918,.0734,"26","lb/d",.0333236,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038341,12/31/2022,3817724115,"C3","Concentration3",3782200920,.2,"19","mg/L",.2,"<",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724112,"C2","Concentration2",3782200919,.2,"19","mg/L",.2,"<",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724292,"C2","Concentration2",3785628171,.8,"19","mg/L",.8,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038346,01/31/2023,3817724302,"C3","Concentration3",3785628172,2.7,"19","mg/L",2.7,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724312,"Q1","Quantity1",3785628170,.3033,"26","lb/d",.1376982,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038357,02/28/2023,3817724539,"Q1","Quantity1",3788541362,.2,"26","lb/d",.0908,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038357,02/28/2023,3817724516,"C3","Concentration3",3788541364,1.5,"19","mg/L",1.5,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038357,02/28/2023,3817724510,"C2","Concentration2",3788541363,.53,"19","mg/L",.53,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038365,03/31/2023,3817724743,"C2","Concentration2",3790127499,1.88,"19","mg/L",1.88,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038365,03/31/2023,3817724745,"C3","Concentration3",3790127500,3.5,"19","mg/L",3.5,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038365,03/31/2023,3817724748,"Q1","Quantity1",3790127498,.878,"26","lb/d",.398612,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038373,04/30/2023,3817724927,"Q1","Quantity1",3793150280,.5063,"26","lb/d",.2298602,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038373,04/30/2023,3817724923,"C3","Concentration3",3793150282,3.5,"19","mg/L",3.5,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038373,04/30/2023,3817724917,"C2","Concentration2",3793150281,1.09,"19","mg/L",1.09,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038381,05/31/2023,3817725109,"C2","Concentration2",3794782867,.7,"19","mg/L",.7,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038381,05/31/2023,3817725113,"C3","Concentration3",3794782868,1.2,"19","mg/L",1.2,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038381,05/31/2023,3817725135,"Q1","Quantity1",3794782866,.31,"26","lb/d",.14074,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038391,06/30/2023,3817725361,"Q1","Quantity1",3796158604,.0938,"26","lb/d",.0425852,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038391,06/30/2023,3817725355,"C3","Concentration3",3796158606,.2,"19","mg/L",.2,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038391,06/30/2023,3817725348,"C2","Concentration2",3796158605,.2,"19","mg/L",.2,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038408,07/31/2023,3817725591,"C2","Concentration2",3798023104,.2,"19","mg/L",.2,"<",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038408,07/31/2023,3817725609,"C3","Concentration3",3798023105,.2,"19","mg/L",.2,"<",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038408,07/31/2023,3817725618,"Q1","Quantity1",3798023103,.0846,"26","lb/d",.0384084,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038422,08/31/2023,3817725928,"Q1","Quantity1",3802058159,.2096,"26","lb/d",.0951584,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038422,08/31/2023,3817725925,"C3","Concentration3",3802058161,1.4,"19","mg/L",1.4,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038422,08/31/2023,3817725912,"C2","Concentration2",3802058160,.44,"19","mg/L",.44,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038434,09/30/2023,3817726083,"C2","Concentration2",3802356477,.39,"19","mg/L",.39,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038434,09/30/2023,3817726087,"C3","Concentration3",3802356478,.9,"19","mg/L",.9,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038434,09/30/2023,3817726090,"Q1","Quantity1",3802356476,.2087,"26","lb/d",.0947498,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038443,10/31/2023,3817726264,"Q1","Quantity1",3804206908,.0919,"26","lb/d",.0417226,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038443,10/31/2023,3817726257,"C3","Concentration3",3804206910,.2,"19","mg/L",.2,"<",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038443,10/31/2023,3817726241,"C2","Concentration2",3804206909,.2,"19","mg/L",.2,"<",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038449,11/30/2023,3817726427,"C2","Concentration2",3806256732,.2,"19","mg/L",.2,"<",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038449,11/30/2023,3817726429,"C3","Concentration3",3806256733,.2,"19","mg/L",.2,"<",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038449,11/30/2023,3817726439,"Q1","Quantity1",3806256731,.2,"26","lb/d",.0908,"<",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038460,12/31/2023,3817726662,"Q1","Quantity1",3808725645,.4618,"26","lb/d",.2096572,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038460,12/31/2023,3817726661,"C3","Concentration3",3808725647,3.62,"19","mg/L",3.62,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038460,12/31/2023,3817726645,"C2","Concentration2",3808725646,1.06,"19","mg/L",1.06,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038470,01/31/2024,3817726808,"C2","Concentration2",3811500138,.92,"19","mg/L",.92,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038470,01/31/2024,3817726812,"C3","Concentration3",3811500139,3.79,"19","mg/L",3.79,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038470,01/31/2024,3817726815,"Q1","Quantity1",3811500137,.3917,"26","lb/d",.1778318,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038480,02/29/2024,3817726992,"Q1","Quantity1",3813595528,.192,"26","lb/d",.087168,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038480,02/29/2024,3817726984,"C3","Concentration3",3813595530,.7,"19","mg/L",.7,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038480,02/29/2024,3817726980,"C2","Concentration2",3813595529,.43,"19","mg/L",.43,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038489,03/31/2024,3817727149,"C2","Concentration2",3814650187,.68,"19","mg/L",.68,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038489,03/31/2024,3817727163,"C3","Concentration3",3814650188,2.1,"19","mg/L",2.1,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038489,03/31/2024,3817727166,"Q1","Quantity1",3814650186,.3018,"26","lb/d",.1370172,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344144,"Q1","Quantity1",3.3,"26","lb/d","01","kg/d",1.4982,"DB","DAILY AV","AVG","Average","<=",,3615038499,04/30/2024,3817727371,"Q1","Quantity1",3816751346,.0836,"26","lb/d",.0379544,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344142,"C3","Concentration3",15,"19","mg/L","19","mg/L",15,"SG","SINGGRAB","MAX","Maximum","<=",,3615038499,04/30/2024,3817727367,"C3","Concentration3",3816751348,.41,"19","mg/L",.41,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917391,"0","ENF",01/01/2020,12/06/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608344143,"C2","Concentration2",3,"19","mg/L","19","mg/L",3,"DB","DAILY AV","AVG","Average","<=",,3615038499,04/30/2024,3817727353,"C2","Concentration2",3816751347,.24,"19","mg/L",.24,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968295,01/31/2021,3788199991,"Q2","Quantity2",3732924938,.0849,"03","MGD",.0849,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788199987,"Q1","Quantity1",3732924937,.0604,"03","MGD",.0604,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200098,"Q1","Quantity1",3735355399,.0569,"03","MGD",.0569,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968298,02/28/2021,3788200099,"Q2","Quantity2",3735355400,.1109,"03","MGD",.1109,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968306,03/31/2021,3788200195,"Q2","Quantity2",3736849014,.0809,"03","MGD",.0809,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200189,"Q1","Quantity1",3736849013,.0581,"03","MGD",.0581,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200267,"Q1","Quantity1",3738924115,.057,"03","MGD",.057,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3612968313,04/30/2021,3788200269,"Q2","Quantity2",3738924116,.0815,"03","MGD",.0815,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038173,05/31/2021,3817721172,"Q2","Quantity2",3742517013,.2326,"03","MGD",.2326,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721170,"Q1","Quantity1",3742517011,.0815,"03","MGD",.0815,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721346,"Q1","Quantity1",3743840442,.0839,"03","MGD",.0839,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038187,06/30/2021,3817721349,"Q2","Quantity2",3743840443,.3646,"03","MGD",.3646,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038201,07/31/2021,3817721521,"Q2","Quantity2",3745609912,.3597,"03","MGD",.3597,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721506,"Q1","Quantity1",3745609911,.0935,"03","MGD",.0935,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721635,"Q1","Quantity1",3748558413,.0624,"03","MGD",.0624,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038214,08/31/2021,3817721638,"Q2","Quantity2",3748558414,.0948,"03","MGD",.0948,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038228,09/30/2021,3817721779,"Q2","Quantity2",3749834323,.0844,"03","MGD",.0844,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721777,"Q1","Quantity1",3749834322,.0607,"03","MGD",.0607,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721938,"Q1","Quantity1",3752994433,.0695,"03","MGD",.0695,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038244,10/31/2021,3817721940,"Q2","Quantity2",3752994434,.2222,"03","MGD",.2222,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038256,11/30/2021,3817722093,"Q2","Quantity2",3754387425,.0951,"03","MGD",.0951,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722079,"Q1","Quantity1",3754387424,.0649,"03","MGD",.0649,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722222,"Q1","Quantity1",3755822008,.0629,"03","MGD",.0629,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038265,12/31/2021,3817722231,"Q2","Quantity2",3755822009,.0885,"03","MGD",.0885,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038272,01/31/2022,3817722390,"Q2","Quantity2",3758717261,.096,"03","MGD",.096,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722387,"Q1","Quantity1",3758717260,.0682,"03","MGD",.0682,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722501,"Q1","Quantity1",3762582640,.0723,"03","MGD",.0723,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038277,02/28/2022,3817722506,"Q2","Quantity2",3762582641,.1134,"03","MGD",.1134,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038282,03/31/2022,3817722652,"Q2","Quantity2",3763827273,.1066,"03","MGD",.1066,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722648,"Q1","Quantity1",3763827272,.065,"03","MGD",.065,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722817,"Q1","Quantity1",3765258556,.0503,"03","MGD",.0503,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038289,04/30/2022,3817722824,"Q2","Quantity2",3765258557,.0711,"03","MGD",.0711,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038294,05/31/2022,3817722985,"Q2","Quantity2",3768375934,.0696,"03","MGD",.0696,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817722977,"Q1","Quantity1",3768375933,.0467,"03","MGD",.0467,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723154,"Q1","Quantity1",3769658525,.0473,"03","MGD",.0473,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038300,06/30/2022,3817723157,"Q2","Quantity2",3769658526,.1001,"03","MGD",.1001,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038307,07/31/2022,3817723299,"Q2","Quantity2",3773142842,.2052,"03","MGD",.2052,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723296,"Q1","Quantity1",3773142841,.0582,"03","MGD",.0582,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723460,"Q1","Quantity1",3774644031,.0758,"03","MGD",.0758,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038313,08/31/2022,3817723465,"Q2","Quantity2",3774644032,.254,"03","MGD",.254,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038317,09/30/2022,3817723624,"Q2","Quantity2",3775697872,.1449,"03","MGD",.1449,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723621,"Q1","Quantity1",3775697871,.0598,"03","MGD",.0598,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723749,"Q1","Quantity1",3779193572,.0512,"03","MGD",.0512,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038323,10/31/2022,3817723758,"Q2","Quantity2",3779193573,.113,"03","MGD",.113,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038327,11/30/2022,3817723908,"Q2","Quantity2",3780948213,.0912,"03","MGD",.0912,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817723896,"Q1","Quantity1",3780948212,.0526,"03","MGD",.0526,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724123,"Q1","Quantity1",3782200929,.0505,"03","MGD",.0505,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038341,12/31/2022,3817724127,"Q2","Quantity2",3782200930,.1044,"03","MGD",.1044,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038346,01/31/2023,3817724341,"Q2","Quantity2",3785628182,.0615,"03","MGD",.0615,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724326,"Q1","Quantity1",3785628181,.0468,"03","MGD",.0468,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038357,02/28/2023,3817724549,"Q1","Quantity1",3788541355,.0519,"03","MGD",.0519,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038357,02/28/2023,3817724553,"Q2","Quantity2",3788541356,.0759,"03","MGD",.0759,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038365,03/31/2023,3817724773,"Q2","Quantity2",3790127505,.0967,"03","MGD",.0967,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038365,03/31/2023,3817724753,"Q1","Quantity1",3790127504,.0532,"03","MGD",.0532,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038373,04/30/2023,3817724938,"Q1","Quantity1",3793150293,.0606,"03","MGD",.0606,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038373,04/30/2023,3817724945,"Q2","Quantity2",3793150294,.1088,"03","MGD",.1088,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038381,05/31/2023,3817725144,"Q2","Quantity2",3794782852,.1863,"03","MGD",.1863,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038381,05/31/2023,3817725141,"Q1","Quantity1",3794782851,.0648,"03","MGD",.0648,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038391,06/30/2023,3817725371,"Q1","Quantity1",3796158598,.0565,"03","MGD",.0565,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038391,06/30/2023,3817725393,"Q2","Quantity2",3796158599,.0874,"03","MGD",.0874,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038408,07/31/2023,3817725627,"Q2","Quantity2",3798023102,.0791,"03","MGD",.0791,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038408,07/31/2023,3817725623,"Q1","Quantity1",3798023101,.0587,"03","MGD",.0587,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038422,08/31/2023,3817725948,"Q1","Quantity1",3802058153,.0584,"03","MGD",.0584,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038422,08/31/2023,3817725952,"Q2","Quantity2",3802058154,.0894,"03","MGD",.0894,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038434,09/30/2023,3817726115,"Q2","Quantity2",3802356482,.071,"03","MGD",.071,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038434,09/30/2023,3817726108,"Q1","Quantity1",3802356479,.0616,"03","MGD",.0616,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038443,10/31/2023,3817726283,"Q1","Quantity1",3804206903,.0544,"03","MGD",.0544,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038443,10/31/2023,3817726296,"Q2","Quantity2",3804206904,.0711,"03","MGD",.0711,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038449,11/30/2023,3817726477,"Q2","Quantity2",3806256738,.081,"03","MGD",.081,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038449,11/30/2023,3817726474,"Q1","Quantity1",3806256737,.0635,"03","MGD",.0635,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038460,12/31/2023,3817726667,"Q1","Quantity1",3808725641,.0522,"03","MGD",.0522,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038460,12/31/2023,3817726673,"Q2","Quantity2",3808725642,.0691,"03","MGD",.0691,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038470,01/31/2024,3817726822,"Q2","Quantity2",3811500149,.1935,"03","MGD",.1935,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038470,01/31/2024,3817726821,"Q1","Quantity1",3811500148,.0667,"03","MGD",.0667,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038480,02/29/2024,3817727002,"Q1","Quantity1",3813595536,.0581,"03","MGD",.0581,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038480,02/29/2024,3817727008,"Q2","Quantity2",3813595537,.1939,"03","MGD",.1939,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038489,03/31/2024,3817727173,"Q2","Quantity2",3814650180,.06,"03","MGD",.06,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038489,03/31/2024,3817727168,"Q1","Quantity1",3814650179,.0411,"03","MGD",.0411,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344141,"Q1","Quantity1",.131,"03","MGD","03","MGD",.131,"DB","DAILY AV","AVG","Average","<=",,3615038499,04/30/2024,3817727380,"Q1","Quantity1",3816751340,.0454,"03","MGD",.0454,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917390,"0","ENF",01/01/2020,12/06/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608344140,"Q2","Quantity2",,"03","MGD","03","MGD",,"DD","DAILY MX","MAX","Maximum","",,3615038499,04/30/2024,3817727392,"Q2","Quantity2",3816751341,.068,"03","MGD",.068,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968295,01/31/2021,3788200004,"C3","Concentration3",3732924924,2.6,"19","mg/L",2.6,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968295,01/31/2021,3788200000,"C1","Concentration1",3732924923,1.04,"19","mg/L",1.04,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968298,02/28/2021,3788200109,"C1","Concentration1",3735355404,1.02,"19","mg/L",1.02,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968298,02/28/2021,3788200112,"C3","Concentration3",3735355405,3.3,"19","mg/L",3.3,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968306,03/31/2021,3788200207,"C3","Concentration3",3736849019,3.4,"19","mg/L",3.4,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968306,03/31/2021,3788200201,"C1","Concentration1",3736849018,1.07,"19","mg/L",1.07,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3612968313,04/30/2021,3788200274,"C1","Concentration1",3738924108,1.09,"19","mg/L",1.09,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3612968313,04/30/2021,3788200278,"C3","Concentration3",3738924109,3.7,"19","mg/L",3.7,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038173,05/31/2021,3817721206,"C3","Concentration3",3742517030,2.3,"19","mg/L",2.3,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038173,05/31/2021,3817721204,"C1","Concentration1",3742517028,1.03,"19","mg/L",1.03,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038187,06/30/2021,3817721353,"C1","Concentration1",3743840452,1.05,"19","mg/L",1.05,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038187,06/30/2021,3817721360,"C3","Concentration3",3743840453,2.3,"19","mg/L",2.3,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038201,07/31/2021,3817721545,"C3","Concentration3",3745609909,3.1,"19","mg/L",3.1,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038201,07/31/2021,3817721537,"C1","Concentration1",3745609908,1.01,"19","mg/L",1.01,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038214,08/31/2021,3817721642,"C1","Concentration1",3748558416,1.01,"19","mg/L",1.01,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038214,08/31/2021,3817721646,"C3","Concentration3",3748558417,2.2,"19","mg/L",2.2,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038228,09/30/2021,3817721796,"C3","Concentration3",3749834321,3.6,"19","mg/L",3.6,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038228,09/30/2021,3817721794,"C1","Concentration1",3749834320,1.03,"19","mg/L",1.03,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038244,10/31/2021,3817721946,"C1","Concentration1",3752994441,1.04,"19","mg/L",1.04,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038244,10/31/2021,3817721951,"C3","Concentration3",3752994442,3.2,"19","mg/L",3.2,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038256,11/30/2021,3817722112,"C3","Concentration3",3754387427,3.9,"19","mg/L",3.9,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038256,11/30/2021,3817722110,"C1","Concentration1",3754387426,1.03,"19","mg/L",1.03,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038265,12/31/2021,3817722235,"C1","Concentration1",3755822018,1.01,"19","mg/L",1.01,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038265,12/31/2021,3817722245,"C3","Concentration3",3755822019,2.8,"19","mg/L",2.8,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038272,01/31/2022,3817722399,"C3","Concentration3",3758717265,2.9,"19","mg/L",2.9,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038272,01/31/2022,3817722396,"C1","Concentration1",3758717264,1.04,"19","mg/L",1.04,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038277,02/28/2022,3817722512,"C1","Concentration1",3762582638,1,"19","mg/L",1,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038277,02/28/2022,3817722522,"C3","Concentration3",3762582639,3.4,"19","mg/L",3.4,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038282,03/31/2022,3817722681,"C3","Concentration3",3763827278,3.5,"19","mg/L",3.5,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038282,03/31/2022,3817722666,"C1","Concentration1",3763827277,1.07,"19","mg/L",1.07,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038289,04/30/2022,3817722835,"C1","Concentration1",3765258554,1.05,"19","mg/L",1.05,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038289,04/30/2022,3817722843,"C3","Concentration3",3765258555,3.1,"19","mg/L",3.1,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038294,05/31/2022,3817722992,"C3","Concentration3",3768375939,1.85,"19","mg/L",1.85,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038294,05/31/2022,3817722989,"C1","Concentration1",3768375938,1.08,"19","mg/L",1.08,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038300,06/30/2022,3817723176,"C1","Concentration1",3769658527,1,"19","mg/L",1,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038300,06/30/2022,3817723180,"C3","Concentration3",3769658528,2.9,"19","mg/L",2.9,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038307,07/31/2022,3817723329,"C3","Concentration3",3773142854,2.7,"19","mg/L",2.7,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038307,07/31/2022,3817723323,"C1","Concentration1",3773142853,1.01,"19","mg/L",1.01,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038313,08/31/2022,3817723479,"C1","Concentration1",3774644041,1.11,"19","mg/L",1.11,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038313,08/31/2022,3817723486,"C3","Concentration3",3774644042,3.2,"19","mg/L",3.2,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038317,09/30/2022,3817723646,"C3","Concentration3",3775697861,3.2,"19","mg/L",3.2,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038317,09/30/2022,3817723641,"C1","Concentration1",3775697859,1,"19","mg/L",1,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038323,10/31/2022,3817723766,"C1","Concentration1",3779193562,1.07,"19","mg/L",1.07,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038323,10/31/2022,3817723785,"C3","Concentration3",3779193563,2.3,"19","mg/L",2.3,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038327,11/30/2022,3817723974,"C3","Concentration3",3780948204,2.5,"19","mg/L",2.5,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038327,11/30/2022,3817723971,"C1","Concentration1",3780948203,1,"19","mg/L",1,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038341,12/31/2022,3817724132,"C1","Concentration1",3782200916,1.06,"19","mg/L",1.06,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038341,12/31/2022,3817724146,"C3","Concentration3",3782200917,3.8,"19","mg/L",3.8,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038346,01/31/2023,3817724358,"C3","Concentration3",3785628180,3.9,"19","mg/L",3.9,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038346,01/31/2023,3817724353,"C1","Concentration1",3785628179,1.01,"19","mg/L",1.01,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038357,02/28/2023,3817724559,"C1","Concentration1",3788541357,1.01,"19","mg/L",1.01,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038357,02/28/2023,3817724592,"C3","Concentration3",3788541358,3.6,"19","mg/L",3.6,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038365,03/31/2023,3817724781,"C3","Concentration3",3790127509,3.7,"19","mg/L",3.7,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038365,03/31/2023,3817724780,"C1","Concentration1",3790127508,1.08,"19","mg/L",1.08,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038373,04/30/2023,3817724957,"C1","Concentration1",3793150285,1.01,"19","mg/L",1.01,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038373,04/30/2023,3817724963,"C3","Concentration3",3793150286,3.2,"19","mg/L",3.2,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038381,05/31/2023,3817725164,"C3","Concentration3",3794782857,2.7,"19","mg/L",2.7,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038381,05/31/2023,3817725156,"C1","Concentration1",3794782856,1.02,"19","mg/L",1.02,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038391,06/30/2023,3817725409,"C1","Concentration1",3796158596,1.07,"19","mg/L",1.07,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038391,06/30/2023,3817725414,"C3","Concentration3",3796158597,3.9,"19","mg/L",3.9,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038408,07/31/2023,3817725675,"C3","Concentration3",3798023097,1.86,"19","mg/L",1.86,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038408,07/31/2023,3817725667,"C1","Concentration1",3798023096,1.03,"19","mg/L",1.03,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038422,08/31/2023,3817725962,"C1","Concentration1",3802058157,1.03,"19","mg/L",1.03,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038422,08/31/2023,3817725968,"C3","Concentration3",3802058158,2.1,"19","mg/L",2.1,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038434,09/30/2023,3817726141,"C3","Concentration3",3802356488,3.2,"19","mg/L",3.2,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038434,09/30/2023,3817726139,"C1","Concentration1",3802356487,1,"19","mg/L",1,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038443,10/31/2023,3817726312,"C1","Concentration1",3804206893,1.09,"19","mg/L",1.09,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038443,10/31/2023,3817726314,"C3","Concentration3",3804206894,3.7,"19","mg/L",3.7,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038449,11/30/2023,3817726485,"C3","Concentration3",3806256730,3.7,"19","mg/L",3.7,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038449,11/30/2023,3817726482,"C1","Concentration1",3806256729,1,"19","mg/L",1,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038460,12/31/2023,3817726694,"C1","Concentration1",3808725651,1.01,"19","mg/L",1.01,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038460,12/31/2023,3817726699,"C3","Concentration3",3808725652,3.69,"19","mg/L",3.69,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038470,01/31/2024,3817726856,"C3","Concentration3",3811500143,3.8,"19","mg/L",3.8,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038470,01/31/2024,3817726847,"C1","Concentration1",3811500142,1,"19","mg/L",1,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038480,02/29/2024,3817727014,"C1","Concentration1",3813595534,1.3,"19","mg/L",1.3,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038480,02/29/2024,3817727023,"C3","Concentration3",3813595535,3.6,"19","mg/L",3.6,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038489,03/31/2024,3817727220,"C3","Concentration3",3814650185,3.68,"19","mg/L",3.68,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038489,03/31/2024,3817727215,"C1","Concentration1",3814650184,1.02,"19","mg/L",1.02,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344137,"C1","Concentration1",1,"19","mg/L","19","mg/L",1,"MO","MO MIN","MIN","Minimum",">=",,3615038499,04/30/2024,3817727417,"C1","Concentration1",3816751333,1,"19","mg/L",1,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917388,"0","ENF",01/01/2020,12/06/2024,1,"50060","Chlorine, total residual","1","Effluent Gross","","",3608344136,"C3","Concentration3",4,"19","mg/L","19","mg/L",4,"MN","MO MAX","MAX","Maximum","<=",,3615038499,04/30/2024,3817727427,"C3","Concentration3",3816751334,3,"19","mg/L",3,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788200015,"C2","Concentration2",3732924925,5,"3Z","CFU/100mL",5,"<",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968295,01/31/2021,3788200020,"C3","Concentration3",3732924926,5,"3Z","CFU/100mL",5,"<",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968298,02/28/2021,3788200120,"C3","Concentration3",3735355395,5,"3Z","CFU/100mL",5,"<",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200117,"C2","Concentration2",3735355394,5,"3Z","CFU/100mL",5,"<",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200210,"C2","Concentration2",3736849029,5,"3Z","CFU/100mL",5,"<",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968306,03/31/2021,3788200214,"C3","Concentration3",3736849030,5,"3Z","CFU/100mL",5,"<",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3612968313,04/30/2021,3788200288,"C3","Concentration3",3738924118,5,"3Z","CFU/100mL",5,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200283,"C2","Concentration2",3738924117,5,"3Z","CFU/100mL",5,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721221,"C2","Concentration2",3742517018,5,"3Z","CFU/100mL",5,"<",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038173,05/31/2021,3817721223,"C3","Concentration3",3742517020,5,"3Z","CFU/100mL",5,"<",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038187,06/30/2021,3817721374,"C3","Concentration3",3743840448,5,"3Z","CFU/100mL",5,"<",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721370,"C2","Concentration2",3743840447,5,"3Z","CFU/100mL",5,"<",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721548,"C2","Concentration2",3745609933,5,"3Z","CFU/100mL",5,"<",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038201,07/31/2021,3817721552,"C3","Concentration3",3745609934,5,"3Z","CFU/100mL",5,"<",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038214,08/31/2021,3817721653,"C3","Concentration3",3748558412,5,"3Z","CFU/100mL",5,"<",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721651,"C2","Concentration2",3748558411,5,"3Z","CFU/100mL",5,"<",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721799,"C2","Concentration2",3749834316,5,"3Z","CFU/100mL",5,"<",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038228,09/30/2021,3817721811,"C3","Concentration3",3749834317,5,"3Z","CFU/100mL",5,"<",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038244,10/31/2021,3817721960,"C3","Concentration3",3752994440,5,"3Z","CFU/100mL",5,"<",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721954,"C2","Concentration2",3752994439,5,"3Z","CFU/100mL",5,"<",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722118,"C2","Concentration2",3754387418,5,"3Z","CFU/100mL",5,"<",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038256,11/30/2021,3817722120,"C3","Concentration3",3754387419,5,"3Z","CFU/100mL",5,"<",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038265,12/31/2021,3817722275,"C3","Concentration3",3755822004,5,"3Z","CFU/100mL",5,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722258,"C2","Concentration2",3755822003,5,"3Z","CFU/100mL",5,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722405,"C2","Concentration2",3758717267,5,"3Z","CFU/100mL",5,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038272,01/31/2022,3817722407,"C3","Concentration3",3758717268,5,"3Z","CFU/100mL",5,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038277,02/28/2022,3817722546,"C3","Concentration3",3762582649,5,"3Z","CFU/100mL",5,"<",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722534,"C2","Concentration2",3762582648,5,"3Z","CFU/100mL",5,"<",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722724,"C2","Concentration2",3763827310,15,"3Z","CFU/100mL",15,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038282,03/31/2022,3817722730,"C3","Concentration3",3763827312,15,"3Z","CFU/100mL",15,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038289,04/30/2022,3817722885,"C3","Concentration3",3765258562,1,"3Z","CFU/100mL",1,"<",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722868,"C2","Concentration2",3765258561,1,"3Z","CFU/100mL",1,"<",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817723000,"C2","Concentration2",3768375958,1,"3Z","CFU/100mL",1,"<",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038294,05/31/2022,3817723007,"C3","Concentration3",3768375960,1,"3Z","CFU/100mL",1,"<",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038300,06/30/2022,3817723204,"C3","Concentration3",3769658536,1,"3Z","CFU/100mL",1,"<",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723193,"C2","Concentration2",3769658535,1,"3Z","CFU/100mL",1,"<",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723334,"C2","Concentration2",3773142868,1,"3Z","CFU/100mL",1,"<",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038307,07/31/2022,3817723345,"C3","Concentration3",3773142869,1,"3Z","CFU/100mL",1,"<",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038313,08/31/2022,3817723502,"C3","Concentration3",3774644026,1,"3Z","CFU/100mL",1,"<",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723489,"C2","Concentration2",3774644025,1,"3Z","CFU/100mL",1,"<",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723659,"C2","Concentration2",3775697868,1,"3Z","CFU/100mL",1,"<",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038317,09/30/2022,3817723661,"C3","Concentration3",3775697869,1,"3Z","CFU/100mL",1,"<",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038323,10/31/2022,3817723793,"C3","Concentration3",3779193561,1,"3Z","CFU/100mL",1,"<",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723790,"C2","Concentration2",3779193560,1,"3Z","CFU/100mL",1,"<",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817723980,"C2","Concentration2",3780948196,1,"3Z","CFU/100mL",1,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038327,11/30/2022,3817723993,"C3","Concentration3",3780948197,1,"3Z","CFU/100mL",1,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038341,12/31/2022,3817724167,"C3","Concentration3",3782200928,1,"3Z","CFU/100mL",1,"<",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724162,"C2","Concentration2",3782200927,1,"3Z","CFU/100mL",1,"<",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724376,"C2","Concentration2",3785628183,1,"3Z","CFU/100mL",1,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038346,01/31/2023,3817724381,"C3","Concentration3",3785628184,1,"3Z","CFU/100mL",1,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038357,02/28/2023,3817724611,"C3","Concentration3",3788541361,1,"3Z","CFU/100mL",1,"<",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038357,02/28/2023,3817724602,"C2","Concentration2",3788541360,1,"3Z","CFU/100mL",1,"<",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038365,03/31/2023,3817724788,"C2","Concentration2",3790127494,1,"3Z","CFU/100mL",1,"<",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038365,03/31/2023,3817724791,"C3","Concentration3",3790127496,1,"3Z","CFU/100mL",1,"<",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038373,04/30/2023,3817725000,"C3","Concentration3",3793150278,1,"3Z","CFU/100mL",1,"<",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038373,04/30/2023,3817724995,"C2","Concentration2",3793150277,1,"3Z","CFU/100mL",1,"<",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038381,05/31/2023,3817725205,"C2","Concentration2",3794782861,2,"3Z","CFU/100mL",2,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038381,05/31/2023,3817725209,"C3","Concentration3",3794782862,2,"3Z","CFU/100mL",2,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038391,06/30/2023,3817725455,"C3","Concentration3",3796158592,1,"3Z","CFU/100mL",1,"<",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038391,06/30/2023,3817725444,"C2","Concentration2",3796158591,1,"3Z","CFU/100mL",1,"<",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038408,07/31/2023,3817725694,"C2","Concentration2",3798023088,1,"3Z","CFU/100mL",1,"<",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038408,07/31/2023,3817725717,"C3","Concentration3",3798023089,1,"3Z","CFU/100mL",1,"<",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038422,08/31/2023,3817725983,"C3","Concentration3",3802058164,1,"3Z","CFU/100mL",1,"<",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038422,08/31/2023,3817725977,"C2","Concentration2",3802058163,1,"3Z","CFU/100mL",1,"<",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038434,09/30/2023,3817726149,"C2","Concentration2",3802356491,1,"3Z","CFU/100mL",1,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038434,09/30/2023,3817726153,"C3","Concentration3",3802356492,1,"3Z","CFU/100mL",1,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038443,10/31/2023,3817726334,"C3","Concentration3",3804206900,1,"3Z","CFU/100mL",1,"<",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038443,10/31/2023,3817726331,"C2","Concentration2",3804206899,1,"3Z","CFU/100mL",1,"<",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038449,11/30/2023,3817726498,"C2","Concentration2",3806256745,1,"3Z","CFU/100mL",1,"<",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038449,11/30/2023,3817726519,"C3","Concentration3",3806256746,1,"3Z","CFU/100mL",1,"<",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038460,12/31/2023,3817726718,"C3","Concentration3",3808725639,1,"3Z","CFU/100mL",1,"<",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038460,12/31/2023,3817726709,"C2","Concentration2",3808725638,1,"3Z","CFU/100mL",1,"<",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038470,01/31/2024,3817726894,"C2","Concentration2",3811500140,2,"3Z","CFU/100mL",2,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038470,01/31/2024,3817726901,"C3","Concentration3",3811500141,2,"3Z","CFU/100mL",2,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038480,02/29/2024,3817727033,"C3","Concentration3",3813595523,111.8,"3Z","CFU/100mL",111.8,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038480,02/29/2024,3817727030,"C2","Concentration2",3813595522,111.8,"3Z","CFU/100mL",111.8,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038489,03/31/2024,3817727236,"C2","Concentration2",3814650173,2,"3Z","CFU/100mL",2,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038489,03/31/2024,3817727243,"C3","Concentration3",3814650174,2,"3Z","CFU/100mL",2,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344139,"C3","Concentration3",379,"3Z","CFU/100mL","30","MPN/100mL",379,"SG","SINGGRAB","MAX","Maximum","<=",,3615038499,04/30/2024,3817727436,"C3","Concentration3",3816751336,1,"3Z","CFU/100mL",1,"<",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917389,"0","ENF",01/01/2020,12/06/2024,1,"51040","E. coli","1","Effluent Gross","","",3608344138,"C2","Concentration2",120,"3Z","CFU/100mL","30","MPN/100mL",120,"DB","DAILY AV","AVG","Average","<=",,3615038499,04/30/2024,3817727433,"C2","Concentration2",3816751335,1,"3Z","CFU/100mL",1,"<",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788200029,"C2","Concentration2",3732924934,7,"19","mg/L",7,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968295,01/31/2021,3788200034,"C3","Concentration3",3732924935,8,"19","mg/L",8,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968295,01/31/2021,3788200041,"Q1","Quantity1",3732924933,3.4437,"26","lb/d",1.56343979,"=",02/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200129,"Q1","Quantity1",3735355396,4.2979,"26","lb/d",1.95124658,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968298,02/28/2021,3788200127,"C3","Concentration3",3735355398,10,"19","mg/L",10,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968298,02/28/2021,3788200124,"C2","Concentration2",3735355397,8.75,"19","mg/L",8.75,"=",03/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968306,03/31/2021,3788200218,"C3","Concentration3",3736849017,11,"19","mg/L",11,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200217,"C2","Concentration2",3736849016,8.8,"19","mg/L",8.8,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968306,03/31/2021,3788200221,"Q1","Quantity1",3736849015,4.157,"26","lb/d",1.88727798,"=",04/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200300,"Q1","Quantity1",3738924105,2.2274,"26","lb/d",1.01123959,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3612968313,04/30/2021,3788200295,"C2","Concentration2",3738924106,4.73,"19","mg/L",4.73,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3612968313,04/30/2021,3788200296,"C3","Concentration3",3738924107,6,"19","mg/L",6,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721248,"C2","Concentration2",3742517036,8.25,"19","mg/L",8.25,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038173,05/31/2021,3817721257,"C3","Concentration3",3742517037,10,"19","mg/L",10,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038173,05/31/2021,3817721260,"Q1","Quantity1",3742517035,4.0691,"26","lb/d",1.84737138,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721399,"Q1","Quantity1",3743840436,7.9641,"26","lb/d",3.61570137,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038187,06/30/2021,3817721396,"C3","Concentration3",3743840438,13,"19","mg/L",13,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038187,06/30/2021,3817721380,"C2","Concentration2",3743840437,9.8,"19","mg/L",9.8,"=",07/13/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721556,"C2","Concentration2",3745609928,9,"19","mg/L",9,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038201,07/31/2021,3817721559,"C3","Concentration3",3745609929,14,"19","mg/L",14,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038201,07/31/2021,3817721562,"Q1","Quantity1",3745609926,4.463,"26","lb/d",2.02620198,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721677,"Q1","Quantity1",3748558400,8.2347,"26","lb/d",3.73855377,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038214,08/31/2021,3817721671,"C3","Concentration3",3748558402,19,"19","mg/L",19,"=",09/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038214,08/31/2021,3817721665,"C2","Concentration2",3748558401,16.2,"19","mg/L",16.2,"=",09/14/2021,,"","",62,3661403973,"E90","DMR, Limited - Numeric Violation","T","TRC Limitations Exceeded",09/30/2021,"2","RE - Back into Compliance",05/31/2022,"Significant/Category I Noncompliance Effluent Violation",09/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038228,09/30/2021,3817721834,"C3","Concentration3",3749834329,22,"19","mg/L",22,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721831,"C2","Concentration2",3749834328,15.5,"19","mg/L",15.5,"=",10/12/2021,,"","",55,3661936178,"E90","DMR, Limited - Numeric Violation","T","TRC Limitations Exceeded",09/30/2021,"2","RE - Back into Compliance",05/31/2022,"Significant/Category I Noncompliance Effluent Violation",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038228,09/30/2021,3817721838,"Q1","Quantity1",3749834327,8.5228,"26","lb/d",3.86935117,"=",10/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721986,"Q1","Quantity1",3752994435,6.5224,"26","lb/d",2.96116958,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038244,10/31/2021,3817721983,"C3","Concentration3",3752994437,20,"19","mg/L",20,"=",11/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038244,10/31/2021,3817721979,"C2","Concentration2",3752994436,16,"19","mg/L",16,"=",11/12/2021,,"","",60,3662194841,"E90","DMR, Limited - Numeric Violation","T","TRC Limitations Exceeded",10/31/2021,"2","RE - Back into Compliance",05/31/2022,"Significant/Category I Noncompliance Effluent Violation",11/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722127,"C2","Concentration2",3754387432,14.4,"19","mg/L",14.4,"=",12/14/2021,,"","",44,3662684128,"E90","DMR, Limited - Numeric Violation","T","TRC Limitations Exceeded",11/30/2021,"2","RE - Back into Compliance",05/31/2022,"Significant/Category I Noncompliance Effluent Violation",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038256,11/30/2021,3817722134,"C3","Concentration3",3754387433,19,"19","mg/L",19,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038256,11/30/2021,3817722144,"Q1","Quantity1",3754387431,7.2594,"26","lb/d",3.29576757,"=",12/14/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722314,"Q1","Quantity1",3755822010,6.2856,"26","lb/d",2.85366238,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038265,12/31/2021,3817722307,"C3","Concentration3",3755822012,17,"19","mg/L",17,"=",01/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038265,12/31/2021,3817722302,"C2","Concentration2",3755822011,10.75,"19","mg/L",10.75,"=",01/12/2022,,"","",8,3662957621,"E90","DMR, Limited - Numeric Violation","C","Chronic Violation",04/30/2022,"2","RE - Back into Compliance",05/31/2022,"Significant/Category I Noncompliance Effluent Violation",01/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722424,"C2","Concentration2",3758717270,11,"19","mg/L",11,"=",02/08/2022,,"","",10,3663838995,"E90","DMR, Limited - Numeric Violation","C","Chronic Violation",04/30/2022,"2","RE - Back into Compliance",05/31/2022,"Significant/Category I Noncompliance Effluent Violation",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038272,01/31/2022,3817722427,"C3","Concentration3",3758717271,11,"19","mg/L",11,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038272,01/31/2022,3817722430,"Q1","Quantity1",3758717269,6.057,"26","lb/d",2.74987798,"=",02/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722582,"Q1","Quantity1",3762582642,6.6286,"26","lb/d",3.00938437,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038277,02/28/2022,3817722573,"C3","Concentration3",3762582644,13,"19","mg/L",13,"=",03/15/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038277,02/28/2022,3817722572,"C2","Concentration2",3762582643,12.75,"19","mg/L",12.75,"=",03/15/2022,,"","",28,3665120355,"E90","DMR, Limited - Numeric Violation","C","Chronic Violation",04/30/2022,"2","RE - Back into Compliance",05/31/2022,"Significant/Category I Noncompliance Effluent Violation",03/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722734,"C2","Concentration2",3763827299,7.66,"19","mg/L",7.66,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038282,03/31/2022,3817722736,"C3","Concentration3",3763827303,15,"19","mg/L",15,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038282,03/31/2022,3817722738,"Q1","Quantity1",3763827296,3.8244,"26","lb/d",1.73627759,"=",04/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722894,"Q1","Quantity1",3765258550,2.5465,"26","lb/d",1.15611099,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038289,04/30/2022,3817722890,"C2","Concentration2",3765258551,5.78,"19","mg/L",5.78,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038289,04/30/2022,3817722892,"C3","Concentration3",3765258552,12,"19","mg/L",12,"=",05/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038294,05/31/2022,3817723035,"C3","Concentration3",3768375957,3,"19","mg/L",3,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817723017,"C2","Concentration2",3768375954,2.76,"19","mg/L",2.76,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038294,05/31/2022,3817723043,"Q1","Quantity1",3768375953,.9561,"26","lb/d",.4340694,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723232,"Q1","Quantity1",3769658540,1.724,"26","lb/d",.78269599,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038300,06/30/2022,3817723231,"C3","Concentration3",3769658542,7,"19","mg/L",7,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038300,06/30/2022,3817723208,"C2","Concentration2",3769658541,3.93,"19","mg/L",3.93,"=",07/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723350,"C2","Concentration2",3773142848,2.9,"19","mg/L",2.9,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038307,07/31/2022,3817723358,"C3","Concentration3",3773142850,2.9,"19","mg/L",2.9,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038307,07/31/2022,3817723370,"Q1","Quantity1",3773142847,1.2892,"26","lb/d",.5852968,"=",08/05/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723515,"Q1","Quantity1",3774644027,1.4334,"26","lb/d",.65076359,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038313,08/31/2022,3817723506,"C3","Concentration3",3774644029,3,"19","mg/L",3,"<",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038313,08/31/2022,3817723504,"C2","Concentration2",3774644028,3,"19","mg/L",3,"<",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723669,"C2","Concentration2",3775697856,3,"19","mg/L",3,"<",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038317,09/30/2022,3817723672,"C3","Concentration3",3775697857,3,"19","mg/L",3,"<",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038317,09/30/2022,3817723675,"Q1","Quantity1",3775697855,1.3355,"26","lb/d",.60631699,"=",10/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723819,"Q1","Quantity1",3779193569,1.7056,"26","lb/d",.77434239,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038323,10/31/2022,3817723815,"C3","Concentration3",3779193571,8,"19","mg/L",8,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038323,10/31/2022,3817723806,"C2","Concentration2",3779193570,4.18,"19","mg/L",4.18,"=",11/04/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817724007,"C2","Concentration2",3780948210,5.74,"19","mg/L",5.74,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038327,11/30/2022,3817724012,"C3","Concentration3",3780948211,15,"19","mg/L",15,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038327,11/30/2022,3817724015,"Q1","Quantity1",3780948209,2.4929,"26","lb/d",1.13177659,"=",12/07/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724185,"Q1","Quantity1",3782200922,1.1205,"26","lb/d",.508707,"=",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038341,12/31/2022,3817724172,"C3","Concentration3",3782200924,3,"19","mg/L",3,"<",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038341,12/31/2022,3817724168,"C2","Concentration2",3782200923,3,"19","mg/L",3,"<",01/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038346,01/31/2023,3817724415,"C3","Concentration3",3785628178,3,"19","mg/L",3,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724392,"C2","Concentration2",3785628177,2.8,"19","mg/L",2.8,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038346,01/31/2023,3817724419,"Q1","Quantity1",3785628176,1.0382,"26","lb/d",.4713428,"=",02/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038357,02/28/2023,3817724657,"Q1","Quantity1",3788541365,2.77,"26","lb/d",1.25757999,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038357,02/28/2023,3817724640,"C3","Concentration3",3788541367,19,"19","mg/L",19,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038357,02/28/2023,3817724627,"C2","Concentration2",3788541366,7,"19","mg/L",7,"=",03/06/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038365,03/31/2023,3817724798,"C2","Concentration2",3790127502,3,"19","mg/L",3,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038365,03/31/2023,3817724807,"C3","Concentration3",3790127503,3,"19","mg/L",3,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038365,03/31/2023,3817724824,"Q1","Quantity1",3790127501,1.425,"26","lb/d",.64694999,"=",04/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038373,04/30/2023,3817725020,"Q1","Quantity1",3793150290,1.4229,"26","lb/d",.64599659,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038373,04/30/2023,3817725018,"C3","Concentration3",3793150292,4,"19","mg/L",4,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038373,04/30/2023,3817725015,"C2","Concentration2",3793150291,3.25,"19","mg/L",3.25,"=",05/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038381,05/31/2023,3817725220,"C2","Concentration2",3794782859,3,"19","mg/L",3,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038381,05/31/2023,3817725235,"C3","Concentration3",3794782860,3,"19","mg/L",3,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038381,05/31/2023,3817725247,"Q1","Quantity1",3794782858,1.35,"26","lb/d",.61289999,"=",06/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038391,06/30/2023,3817725504,"Q1","Quantity1",3796158593,1.2119,"26","lb/d",.5502026,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038391,06/30/2023,3817725474,"C2","Concentration2",3796158594,2.5,"19","mg/L",2.5,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038391,06/30/2023,3817725500,"C3","Concentration3",3796158595,3,"19","mg/L",3,"=",07/05/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038408,07/31/2023,3817725744,"C3","Concentration3",3798023095,3,"19","mg/L",3,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038408,07/31/2023,3817725733,"C2","Concentration2",3798023094,2.3,"19","mg/L",2.3,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038408,07/31/2023,3817725750,"Q1","Quantity1",3798023093,1.012,"26","lb/d",.459448,"=",07/31/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038422,08/31/2023,3817726000,"Q1","Quantity1",3802058147,.9475,"26","lb/d",.430165,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038422,08/31/2023,3817725996,"C3","Concentration3",3802058149,3,"19","mg/L",3,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038422,08/31/2023,3817725989,"C2","Concentration2",3802058148,2.02,"19","mg/L",2.02,"=",09/26/2023,6,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038434,09/30/2023,3817726163,"C2","Concentration2",3802356485,1.92,"19","mg/L",1.92,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038434,09/30/2023,3817726168,"C3","Concentration3",3802356486,3,"19","mg/L",3,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038434,09/30/2023,3817726171,"Q1","Quantity1",3802356484,1.0105,"26","lb/d",.458767,"=",10/03/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038443,10/31/2023,3817726376,"Q1","Quantity1",3804206896,.8629,"26","lb/d",.3917566,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038443,10/31/2023,3817726337,"C2","Concentration2",3804206897,1.87,"19","mg/L",1.87,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038443,10/31/2023,3817726354,"C3","Concentration3",3804206898,3.2,"19","mg/L",3.2,"=",11/02/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038449,11/30/2023,3817726537,"C2","Concentration2",3806256743,1.56,"19","mg/L",1.56,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038449,11/30/2023,3817726544,"C3","Concentration3",3806256744,2.1,"19","mg/L",2.1,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038449,11/30/2023,3817726546,"Q1","Quantity1",3806256742,.8079,"26","lb/d",.3667866,"=",12/04/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038460,12/31/2023,3817726747,"Q1","Quantity1",3808725648,.7745,"26","lb/d",.351623,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038460,12/31/2023,3817726725,"C2","Concentration2",3808725649,1.87,"19","mg/L",1.87,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038460,12/31/2023,3817726743,"C3","Concentration3",3808725650,3,"19","mg/L",3,"=",01/04/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038470,01/31/2024,3817726912,"C2","Concentration2",3811500146,3.64,"19","mg/L",3.64,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038470,01/31/2024,3817726917,"C3","Concentration3",3811500147,7.1,"19","mg/L",7.1,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038470,01/31/2024,3817726922,"Q1","Quantity1",3811500145,1.8559,"26","lb/d",.84257859,"=",02/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038480,02/29/2024,3817727049,"Q1","Quantity1",3813595524,2.7685,"26","lb/d",1.25689899,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038480,02/29/2024,3817727043,"C2","Concentration2",3813595525,7,"19","mg/L",7,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038480,02/29/2024,3817727045,"C3","Concentration3",3813595526,19,"19","mg/L",19,"=",03/11/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038489,03/31/2024,3817727253,"C3","Concentration3",3814650178,2.8,"19","mg/L",2.8,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038489,03/31/2024,3817727247,"C2","Concentration2",3814650177,1.93,"19","mg/L",1.93,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038489,03/31/2024,3817727260,"Q1","Quantity1",3814650176,.7,"26","lb/d",.3178,"=",04/03/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344129,"Q1","Quantity1",11,"26","lb/d","01","kg/d",4.994,"DB","DAILY AV","AVG","Average","<=",,3615038499,04/30/2024,3817727454,"Q1","Quantity1",3816751342,.6232,"26","lb/d",.2829328,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344128,"C2","Concentration2",10,"19","mg/L","19","mg/L",10,"DB","DAILY AV","AVG","Average","<=",,3615038499,04/30/2024,3817727445,"C2","Concentration2",3816751343,1.81,"19","mg/L",1.81,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602064155,"TX0119407",0,3600435311,"001","EXO","External Outfall",3600478276,3600684408,3604917384,"0","ENF",01/01/2020,12/06/2024,1,"80082","BOD, carbonaceous [5 day, 20 C]","1","Effluent Gross","","",3608344127,"C3","Concentration3",35,"19","mg/L","19","mg/L",35,"SG","SINGGRAB","MAX","Maximum","<=",,3615038499,04/30/2024,3817727449,"C3","Concentration3",3816751344,3.2,"19","mg/L",3.2,"=",05/06/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" diff --git a/vignettes/int/0/eff_rest_services.download_effluent_chart-d48281.csv b/vignettes/int/0/eff_rest_services.download_effluent_chart-d48281.csv index 7f59d45..31ff5ed 100644 --- a/vignettes/int/0/eff_rest_services.download_effluent_chart-d48281.csv +++ b/vignettes/int/0/eff_rest_services.download_effluent_chart-d48281.csv @@ -1,1824 +1,1760 @@ -activity_id,npdes_id,version_nmbr,perm_feature_id,perm_feature_nmbr,perm_feature_type_code,perm_feature_type_desc,limit_set_id,limit_set_schedule_id,limit_id,limit_type_code,limit_begin_date,limit_end_date,nmbr_of_submission,parameter_code,parameter_desc,monitoring_location_code,monitoring_location_desc,stay_type_code,stay_type_desc,limit_value_id,limit_value_type_code,limit_value_type_desc,limit_value_nmbr,limit_unit_code,limit_unit_desc,standard_unit_code,standard_unit_desc,limit_value_standard_units,statistical_base_code,statistical_base_short_desc,statistical_base_type_code,statistical_base_type_desc,limit_value_qualifier_code,stay_value_nmbr,dmr_event_id,monitoring_period_end_date,dmr_form_value_id,value_type_code,value_type_desc,dmr_value_id,dmr_value_nmbr,dmr_unit_code,dmr_unit_desc,dmr_value_standard_units,dmr_value_qualifier_code,value_received_date,days_late,nodi_code,nodi_desc,exceedence_pct,npdes_violation_id,violation_code,violation_desc,rnc_detection_code,rnc_detection_desc,rnc_detection_date,rnc_resolution_code,rnc_resolution_desc,rnc_resolution_date,violation_severity -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339803,"ENF",08/01/2014,07/01/2019,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3402082283,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3610999068,10/31/2019,3762742017,"C3","Concentration3",3699866106,95,"15","deg F",95,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339803,"ENF",08/01/2014,07/01/2019,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3402082283,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3610999089,11/30/2019,3762742393,"C3","Concentration3",3702075150,90,"15","deg F",90,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3610999109,12/31/2019,3762742747,"C3","Concentration3",3703227486,87,"15","deg F",87,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3610999150,01/31/2020,3762743078,"C3","Concentration3",3708949233,86,"15","deg F",86,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3610999191,02/29/2020,3762743523,"C3","Concentration3",3710196456,86,"15","deg F",86,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3610999221,03/31/2020,3762743912,"C3","Concentration3",3711210452,91,"15","deg F",91,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3610999239,04/30/2020,3762744268,"C3","Concentration3",3714131797,91,"15","deg F",91,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3610999259,05/31/2020,3762744652,"C3","Concentration3",3715569240,95,"15","deg F",95,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3610999289,06/30/2020,3762745079,"C3","Concentration3",3716725224,95,"15","deg F",95,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3610999325,07/31/2020,3762745435,"C3","Concentration3",3718641289,99,"15","deg F",99,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3610999355,08/31/2020,3762745754,"C3","Concentration3",3721576832,98,"15","deg F",98,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614077942,09/30/2020,3804412336,"C3","Concentration3",3723052556,98,"15","deg F",98,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078001,10/31/2020,3804412982,"C3","Concentration3",3726161981,91,"15","deg F",91,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078041,11/30/2020,3804413379,"C3","Concentration3",3727569160,87,"15","deg F",87,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078070,12/31/2020,3804413700,"C3","Concentration3",3730654300,79,"15","deg F",79,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414261,"C3","Concentration3",3732988572,82,"15","deg F",82,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414657,"C3","Concentration3",3735458704,83,"15","deg F",83,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415063,"C3","Concentration3",3736815123,90,"15","deg F",90,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415467,"C3","Concentration3",3738923725,90,"15","deg F",90,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415772,"C3","Concentration3",3742516967,94,"15","deg F",94,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416169,"C3","Concentration3",3743599215,96,"15","deg F",96,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416652,"C3","Concentration3",3745559080,97,"15","deg F",97,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417028,"C3","Concentration3",3748394603,98,"15","deg F",98,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417508,"C3","Concentration3",3749790592,98,"15","deg F",98,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815399880,"C3","Concentration3",3752959416,93,"15","deg F",93,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400234,"C3","Concentration3",3753958326,86,"15","deg F",86,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400571,"C3","Concentration3",3755741417,89,"15","deg F",89,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400821,"C3","Concentration3",3758753125,89,"15","deg F",89,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401042,"C3","Concentration3",3762309443,86,"15","deg F",86,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401231,"C3","Concentration3",3763766807,85,"15","deg F",85,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401415,"C3","Concentration3",3765380707,92,"15","deg F",92,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401597,"C3","Concentration3",3768378149,94,"15","deg F",94,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401825,"C3","Concentration3",3770074904,98,"15","deg F",98,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815401999,"C3","Concentration3",3773198807,99,"15","deg F",99,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402230,"C3","Concentration3",3774643766,97,"15","deg F",97,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402435,"C3","Concentration3",3776107007,96,"15","deg F",96,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402621,"C3","Concentration3",3779355046,91,"15","deg F",91,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402788,"C3","Concentration3",3781185016,89,"15","deg F",89,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815402990,"C3","Concentration3",3782488238,87,"15","deg F",87,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403149,"C3","Concentration3",3786078710,87,"15","deg F",87,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339799,"ENF",08/01/2014,07/01/2019,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3402082275,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3610999068,10/31/2019,3762742075,"Q2","Quantity2",3699866110,555,"26","lb/d",251.96999788,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339799,"ENF",08/01/2014,07/01/2019,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3402082276,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3610999068,10/31/2019,3762742052,"Q1","Quantity1",3699866109,448,"26","lb/d",203.39199829,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339799,"ENF",08/01/2014,07/01/2019,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3402082276,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3610999089,11/30/2019,3762742399,"Q1","Quantity1",3702075151,424,"26","lb/d",192.49599838,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339799,"ENF",08/01/2014,07/01/2019,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3402082275,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3610999089,11/30/2019,3762742409,"Q2","Quantity2",3702075152,458,"26","lb/d",207.93199825,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3610999109,12/31/2019,3762742767,"Q2","Quantity2",3703227514,648,"26","lb/d",294.19199753,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3610999109,12/31/2019,3762742760,"Q1","Quantity1",3703227513,410,"26","lb/d",186.13999844,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3610999150,01/31/2020,3762743092,"Q1","Quantity1",3708949206,413,"26","lb/d",187.50199842,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3610999150,01/31/2020,3762743096,"Q2","Quantity2",3708949208,715,"26","lb/d",324.60999727,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3610999191,02/29/2020,3762743564,"Q2","Quantity2",3710196460,1152,"26","lb/d",523.00799561,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3610999191,02/29/2020,3762743539,"Q1","Quantity1",3710196459,390,"26","lb/d",177.05999851,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3610999221,03/31/2020,3762743947,"Q1","Quantity1",3711210469,410,"26","lb/d",186.13999844,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3610999221,03/31/2020,3762743949,"Q2","Quantity2",3711210470,867,"26","lb/d",393.61799669,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3610999239,04/30/2020,3762744286,"Q2","Quantity2",3714131819,544,"26","lb/d",246.97599792,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3610999239,04/30/2020,3762744277,"Q1","Quantity1",3714131818,397,"26","lb/d",180.23799849,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3610999259,05/31/2020,3762744676,"Q1","Quantity1",3715569245,420,"26","lb/d",190.6799984,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3610999259,05/31/2020,3762744686,"Q2","Quantity2",3715569246,753,"26","lb/d",341.86199713,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3610999289,06/30/2020,3762745099,"Q1","Quantity1",3716725217,426,"26","lb/d",193.40399837,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3610999289,06/30/2020,3762745132,"Q2","Quantity2",3716725218,442,"26","lb/d",200.66799831,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3610999325,07/31/2020,3762745446,"Q2","Quantity2",3718641321,448,"26","lb/d",203.39199829,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3610999325,07/31/2020,3762745443,"Q1","Quantity1",3718641319,415,"26","lb/d",188.40999842,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3610999355,08/31/2020,3762745775,"Q2","Quantity2",3721576805,451,"26","lb/d",204.75399828,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3610999355,08/31/2020,3762745773,"Q1","Quantity1",3721576804,387,"26","lb/d",175.69799852,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614077942,09/30/2020,3804412377,"Q1","Quantity1",3723052563,364,"26","lb/d",165.25599861,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614077942,09/30/2020,3804412388,"Q2","Quantity2",3723052564,500,"26","lb/d",226.99999809,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078001,10/31/2020,3804413008,"Q2","Quantity2",3726161974,433,"26","lb/d",196.58199835,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078001,10/31/2020,3804412990,"Q1","Quantity1",3726161973,398,"26","lb/d",180.69199848,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078041,11/30/2020,3804413389,"Q1","Quantity1",3727569161,347,"26","lb/d",157.53799868,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078041,11/30/2020,3804413412,"Q2","Quantity2",3727569162,430,"26","lb/d",195.21999836,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078070,12/31/2020,3804413723,"Q1","Quantity1",3730654293,401,"26","lb/d",182.05399847,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078070,12/31/2020,3804413763,"Q2","Quantity2",3730654294,886,"26","lb/d",402.24399662,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414275,"Q2","Quantity2",3732988579,2765,"26","lb/d",1255.30998945,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414270,"Q1","Quantity1",3732988578,557,"26","lb/d",252.87799788,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414669,"Q1","Quantity1",3735458702,413,"26","lb/d",187.50199842,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414694,"Q2","Quantity2",3735458703,1219,"26","lb/d",553.42599535,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415095,"Q1","Quantity1",3736815121,405,"26","lb/d",183.86999846,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415099,"Q2","Quantity2",3736815122,751,"26","lb/d",340.95399714,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415536,"Q2","Quantity2",3738923737,1782,"26","lb/d",809.0279932,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415525,"Q1","Quantity1",3738923736,502,"26","lb/d",227.90799809,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415776,"Q1","Quantity1",3742516973,365,"26","lb/d",165.70999861,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415785,"Q2","Quantity2",3742516974,462,"26","lb/d",209.74799824,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416202,"Q2","Quantity2",3743599220,595,"26","lb/d",270.12999773,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416192,"Q1","Quantity1",3743599219,412,"26","lb/d",187.04799843,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416672,"Q1","Quantity1",3745559058,437,"26","lb/d",198.39799833,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416684,"Q2","Quantity2",3745559059,470,"26","lb/d",213.37999821,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417063,"Q2","Quantity2",3748394627,575,"26","lb/d",261.04999781,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417060,"Q1","Quantity1",3748394625,445,"26","lb/d",202.0299983,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417604,"Q1","Quantity1",3749790584,361,"26","lb/d",163.89399862,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417607,"Q2","Quantity2",3749790585,441,"26","lb/d",200.21399832,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815399902,"Q2","Quantity2",3752959402,439,"26","lb/d",199.30599833,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815399895,"Q1","Quantity1",3752959400,402,"26","lb/d",182.50799847,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400245,"Q1","Quantity1",3753958337,365,"26","lb/d",165.70999861,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400247,"Q2","Quantity2",3753958338,434,"26","lb/d",197.03599834,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400577,"Q1","Quantity1",3755741420,340,"26","lb/d",154.3599987,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400599,"Q2","Quantity2",3755741421,472,"26","lb/d",214.2879982,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400833,"Q1","Quantity1",3758753135,345,"26","lb/d",156.62999868,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400839,"Q2","Quantity2",3758753137,696,"26","lb/d",315.98399734,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401045,"Q1","Quantity1",3762309444,396,"26","lb/d",179.78399849,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401047,"Q2","Quantity2",3762309445,1208,"26","lb/d",548.43199539,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401234,"Q1","Quantity1",3763766801,317,"26","lb/d",143.91799879,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401243,"Q2","Quantity2",3763766802,519,"26","lb/d",235.62599802,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401425,"Q2","Quantity2",3765380694,357,"26","lb/d",162.07799864,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401423,"Q1","Quantity1",3765380693,310,"26","lb/d",140.73999882,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401610,"Q1","Quantity1",3768378143,327,"26","lb/d",148.45799875,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401615,"Q2","Quantity2",3768378144,715,"26","lb/d",324.60999727,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401829,"Q1","Quantity1",3770074896,312,"26","lb/d",141.64799881,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401830,"Q2","Quantity2",3770074897,346,"26","lb/d",157.08399868,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402003,"Q1","Quantity1",3773198827,340,"26","lb/d",154.3599987,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402007,"Q2","Quantity2",3773198828,379,"26","lb/d",172.06599855,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402236,"Q2","Quantity2",3774643755,1284,"26","lb/d",582.9359951,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402234,"Q1","Quantity1",3774643754,423,"26","lb/d",192.04199839,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402444,"Q2","Quantity2",3776107013,392,"26","lb/d",177.9679985,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402443,"Q1","Quantity1",3776107012,344,"26","lb/d",156.17599869,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402628,"Q2","Quantity2",3779355035,426,"26","lb/d",193.40399837,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402625,"Q1","Quantity1",3779355034,315,"26","lb/d",143.0099988,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402791,"Q1","Quantity1",3781185019,382,"26","lb/d",173.42799854,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402794,"Q2","Quantity2",3781185020,505,"26","lb/d",229.26999807,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815402996,"Q2","Quantity2",3782488233,1716,"26","lb/d",779.06399345,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815402995,"Q1","Quantity1",3782488231,481,"26","lb/d",218.37399817,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403162,"Q1","Quantity1",3786078707,539,"26","lb/d",244.70599794,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403167,"Q2","Quantity2",3786078708,1513,"26","lb/d",686.90199423,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339804,"ENF",08/01/2014,07/01/2019,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3402082284,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3610999068,10/31/2019,3762742087,"Q2","Quantity2",3699866067,13175,"26","lb/d",5981.44994974,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339804,"ENF",08/01/2014,07/01/2019,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3402082285,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3610999068,10/31/2019,3762742082,"Q1","Quantity1",3699866065,8267,"26","lb/d",3753.21796846,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339804,"ENF",08/01/2014,07/01/2019,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3402082285,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3610999089,11/30/2019,3762742426,"Q1","Quantity1",3702075135,9287,"26","lb/d",4216.29796457,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339804,"ENF",08/01/2014,07/01/2019,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3402082284,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3610999089,11/30/2019,3762742434,"Q2","Quantity2",3702075136,13779,"26","lb/d",6255.66594744,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3610999109,12/31/2019,3762742787,"Q2","Quantity2",3703227489,10737,"26","lb/d",4874.59795904,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3610999109,12/31/2019,3762742774,"Q1","Quantity1",3703227488,7848,"26","lb/d",3562.99197006,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3610999150,01/31/2020,3762743120,"Q1","Quantity1",3708949193,8790,"26","lb/d",3990.65996647,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3610999150,01/31/2020,3762743142,"Q2","Quantity2",3708949194,16031,"26","lb/d",7278.07393885,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3610999191,02/29/2020,3762743590,"Q2","Quantity2",3710196458,9903,"26","lb/d",4495.96196222,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3610999191,02/29/2020,3762743582,"Q1","Quantity1",3710196457,7400,"26","lb/d",3359.59997177,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3610999221,03/31/2020,3762743960,"Q1","Quantity1",3711210475,7394,"26","lb/d",3356.87597179,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3610999221,03/31/2020,3762743976,"Q2","Quantity2",3711210476,9530,"26","lb/d",4326.61996365,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3610999239,04/30/2020,3762744293,"Q1","Quantity1",3714131806,6548,"26","lb/d",2972.79197502,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3610999239,04/30/2020,3762744296,"Q2","Quantity2",3714131807,8895,"26","lb/d",4038.32996607,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3610999259,05/31/2020,3762744735,"Q1","Quantity1",3715569251,5002,"26","lb/d",2270.90798092,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3610999259,05/31/2020,3762744739,"Q2","Quantity2",3715569252,7618,"26","lb/d",3458.57197094,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3610999289,06/30/2020,3762745156,"Q2","Quantity2",3716725199,8794,"26","lb/d",3992.47596645,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3610999289,06/30/2020,3762745153,"Q1","Quantity1",3716725197,6424,"26","lb/d",2916.49597549,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3610999325,07/31/2020,3762745455,"Q1","Quantity1",3718641330,6568,"26","lb/d",2981.87197495,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3610999325,07/31/2020,3762745475,"Q2","Quantity2",3718641331,9496,"26","lb/d",4311.18396378,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3610999355,08/31/2020,3762745796,"Q2","Quantity2",3721576817,8376,"26","lb/d",3802.70396805,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3610999355,08/31/2020,3762745793,"Q1","Quantity1",3721576816,5452,"26","lb/d",2475.2079792,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614077942,09/30/2020,3804412420,"Q2","Quantity2",3723052544,6741,"26","lb/d",3060.41397429,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614077942,09/30/2020,3804412413,"Q1","Quantity1",3723052543,4818,"26","lb/d",2187.37198162,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078001,10/31/2020,3804413018,"Q2","Quantity2",3726161986,7841,"26","lb/d",3559.81397009,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078001,10/31/2020,3804413014,"Q1","Quantity1",3726161985,5611,"26","lb/d",2547.3939786,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078041,11/30/2020,3804413457,"Q1","Quantity1",3727569157,5369,"26","lb/d",2437.52597952,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078041,11/30/2020,3804413460,"Q2","Quantity2",3727569158,8128,"26","lb/d",3690.11196899,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078070,12/31/2020,3804413839,"Q2","Quantity2",3730654308,10793,"26","lb/d",4900.02195883,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078070,12/31/2020,3804413789,"Q1","Quantity1",3730654307,6337,"26","lb/d",2876.99797583,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414281,"Q1","Quantity1",3732988573,7457,"26","lb/d",3385.47797155,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414289,"Q2","Quantity2",3732988574,11547,"26","lb/d",5242.33795595,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414711,"Q1","Quantity1",3735458668,5919,"26","lb/d",2687.22597742,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414714,"Q2","Quantity2",3735458670,9695,"26","lb/d",4401.52996302,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415143,"Q2","Quantity2",3736815130,9878,"26","lb/d",4484.61196232,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415134,"Q1","Quantity1",3736815129,7014,"26","lb/d",3184.35597324,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415552,"Q2","Quantity2",3738923722,9519,"26","lb/d",4321.62596369,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415551,"Q1","Quantity1",3738923721,6616,"26","lb/d",3003.66397476,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415788,"Q1","Quantity1",3742516971,7039,"26","lb/d",3195.70597315,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415790,"Q2","Quantity2",3742516972,10412,"26","lb/d",4727.04796028,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416219,"Q2","Quantity2",3743599223,10381,"26","lb/d",4712.9739604,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416215,"Q1","Quantity1",3743599222,7892,"26","lb/d",3582.96796989,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416694,"Q1","Quantity1",3745559060,7476,"26","lb/d",3394.10397148,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416696,"Q2","Quantity2",3745559061,11750,"26","lb/d",5334.49995518,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417088,"Q2","Quantity2",3748394602,11689,"26","lb/d",5306.80595541,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417082,"Q1","Quantity1",3748394601,6833,"26","lb/d",3102.18197393,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417634,"Q1","Quantity1",3749790582,5806,"26","lb/d",2635.92397785,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417644,"Q2","Quantity2",3749790583,9713,"26","lb/d",4409.70196295,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815399912,"Q2","Quantity2",3752959418,9016,"26","lb/d",4093.26396561,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815399908,"Q1","Quantity1",3752959417,5794,"26","lb/d",2630.4759779,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400257,"Q1","Quantity1",3753958335,5891,"26","lb/d",2674.51397753,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400274,"Q2","Quantity2",3753958336,7556,"26","lb/d",3430.42397118,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400611,"Q2","Quantity2",3755741426,7480,"26","lb/d",3395.91997147,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400607,"Q1","Quantity1",3755741425,5225,"26","lb/d",2372.14998007,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400843,"Q1","Quantity1",3758753170,6086,"26","lb/d",2763.04397678,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400844,"Q2","Quantity2",3758753172,9051,"26","lb/d",4109.15396547,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401060,"Q1","Quantity1",3762309438,6110,"26","lb/d",2773.93997669,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401063,"Q2","Quantity2",3762309439,9237,"26","lb/d",4193.59796476,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401255,"Q1","Quantity1",3763766790,5527,"26","lb/d",2509.25797892,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401258,"Q2","Quantity2",3763766791,7227,"26","lb/d",3281.05797243,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401440,"Q2","Quantity2",3765380706,9805,"26","lb/d",4451.4699626,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401432,"Q1","Quantity1",3765380705,6827,"26","lb/d",3099.45797396,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401630,"Q1","Quantity1",3768378147,6324,"26","lb/d",2871.09597588,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401634,"Q2","Quantity2",3768378148,9735,"26","lb/d",4419.68996286,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401843,"Q2","Quantity2",3770074884,9600,"26","lb/d",4358.39996338,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401840,"Q1","Quantity1",3770074883,6876,"26","lb/d",3121.70397377,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402011,"Q1","Quantity1",3773198819,6886,"26","lb/d",3126.24397373,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402016,"Q2","Quantity2",3773198821,9570,"26","lb/d",4344.77996349,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402243,"Q2","Quantity2",3774643779,9799,"26","lb/d",4448.74596262,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402241,"Q1","Quantity1",3774643778,6003,"26","lb/d",2725.3619771,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402451,"Q2","Quantity2",3776107029,10178,"26","lb/d",4620.81196117,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402450,"Q1","Quantity1",3776107028,7027,"26","lb/d",3190.25797319,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402640,"Q2","Quantity2",3779355033,8500,"26","lb/d",3858.99996758,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402634,"Q1","Quantity1",3779355032,6037,"26","lb/d",2740.79797697,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402804,"Q2","Quantity2",3781185048,12079,"26","lb/d",5483.86595392,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402802,"Q1","Quantity1",3781185046,7185,"26","lb/d",3261.98997259,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403000,"Q1","Quantity1",3782488250,8164,"26","lb/d",3706.45596886,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403002,"Q2","Quantity2",3782488251,11152,"26","lb/d",5063.00795746,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403183,"Q1","Quantity1",3786078725,8858,"26","lb/d",4021.53196621,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403185,"Q2","Quantity2",3786078726,11747,"26","lb/d",5333.13795519,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339802,"ENF",08/01/2014,07/01/2019,1,"00400","pH","1","Effluent Gross","","",3402082281,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3610999068,10/31/2019,3762742110,"C3","Concentration3",3699866075,8.1,"12","SU",8.1,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339802,"ENF",08/01/2014,07/01/2019,1,"00400","pH","1","Effluent Gross","","",3402082282,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3610999068,10/31/2019,3762742102,"C1","Concentration1",3699866072,7.6,"12","SU",7.6,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339802,"ENF",08/01/2014,07/01/2019,1,"00400","pH","1","Effluent Gross","","",3402082282,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3610999089,11/30/2019,3762742447,"C1","Concentration1",3702075137,7.4,"12","SU",7.4,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339802,"ENF",08/01/2014,07/01/2019,1,"00400","pH","1","Effluent Gross","","",3402082281,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3610999089,11/30/2019,3762742448,"C3","Concentration3",3702075138,7.9,"12","SU",7.9,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3610999109,12/31/2019,3762742825,"C1","Concentration1",3703227507,7.5,"12","SU",7.5,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3610999109,12/31/2019,3762742832,"C3","Concentration3",3703227508,8.1,"12","SU",8.1,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3610999150,01/31/2020,3762743161,"C3","Concentration3",3708949240,8,"12","SU",8,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3610999150,01/31/2020,3762743157,"C1","Concentration1",3708949239,7.5,"12","SU",7.5,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3610999191,02/29/2020,3762743594,"C1","Concentration1",3710196469,7.6,"12","SU",7.6,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3610999191,02/29/2020,3762743598,"C3","Concentration3",3710196470,8.1,"12","SU",8.1,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3610999221,03/31/2020,3762744002,"C3","Concentration3",3711210449,8.1,"12","SU",8.1,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3610999221,03/31/2020,3762743986,"C1","Concentration1",3711210448,7.6,"12","SU",7.6,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3610999239,04/30/2020,3762744303,"C1","Concentration1",3714131789,7.7,"12","SU",7.7,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3610999239,04/30/2020,3762744309,"C3","Concentration3",3714131790,8.2,"12","SU",8.2,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3610999259,05/31/2020,3762744756,"C3","Concentration3",3715569262,8.3,"12","SU",8.3,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3610999259,05/31/2020,3762744752,"C1","Concentration1",3715569261,7.5,"12","SU",7.5,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3610999289,06/30/2020,3762745161,"C1","Concentration1",3716725215,7.3,"12","SU",7.3,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3610999289,06/30/2020,3762745162,"C3","Concentration3",3716725216,7.9,"12","SU",7.9,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3610999325,07/31/2020,3762745546,"C3","Concentration3",3718641328,8.2,"12","SU",8.2,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3610999325,07/31/2020,3762745513,"C1","Concentration1",3718641327,7.6,"12","SU",7.6,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3610999355,08/31/2020,3762745804,"C1","Concentration1",3721576830,7.7,"12","SU",7.7,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3610999355,08/31/2020,3762745810,"C3","Concentration3",3721576831,8.2,"12","SU",8.2,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614077942,09/30/2020,3804412564,"C3","Concentration3",3723052546,8.2,"12","SU",8.2,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614077942,09/30/2020,3804412491,"C1","Concentration1",3723052545,7.7,"12","SU",7.7,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078001,10/31/2020,3804413046,"C1","Concentration1",3726161997,7.6,"12","SU",7.6,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078001,10/31/2020,3804413081,"C3","Concentration3",3726161998,8.2,"12","SU",8.2,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078041,11/30/2020,3804413474,"C3","Concentration3",3727569179,8.1,"12","SU",8.1,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078041,11/30/2020,3804413467,"C1","Concentration1",3727569177,7.6,"12","SU",7.6,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078070,12/31/2020,3804413849,"C1","Concentration1",3730654290,7.5,"12","SU",7.5,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078070,12/31/2020,3804413852,"C3","Concentration3",3730654291,8,"12","SU",8,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078119,01/31/2021,3804414368,"C3","Concentration3",3732988581,7.9,"12","SU",7.9,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078119,01/31/2021,3804414314,"C1","Concentration1",3732988580,7.5,"12","SU",7.5,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078156,02/28/2021,3804414719,"C1","Concentration1",3735458662,7.5,"12","SU",7.5,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078156,02/28/2021,3804414734,"C3","Concentration3",3735458663,8.2,"12","SU",8.2,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078198,03/31/2021,3804415164,"C3","Concentration3",3736815108,8.1,"12","SU",8.1,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078198,03/31/2021,3804415162,"C1","Concentration1",3736815107,7.5,"12","SU",7.5,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078247,04/30/2021,3804415555,"C1","Concentration1",3738923723,7.4,"12","SU",7.4,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078247,04/30/2021,3804415557,"C3","Concentration3",3738923724,8,"12","SU",8,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078275,05/31/2021,3804415834,"C3","Concentration3",3742516978,8.2,"12","SU",8.2,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078275,05/31/2021,3804415831,"C1","Concentration1",3742516977,7.8,"12","SU",7.8,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078315,06/30/2021,3804416235,"C1","Concentration1",3743599209,7.8,"12","SU",7.8,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078315,06/30/2021,3804416254,"C3","Concentration3",3743599210,8.1,"12","SU",8.1,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078361,07/31/2021,3804416702,"C3","Concentration3",3745559053,8.1,"12","SU",8.1,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078361,07/31/2021,3804416700,"C1","Concentration1",3745559052,7.5,"12","SU",7.5,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078398,08/31/2021,3804417185,"C1","Concentration1",3748394594,7.5,"12","SU",7.5,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078398,08/31/2021,3804417197,"C3","Concentration3",3748394595,8,"12","SU",8,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078445,09/30/2021,3804417654,"C3","Concentration3",3749790603,8.2,"12","SU",8.2,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078445,09/30/2021,3804417650,"C1","Concentration1",3749790602,7.6,"12","SU",7.6,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846663,10/31/2021,3815399917,"C1","Concentration1",3752959419,7.6,"12","SU",7.6,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846663,10/31/2021,3815399962,"C3","Concentration3",3752959420,8,"12","SU",8,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846685,11/30/2021,3815400291,"C3","Concentration3",3753958334,8,"12","SU",8,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846685,11/30/2021,3815400288,"C1","Concentration1",3753958333,7.5,"12","SU",7.5,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846702,12/31/2021,3815400619,"C1","Concentration1",3755741413,7.6,"12","SU",7.6,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846702,12/31/2021,3815400624,"C3","Concentration3",3755741414,8,"12","SU",8,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846717,01/31/2022,3815400868,"C3","Concentration3",3758753162,7.9,"12","SU",7.9,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846717,01/31/2022,3815400855,"C1","Concentration1",3758753160,7.4,"12","SU",7.4,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846733,02/28/2022,3815401066,"C1","Concentration1",3762309420,7.5,"12","SU",7.5,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846733,02/28/2022,3815401067,"C3","Concentration3",3762309421,8,"12","SU",8,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846745,03/31/2022,3815401267,"C3","Concentration3",3763766806,8,"12","SU",8,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846745,03/31/2022,3815401264,"C1","Concentration1",3763766805,7.5,"12","SU",7.5,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846756,04/30/2022,3815401449,"C1","Concentration1",3765380708,7.6,"12","SU",7.6,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846756,04/30/2022,3815401454,"C3","Concentration3",3765380709,8.1,"12","SU",8.1,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846766,05/31/2022,3815401652,"C3","Concentration3",3768378142,8.2,"12","SU",8.2,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846766,05/31/2022,3815401650,"C1","Concentration1",3768378141,7.7,"12","SU",7.7,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846777,06/30/2022,3815401846,"C1","Concentration1",3770074908,7.5,"12","SU",7.5,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846777,06/30/2022,3815401847,"C3","Concentration3",3770074909,8.2,"12","SU",8.2,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846788,07/31/2022,3815402025,"C3","Concentration3",3773198826,8,"12","SU",8,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846788,07/31/2022,3815402022,"C1","Concentration1",3773198825,7.6,"12","SU",7.6,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846804,08/31/2022,3815402246,"C1","Concentration1",3774643770,7.4,"12","SU",7.4,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846804,08/31/2022,3815402249,"C3","Concentration3",3774643771,8.3,"12","SU",8.3,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846819,09/30/2022,3815402459,"C3","Concentration3",3776107051,8.4,"12","SU",8.4,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846819,09/30/2022,3815402454,"C1","Concentration1",3776107050,7.7,"12","SU",7.7,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846832,10/31/2022,3815402643,"C1","Concentration1",3779355048,7.6,"12","SU",7.6,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846832,10/31/2022,3815402647,"C3","Concentration3",3779355050,8,"12","SU",8,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846845,11/30/2022,3815402809,"C3","Concentration3",3781185026,8,"12","SU",8,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846845,11/30/2022,3815402807,"C1","Concentration1",3781185025,7.5,"12","SU",7.5,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846858,12/31/2022,3815403004,"C1","Concentration1",3782488228,7.5,"12","SU",7.5,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846858,12/31/2022,3815403005,"C3","Concentration3",3782488229,7.9,"12","SU",7.9,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846867,01/31/2023,3815403195,"C3","Concentration3",3786078720,8,"12","SU",8,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846867,01/31/2023,3815403193,"C1","Concentration1",3786078719,7.5,"12","SU",7.5,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339800,"ENF",08/01/2014,07/01/2019,1,"00530","Solids, total suspended","1","Effluent Gross","","",3402082278,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3610999068,10/31/2019,3762742131,"Q1","Quantity1",3699866102,1610,"26","lb/d",730.93999386,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339800,"ENF",08/01/2014,07/01/2019,1,"00530","Solids, total suspended","1","Effluent Gross","","",3402082277,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3610999068,10/31/2019,3762742136,"Q2","Quantity2",3699866104,2768,"26","lb/d",1256.67198944,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339800,"ENF",08/01/2014,07/01/2019,1,"00530","Solids, total suspended","1","Effluent Gross","","",3402082278,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3610999089,11/30/2019,3762742458,"Q1","Quantity1",3702075133,1402,"26","lb/d",636.50799465,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339800,"ENF",08/01/2014,07/01/2019,1,"00530","Solids, total suspended","1","Effluent Gross","","",3402082277,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3610999089,11/30/2019,3762742463,"Q2","Quantity2",3702075134,2481,"26","lb/d",1126.37399054,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3610999109,12/31/2019,3762742840,"Q1","Quantity1",3703227503,1907,"26","lb/d",865.77799273,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3610999109,12/31/2019,3762742852,"Q2","Quantity2",3703227504,3192,"26","lb/d",1449.16798782,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3610999150,01/31/2020,3762743174,"Q2","Quantity2",3708949231,2866,"26","lb/d",1301.16398907,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3610999150,01/31/2020,3762743171,"Q1","Quantity1",3708949229,1645,"26","lb/d",746.82999372,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3610999191,02/29/2020,3762743602,"Q1","Quantity1",3710196454,1265,"26","lb/d",574.30999517,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3610999191,02/29/2020,3762743613,"Q2","Quantity2",3710196455,2105,"26","lb/d",955.66999197,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3610999221,03/31/2020,3762744015,"Q2","Quantity2",3711210472,2332,"26","lb/d",1058.7279911,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3610999221,03/31/2020,3762744010,"Q1","Quantity1",3711210471,1856,"26","lb/d",842.62399292,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3610999239,04/30/2020,3762744350,"Q1","Quantity1",3714131810,2147,"26","lb/d",974.73799181,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3610999239,04/30/2020,3762744358,"Q2","Quantity2",3714131811,3198,"26","lb/d",1451.8919878,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3610999259,05/31/2020,3762744791,"Q2","Quantity2",3715569264,2433,"26","lb/d",1104.58199072,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3610999259,05/31/2020,3762744763,"Q1","Quantity1",3715569263,1371,"26","lb/d",622.43399477,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3610999289,06/30/2020,3762745165,"Q1","Quantity1",3716725200,1584,"26","lb/d",719.13599396,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3610999289,06/30/2020,3762745166,"Q2","Quantity2",3716725202,2327,"26","lb/d",1056.45799112,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3610999325,07/31/2020,3762745575,"Q2","Quantity2",3718641310,2003,"26","lb/d",909.36199236,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3610999325,07/31/2020,3762745572,"Q1","Quantity1",3718641308,1342,"26","lb/d",609.26799488,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3610999355,08/31/2020,3762745819,"Q1","Quantity1",3721576824,1137,"26","lb/d",516.19799566,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3610999355,08/31/2020,3762745826,"Q2","Quantity2",3721576825,1981,"26","lb/d",899.37399244,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614077942,09/30/2020,3804412598,"Q2","Quantity2",3723052566,2118,"26","lb/d",961.57199192,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614077942,09/30/2020,3804412577,"Q1","Quantity1",3723052565,1218,"26","lb/d",552.97199535,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078001,10/31/2020,3804413085,"Q1","Quantity1",3726161989,1603,"26","lb/d",727.76199389,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078001,10/31/2020,3804413090,"Q2","Quantity2",3726161990,2240,"26","lb/d",1016.95999146,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078041,11/30/2020,3804413488,"Q2","Quantity2",3727569185,3723,"26","lb/d",1690.2419858,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078041,11/30/2020,3804413486,"Q1","Quantity1",3727569183,2133,"26","lb/d",968.38199186,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078070,12/31/2020,3804413858,"Q1","Quantity1",3730654282,2144,"26","lb/d",973.37599182,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078070,12/31/2020,3804413861,"Q2","Quantity2",3730654283,4130,"26","lb/d",1875.01998425,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414394,"Q2","Quantity2",3732988591,4787,"26","lb/d",2173.29798174,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414382,"Q1","Quantity1",3732988590,3024,"26","lb/d",1372.89598846,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414762,"Q1","Quantity1",3735458685,2184,"26","lb/d",991.53599167,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414766,"Q2","Quantity2",3735458687,3061,"26","lb/d",1389.69398832,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415178,"Q2","Quantity2",3736815116,5166,"26","lb/d",2345.36398029,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415173,"Q1","Quantity1",3736815115,2636,"26","lb/d",1196.74398994,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415561,"Q1","Quantity1",3738923726,1831,"26","lb/d",831.27399302,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415566,"Q2","Quantity2",3738923727,2929,"26","lb/d",1329.76598883,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415849,"Q2","Quantity2",3742516988,3233,"26","lb/d",1467.78198767,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415844,"Q1","Quantity1",3742516987,1702,"26","lb/d",772.70799351,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416289,"Q1","Quantity1",3743599201,2505,"26","lb/d",1137.26999044,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416291,"Q2","Quantity2",3743599202,4756,"26","lb/d",2159.22398186,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416724,"Q2","Quantity2",3745559077,3761,"26","lb/d",1707.49398565,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416718,"Q1","Quantity1",3745559076,2142,"26","lb/d",972.46799183,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417206,"Q1","Quantity1",3748394606,2263,"26","lb/d",1027.40199137,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417214,"Q2","Quantity2",3748394607,3069,"26","lb/d",1393.32598829,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417672,"Q2","Quantity2",3749790605,3140,"26","lb/d",1425.55998802,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417666,"Q1","Quantity1",3749790604,1738,"26","lb/d",789.05199337,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815399974,"Q1","Quantity1",3752959386,1593,"26","lb/d",723.22199392,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815399979,"Q2","Quantity2",3752959387,2340,"26","lb/d",1062.35999107,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400322,"Q2","Quantity2",3753958349,3203,"26","lb/d",1454.16198778,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400316,"Q1","Quantity1",3753958348,2159,"26","lb/d",980.18599176,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400633,"Q1","Quantity1",3755741401,1941,"26","lb/d",881.2139926,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400644,"Q2","Quantity2",3755741402,3486,"26","lb/d",1582.6439867,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400890,"Q2","Quantity2",3758753141,3642,"26","lb/d",1653.46798611,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400888,"Q1","Quantity1",3758753139,1726,"26","lb/d",783.60399342,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401070,"Q1","Quantity1",3762309418,1685,"26","lb/d",764.98999357,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401073,"Q2","Quantity2",3762309419,2413,"26","lb/d",1095.5019908,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401282,"Q2","Quantity2",3763766794,1840,"26","lb/d",835.35999298,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401279,"Q1","Quantity1",3763766793,1267,"26","lb/d",575.21799517,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401458,"Q1","Quantity1",3765380691,1267,"26","lb/d",575.21799517,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401461,"Q2","Quantity2",3765380692,1901,"26","lb/d",863.05399275,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401670,"Q2","Quantity2",3768378153,2239,"26","lb/d",1016.50599146,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401660,"Q1","Quantity1",3768378152,1325,"26","lb/d",601.54999495,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401849,"Q1","Quantity1",3770074888,1450,"26","lb/d",658.29999447,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401852,"Q2","Quantity2",3770074889,2058,"26","lb/d",934.33199215,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402035,"Q2","Quantity2",3773198800,3272,"26","lb/d",1485.48798752,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402030,"Q1","Quantity1",3773198799,2075,"26","lb/d",942.04999208,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402252,"Q1","Quantity1",3774643767,1436,"26","lb/d",651.94399452,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402255,"Q2","Quantity2",3774643768,2758,"26","lb/d",1252.13198948,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402469,"Q2","Quantity2",3776107048,3133,"26","lb/d",1422.38198805,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402465,"Q1","Quantity1",3776107046,2009,"26","lb/d",912.08599234,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402652,"Q1","Quantity1",3779355052,1391,"26","lb/d",631.51399469,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402654,"Q2","Quantity2",3779355054,1989,"26","lb/d",903.00599241,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402837,"Q2","Quantity2",3781185023,4900,"26","lb/d",2224.59998131,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402835,"Q1","Quantity1",3781185021,1835,"26","lb/d",833.089993,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403020,"Q1","Quantity1",3782488207,2394,"26","lb/d",1086.87599087,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403029,"Q2","Quantity2",3782488208,3576,"26","lb/d",1623.50398636,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403213,"Q2","Quantity2",3786078712,3632,"26","lb/d",1648.92798615,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403203,"Q1","Quantity1",3786078711,2704,"26","lb/d",1227.61598969,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339808,"ENF",08/01/2014,07/01/2019,1,"00556","Oil & Grease","1","Effluent Gross","","",3402082294,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3610999068,10/31/2019,3762742156,"Q2","Quantity2",3699866070,657,"26","lb/d",298.27799749,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339808,"ENF",08/01/2014,07/01/2019,1,"00556","Oil & Grease","1","Effluent Gross","","",3402082295,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3610999068,10/31/2019,3762742154,"Q1","Quantity1",3699866068,651,"26","lb/d",295.55399752,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339808,"ENF",08/01/2014,07/01/2019,1,"00556","Oil & Grease","1","Effluent Gross","","",3402082294,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3610999089,11/30/2019,3762742511,"Q2","Quantity2",3702075147,0,"26","lb/d",0,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339808,"ENF",08/01/2014,07/01/2019,1,"00556","Oil & Grease","1","Effluent Gross","","",3402082295,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3610999089,11/30/2019,3762742501,"Q1","Quantity1",3702075146,0,"26","lb/d",0,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3610999109,12/31/2019,3762742867,"Q2","Quantity2",3703227483,0,"26","lb/d",0,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3610999109,12/31/2019,3762742864,"Q1","Quantity1",3703227482,0,"26","lb/d",0,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3610999150,01/31/2020,3762743221,"Q1","Quantity1",3708949204,0,"26","lb/d",0,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3610999150,01/31/2020,3762743222,"Q2","Quantity2",3708949205,0,"26","lb/d",0,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3610999191,02/29/2020,3762743645,"Q1","Quantity1",3710196465,0,"26","lb/d",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3610999191,02/29/2020,3762743648,"Q2","Quantity2",3710196466,0,"26","lb/d",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3610999221,03/31/2020,3762744025,"Q1","Quantity1",3711210467,0,"26","lb/d",0,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3610999221,03/31/2020,3762744043,"Q2","Quantity2",3711210468,0,"26","lb/d",0,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3610999239,04/30/2020,3762744368,"Q1","Quantity1",3714131816,0,"26","lb/d",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3610999239,04/30/2020,3762744385,"Q2","Quantity2",3714131817,0,"26","lb/d",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3610999259,05/31/2020,3762744797,"Q1","Quantity1",3715569247,0,"26","lb/d",0,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3610999259,05/31/2020,3762744800,"Q2","Quantity2",3715569248,0,"26","lb/d",0,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3610999289,06/30/2020,3762745174,"Q2","Quantity2",3716725208,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3610999289,06/30/2020,3762745170,"Q1","Quantity1",3716725207,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3610999325,07/31/2020,3762745594,"Q2","Quantity2",3718641314,0,"26","lb/d",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3610999325,07/31/2020,3762745587,"Q1","Quantity1",3718641312,0,"26","lb/d",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3610999355,08/31/2020,3762745875,"Q2","Quantity2",3721576815,0,"26","lb/d",0,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3610999355,08/31/2020,3762745850,"Q1","Quantity1",3721576814,0,"26","lb/d",0,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614077942,09/30/2020,3804412606,"Q1","Quantity1",3723052557,0,"26","lb/d",0,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614077942,09/30/2020,3804412613,"Q2","Quantity2",3723052558,0,"26","lb/d",0,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078001,10/31/2020,3804413098,"Q2","Quantity2",3726161992,0,"26","lb/d",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078001,10/31/2020,3804413093,"Q1","Quantity1",3726161991,0,"26","lb/d",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078041,11/30/2020,3804413501,"Q1","Quantity1",3727569163,0,"26","lb/d",0,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078041,11/30/2020,3804413512,"Q2","Quantity2",3727569167,0,"26","lb/d",0,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078070,12/31/2020,3804413885,"Q2","Quantity2",3730654285,0,"26","lb/d",0,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078070,12/31/2020,3804413868,"Q1","Quantity1",3730654284,0,"26","lb/d",0,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414403,"Q1","Quantity1",3732988601,0,"26","lb/d",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414406,"Q2","Quantity2",3732988602,0,"26","lb/d",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414779,"Q1","Quantity1",3735458664,0,"26","lb/d",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414783,"Q2","Quantity2",3735458665,0,"26","lb/d",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415200,"Q1","Quantity1",3736815113,0,"26","lb/d",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415217,"Q2","Quantity2",3736815114,0,"26","lb/d",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415579,"Q2","Quantity2",3738923729,0,"26","lb/d",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415575,"Q1","Quantity1",3738923728,0,"26","lb/d",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415865,"Q2","Quantity2",3742516966,0,"26","lb/d",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415861,"Q1","Quantity1",3742516965,0,"26","lb/d",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416320,"Q1","Quantity1",3743599207,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416323,"Q2","Quantity2",3743599208,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416728,"Q1","Quantity1",3745559064,0,"26","lb/d",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416730,"Q2","Quantity2",3745559065,0,"26","lb/d",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417239,"Q2","Quantity2",3748394642,0,"26","lb/d",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417228,"Q1","Quantity1",3748394641,0,"26","lb/d",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417693,"Q1","Quantity1",3749790596,0,"26","lb/d",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417695,"Q2","Quantity2",3749790597,0,"26","lb/d",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815399996,"Q2","Quantity2",3752959374,0,"26","lb/d",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815399988,"Q1","Quantity1",3752959373,0,"26","lb/d",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400337,"Q1","Quantity1",3753958341,0,"26","lb/d",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400341,"Q2","Quantity2",3753958342,0,"26","lb/d",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400649,"Q1","Quantity1",3755741418,0,"26","lb/d",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400651,"Q2","Quantity2",3755741419,0,"26","lb/d",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400917,"Q2","Quantity2",3758753127,0,"26","lb/d",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400913,"Q1","Quantity1",3758753126,0,"26","lb/d",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401077,"Q2","Quantity2",3762309437,0,"26","lb/d",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401076,"Q1","Quantity1",3762309436,0,"26","lb/d",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401290,"Q2","Quantity2",3763766804,0,"26","lb/d",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401287,"Q1","Quantity1",3763766803,0,"26","lb/d",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401476,"Q2","Quantity2",3765380689,0,"26","lb/d",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401474,"Q1","Quantity1",3765380688,0,"26","lb/d",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401683,"Q1","Quantity1",3768378162,0,"26","lb/d",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401686,"Q2","Quantity2",3768378163,0,"26","lb/d",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401858,"Q1","Quantity1",3770074910,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401859,"Q2","Quantity2",3770074911,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402038,"Q1","Quantity1",3773198823,0,"26","lb/d",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402040,"Q2","Quantity2",3773198824,0,"26","lb/d",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402261,"Q1","Quantity1",3774643776,0,"26","lb/d",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402264,"Q2","Quantity2",3774643777,0,"26","lb/d",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402471,"Q1","Quantity1",3776107010,0,"26","lb/d",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402474,"Q2","Quantity2",3776107011,0,"26","lb/d",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402660,"Q1","Quantity1",3779355025,0,"26","lb/d",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402663,"Q2","Quantity2",3779355026,0,"26","lb/d",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402845,"Q2","Quantity2",3781185018,0,"26","lb/d",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402842,"Q1","Quantity1",3781185017,0,"26","lb/d",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403035,"Q2","Quantity2",3782488236,0,"26","lb/d",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403034,"Q1","Quantity1",3782488234,0,"26","lb/d",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403223,"Q2","Quantity2",3786078730,0,"26","lb/d",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403222,"Q1","Quantity1",3786078729,0,"26","lb/d",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339806,"ENF",08/01/2014,07/01/2019,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3402082288,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999068,10/31/2019,3762742182,"C3","Concentration3",3699866086,.7,"19","mg/L",.7,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339806,"ENF",08/01/2014,07/01/2019,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3402082291,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3610999068,10/31/2019,3762742199,"Q1","Quantity1",3699866081,19,"26","lb/d",8.62599993,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339806,"ENF",08/01/2014,07/01/2019,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3402082289,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999068,10/31/2019,3762742179,"C2","Concentration2",3699866084,.2,"19","mg/L",.2,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339806,"ENF",08/01/2014,07/01/2019,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3402082290,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3610999068,10/31/2019,3762742202,"Q2","Quantity2",3699866083,84,"26","lb/d",38.13599968,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339806,"ENF",08/01/2014,07/01/2019,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3402082290,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3610999089,11/30/2019,3762742530,"Q2","Quantity2",3702075143,57,"26","lb/d",25.87799978,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339806,"ENF",08/01/2014,07/01/2019,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3402082289,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999089,11/30/2019,3762742518,"C2","Concentration2",3702075144,.1,"19","mg/L",.1,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339806,"ENF",08/01/2014,07/01/2019,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3402082291,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3610999089,11/30/2019,3762742526,"Q1","Quantity1",3702075142,18,"26","lb/d",8.17199993,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339806,"ENF",08/01/2014,07/01/2019,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3402082288,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999089,11/30/2019,3762742522,"C3","Concentration3",3702075145,.4,"19","mg/L",.4,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3610999109,12/31/2019,3762742884,"Q1","Quantity1",3703227515,13,"26","lb/d",5.90199995,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3610999109,12/31/2019,3762742891,"Q2","Quantity2",3703227516,16,"26","lb/d",7.26399994,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999109,12/31/2019,3762742881,"C3","Concentration3",3703227518,.1,"19","mg/L",.1,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999109,12/31/2019,3762742874,"C2","Concentration2",3703227517,.1,"19","mg/L",.1,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3610999150,01/31/2020,3762743300,"Q1","Quantity1",3708949197,13,"26","lb/d",5.90199995,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999150,01/31/2020,3762743288,"C3","Concentration3",3708949202,.1,"19","mg/L",.1,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3610999150,01/31/2020,3762743313,"Q2","Quantity2",3708949199,15,"26","lb/d",6.80999994,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999150,01/31/2020,3762743243,"C2","Concentration2",3708949201,.1,"19","mg/L",.1,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3610999191,02/29/2020,3762743690,"Q1","Quantity1",3710196445,11,"26","lb/d",4.99399996,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3610999191,02/29/2020,3762743695,"Q2","Quantity2",3710196447,23,"26","lb/d",10.44199991,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999191,02/29/2020,3762743686,"C3","Concentration3",3710196450,.2,"19","mg/L",.2,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999191,02/29/2020,3762743682,"C2","Concentration2",3710196449,.1,"19","mg/L",.1,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3610999221,03/31/2020,3762744073,"Q1","Quantity1",3711210463,13,"26","lb/d",5.90199995,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3610999221,03/31/2020,3762744091,"Q2","Quantity2",3711210464,14,"26","lb/d",6.35599995,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999221,03/31/2020,3762744061,"C2","Concentration2",3711210465,.1,"19","mg/L",.1,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999221,03/31/2020,3762744068,"C3","Concentration3",3711210466,.1,"19","mg/L",.1,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999239,04/30/2020,3762744391,"C2","Concentration2",3714131814,.1,"19","mg/L",.1,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3610999239,04/30/2020,3762744399,"Q2","Quantity2",3714131813,26,"26","lb/d",11.8039999,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3610999239,04/30/2020,3762744396,"Q1","Quantity1",3714131812,14,"26","lb/d",6.35599995,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999239,04/30/2020,3762744395,"C3","Concentration3",3714131815,.2,"19","mg/L",.2,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3610999259,05/31/2020,3762744830,"Q2","Quantity2",3715569254,79,"26","lb/d",35.8659997,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999259,05/31/2020,3762744812,"C3","Concentration3",3715569256,1,"19","mg/L",1,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3610999259,05/31/2020,3762744827,"Q1","Quantity1",3715569253,20,"26","lb/d",9.07999992,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999259,05/31/2020,3762744807,"C2","Concentration2",3715569255,.2,"19","mg/L",.2,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3610999289,06/30/2020,3762745190,"Q1","Quantity1",3716725225,21,"26","lb/d",9.53399992,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3610999289,06/30/2020,3762745192,"Q2","Quantity2",3716725226,72,"26","lb/d",32.68799973,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999289,06/30/2020,3762745179,"C2","Concentration2",3716725227,.1,"19","mg/L",.1,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999289,06/30/2020,3762745180,"C3","Concentration3",3716725228,.5,"19","mg/L",.5,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3610999325,07/31/2020,3762745612,"Q2","Quantity2",3718641323,90,"26","lb/d",40.85999966,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999325,07/31/2020,3762745605,"C3","Concentration3",3718641325,.6,"19","mg/L",.6,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999325,07/31/2020,3762745602,"C2","Concentration2",3718641324,.1,"19","mg/L",.1,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3610999325,07/31/2020,3762745609,"Q1","Quantity1",3718641322,20,"26","lb/d",9.07999992,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3610999355,08/31/2020,3762745887,"Q1","Quantity1",3721576820,13,"26","lb/d",5.90199995,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3610999355,08/31/2020,3762745892,"Q2","Quantity2",3721576821,22,"26","lb/d",9.98799992,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999355,08/31/2020,3762745885,"C3","Concentration3",3721576823,.2,"19","mg/L",.2,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999355,08/31/2020,3762745881,"C2","Concentration2",3721576822,.1,"19","mg/L",.1,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614077942,09/30/2020,3804412662,"Q2","Quantity2",3723052548,13,"26","lb/d",5.90199995,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614077942,09/30/2020,3804412633,"C3","Concentration3",3723052550,.1,"19","mg/L",.1,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614077942,09/30/2020,3804412650,"Q1","Quantity1",3723052547,11,"26","lb/d",4.99399996,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614077942,09/30/2020,3804412627,"C2","Concentration2",3723052549,.1,"19","mg/L",.1,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078001,10/31/2020,3804413135,"Q2","Quantity2",3726161994,54,"26","lb/d",24.51599979,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078001,10/31/2020,3804413124,"C3","Concentration3",3726161996,.4,"19","mg/L",.4,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078001,10/31/2020,3804413132,"Q1","Quantity1",3726161993,15,"26","lb/d",6.80999994,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078001,10/31/2020,3804413114,"C2","Concentration2",3726161995,.1,"19","mg/L",.1,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078041,11/30/2020,3804413530,"C2","Concentration2",3727569174,.1,"19","mg/L",.1,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078041,11/30/2020,3804413552,"Q2","Quantity2",3727569173,14,"26","lb/d",6.35599995,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078041,11/30/2020,3804413532,"C3","Concentration3",3727569175,.1,"19","mg/L",.1,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078041,11/30/2020,3804413535,"Q1","Quantity1",3727569171,12,"26","lb/d",5.44799995,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078070,12/31/2020,3804413935,"Q1","Quantity1",3730654295,13,"26","lb/d",5.90199995,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078070,12/31/2020,3804413901,"C2","Concentration2",3730654297,.1,"19","mg/L",.1,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078070,12/31/2020,3804413931,"C3","Concentration3",3730654298,.1,"19","mg/L",.1,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078070,12/31/2020,3804413938,"Q2","Quantity2",3730654296,15,"26","lb/d",6.80999994,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078119,01/31/2021,3804414413,"C3","Concentration3",3732988600,.5,"19","mg/L",.5,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414419,"Q2","Quantity2",3732988598,63,"26","lb/d",28.60199976,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414417,"Q1","Quantity1",3732988597,16,"26","lb/d",7.26399994,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078119,01/31/2021,3804414410,"C2","Concentration2",3732988599,.1,"19","mg/L",.1,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414811,"Q1","Quantity1",3735458677,12,"26","lb/d",5.44799995,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078156,02/28/2021,3804414808,"C3","Concentration3",3735458682,.1,"19","mg/L",.1,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078156,02/28/2021,3804414794,"C2","Concentration2",3735458680,.1,"19","mg/L",.1,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414824,"Q2","Quantity2",3735458678,14,"26","lb/d",6.35599995,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415283,"Q2","Quantity2",3736815110,63,"26","lb/d",28.60199976,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078198,03/31/2021,3804415242,"C3","Concentration3",3736815112,.5,"19","mg/L",.5,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078198,03/31/2021,3804415229,"C2","Concentration2",3736815111,.1,"19","mg/L",.1,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415264,"Q1","Quantity1",3736815109,15,"26","lb/d",6.80999994,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078247,04/30/2021,3804415587,"C3","Concentration3",3738923735,3.1,"19","mg/L",3.1,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415591,"Q2","Quantity2",3738923733,395,"26","lb/d",179.32999849,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078247,04/30/2021,3804415581,"C2","Concentration2",3738923734,.2,"19","mg/L",.2,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415588,"Q1","Quantity1",3738923732,30,"26","lb/d",13.61999989,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078275,05/31/2021,3804415883,"C2","Concentration2",3742516985,.1,"19","mg/L",.1,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078275,05/31/2021,3804415891,"C3","Concentration3",3742516986,.2,"19","mg/L",.2,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415933,"Q1","Quantity1",3742516983,13,"26","lb/d",5.90199995,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415938,"Q2","Quantity2",3742516984,30,"26","lb/d",13.61999989,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416408,"Q2","Quantity2",3743599198,15,"26","lb/d",6.80999994,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078315,06/30/2021,3804416373,"C3","Concentration3",3743599200,.1,"19","mg/L",.1,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078315,06/30/2021,3804416358,"C2","Concentration2",3743599199,.1,"19","mg/L",.1,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416404,"Q1","Quantity1",3743599197,14,"26","lb/d",6.35599995,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078361,07/31/2021,3804416732,"C2","Concentration2",3745559074,.1,"19","mg/L",.1,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078361,07/31/2021,3804416735,"C3","Concentration3",3745559075,.1,"19","mg/L",.1,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416739,"Q2","Quantity2",3745559073,16,"26","lb/d",7.26399994,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416736,"Q1","Quantity1",3745559072,15,"26","lb/d",6.80999994,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078398,08/31/2021,3804417270,"C2","Concentration2",3748394612,.1,"19","mg/L",.1,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078398,08/31/2021,3804417274,"C3","Concentration3",3748394615,.1,"19","mg/L",.1,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417289,"Q1","Quantity1",3748394609,15,"26","lb/d",6.80999994,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417293,"Q2","Quantity2",3748394610,16,"26","lb/d",7.26399994,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417729,"Q2","Quantity2",3749790599,15,"26","lb/d",6.80999994,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078445,09/30/2021,3804417708,"C2","Concentration2",3749790600,.1,"19","mg/L",.1,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417726,"Q1","Quantity1",3749790598,12,"26","lb/d",5.44799995,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078445,09/30/2021,3804417711,"C3","Concentration3",3749790601,.1,"19","mg/L",.1,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815400029,"Q2","Quantity2",3752959413,15,"26","lb/d",6.80999994,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815400027,"Q1","Quantity1",3752959412,13,"26","lb/d",5.90199995,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846663,10/31/2021,3815400026,"C3","Concentration3",3752959415,.1,"19","mg/L",.1,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846663,10/31/2021,3815400011,"C2","Concentration2",3752959414,.1,"19","mg/L",.1,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400399,"Q1","Quantity1",3753958327,12,"26","lb/d",5.44799995,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846685,11/30/2021,3815400361,"C2","Concentration2",3753958329,.1,"19","mg/L",.1,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400401,"Q2","Quantity2",3753958328,13,"26","lb/d",5.90199995,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846685,11/30/2021,3815400369,"C3","Concentration3",3753958330,.1,"19","mg/L",.1,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400682,"Q2","Quantity2",3755741408,13,"26","lb/d",5.90199995,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846702,12/31/2021,3815400677,"C3","Concentration3",3755741410,.1,"19","mg/L",.1,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846702,12/31/2021,3815400662,"C2","Concentration2",3755741409,.1,"19","mg/L",.1,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400680,"Q1","Quantity1",3755741407,11,"26","lb/d",4.99399996,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846717,01/31/2022,3815400922,"C2","Concentration2",3758753119,.1,"19","mg/L",.1,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400929,"Q2","Quantity2",3758753118,12,"26","lb/d",5.44799995,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846717,01/31/2022,3815400924,"C3","Concentration3",3758753120,.1,"19","mg/L",.1,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400926,"Q1","Quantity1",3758753117,10,"26","lb/d",4.53999996,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846733,02/28/2022,3815401094,"C3","Concentration3",3762309427,1.5,"19","mg/L",1.5,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401098,"Q2","Quantity2",3762309425,151,"26","lb/d",68.55399942,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846733,02/28/2022,3815401093,"C2","Concentration2",3762309426,.2,"19","mg/L",.2,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401096,"Q1","Quantity1",3762309424,20,"26","lb/d",9.07999992,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401310,"Q2","Quantity2",3763766809,28,"26","lb/d",12.71199989,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846745,03/31/2022,3815401299,"C3","Concentration3",3763766811,.3,"19","mg/L",.3,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846745,03/31/2022,3815401296,"C2","Concentration2",3763766810,.1,"19","mg/L",.1,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401305,"Q1","Quantity1",3763766808,11,"26","lb/d",4.99399996,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846756,04/30/2022,3815401487,"C3","Concentration3",3765380687,.1,"19","mg/L",.1,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846756,04/30/2022,3815401482,"C2","Concentration2",3765380686,.1,"19","mg/L",.1,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401489,"Q1","Quantity1",3765380684,10,"26","lb/d",4.53999996,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401495,"Q2","Quantity2",3765380685,12,"26","lb/d",5.44799995,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846766,05/31/2022,3815401691,"C2","Concentration2",3768378156,.1,"19","mg/L",.1,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846766,05/31/2022,3815401693,"C3","Concentration3",3768378157,.2,"19","mg/L",.2,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401698,"Q2","Quantity2",3768378155,21,"26","lb/d",9.53399992,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401696,"Q1","Quantity1",3768378154,11,"26","lb/d",4.99399996,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401881,"Q2","Quantity2",3770074901,63,"26","lb/d",28.60199976,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846777,06/30/2022,3815401876,"C3","Concentration3",3770074903,.6,"19","mg/L",.6,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401879,"Q1","Quantity1",3770074900,12,"26","lb/d",5.44799995,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846777,06/30/2022,3815401875,"C2","Concentration2",3770074902,.1,"19","mg/L",.1,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846788,07/31/2022,3815402044,"C2","Concentration2",3773198811,.1,"19","mg/L",.1,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402088,"Q2","Quantity2",3773198810,23,"26","lb/d",10.44199991,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846788,07/31/2022,3815402064,"C3","Concentration3",3773198813,.2,"19","mg/L",.2,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402087,"Q1","Quantity1",3773198809,13,"26","lb/d",5.90199995,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846804,08/31/2022,3815402288,"C3","Concentration3",3774643765,13,"19","mg/L",13,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402291,"Q2","Quantity2",3774643763,1495,"26","lb/d",678.7299943,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402290,"Q1","Quantity1",3774643762,146,"26","lb/d",66.28399944,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846804,08/31/2022,3815402285,"C2","Concentration2",3774643764,1.3,"19","mg/L",1.3,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846819,09/30/2022,3815402485,"C2","Concentration2",3776107033,.1,"19","mg/L",.1,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402496,"Q2","Quantity2",3776107032,39,"26","lb/d",17.70599985,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846819,09/30/2022,3815402489,"C3","Concentration3",3776107034,.4,"19","mg/L",.4,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402493,"Q1","Quantity1",3776107031,16,"26","lb/d",7.26399994,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402682,"Q1","Quantity1",3779355036,11,"26","lb/d",4.99399996,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846832,10/31/2022,3815402674,"C3","Concentration3",3779355039,.2,"19","mg/L",.2,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402683,"Q2","Quantity2",3779355037,23,"26","lb/d",10.44199991,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846832,10/31/2022,3815402670,"C2","Concentration2",3779355038,.1,"19","mg/L",.1,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846845,11/30/2022,3815402876,"C3","Concentration3",3781185039,.1,"19","mg/L",.1,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402879,"Q2","Quantity2",3781185035,15,"26","lb/d",6.80999994,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846845,11/30/2022,3815402848,"C2","Concentration2",3781185037,.1,"19","mg/L",.1,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402877,"Q1","Quantity1",3781185033,12,"26","lb/d",5.44799995,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403043,"Q1","Quantity1",3782488211,14,"26","lb/d",6.35599995,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846858,12/31/2022,3815403042,"C3","Concentration3",3782488216,.1,"19","mg/L",.1,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846858,12/31/2022,3815403039,"C2","Concentration2",3782488215,.1,"19","mg/L",.1,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403045,"Q2","Quantity2",3782488213,15,"26","lb/d",6.80999994,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403243,"Q1","Quantity1",3786078715,26,"26","lb/d",11.8039999,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846867,01/31/2023,3815403233,"C3","Concentration3",3786078718,.9,"19","mg/L",.9,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403248,"Q2","Quantity2",3786078716,134,"26","lb/d",60.83599949,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846867,01/31/2023,3815403230,"C2","Concentration2",3786078717,.2,"19","mg/L",.2,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339801,"ENF",08/01/2014,07/01/2019,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3402082279,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3610999068,10/31/2019,3762742230,"Q2","Quantity2",3699866098,5,"26","lb/d",2.26999998,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339801,"ENF",08/01/2014,07/01/2019,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3402082280,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3610999068,10/31/2019,3762742211,"Q1","Quantity1",3699866097,4,"26","lb/d",1.81599998,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339801,"ENF",08/01/2014,07/01/2019,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3402082280,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3610999089,11/30/2019,3762742541,"Q1","Quantity1",3702075155,5,"26","lb/d",2.26999998,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339801,"ENF",08/01/2014,07/01/2019,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3402082279,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3610999089,11/30/2019,3762742544,"Q2","Quantity2",3702075156,7,"26","lb/d",3.17799997,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3610999109,12/31/2019,3762742915,"Q2","Quantity2",3703227506,6,"26","lb/d",2.72399998,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3610999109,12/31/2019,3762742912,"Q1","Quantity1",3703227505,4,"26","lb/d",1.81599998,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3610999150,01/31/2020,3762743322,"Q1","Quantity1",3708949234,3,"26","lb/d",1.36199999,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3610999150,01/31/2020,3762743325,"Q2","Quantity2",3708949236,5,"26","lb/d",2.26999998,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3610999191,02/29/2020,3762743715,"Q2","Quantity2",3710196472,5,"26","lb/d",2.26999998,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3610999191,02/29/2020,3762743704,"Q1","Quantity1",3710196471,3,"26","lb/d",1.36199999,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3610999221,03/31/2020,3762744107,"Q1","Quantity1",3711210473,4,"26","lb/d",1.81599998,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3610999221,03/31/2020,3762744121,"Q2","Quantity2",3711210474,4,"26","lb/d",1.81599998,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3610999239,04/30/2020,3762744420,"Q2","Quantity2",3714131809,5,"26","lb/d",2.26999998,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3610999239,04/30/2020,3762744414,"Q1","Quantity1",3714131808,4,"26","lb/d",1.81599998,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3610999259,05/31/2020,3762744839,"Q1","Quantity1",3715569269,3,"26","lb/d",1.36199999,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3610999259,05/31/2020,3762744849,"Q2","Quantity2",3715569270,5,"26","lb/d",2.26999998,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3610999289,06/30/2020,3762745227,"Q2","Quantity2",3716725205,6,"26","lb/d",2.72399998,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3610999289,06/30/2020,3762745199,"Q1","Quantity1",3716725204,5,"26","lb/d",2.26999998,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3610999325,07/31/2020,3762745616,"Q1","Quantity1",3718641300,4,"26","lb/d",1.81599998,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3610999325,07/31/2020,3762745622,"Q2","Quantity2",3718641301,6,"26","lb/d",2.72399998,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3610999355,08/31/2020,3762745902,"Q2","Quantity2",3721576819,6,"26","lb/d",2.72399998,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3610999355,08/31/2020,3762745899,"Q1","Quantity1",3721576818,3,"26","lb/d",1.36199999,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614077942,09/30/2020,3804412701,"Q1","Quantity1",3723052561,3,"26","lb/d",1.36199999,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614077942,09/30/2020,3804412719,"Q2","Quantity2",3723052562,6,"26","lb/d",2.72399998,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078001,10/31/2020,3804413139,"Q2","Quantity2",3726161976,6,"26","lb/d",2.72399998,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078001,10/31/2020,3804413138,"Q1","Quantity1",3726161975,4,"26","lb/d",1.81599998,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078041,11/30/2020,3804413569,"Q1","Quantity1",3727569153,3,"26","lb/d",1.36199999,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078041,11/30/2020,3804413581,"Q2","Quantity2",3727569154,4,"26","lb/d",1.81599998,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078070,12/31/2020,3804413963,"Q2","Quantity2",3730654306,7,"26","lb/d",3.17799997,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078070,12/31/2020,3804413943,"Q1","Quantity1",3730654305,5,"26","lb/d",2.26999998,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414469,"Q1","Quantity1",3732988575,6,"26","lb/d",2.72399998,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414479,"Q2","Quantity2",3732988576,8,"26","lb/d",3.63199997,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414853,"Q2","Quantity2",3735458698,6,"26","lb/d",2.72399998,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414842,"Q1","Quantity1",3735458696,4,"26","lb/d",1.81599998,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415292,"Q1","Quantity1",3736815124,5,"26","lb/d",2.26999998,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415293,"Q2","Quantity2",3736815125,7,"26","lb/d",3.17799997,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415603,"Q2","Quantity2",3738923714,7,"26","lb/d",3.17799997,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415598,"Q1","Quantity1",3738923713,5,"26","lb/d",2.26999998,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415947,"Q1","Quantity1",3742516981,4,"26","lb/d",1.81599998,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415970,"Q2","Quantity2",3742516982,6,"26","lb/d",2.72399998,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416421,"Q2","Quantity2",3743599196,6,"26","lb/d",2.72399998,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416415,"Q1","Quantity1",3743599195,4,"26","lb/d",1.81599998,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416743,"Q1","Quantity1",3745559054,4,"26","lb/d",1.81599998,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416768,"Q2","Quantity2",3745559055,6,"26","lb/d",2.72399998,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417308,"Q2","Quantity2",3748394618,6,"26","lb/d",2.72399998,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417306,"Q1","Quantity1",3748394616,4,"26","lb/d",1.81599998,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417733,"Q1","Quantity1",3749790594,3,"26","lb/d",1.36199999,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417736,"Q2","Quantity2",3749790595,5,"26","lb/d",2.26999998,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815400034,"Q2","Quantity2",3752959394,6,"26","lb/d",2.72399998,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815400031,"Q1","Quantity1",3752959393,3,"26","lb/d",1.36199999,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400407,"Q1","Quantity1",3753958331,4,"26","lb/d",1.81599998,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400410,"Q2","Quantity2",3753958332,5,"26","lb/d",2.26999998,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400693,"Q2","Quantity2",3755741429,5,"26","lb/d",2.26999998,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400686,"Q1","Quantity1",3755741428,4,"26","lb/d",1.81599998,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400934,"Q1","Quantity1",3758753121,4,"26","lb/d",1.81599998,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400936,"Q2","Quantity2",3758753122,6,"26","lb/d",2.72399998,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401105,"Q2","Quantity2",3762309429,5,"26","lb/d",2.26999998,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401103,"Q1","Quantity1",3762309428,4,"26","lb/d",1.81599998,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401315,"Q1","Quantity1",3763766799,3,"26","lb/d",1.36199999,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401317,"Q2","Quantity2",3763766800,5,"26","lb/d",2.26999998,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401509,"Q2","Quantity2",3765380698,5,"26","lb/d",2.26999998,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401504,"Q1","Quantity1",3765380697,4,"26","lb/d",1.81599998,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401705,"Q1","Quantity1",3768378150,3,"26","lb/d",1.36199999,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401709,"Q2","Quantity2",3768378151,4,"26","lb/d",1.81599998,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401885,"Q2","Quantity2",3770074882,9,"26","lb/d",4.08599997,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401883,"Q1","Quantity1",3770074881,4,"26","lb/d",1.81599998,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402091,"Q1","Quantity1",3773198797,4,"26","lb/d",1.81599998,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402094,"Q2","Quantity2",3773198798,6,"26","lb/d",2.72399998,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402324,"Q2","Quantity2",3774643775,6,"26","lb/d",2.72399998,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402295,"Q1","Quantity1",3774643774,3,"26","lb/d",1.36199999,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402501,"Q1","Quantity1",3776107008,4,"26","lb/d",1.81599998,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402506,"Q2","Quantity2",3776107009,6,"26","lb/d",2.72399998,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402695,"Q2","Quantity2",3779355024,5,"26","lb/d",2.26999998,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402692,"Q1","Quantity1",3779355023,4,"26","lb/d",1.81599998,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402883,"Q1","Quantity1",3781185052,4,"26","lb/d",1.81599998,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402886,"Q2","Quantity2",3781185054,6,"26","lb/d",2.72399998,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403051,"Q2","Quantity2",3782488210,9,"26","lb/d",4.08599997,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403048,"Q1","Quantity1",3782488209,5,"26","lb/d",2.26999998,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403261,"Q1","Quantity1",3786078702,6,"26","lb/d",2.72399998,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403268,"Q2","Quantity2",3786078703,12,"26","lb/d",5.44799995,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339805,"ENF",08/01/2014,07/01/2019,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3402082287,"Q1","Quantity1",2.4,"26","lb/d","01","kg/d",1.08959999,"DB","DAILY AV","AVG","Average","<=",,3610999068,10/31/2019,3762742240,"Q1","Quantity1",3699866078,0,"26","lb/d",0,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339805,"ENF",08/01/2014,07/01/2019,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3402082286,"Q2","Quantity2",5.4,"26","lb/d","01","kg/d",2.45159998,"DD","DAILY MX","MAX","Maximum","<=",,3610999068,10/31/2019,3762742244,"Q2","Quantity2",3699866079,0,"26","lb/d",0,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339805,"ENF",08/01/2014,07/01/2019,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3402082286,"Q2","Quantity2",5.4,"26","lb/d","01","kg/d",2.45159998,"DD","DAILY MX","MAX","Maximum","<=",,3610999089,11/30/2019,3762742555,"Q2","Quantity2",3702075149,0,"26","lb/d",0,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339805,"ENF",08/01/2014,07/01/2019,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3402082287,"Q1","Quantity1",2.4,"26","lb/d","01","kg/d",1.08959999,"DB","DAILY AV","AVG","Average","<=",,3610999089,11/30/2019,3762742550,"Q1","Quantity1",3702075148,0,"26","lb/d",0,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3610999109,12/31/2019,3762742932,"Q2","Quantity2",3703227494,0,"26","lb/d",0,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3610999109,12/31/2019,3762742928,"Q1","Quantity1",3703227492,0,"26","lb/d",0,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3610999150,01/31/2020,3762743338,"Q1","Quantity1",3708949211,0,"26","lb/d",0,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3610999150,01/31/2020,3762743341,"Q2","Quantity2",3708949213,0,"26","lb/d",0,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3610999191,02/29/2020,3762743750,"Q2","Quantity2",3710196437,0,"26","lb/d",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3610999191,02/29/2020,3762743744,"Q1","Quantity1",3710196436,0,"26","lb/d",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3610999221,03/31/2020,3762744128,"Q1","Quantity1",3711210453,0,"26","lb/d",0,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3610999221,03/31/2020,3762744133,"Q2","Quantity2",3711210454,0,"26","lb/d",0,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3610999239,04/30/2020,3762744430,"Q2","Quantity2",3714131805,0,"26","lb/d",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3610999239,04/30/2020,3762744426,"Q1","Quantity1",3714131804,0,"26","lb/d",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3610999259,05/31/2020,3762744871,"Q2","Quantity2",3715569260,0,"26","lb/d",0,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3610999259,05/31/2020,3762744866,"Q1","Quantity1",3715569259,0,"26","lb/d",0,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3610999289,06/30/2020,3762745263,"Q2","Quantity2",3716725214,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3610999289,06/30/2020,3762745256,"Q1","Quantity1",3716725213,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3610999325,07/31/2020,3762745636,"Q1","Quantity1",3718641290,0,"26","lb/d",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3610999325,07/31/2020,3762745640,"Q2","Quantity2",3718641291,0,"26","lb/d",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3610999355,08/31/2020,3762745915,"Q2","Quantity2",3721576807,0,"26","lb/d",0,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3610999355,08/31/2020,3762745907,"Q1","Quantity1",3721576806,0,"26","lb/d",0,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614077942,09/30/2020,3804412723,"Q1","Quantity1",3723052559,0,"26","lb/d",0,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614077942,09/30/2020,3804412725,"Q2","Quantity2",3723052560,0,"26","lb/d",0,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078001,10/31/2020,3804413145,"Q2","Quantity2",3726161979,0,"26","lb/d",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078001,10/31/2020,3804413143,"Q1","Quantity1",3726161978,0,"26","lb/d",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078041,11/30/2020,3804413588,"Q1","Quantity1",3727569188,0,"26","lb/d",0,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078041,11/30/2020,3804413591,"Q2","Quantity2",3727569190,0,"26","lb/d",0,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078070,12/31/2020,3804414007,"Q2","Quantity2",3730654310,0,"26","lb/d",0,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078070,12/31/2020,3804413986,"Q1","Quantity1",3730654309,0,"26","lb/d",0,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414483,"Q1","Quantity1",3732988593,0,"26","lb/d",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414494,"Q2","Quantity2",3732988594,0,"26","lb/d",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414864,"Q2","Quantity2",3735458695,0,"26","lb/d",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414860,"Q1","Quantity1",3735458693,0,"26","lb/d",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415307,"Q1","Quantity1",3736815117,0,"26","lb/d",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415319,"Q2","Quantity2",3736815118,0,"26","lb/d",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415640,"Q2","Quantity2",3738923716,0,"26","lb/d",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415632,"Q1","Quantity1",3738923715,0,"26","lb/d",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415981,"Q1","Quantity1",3742516989,0,"26","lb/d",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415988,"Q2","Quantity2",3742516990,0,"26","lb/d",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416435,"Q1","Quantity1",3743599213,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416437,"Q2","Quantity2",3743599214,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416813,"Q1","Quantity1",3745559078,0,"26","lb/d",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416822,"Q2","Quantity2",3745559079,0,"26","lb/d",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417343,"Q2","Quantity2",3748394597,0,"26","lb/d",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417338,"Q1","Quantity1",3748394596,0,"26","lb/d",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417750,"Q2","Quantity2",3749790611,0,"26","lb/d",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417741,"Q1","Quantity1",3749790610,0,"26","lb/d",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815400041,"Q2","Quantity2",3752959379,0,"26","lb/d",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815400038,"Q1","Quantity1",3752959377,0,"26","lb/d",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400421,"Q1","Quantity1",3753958320,0,"26","lb/d",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400457,"Q2","Quantity2",3753958321,0,"26","lb/d",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400699,"Q2","Quantity2",3755741431,0,"26","lb/d",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400698,"Q1","Quantity1",3755741430,0,"26","lb/d",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400939,"Q1","Quantity1",3758753154,0,"26","lb/d",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400940,"Q2","Quantity2",3758753157,0,"26","lb/d",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401128,"Q2","Quantity2",3762309435,0,"26","lb/d",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401127,"Q1","Quantity1",3762309434,0,"26","lb/d",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401327,"Q2","Quantity2",3763766798,0,"26","lb/d",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401321,"Q1","Quantity1",3763766797,0,"26","lb/d",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401513,"Q2","Quantity2",3765380700,0,"26","lb/d",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401511,"Q1","Quantity1",3765380699,0,"26","lb/d",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401722,"Q1","Quantity1",3768378138,0,"26","lb/d",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401727,"Q2","Quantity2",3768378139,0,"26","lb/d",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401887,"Q1","Quantity1",3770074890,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401889,"Q2","Quantity2",3770074891,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402120,"Q2","Quantity2",3773198830,0,"26","lb/d",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402104,"Q1","Quantity1",3773198829,0,"26","lb/d",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402336,"Q2","Quantity2",3774643753,0,"26","lb/d",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402334,"Q1","Quantity1",3774643752,0,"26","lb/d",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402512,"Q1","Quantity1",3776107040,0,"26","lb/d",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402523,"Q2","Quantity2",3776107041,0,"26","lb/d",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402706,"Q2","Quantity2",3779355028,0,"26","lb/d",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402702,"Q1","Quantity1",3779355027,0,"26","lb/d",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402890,"Q1","Quantity1",3781185042,0,"26","lb/d",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402893,"Q2","Quantity2",3781185043,0,"26","lb/d",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403060,"Q2","Quantity2",3782488242,0,"26","lb/d",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403059,"Q1","Quantity1",3782488241,0,"26","lb/d",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403285,"Q1","Quantity1",3786078713,0,"26","lb/d",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403286,"Q2","Quantity2",3786078714,0,"26","lb/d",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339807,"ENF",08/01/2014,07/01/2019,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3402082293,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3610999068,10/31/2019,3762742248,"Q1","Quantity1",3699866099,0,"26","lb/d",0,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339807,"ENF",08/01/2014,07/01/2019,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3402082292,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3610999068,10/31/2019,3762742256,"Q2","Quantity2",3699866100,0,"26","lb/d",0,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339807,"ENF",08/01/2014,07/01/2019,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3402082292,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3610999089,11/30/2019,3762742568,"Q2","Quantity2",3702075154,0,"26","lb/d",0,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339807,"ENF",08/01/2014,07/01/2019,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3402082293,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3610999089,11/30/2019,3762742560,"Q1","Quantity1",3702075153,0,"26","lb/d",0,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3610999109,12/31/2019,3762742947,"Q2","Quantity2",3703227512,0,"26","lb/d",0,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3610999109,12/31/2019,3762742939,"Q1","Quantity1",3703227511,0,"26","lb/d",0,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3610999150,01/31/2020,3762743369,"Q2","Quantity2",3708949217,0,"26","lb/d",0,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3610999150,01/31/2020,3762743364,"Q1","Quantity1",3708949215,0,"26","lb/d",0,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3610999191,02/29/2020,3762743757,"Q2","Quantity2",3710196433,0,"26","lb/d",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3610999191,02/29/2020,3762743755,"Q1","Quantity1",3710196429,0,"26","lb/d",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3610999221,03/31/2020,3762744139,"Q1","Quantity1",3711210461,0,"26","lb/d",0,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3610999221,03/31/2020,3762744153,"Q2","Quantity2",3711210462,0,"26","lb/d",0,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3610999239,04/30/2020,3762744450,"Q2","Quantity2",3714131803,0,"26","lb/d",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3610999239,04/30/2020,3762744441,"Q1","Quantity1",3714131802,0,"26","lb/d",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3610999259,05/31/2020,3762744887,"Q1","Quantity1",3715569257,0,"26","lb/d",0,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3610999259,05/31/2020,3762744899,"Q2","Quantity2",3715569258,0,"26","lb/d",0,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3610999289,06/30/2020,3762745267,"Q2","Quantity2",3716725195,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3610999289,06/30/2020,3762745266,"Q1","Quantity1",3716725192,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3610999325,07/31/2020,3762745644,"Q1","Quantity1",3718641303,0,"26","lb/d",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3610999325,07/31/2020,3762745653,"Q2","Quantity2",3718641305,0,"26","lb/d",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3610999355,08/31/2020,3762745925,"Q2","Quantity2",3721576834,0,"26","lb/d",0,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3610999355,08/31/2020,3762745922,"Q1","Quantity1",3721576833,0,"26","lb/d",0,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614077942,09/30/2020,3804412730,"Q1","Quantity1",3723052568,0,"26","lb/d",0,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614077942,09/30/2020,3804412766,"Q2","Quantity2",3723052569,0,"26","lb/d",0,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078001,10/31/2020,3804413186,"Q2","Quantity2",3726161967,0,"26","lb/d",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078001,10/31/2020,3804413149,"Q1","Quantity1",3726161966,0,"26","lb/d",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078041,11/30/2020,3804413598,"Q1","Quantity1",3727569200,0,"26","lb/d",0,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078041,11/30/2020,3804413599,"Q2","Quantity2",3727569202,0,"26","lb/d",0,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078070,12/31/2020,3804414046,"Q2","Quantity2",3730654289,0,"26","lb/d",0,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078070,12/31/2020,3804414040,"Q1","Quantity1",3730654288,0,"26","lb/d",0,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414517,"Q2","Quantity2",3732988596,0,"26","lb/d",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414507,"Q1","Quantity1",3732988595,0,"26","lb/d",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414877,"Q2","Quantity2",3735458675,0,"26","lb/d",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414872,"Q1","Quantity1",3735458672,0,"26","lb/d",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415355,"Q1","Quantity1",3736815119,0,"26","lb/d",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415358,"Q2","Quantity2",3736815120,0,"26","lb/d",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415665,"Q2","Quantity2",3738923708,0,"26","lb/d",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415663,"Q1","Quantity1",3738923707,0,"26","lb/d",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415998,"Q2","Quantity2",3742516980,0,"26","lb/d",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415992,"Q1","Quantity1",3742516979,0,"26","lb/d",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416451,"Q2","Quantity2",3743599212,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416446,"Q1","Quantity1",3743599211,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416840,"Q2","Quantity2",3745559057,0,"26","lb/d",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416836,"Q1","Quantity1",3745559056,0,"26","lb/d",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417373,"Q2","Quantity2",3748394638,0,"26","lb/d",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417360,"Q1","Quantity1",3748394637,0,"26","lb/d",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417777,"Q1","Quantity1",3749790613,0,"26","lb/d",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417780,"Q2","Quantity2",3749790614,0,"26","lb/d",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815400062,"Q2","Quantity2",3752959382,0,"26","lb/d",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815400044,"Q1","Quantity1",3752959381,0,"26","lb/d",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400467,"Q2","Quantity2",3753958347,0,"26","lb/d",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400463,"Q1","Quantity1",3753958346,0,"26","lb/d",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400717,"Q2","Quantity2",3755741416,0,"26","lb/d",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400702,"Q1","Quantity1",3755741415,0,"26","lb/d",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400947,"Q1","Quantity1",3758753149,0,"26","lb/d",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400949,"Q2","Quantity2",3758753150,0,"26","lb/d",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401139,"Q2","Quantity2",3762309423,0,"26","lb/d",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401135,"Q1","Quantity1",3762309422,0,"26","lb/d",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401341,"Q2","Quantity2",3763766820,0,"26","lb/d",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401332,"Q1","Quantity1",3763766819,0,"26","lb/d",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401523,"Q2","Quantity2",3765380704,0,"26","lb/d",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401519,"Q1","Quantity1",3765380703,0,"26","lb/d",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401735,"Q1","Quantity1",3768378164,0,"26","lb/d",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401738,"Q2","Quantity2",3768378165,0,"26","lb/d",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401893,"Q1","Quantity1",3770074886,.34,"26","lb/d",.15436,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401896,"Q2","Quantity2",3770074887,.34,"26","lb/d",.15436,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402124,"Q2","Quantity2",3773198805,0,"26","lb/d",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402122,"Q1","Quantity1",3773198804,0,"26","lb/d",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402365,"Q2","Quantity2",3774643781,0,"26","lb/d",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402364,"Q1","Quantity1",3774643780,0,"26","lb/d",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402530,"Q1","Quantity1",3776107024,0,"26","lb/d",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402532,"Q2","Quantity2",3776107026,0,"26","lb/d",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402724,"Q2","Quantity2",3779355058,0,"26","lb/d",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402713,"Q1","Quantity1",3779355057,0,"26","lb/d",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402901,"Q2","Quantity2",3781185010,0,"26","lb/d",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402896,"Q1","Quantity1",3781185009,0,"26","lb/d",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403066,"Q2","Quantity2",3782488206,0,"26","lb/d",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403063,"Q1","Quantity1",3782488205,0,"26","lb/d",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403293,"Q2","Quantity2",3786078701,0,"26","lb/d",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403292,"Q1","Quantity1",3786078700,0,"26","lb/d",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262207,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999534,08/31/2020,3762747821,"C2","Concentration2",3716725619,0,"19","mg/L",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262208,"Q2","Quantity2",,"26","lb/d","01","kg/d",,"DD","DAILY MX","MAX","Maximum","",,3610999534,08/31/2020,3762747850,"Q2","Quantity2",3716725618,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262209,"Q1","Quantity1",,"26","lb/d","01","kg/d",,"DB","DAILY AV","AVG","Average","",,3610999534,08/31/2020,3762747844,"Q1","Quantity1",3716725617,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262206,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999534,08/31/2020,3762747836,"C3","Concentration3",3716725620,0,"19","mg/L",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262209,"Q1","Quantity1",,"26","lb/d","01","kg/d",,"DB","DAILY AV","AVG","Average","",,3614078502,08/31/2021,3804418140,"Q1","Quantity1",3743599312,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262207,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078502,08/31/2021,3804418116,"C2","Concentration2",3743599314,0,"19","mg/L",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262206,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078502,08/31/2021,3804418134,"C3","Concentration3",3743599315,0,"19","mg/L",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262208,"Q2","Quantity2",,"26","lb/d","01","kg/d",,"DD","DAILY MX","MAX","Maximum","",,3614078502,08/31/2021,3804418141,"Q2","Quantity2",3743599313,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262207,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078640,08/31/2022,3804419596,"C2","Concentration2",3770075101,0,"19","mg/L",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262209,"Q1","Quantity1",,"26","lb/d","01","kg/d",,"DB","DAILY AV","AVG","Average","",,3614078640,08/31/2022,3804419624,"Q1","Quantity1",3770075098,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262208,"Q2","Quantity2",,"26","lb/d","01","kg/d",,"DD","DAILY MX","MAX","Maximum","",,3614078640,08/31/2022,3804419629,"Q2","Quantity2",3770075100,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262206,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078640,08/31/2022,3804419622,"C3","Concentration3",3770075102,0,"19","mg/L",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871362,"ENF",12/01/2019,11/12/2024,12,"32102","Carbon tetrachloride","1","Effluent Gross","","",3608262142,"Q1","Quantity1",2.1,"26","lb/d","01","kg/d",.9534,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762747860,"Q1","Quantity1",3716725603,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871362,"ENF",12/01/2019,11/12/2024,12,"32102","Carbon tetrachloride","1","Effluent Gross","","",3608262141,"Q2","Quantity2",4.5,"26","lb/d","01","kg/d",2.043,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762747873,"Q2","Quantity2",3716725604,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871362,"ENF",12/01/2019,11/12/2024,12,"32102","Carbon tetrachloride","1","Effluent Gross","","",3608262142,"Q1","Quantity1",2.1,"26","lb/d","01","kg/d",.9534,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418148,"Q1","Quantity1",3743599378,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871362,"ENF",12/01/2019,11/12/2024,12,"32102","Carbon tetrachloride","1","Effluent Gross","","",3608262141,"Q2","Quantity2",4.5,"26","lb/d","01","kg/d",2.043,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418163,"Q2","Quantity2",3743599379,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871362,"ENF",12/01/2019,11/12/2024,12,"32102","Carbon tetrachloride","1","Effluent Gross","","",3608262142,"Q1","Quantity1",2.1,"26","lb/d","01","kg/d",.9534,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419633,"Q1","Quantity1",3770075070,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871362,"ENF",12/01/2019,11/12/2024,12,"32102","Carbon tetrachloride","1","Effluent Gross","","",3608262141,"Q2","Quantity2",4.5,"26","lb/d","01","kg/d",2.043,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419636,"Q2","Quantity2",3770075072,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871369,"ENF",12/01/2019,11/12/2024,12,"32103","1,2-Dichloroethane","1","Effluent Gross","","",3608262155,"Q2","Quantity2",24.9,"26","lb/d","01","kg/d",11.3046,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762747895,"Q2","Quantity2",3716725600,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871369,"ENF",12/01/2019,11/12/2024,12,"32103","1,2-Dichloroethane","1","Effluent Gross","","",3608262156,"Q1","Quantity1",8,"26","lb/d","01","kg/d",3.632,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762747890,"Q1","Quantity1",3716725599,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871369,"ENF",12/01/2019,11/12/2024,12,"32103","1,2-Dichloroethane","1","Effluent Gross","","",3608262155,"Q2","Quantity2",24.9,"26","lb/d","01","kg/d",11.3046,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418196,"Q2","Quantity2",3743599369,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871369,"ENF",12/01/2019,11/12/2024,12,"32103","1,2-Dichloroethane","1","Effluent Gross","","",3608262156,"Q1","Quantity1",8,"26","lb/d","01","kg/d",3.632,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418186,"Q1","Quantity1",3743599368,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871369,"ENF",12/01/2019,11/12/2024,12,"32103","1,2-Dichloroethane","1","Effluent Gross","","",3608262155,"Q2","Quantity2",24.9,"26","lb/d","01","kg/d",11.3046,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419646,"Q2","Quantity2",3770075118,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871369,"ENF",12/01/2019,11/12/2024,12,"32103","1,2-Dichloroethane","1","Effluent Gross","","",3608262156,"Q1","Quantity1",8,"26","lb/d","01","kg/d",3.632,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419643,"Q1","Quantity1",3770075117,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871374,"ENF",12/01/2019,11/12/2024,12,"32106","Chloroform","1","Effluent Gross","","",3608262165,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762747921,"Q1","Quantity1",3716725585,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871374,"ENF",12/01/2019,11/12/2024,12,"32106","Chloroform","1","Effluent Gross","","",3608262164,"Q2","Quantity2",5.4,"26","lb/d","01","kg/d",2.4516,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762747940,"Q2","Quantity2",3716725586,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871374,"ENF",12/01/2019,11/12/2024,12,"32106","Chloroform","1","Effluent Gross","","",3608262165,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418205,"Q1","Quantity1",3743599316,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871374,"ENF",12/01/2019,11/12/2024,12,"32106","Chloroform","1","Effluent Gross","","",3608262164,"Q2","Quantity2",5.4,"26","lb/d","01","kg/d",2.4516,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418232,"Q2","Quantity2",3743599317,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871374,"ENF",12/01/2019,11/12/2024,12,"32106","Chloroform","1","Effluent Gross","","",3608262165,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419655,"Q1","Quantity1",3770075129,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871374,"ENF",12/01/2019,11/12/2024,12,"32106","Chloroform","1","Effluent Gross","","",3608262164,"Q2","Quantity2",5.4,"26","lb/d","01","kg/d",2.4516,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419659,"Q2","Quantity2",3770075130,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339798,"ENF",08/01/2014,07/01/2019,1,"32730","Phenolics, total recoverable","1","Effluent Gross","","",3402082274,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.896,"DB","DAILY AV","AVG","Average","<=",,3610999068,10/31/2019,3762742269,"Q1","Quantity1",3699866090,2,"26","lb/d",.90799999,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339798,"ENF",08/01/2014,07/01/2019,1,"32730","Phenolics, total recoverable","1","Effluent Gross","","",3402082271,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999068,10/31/2019,3762742264,"C3","Concentration3",3699866095,.03,"19","mg/L",.03,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339798,"ENF",08/01/2014,07/01/2019,1,"32730","Phenolics, total recoverable","1","Effluent Gross","","",3402082273,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.056,"DD","DAILY MX","MAX","Maximum","<=",,3610999068,10/31/2019,3762742291,"Q2","Quantity2",3699866092,4,"26","lb/d",1.81599998,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339798,"ENF",08/01/2014,07/01/2019,1,"32730","Phenolics, total recoverable","1","Effluent Gross","","",3402082272,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999068,10/31/2019,3762742261,"C2","Concentration2",3699866094,.01,"19","mg/L",.01,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339798,"ENF",08/01/2014,07/01/2019,1,"32730","Phenolics, total recoverable","1","Effluent Gross","","",3402082272,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999089,11/30/2019,3762742589,"C2","Concentration2",3702075159,.01,"19","mg/L",.01,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339798,"ENF",08/01/2014,07/01/2019,1,"32730","Phenolics, total recoverable","1","Effluent Gross","","",3402082274,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.896,"DB","DAILY AV","AVG","Average","<=",,3610999089,11/30/2019,3762742599,"Q1","Quantity1",3702075157,2,"26","lb/d",.90799999,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339798,"ENF",08/01/2014,07/01/2019,1,"32730","Phenolics, total recoverable","1","Effluent Gross","","",3402082271,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999089,11/30/2019,3762742593,"C3","Concentration3",3702075160,.02,"19","mg/L",.02,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339798,"ENF",08/01/2014,07/01/2019,1,"32730","Phenolics, total recoverable","1","Effluent Gross","","",3402082273,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.056,"DD","DAILY MX","MAX","Maximum","<=",,3610999089,11/30/2019,3762742623,"Q2","Quantity2",3702075158,3,"26","lb/d",1.36199999,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871408,"ENF",12/01/2019,11/12/2024,12,"34010","Toluene","1","Effluent Gross","","",3608262234,"Q2","Quantity2",9.4,"26","lb/d","01","kg/d",4.2676,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762747951,"Q2","Quantity2",3716725548,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871408,"ENF",12/01/2019,11/12/2024,12,"34010","Toluene","1","Effluent Gross","","",3608262235,"Q1","Quantity1",3.1,"26","lb/d","01","kg/d",1.4074,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762747948,"Q1","Quantity1",3716725547,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871408,"ENF",12/01/2019,11/12/2024,12,"34010","Toluene","1","Effluent Gross","","",3608262234,"Q2","Quantity2",9.4,"26","lb/d","01","kg/d",4.2676,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418285,"Q2","Quantity2",3743599331,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871408,"ENF",12/01/2019,11/12/2024,12,"34010","Toluene","1","Effluent Gross","","",3608262235,"Q1","Quantity1",3.1,"26","lb/d","01","kg/d",1.4074,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418255,"Q1","Quantity1",3743599330,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871408,"ENF",12/01/2019,11/12/2024,12,"34010","Toluene","1","Effluent Gross","","",3608262235,"Q1","Quantity1",3.1,"26","lb/d","01","kg/d",1.4074,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419668,"Q1","Quantity1",3770075090,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871408,"ENF",12/01/2019,11/12/2024,12,"34010","Toluene","1","Effluent Gross","","",3608262234,"Q2","Quantity2",9.4,"26","lb/d","01","kg/d",4.2676,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419671,"Q2","Quantity2",3770075091,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871368,"ENF",12/01/2019,11/12/2024,12,"34030","Benzene","1","Effluent Gross","","",3608262154,"Q1","Quantity1",4.4,"26","lb/d","01","kg/d",1.9976,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762747954,"Q1","Quantity1",3716725516,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871368,"ENF",12/01/2019,11/12/2024,12,"34030","Benzene","1","Effluent Gross","","",3608262153,"Q2","Quantity2",16.1,"26","lb/d","01","kg/d",7.3094,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762747957,"Q2","Quantity2",3716725517,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871368,"ENF",12/01/2019,11/12/2024,12,"34030","Benzene","1","Effluent Gross","","",3608262153,"Q2","Quantity2",16.1,"26","lb/d","01","kg/d",7.3094,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418311,"Q2","Quantity2",3743599349,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871368,"ENF",12/01/2019,11/12/2024,12,"34030","Benzene","1","Effluent Gross","","",3608262154,"Q1","Quantity1",4.4,"26","lb/d","01","kg/d",1.9976,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418289,"Q1","Quantity1",3743599348,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871368,"ENF",12/01/2019,11/12/2024,12,"34030","Benzene","1","Effluent Gross","","",3608262154,"Q1","Quantity1",4.4,"26","lb/d","01","kg/d",1.9976,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419710,"Q1","Quantity1",3770075104,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871368,"ENF",12/01/2019,11/12/2024,12,"34030","Benzene","1","Effluent Gross","","",3608262153,"Q2","Quantity2",16.1,"26","lb/d","01","kg/d",7.3094,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419725,"Q2","Quantity2",3770075105,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871380,"ENF",12/01/2019,11/12/2024,12,"34200","Acenaphthylene","1","Effluent Gross","","",3608262176,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762747981,"Q2","Quantity2",3716725608,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871380,"ENF",12/01/2019,11/12/2024,12,"34200","Acenaphthylene","1","Effluent Gross","","",3608262177,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762747970,"Q1","Quantity1",3716725607,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871380,"ENF",12/01/2019,11/12/2024,12,"34200","Acenaphthylene","1","Effluent Gross","","",3608262176,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418347,"Q2","Quantity2",3743599319,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871380,"ENF",12/01/2019,11/12/2024,12,"34200","Acenaphthylene","1","Effluent Gross","","",3608262177,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418321,"Q1","Quantity1",3743599318,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871380,"ENF",12/01/2019,11/12/2024,12,"34200","Acenaphthylene","1","Effluent Gross","","",3608262176,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419762,"Q2","Quantity2",3770075122,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871380,"ENF",12/01/2019,11/12/2024,12,"34200","Acenaphthylene","1","Effluent Gross","","",3608262177,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419756,"Q1","Quantity1",3770075121,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871391,"ENF",12/01/2019,11/12/2024,12,"34205","Acenaphthene","1","Effluent Gross","","",3608262198,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748010,"Q2","Quantity2",3716725544,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871391,"ENF",12/01/2019,11/12/2024,12,"34205","Acenaphthene","1","Effluent Gross","","",3608262199,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762747984,"Q1","Quantity1",3716725543,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871391,"ENF",12/01/2019,11/12/2024,12,"34205","Acenaphthene","1","Effluent Gross","","",3608262198,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418388,"Q2","Quantity2",3743599303,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871391,"ENF",12/01/2019,11/12/2024,12,"34205","Acenaphthene","1","Effluent Gross","","",3608262199,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418354,"Q1","Quantity1",3743599302,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871391,"ENF",12/01/2019,11/12/2024,12,"34205","Acenaphthene","1","Effluent Gross","","",3608262199,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419784,"Q1","Quantity1",3770075086,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871391,"ENF",12/01/2019,11/12/2024,12,"34205","Acenaphthene","1","Effluent Gross","","",3608262198,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419788,"Q2","Quantity2",3770075087,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871401,"ENF",12/01/2019,11/12/2024,12,"34215","Acrylonitrile","1","Effluent Gross","","",3608262220,"Q2","Quantity2",28.6,"26","lb/d","01","kg/d",12.9844,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748023,"Q2","Quantity2",3716725592,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871401,"ENF",12/01/2019,11/12/2024,12,"34215","Acrylonitrile","1","Effluent Gross","","",3608262221,"Q1","Quantity1",11.3,"26","lb/d","01","kg/d",5.1302,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748018,"Q1","Quantity1",3716725591,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871401,"ENF",12/01/2019,11/12/2024,12,"34215","Acrylonitrile","1","Effluent Gross","","",3608262221,"Q1","Quantity1",11.3,"26","lb/d","01","kg/d",5.1302,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418406,"Q1","Quantity1",3743599281,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871401,"ENF",12/01/2019,11/12/2024,12,"34215","Acrylonitrile","1","Effluent Gross","","",3608262220,"Q2","Quantity2",28.6,"26","lb/d","01","kg/d",12.9844,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418432,"Q2","Quantity2",3743599282,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871401,"ENF",12/01/2019,11/12/2024,12,"34215","Acrylonitrile","1","Effluent Gross","","",3608262221,"Q1","Quantity1",11.3,"26","lb/d","01","kg/d",5.1302,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419799,"Q1","Quantity1",3770075155,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871401,"ENF",12/01/2019,11/12/2024,12,"34215","Acrylonitrile","1","Effluent Gross","","",3608262220,"Q2","Quantity2",28.6,"26","lb/d","01","kg/d",12.9844,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419825,"Q2","Quantity2",3770075156,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871394,"ENF",12/01/2019,11/12/2024,12,"34220","Anthracene","1","Effluent Gross","","",3608262205,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748029,"Q1","Quantity1",3716725532,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871394,"ENF",12/01/2019,11/12/2024,12,"34220","Anthracene","1","Effluent Gross","","",3608262204,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748044,"Q2","Quantity2",3716725533,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871394,"ENF",12/01/2019,11/12/2024,12,"34220","Anthracene","1","Effluent Gross","","",3608262204,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418442,"Q2","Quantity2",3743599295,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871394,"ENF",12/01/2019,11/12/2024,12,"34220","Anthracene","1","Effluent Gross","","",3608262205,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418437,"Q1","Quantity1",3743599294,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871394,"ENF",12/01/2019,11/12/2024,12,"34220","Anthracene","1","Effluent Gross","","",3608262205,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419830,"Q1","Quantity1",3770075163,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871394,"ENF",12/01/2019,11/12/2024,12,"34220","Anthracene","1","Effluent Gross","","",3608262204,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419832,"Q2","Quantity2",3770075164,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871361,"ENF",12/01/2019,11/12/2024,12,"34242","Benzo[k]fluoranthene","1","Effluent Gross","","",3608262140,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748055,"Q1","Quantity1",3716725510,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871361,"ENF",12/01/2019,11/12/2024,12,"34242","Benzo[k]fluoranthene","1","Effluent Gross","","",3608262139,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748064,"Q2","Quantity2",3716725511,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871361,"ENF",12/01/2019,11/12/2024,12,"34242","Benzo[k]fluoranthene","1","Effluent Gross","","",3608262139,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418457,"Q2","Quantity2",3743599357,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871361,"ENF",12/01/2019,11/12/2024,12,"34242","Benzo[k]fluoranthene","1","Effluent Gross","","",3608262140,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418448,"Q1","Quantity1",3743599356,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871361,"ENF",12/01/2019,11/12/2024,12,"34242","Benzo[k]fluoranthene","1","Effluent Gross","","",3608262140,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419842,"Q1","Quantity1",3770075135,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871361,"ENF",12/01/2019,11/12/2024,12,"34242","Benzo[k]fluoranthene","1","Effluent Gross","","",3608262139,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419871,"Q2","Quantity2",3770075136,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871410,"ENF",12/01/2019,11/30/2022,12,"34247","Benzo[a]pyrene","1","Effluent Gross","","",3608262238,"Q2","Quantity2",7.2,"26","lb/d","01","kg/d",3.2688,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748070,"Q2","Quantity2",3716725560,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871410,"ENF",12/01/2019,11/30/2022,12,"34247","Benzo[a]pyrene","1","Effluent Gross","","",3608262239,"Q1","Quantity1",2.7,"26","lb/d","01","kg/d",1.2258,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748067,"Q1","Quantity1",3716725559,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871410,"ENF",12/01/2019,11/30/2022,12,"34247","Benzo[a]pyrene","1","Effluent Gross","","",3608262239,"Q1","Quantity1",2.7,"26","lb/d","01","kg/d",1.2258,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418465,"Q1","Quantity1",3743599370,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871410,"ENF",12/01/2019,11/30/2022,12,"34247","Benzo[a]pyrene","1","Effluent Gross","","",3608262238,"Q2","Quantity2",7.2,"26","lb/d","01","kg/d",3.2688,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418467,"Q2","Quantity2",3743599371,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871410,"ENF",12/01/2019,11/30/2022,12,"34247","Benzo[a]pyrene","1","Effluent Gross","","",3608262239,"Q1","Quantity1",2.7,"26","lb/d","01","kg/d",1.2258,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419885,"Q1","Quantity1",3770075127,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871410,"ENF",12/01/2019,11/30/2022,12,"34247","Benzo[a]pyrene","1","Effluent Gross","","",3608262238,"Q2","Quantity2",7.2,"26","lb/d","01","kg/d",3.2688,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419889,"Q2","Quantity2",3770075128,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871363,"ENF",12/01/2019,11/12/2024,12,"34301","Chlorobenzene","1","Effluent Gross","","",3608262144,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748084,"Q1","Quantity1",3716725573,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871363,"ENF",12/01/2019,11/12/2024,12,"34301","Chlorobenzene","1","Effluent Gross","","",3608262143,"Q2","Quantity2",3.3,"26","lb/d","01","kg/d",1.4982,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748089,"Q2","Quantity2",3716725574,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871363,"ENF",12/01/2019,11/12/2024,12,"34301","Chlorobenzene","1","Effluent Gross","","",3608262143,"Q2","Quantity2",3.3,"26","lb/d","01","kg/d",1.4982,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418474,"Q2","Quantity2",3743599309,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871363,"ENF",12/01/2019,11/12/2024,12,"34301","Chlorobenzene","1","Effluent Gross","","",3608262144,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418472,"Q1","Quantity1",3743599308,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871363,"ENF",12/01/2019,11/12/2024,12,"34301","Chlorobenzene","1","Effluent Gross","","",3608262144,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419892,"Q1","Quantity1",3770075161,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871363,"ENF",12/01/2019,11/12/2024,12,"34301","Chlorobenzene","1","Effluent Gross","","",3608262143,"Q2","Quantity2",3.3,"26","lb/d","01","kg/d",1.4982,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419896,"Q2","Quantity2",3770075162,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871367,"ENF",12/01/2019,11/12/2024,12,"34320","Chrysene","1","Effluent Gross","","",3608262151,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748131,"Q2","Quantity2",3716725624,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871367,"ENF",12/01/2019,11/12/2024,12,"34320","Chrysene","1","Effluent Gross","","",3608262152,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748129,"Q1","Quantity1",3716725623,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871367,"ENF",12/01/2019,11/12/2024,12,"34320","Chrysene","1","Effluent Gross","","",3608262151,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418493,"Q2","Quantity2",3743599301,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871367,"ENF",12/01/2019,11/12/2024,12,"34320","Chrysene","1","Effluent Gross","","",3608262152,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418492,"Q1","Quantity1",3743599300,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871367,"ENF",12/01/2019,11/12/2024,12,"34320","Chrysene","1","Effluent Gross","","",3608262151,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419930,"Q2","Quantity2",3770075179,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871367,"ENF",12/01/2019,11/12/2024,12,"34320","Chrysene","1","Effluent Gross","","",3608262152,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419903,"Q1","Quantity1",3770075178,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871385,"ENF",12/01/2019,11/12/2024,12,"34336","Diethyl phthalate","1","Effluent Gross","","",3608262186,"Q2","Quantity2",24,"26","lb/d","01","kg/d",10.896,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748144,"Q2","Quantity2",3716725527,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871385,"ENF",12/01/2019,11/12/2024,12,"34336","Diethyl phthalate","1","Effluent Gross","","",3608262187,"Q1","Quantity1",9.6,"26","lb/d","01","kg/d",4.3584,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748134,"Q1","Quantity1",3716725526,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871385,"ENF",12/01/2019,11/12/2024,12,"34336","Diethyl phthalate","1","Effluent Gross","","",3608262186,"Q2","Quantity2",24,"26","lb/d","01","kg/d",10.896,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418544,"Q2","Quantity2",3743599305,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871385,"ENF",12/01/2019,11/12/2024,12,"34336","Diethyl phthalate","1","Effluent Gross","","",3608262187,"Q1","Quantity1",9.6,"26","lb/d","01","kg/d",4.3584,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418522,"Q1","Quantity1",3743599304,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871385,"ENF",12/01/2019,11/12/2024,12,"34336","Diethyl phthalate","1","Effluent Gross","","",3608262187,"Q1","Quantity1",9.6,"26","lb/d","01","kg/d",4.3584,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419953,"Q1","Quantity1",3770075151,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871385,"ENF",12/01/2019,11/12/2024,12,"34336","Diethyl phthalate","1","Effluent Gross","","",3608262186,"Q2","Quantity2",24,"26","lb/d","01","kg/d",10.896,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419968,"Q2","Quantity2",3770075152,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871398,"ENF",12/01/2019,11/12/2024,12,"34341","Dimethyl phthalate","1","Effluent Gross","","",3608262214,"Q2","Quantity2",5.6,"26","lb/d","01","kg/d",2.5424,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748164,"Q2","Quantity2",3716725616,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871398,"ENF",12/01/2019,11/12/2024,12,"34341","Dimethyl phthalate","1","Effluent Gross","","",3608262215,"Q1","Quantity1",2.2,"26","lb/d","01","kg/d",.9988,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748158,"Q1","Quantity1",3716725615,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871398,"ENF",12/01/2019,11/12/2024,12,"34341","Dimethyl phthalate","1","Effluent Gross","","",3608262215,"Q1","Quantity1",2.2,"26","lb/d","01","kg/d",.9988,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418555,"Q1","Quantity1",3743599284,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871398,"ENF",12/01/2019,11/12/2024,12,"34341","Dimethyl phthalate","1","Effluent Gross","","",3608262214,"Q2","Quantity2",5.6,"26","lb/d","01","kg/d",2.5424,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418559,"Q2","Quantity2",3743599285,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871398,"ENF",12/01/2019,11/12/2024,12,"34341","Dimethyl phthalate","1","Effluent Gross","","",3608262214,"Q2","Quantity2",5.6,"26","lb/d","01","kg/d",2.5424,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419982,"Q2","Quantity2",3770075150,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871398,"ENF",12/01/2019,11/12/2024,12,"34341","Dimethyl phthalate","1","Effluent Gross","","",3608262215,"Q1","Quantity1",2.2,"26","lb/d","01","kg/d",.9988,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419976,"Q1","Quantity1",3770075149,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871382,"ENF",12/01/2019,11/12/2024,12,"34371","Ethylbenzene","1","Effluent Gross","","",3608262181,"Q1","Quantity1",3.8,"26","lb/d","01","kg/d",1.7252,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748173,"Q1","Quantity1",3716725563,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871382,"ENF",12/01/2019,11/12/2024,12,"34371","Ethylbenzene","1","Effluent Gross","","",3608262180,"Q2","Quantity2",12.8,"26","lb/d","01","kg/d",5.8112,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748176,"Q2","Quantity2",3716725564,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871382,"ENF",12/01/2019,11/12/2024,12,"34371","Ethylbenzene","1","Effluent Gross","","",3608262180,"Q2","Quantity2",12.8,"26","lb/d","01","kg/d",5.8112,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418568,"Q2","Quantity2",3743599329,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871382,"ENF",12/01/2019,11/12/2024,12,"34371","Ethylbenzene","1","Effluent Gross","","",3608262181,"Q1","Quantity1",3.8,"26","lb/d","01","kg/d",1.7252,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418564,"Q1","Quantity1",3743599328,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871382,"ENF",12/01/2019,11/12/2024,12,"34371","Ethylbenzene","1","Effluent Gross","","",3608262180,"Q2","Quantity2",12.8,"26","lb/d","01","kg/d",5.8112,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419995,"Q2","Quantity2",3770075095,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871382,"ENF",12/01/2019,11/12/2024,12,"34371","Ethylbenzene","1","Effluent Gross","","",3608262181,"Q1","Quantity1",3.8,"26","lb/d","01","kg/d",1.7252,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419986,"Q1","Quantity1",3770075094,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871365,"ENF",12/01/2019,11/12/2024,12,"34376","Fluoranthene","1","Effluent Gross","","",3608262148,"Q1","Quantity1",3,"26","lb/d","01","kg/d",1.362,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748183,"Q1","Quantity1",3716725593,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871365,"ENF",12/01/2019,11/12/2024,12,"34376","Fluoranthene","1","Effluent Gross","","",3608262147,"Q2","Quantity2",8,"26","lb/d","01","kg/d",3.632,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748188,"Q2","Quantity2",3716725594,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871365,"ENF",12/01/2019,11/12/2024,12,"34376","Fluoranthene","1","Effluent Gross","","",3608262148,"Q1","Quantity1",3,"26","lb/d","01","kg/d",1.362,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418574,"Q1","Quantity1",3743599286,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871365,"ENF",12/01/2019,11/12/2024,12,"34376","Fluoranthene","1","Effluent Gross","","",3608262147,"Q2","Quantity2",8,"26","lb/d","01","kg/d",3.632,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418610,"Q2","Quantity2",3743599287,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871365,"ENF",12/01/2019,11/12/2024,12,"34376","Fluoranthene","1","Effluent Gross","","",3608262147,"Q2","Quantity2",8,"26","lb/d","01","kg/d",3.632,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420024,"Q2","Quantity2",3770075126,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871365,"ENF",12/01/2019,11/12/2024,12,"34376","Fluoranthene","1","Effluent Gross","","",3608262148,"Q1","Quantity1",3,"26","lb/d","01","kg/d",1.362,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420017,"Q1","Quantity1",3770075125,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871386,"ENF",12/01/2019,11/12/2024,12,"34381","Fluorene","1","Effluent Gross","","",3608262188,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748244,"Q2","Quantity2",3716725519,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871386,"ENF",12/01/2019,11/12/2024,12,"34381","Fluorene","1","Effluent Gross","","",3608262189,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748209,"Q1","Quantity1",3716725518,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871386,"ENF",12/01/2019,11/12/2024,12,"34381","Fluorene","1","Effluent Gross","","",3608262188,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418643,"Q2","Quantity2",3743599333,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871386,"ENF",12/01/2019,11/12/2024,12,"34381","Fluorene","1","Effluent Gross","","",3608262189,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418641,"Q1","Quantity1",3743599332,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871386,"ENF",12/01/2019,11/12/2024,12,"34381","Fluorene","1","Effluent Gross","","",3608262188,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420030,"Q2","Quantity2",3770075114,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871386,"ENF",12/01/2019,11/12/2024,12,"34381","Fluorene","1","Effluent Gross","","",3608262189,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420028,"Q1","Quantity1",3770075113,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871360,"ENF",12/01/2019,11/30/2022,12,"34391","Hexachlorobutadiene","1","Effluent Gross","","",3608262137,"Q2","Quantity2",5.8,"26","lb/d","01","kg/d",2.6332,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748268,"Q2","Quantity2",3716725542,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871360,"ENF",12/01/2019,11/30/2022,12,"34391","Hexachlorobutadiene","1","Effluent Gross","","",3608262138,"Q1","Quantity1",2.4,"26","lb/d","01","kg/d",1.0896,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748264,"Q1","Quantity1",3716725541,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871360,"ENF",12/01/2019,11/30/2022,12,"34391","Hexachlorobutadiene","1","Effluent Gross","","",3608262138,"Q1","Quantity1",2.4,"26","lb/d","01","kg/d",1.0896,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418677,"Q1","Quantity1",3743599298,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871360,"ENF",12/01/2019,11/30/2022,12,"34391","Hexachlorobutadiene","1","Effluent Gross","","",3608262137,"Q2","Quantity2",5.8,"26","lb/d","01","kg/d",2.6332,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418684,"Q2","Quantity2",3743599299,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871360,"ENF",12/01/2019,11/30/2022,12,"34391","Hexachlorobutadiene","1","Effluent Gross","","",3608262138,"Q1","Quantity1",2.4,"26","lb/d","01","kg/d",1.0896,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420035,"Q1","Quantity1",3770075137,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871360,"ENF",12/01/2019,11/30/2022,12,"34391","Hexachlorobutadiene","1","Effluent Gross","","",3608262137,"Q2","Quantity2",5.8,"26","lb/d","01","kg/d",2.6332,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420037,"Q2","Quantity2",3770075138,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871356,"ENF",12/01/2019,11/12/2024,12,"34396","Hexachloroethane","1","Effluent Gross","","",3608262130,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748285,"Q1","Quantity1",3716725520,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871356,"ENF",12/01/2019,11/12/2024,12,"34396","Hexachloroethane","1","Effluent Gross","","",3608262129,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748290,"Q2","Quantity2",3716725521,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871356,"ENF",12/01/2019,11/12/2024,12,"34396","Hexachloroethane","1","Effluent Gross","","",3608262130,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418701,"Q1","Quantity1",3743599376,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871356,"ENF",12/01/2019,11/12/2024,12,"34396","Hexachloroethane","1","Effluent Gross","","",3608262129,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418706,"Q2","Quantity2",3743599377,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871356,"ENF",12/01/2019,11/12/2024,12,"34396","Hexachloroethane","1","Effluent Gross","","",3608262129,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420049,"Q2","Quantity2",3770075185,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871356,"ENF",12/01/2019,11/12/2024,12,"34396","Hexachloroethane","1","Effluent Gross","","",3608262130,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420040,"Q1","Quantity1",3770075184,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871358,"ENF",12/01/2019,11/12/2024,12,"34418","Methyl chloride [Chloromethane]","1","Effluent Gross","","",3608262134,"Q1","Quantity1",10.2,"26","lb/d","01","kg/d",4.6308,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748319,"Q1","Quantity1",3716725551,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871358,"ENF",12/01/2019,11/12/2024,12,"34418","Methyl chloride [Chloromethane]","1","Effluent Gross","","",3608262133,"Q2","Quantity2",22.4,"26","lb/d","01","kg/d",10.1696,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748323,"Q2","Quantity2",3716725552,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871358,"ENF",12/01/2019,11/12/2024,12,"34418","Methyl chloride [Chloromethane]","1","Effluent Gross","","",3608262134,"Q1","Quantity1",10.2,"26","lb/d","01","kg/d",4.6308,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418714,"Q1","Quantity1",3743599269,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871358,"ENF",12/01/2019,11/12/2024,12,"34418","Methyl chloride [Chloromethane]","1","Effluent Gross","","",3608262133,"Q2","Quantity2",22.4,"26","lb/d","01","kg/d",10.1696,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418721,"Q2","Quantity2",3743599271,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871358,"ENF",12/01/2019,11/12/2024,12,"34418","Methyl chloride [Chloromethane]","1","Effluent Gross","","",3608262133,"Q2","Quantity2",22.4,"26","lb/d","01","kg/d",10.1696,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420062,"Q2","Quantity2",3770075142,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871358,"ENF",12/01/2019,11/12/2024,12,"34418","Methyl chloride [Chloromethane]","1","Effluent Gross","","",3608262134,"Q1","Quantity1",10.2,"26","lb/d","01","kg/d",4.6308,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420060,"Q1","Quantity1",3770075141,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871411,"ENF",12/01/2019,11/12/2024,12,"34423","Methylene chloride","1","Effluent Gross","","",3608262241,"Q1","Quantity1",4.7,"26","lb/d","01","kg/d",2.1338,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748335,"Q1","Quantity1",3716725545,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871411,"ENF",12/01/2019,11/12/2024,12,"34423","Methylene chloride","1","Effluent Gross","","",3608262240,"Q2","Quantity2",10.5,"26","lb/d","01","kg/d",4.767,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748339,"Q2","Quantity2",3716725546,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871411,"ENF",12/01/2019,11/12/2024,12,"34423","Methylene chloride","1","Effluent Gross","","",3608262241,"Q1","Quantity1",4.7,"26","lb/d","01","kg/d",2.1338,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418748,"Q1","Quantity1",3743599338,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871411,"ENF",12/01/2019,11/12/2024,12,"34423","Methylene chloride","1","Effluent Gross","","",3608262240,"Q2","Quantity2",10.5,"26","lb/d","01","kg/d",4.767,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418750,"Q2","Quantity2",3743599339,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871411,"ENF",12/01/2019,11/12/2024,12,"34423","Methylene chloride","1","Effluent Gross","","",3608262240,"Q2","Quantity2",10.5,"26","lb/d","01","kg/d",4.767,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420097,"Q2","Quantity2",3770075083,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871411,"ENF",12/01/2019,11/12/2024,12,"34423","Methylene chloride","1","Effluent Gross","","",3608262241,"Q1","Quantity1",4.7,"26","lb/d","01","kg/d",2.1338,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420091,"Q1","Quantity1",3770075082,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871364,"ENF",12/01/2019,11/12/2024,12,"34447","Nitrobenzene","1","Effluent Gross","","",3608262146,"Q1","Quantity1",3.2,"26","lb/d","01","kg/d",1.4528,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748354,"Q1","Quantity1",3716725575,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871364,"ENF",12/01/2019,11/12/2024,12,"34447","Nitrobenzene","1","Effluent Gross","","",3608262145,"Q2","Quantity2",8,"26","lb/d","01","kg/d",3.632,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748357,"Q2","Quantity2",3716725576,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871364,"ENF",12/01/2019,11/12/2024,12,"34447","Nitrobenzene","1","Effluent Gross","","",3608262145,"Q2","Quantity2",8,"26","lb/d","01","kg/d",3.632,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418792,"Q2","Quantity2",3743599277,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871364,"ENF",12/01/2019,11/12/2024,12,"34447","Nitrobenzene","1","Effluent Gross","","",3608262146,"Q1","Quantity1",3.2,"26","lb/d","01","kg/d",1.4528,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418788,"Q1","Quantity1",3743599276,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871364,"ENF",12/01/2019,11/12/2024,12,"34447","Nitrobenzene","1","Effluent Gross","","",3608262145,"Q2","Quantity2",8,"26","lb/d","01","kg/d",3.632,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420104,"Q2","Quantity2",3770075193,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871364,"ENF",12/01/2019,11/12/2024,12,"34447","Nitrobenzene","1","Effluent Gross","","",3608262146,"Q1","Quantity1",3.2,"26","lb/d","01","kg/d",1.4528,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420101,"Q1","Quantity1",3770075192,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871366,"ENF",12/01/2019,11/12/2024,12,"34461","Phenanthrene","1","Effluent Gross","","",3608262150,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748366,"Q1","Quantity1",3716725565,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871366,"ENF",12/01/2019,11/12/2024,12,"34461","Phenanthrene","1","Effluent Gross","","",3608262149,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748398,"Q2","Quantity2",3716725566,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871366,"ENF",12/01/2019,11/12/2024,12,"34461","Phenanthrene","1","Effluent Gross","","",3608262149,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418806,"Q2","Quantity2",3743599280,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871366,"ENF",12/01/2019,11/12/2024,12,"34461","Phenanthrene","1","Effluent Gross","","",3608262150,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418804,"Q1","Quantity1",3743599279,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871366,"ENF",12/01/2019,11/12/2024,12,"34461","Phenanthrene","1","Effluent Gross","","",3608262149,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420113,"Q2","Quantity2",3770075124,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871366,"ENF",12/01/2019,11/12/2024,12,"34461","Phenanthrene","1","Effluent Gross","","",3608262150,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420109,"Q1","Quantity1",3770075123,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871396,"ENF",12/01/2019,11/12/2024,12,"34469","Pyrene","1","Effluent Gross","","",3608262210,"Q2","Quantity2",7.9,"26","lb/d","01","kg/d",3.5866,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748417,"Q2","Quantity2",3716725602,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871396,"ENF",12/01/2019,11/12/2024,12,"34469","Pyrene","1","Effluent Gross","","",3608262211,"Q1","Quantity1",3,"26","lb/d","01","kg/d",1.362,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748415,"Q1","Quantity1",3716725601,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871396,"ENF",12/01/2019,11/12/2024,12,"34469","Pyrene","1","Effluent Gross","","",3608262211,"Q1","Quantity1",3,"26","lb/d","01","kg/d",1.362,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418812,"Q1","Quantity1",3743599340,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871396,"ENF",12/01/2019,11/12/2024,12,"34469","Pyrene","1","Effluent Gross","","",3608262210,"Q2","Quantity2",7.9,"26","lb/d","01","kg/d",3.5866,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418847,"Q2","Quantity2",3743599341,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871396,"ENF",12/01/2019,11/12/2024,12,"34469","Pyrene","1","Effluent Gross","","",3608262210,"Q2","Quantity2",7.9,"26","lb/d","01","kg/d",3.5866,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420126,"Q2","Quantity2",3770075170,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871396,"ENF",12/01/2019,11/12/2024,12,"34469","Pyrene","1","Effluent Gross","","",3608262211,"Q1","Quantity1",3,"26","lb/d","01","kg/d",1.362,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420117,"Q1","Quantity1",3770075169,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871387,"ENF",12/01/2019,11/12/2024,12,"34475","Tetrachloroethylene","1","Effluent Gross","","",3608262191,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748420,"Q1","Quantity1",3716725512,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871387,"ENF",12/01/2019,11/12/2024,12,"34475","Tetrachloroethylene","1","Effluent Gross","","",3608262190,"Q2","Quantity2",6.6,"26","lb/d","01","kg/d",2.9964,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748423,"Q2","Quantity2",3716725513,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871387,"ENF",12/01/2019,11/12/2024,12,"34475","Tetrachloroethylene","1","Effluent Gross","","",3608262191,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418871,"Q1","Quantity1",3743599264,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871387,"ENF",12/01/2019,11/12/2024,12,"34475","Tetrachloroethylene","1","Effluent Gross","","",3608262190,"Q2","Quantity2",6.6,"26","lb/d","01","kg/d",2.9964,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418873,"Q2","Quantity2",3743599265,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871387,"ENF",12/01/2019,11/12/2024,12,"34475","Tetrachloroethylene","1","Effluent Gross","","",3608262190,"Q2","Quantity2",6.6,"26","lb/d","01","kg/d",2.9964,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420144,"Q2","Quantity2",3770075183,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871387,"ENF",12/01/2019,11/12/2024,12,"34475","Tetrachloroethylene","1","Effluent Gross","","",3608262191,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420130,"Q1","Quantity1",3770075182,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871407,"ENF",12/01/2019,11/12/2024,12,"34496","1,1-Dichloroethane","1","Effluent Gross","","",3608262233,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748428,"Q1","Quantity1",3716725611,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871407,"ENF",12/01/2019,11/12/2024,12,"34496","1,1-Dichloroethane","1","Effluent Gross","","",3608262232,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748453,"Q2","Quantity2",3716725612,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871407,"ENF",12/01/2019,11/12/2024,12,"34496","1,1-Dichloroethane","1","Effluent Gross","","",3608262233,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418878,"Q1","Quantity1",3743599296,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871407,"ENF",12/01/2019,11/12/2024,12,"34496","1,1-Dichloroethane","1","Effluent Gross","","",3608262232,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418881,"Q2","Quantity2",3743599297,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871407,"ENF",12/01/2019,11/12/2024,12,"34496","1,1-Dichloroethane","1","Effluent Gross","","",3608262233,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420203,"Q1","Quantity1",3770075143,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871407,"ENF",12/01/2019,11/12/2024,12,"34496","1,1-Dichloroethane","1","Effluent Gross","","",3608262232,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420213,"Q2","Quantity2",3770075144,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871357,"ENF",12/01/2019,11/12/2024,12,"34501","1,1-Dichloroethylene","1","Effluent Gross","","",3608262132,"Q1","Quantity1",1.9,"26","lb/d","01","kg/d",.8626,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748456,"Q1","Quantity1",3716725625,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871357,"ENF",12/01/2019,11/12/2024,12,"34501","1,1-Dichloroethylene","1","Effluent Gross","","",3608262131,"Q2","Quantity2",3,"26","lb/d","01","kg/d",1.362,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748460,"Q2","Quantity2",3716725626,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871357,"ENF",12/01/2019,11/12/2024,12,"34501","1,1-Dichloroethylene","1","Effluent Gross","","",3608262132,"Q1","Quantity1",1.9,"26","lb/d","01","kg/d",.8626,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418887,"Q1","Quantity1",3743599374,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871357,"ENF",12/01/2019,11/12/2024,12,"34501","1,1-Dichloroethylene","1","Effluent Gross","","",3608262131,"Q2","Quantity2",3,"26","lb/d","01","kg/d",1.362,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418888,"Q2","Quantity2",3743599375,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871357,"ENF",12/01/2019,11/12/2024,12,"34501","1,1-Dichloroethylene","1","Effluent Gross","","",3608262131,"Q2","Quantity2",3,"26","lb/d","01","kg/d",1.362,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420244,"Q2","Quantity2",3770075168,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871357,"ENF",12/01/2019,11/12/2024,12,"34501","1,1-Dichloroethylene","1","Effluent Gross","","",3608262132,"Q1","Quantity1",1.9,"26","lb/d","01","kg/d",.8626,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420226,"Q1","Quantity1",3770075167,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871375,"ENF",12/01/2019,11/12/2024,12,"34506","1,1,1-Trichloroethane","1","Effluent Gross","","",3608262166,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748472,"Q2","Quantity2",3716725539,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871375,"ENF",12/01/2019,11/12/2024,12,"34506","1,1,1-Trichloroethane","1","Effluent Gross","","",3608262167,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748467,"Q1","Quantity1",3716725538,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871375,"ENF",12/01/2019,11/12/2024,12,"34506","1,1,1-Trichloroethane","1","Effluent Gross","","",3608262167,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418893,"Q1","Quantity1",3743599358,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871375,"ENF",12/01/2019,11/12/2024,12,"34506","1,1,1-Trichloroethane","1","Effluent Gross","","",3608262166,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418898,"Q2","Quantity2",3743599359,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871375,"ENF",12/01/2019,11/12/2024,12,"34506","1,1,1-Trichloroethane","1","Effluent Gross","","",3608262166,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420254,"Q2","Quantity2",3770075181,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871375,"ENF",12/01/2019,11/12/2024,12,"34506","1,1,1-Trichloroethane","1","Effluent Gross","","",3608262167,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420251,"Q1","Quantity1",3770075180,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871388,"ENF",12/01/2019,11/12/2024,12,"34511","1,1,2-Trichloroethane","1","Effluent Gross","","",3608262193,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748492,"Q1","Quantity1",3716725561,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871388,"ENF",12/01/2019,11/12/2024,12,"34511","1,1,2-Trichloroethane","1","Effluent Gross","","",3608262192,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748496,"Q2","Quantity2",3716725562,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871388,"ENF",12/01/2019,11/12/2024,12,"34511","1,1,2-Trichloroethane","1","Effluent Gross","","",3608262193,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418906,"Q1","Quantity1",3743599266,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871388,"ENF",12/01/2019,11/12/2024,12,"34511","1,1,2-Trichloroethane","1","Effluent Gross","","",3608262192,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418920,"Q2","Quantity2",3743599267,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871388,"ENF",12/01/2019,11/12/2024,12,"34511","1,1,2-Trichloroethane","1","Effluent Gross","","",3608262192,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420293,"Q2","Quantity2",3770075134,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871388,"ENF",12/01/2019,11/12/2024,12,"34511","1,1,2-Trichloroethane","1","Effluent Gross","","",3608262193,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420273,"Q1","Quantity1",3770075133,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871378,"ENF",12/01/2019,11/30/2022,12,"34526","Benzo[a]anthracene","1","Effluent Gross","","",3608262173,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748508,"Q1","Quantity1",3716725609,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871378,"ENF",12/01/2019,11/30/2022,12,"34526","Benzo[a]anthracene","1","Effluent Gross","","",3608262172,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748510,"Q2","Quantity2",3716725610,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871378,"ENF",12/01/2019,11/30/2022,12,"34526","Benzo[a]anthracene","1","Effluent Gross","","",3608262172,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418964,"Q2","Quantity2",3743599381,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871378,"ENF",12/01/2019,11/30/2022,12,"34526","Benzo[a]anthracene","1","Effluent Gross","","",3608262173,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418924,"Q1","Quantity1",3743599380,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871378,"ENF",12/01/2019,11/30/2022,12,"34526","Benzo[a]anthracene","1","Effluent Gross","","",3608262173,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420299,"Q1","Quantity1",3770075119,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871378,"ENF",12/01/2019,11/30/2022,12,"34526","Benzo[a]anthracene","1","Effluent Gross","","",3608262172,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420301,"Q2","Quantity2",3770075120,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871405,"ENF",12/01/2019,11/12/2024,12,"34536","1,2-Dichlorobenzene","1","Effluent Gross","","",3608262228,"Q2","Quantity2",19.2,"26","lb/d","01","kg/d",8.7168,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748516,"Q2","Quantity2",3716725572,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871405,"ENF",12/01/2019,11/12/2024,12,"34536","1,2-Dichlorobenzene","1","Effluent Gross","","",3608262229,"Q1","Quantity1",9.1,"26","lb/d","01","kg/d",4.1314,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748513,"Q1","Quantity1",3716725571,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871405,"ENF",12/01/2019,11/12/2024,12,"34536","1,2-Dichlorobenzene","1","Effluent Gross","","",3608262229,"Q1","Quantity1",9.1,"26","lb/d","01","kg/d",4.1314,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418985,"Q1","Quantity1",3743599322,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871405,"ENF",12/01/2019,11/12/2024,12,"34536","1,2-Dichlorobenzene","1","Effluent Gross","","",3608262228,"Q2","Quantity2",19.2,"26","lb/d","01","kg/d",8.7168,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419035,"Q2","Quantity2",3743599323,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871405,"ENF",12/01/2019,11/12/2024,12,"34536","1,2-Dichlorobenzene","1","Effluent Gross","","",3608262228,"Q2","Quantity2",19.2,"26","lb/d","01","kg/d",8.7168,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420323,"Q2","Quantity2",3770075081,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871405,"ENF",12/01/2019,11/12/2024,12,"34536","1,2-Dichlorobenzene","1","Effluent Gross","","",3608262229,"Q1","Quantity1",9.1,"26","lb/d","01","kg/d",4.1314,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420322,"Q1","Quantity1",3770075080,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871402,"ENF",12/01/2019,11/12/2024,12,"34541","1,2-Dichloropropane","1","Effluent Gross","","",3608262222,"Q2","Quantity2",27.2,"26","lb/d","01","kg/d",12.3488,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748532,"Q2","Quantity2",3716725578,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871402,"ENF",12/01/2019,11/12/2024,12,"34541","1,2-Dichloropropane","1","Effluent Gross","","",3608262223,"Q1","Quantity1",18.1,"26","lb/d","01","kg/d",8.2174,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748528,"Q1","Quantity1",3716725577,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871402,"ENF",12/01/2019,11/12/2024,12,"34541","1,2-Dichloropropane","1","Effluent Gross","","",3608262222,"Q2","Quantity2",27.2,"26","lb/d","01","kg/d",12.3488,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419059,"Q2","Quantity2",3743599347,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871402,"ENF",12/01/2019,11/12/2024,12,"34541","1,2-Dichloropropane","1","Effluent Gross","","",3608262223,"Q1","Quantity1",18.1,"26","lb/d","01","kg/d",8.2174,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419040,"Q1","Quantity1",3743599346,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871402,"ENF",12/01/2019,11/12/2024,12,"34541","1,2-Dichloropropane","1","Effluent Gross","","",3608262222,"Q2","Quantity2",27.2,"26","lb/d","01","kg/d",12.3488,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420345,"Q2","Quantity2",3770075085,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871402,"ENF",12/01/2019,11/12/2024,12,"34541","1,2-Dichloropropane","1","Effluent Gross","","",3608262223,"Q1","Quantity1",18.1,"26","lb/d","01","kg/d",8.2174,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420335,"Q1","Quantity1",3770075084,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871379,"ENF",12/01/2019,11/12/2024,12,"34546","trans-1,2-Dichloroethylene","1","Effluent Gross","","",3608262174,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748542,"Q2","Quantity2",3716725606,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871379,"ENF",12/01/2019,11/12/2024,12,"34546","trans-1,2-Dichloroethylene","1","Effluent Gross","","",3608262175,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748538,"Q1","Quantity1",3716725605,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871379,"ENF",12/01/2019,11/12/2024,12,"34546","trans-1,2-Dichloroethylene","1","Effluent Gross","","",3608262174,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419077,"Q2","Quantity2",3743599345,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871379,"ENF",12/01/2019,11/12/2024,12,"34546","trans-1,2-Dichloroethylene","1","Effluent Gross","","",3608262175,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419068,"Q1","Quantity1",3743599344,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871379,"ENF",12/01/2019,11/12/2024,12,"34546","trans-1,2-Dichloroethylene","1","Effluent Gross","","",3608262174,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420377,"Q2","Quantity2",3770075177,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871379,"ENF",12/01/2019,11/12/2024,12,"34546","trans-1,2-Dichloroethylene","1","Effluent Gross","","",3608262175,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420375,"Q1","Quantity1",3770075176,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871397,"ENF",12/01/2019,11/12/2024,12,"34551","1,2,4-Trichlorobenzene","1","Effluent Gross","","",3608262212,"Q2","Quantity2",16.5,"26","lb/d","01","kg/d",7.491,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748560,"Q2","Quantity2",3716725596,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871397,"ENF",12/01/2019,11/12/2024,12,"34551","1,2,4-Trichlorobenzene","1","Effluent Gross","","",3608262213,"Q1","Quantity1",8,"26","lb/d","01","kg/d",3.632,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748558,"Q1","Quantity1",3716725595,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871397,"ENF",12/01/2019,11/12/2024,12,"34551","1,2,4-Trichlorobenzene","1","Effluent Gross","","",3608262213,"Q1","Quantity1",8,"26","lb/d","01","kg/d",3.632,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419097,"Q1","Quantity1",3743599310,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871397,"ENF",12/01/2019,11/12/2024,12,"34551","1,2,4-Trichlorobenzene","1","Effluent Gross","","",3608262212,"Q2","Quantity2",16.5,"26","lb/d","01","kg/d",7.491,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419107,"Q2","Quantity2",3743599311,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871397,"ENF",12/01/2019,11/12/2024,12,"34551","1,2,4-Trichlorobenzene","1","Effluent Gross","","",3608262212,"Q2","Quantity2",16.5,"26","lb/d","01","kg/d",7.491,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420383,"Q2","Quantity2",3770075146,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871397,"ENF",12/01/2019,11/12/2024,12,"34551","1,2,4-Trichlorobenzene","1","Effluent Gross","","",3608262213,"Q1","Quantity1",8,"26","lb/d","01","kg/d",3.632,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420380,"Q1","Quantity1",3770075145,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871377,"ENF",12/01/2019,11/12/2024,12,"34566","1,3-Dichlorobenzene","1","Effluent Gross","","",3608262170,"Q2","Quantity2",5.2,"26","lb/d","01","kg/d",2.3608,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748569,"Q2","Quantity2",3716725554,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871377,"ENF",12/01/2019,11/12/2024,12,"34566","1,3-Dichlorobenzene","1","Effluent Gross","","",3608262171,"Q1","Quantity1",3.7,"26","lb/d","01","kg/d",1.6798,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748565,"Q1","Quantity1",3716725553,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871377,"ENF",12/01/2019,11/12/2024,12,"34566","1,3-Dichlorobenzene","1","Effluent Gross","","",3608262171,"Q1","Quantity1",3.7,"26","lb/d","01","kg/d",1.6798,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419110,"Q1","Quantity1",3743599382,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871377,"ENF",12/01/2019,11/12/2024,12,"34566","1,3-Dichlorobenzene","1","Effluent Gross","","",3608262170,"Q2","Quantity2",5.2,"26","lb/d","01","kg/d",2.3608,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419113,"Q2","Quantity2",3743599383,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871377,"ENF",12/01/2019,11/12/2024,12,"34566","1,3-Dichlorobenzene","1","Effluent Gross","","",3608262171,"Q1","Quantity1",3.7,"26","lb/d","01","kg/d",1.6798,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420385,"Q1","Quantity1",3770075088,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871377,"ENF",12/01/2019,11/12/2024,12,"34566","1,3-Dichlorobenzene","1","Effluent Gross","","",3608262170,"Q2","Quantity2",5.2,"26","lb/d","01","kg/d",2.3608,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420387,"Q2","Quantity2",3770075089,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871381,"ENF",12/01/2019,11/12/2024,12,"34571","1,4-Dichlorobenzene","1","Effluent Gross","","",3608262179,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748597,"Q1","Quantity1",3716725567,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871381,"ENF",12/01/2019,11/12/2024,12,"34571","1,4-Dichlorobenzene","1","Effluent Gross","","",3608262178,"Q2","Quantity2",3.3,"26","lb/d","01","kg/d",1.4982,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748600,"Q2","Quantity2",3716725568,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871381,"ENF",12/01/2019,11/12/2024,12,"34571","1,4-Dichlorobenzene","1","Effluent Gross","","",3608262179,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419127,"Q1","Quantity1",3743599362,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871381,"ENF",12/01/2019,11/12/2024,12,"34571","1,4-Dichlorobenzene","1","Effluent Gross","","",3608262178,"Q2","Quantity2",3.3,"26","lb/d","01","kg/d",1.4982,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419140,"Q2","Quantity2",3743599363,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871381,"ENF",12/01/2019,11/12/2024,12,"34571","1,4-Dichlorobenzene","1","Effluent Gross","","",3608262178,"Q2","Quantity2",3.3,"26","lb/d","01","kg/d",1.4982,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420430,"Q2","Quantity2",3770075197,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871381,"ENF",12/01/2019,11/12/2024,12,"34571","1,4-Dichlorobenzene","1","Effluent Gross","","",3608262179,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420421,"Q1","Quantity1",3770075196,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871383,"ENF",12/01/2019,11/12/2024,12,"34586","2-Chlorophenol","1","Effluent Gross","","",3608262182,"Q2","Quantity2",11.6,"26","lb/d","01","kg/d",5.2664,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748615,"Q2","Quantity2",3716725515,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871383,"ENF",12/01/2019,11/12/2024,12,"34586","2-Chlorophenol","1","Effluent Gross","","",3608262183,"Q1","Quantity1",3.7,"26","lb/d","01","kg/d",1.6798,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748611,"Q1","Quantity1",3716725514,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871383,"ENF",12/01/2019,11/12/2024,12,"34586","2-Chlorophenol","1","Effluent Gross","","",3608262182,"Q2","Quantity2",11.6,"26","lb/d","01","kg/d",5.2664,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419157,"Q2","Quantity2",3743599367,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871383,"ENF",12/01/2019,11/12/2024,12,"34586","2-Chlorophenol","1","Effluent Gross","","",3608262183,"Q1","Quantity1",3.7,"26","lb/d","01","kg/d",1.6798,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419144,"Q1","Quantity1",3743599366,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871383,"ENF",12/01/2019,11/12/2024,12,"34586","2-Chlorophenol","1","Effluent Gross","","",3608262183,"Q1","Quantity1",3.7,"26","lb/d","01","kg/d",1.6798,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420442,"Q1","Quantity1",3770075188,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871383,"ENF",12/01/2019,11/12/2024,12,"34586","2-Chlorophenol","1","Effluent Gross","","",3608262182,"Q2","Quantity2",11.6,"26","lb/d","01","kg/d",5.2664,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420447,"Q2","Quantity2",3770075190,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871384,"ENF",12/01/2019,11/12/2024,12,"34591","2-Nitrophenol","1","Effluent Gross","","",3608262185,"Q1","Quantity1",4.8,"26","lb/d","01","kg/d",2.1792,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748630,"Q1","Quantity1",3716725549,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871384,"ENF",12/01/2019,11/12/2024,12,"34591","2-Nitrophenol","1","Effluent Gross","","",3608262184,"Q2","Quantity2",8.1,"26","lb/d","01","kg/d",3.6774,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748635,"Q2","Quantity2",3716725550,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871384,"ENF",12/01/2019,11/12/2024,12,"34591","2-Nitrophenol","1","Effluent Gross","","",3608262185,"Q1","Quantity1",4.8,"26","lb/d","01","kg/d",2.1792,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419165,"Q1","Quantity1",3743599352,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871384,"ENF",12/01/2019,11/12/2024,12,"34591","2-Nitrophenol","1","Effluent Gross","","",3608262184,"Q2","Quantity2",8.1,"26","lb/d","01","kg/d",3.6774,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419169,"Q2","Quantity2",3743599353,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871384,"ENF",12/01/2019,11/12/2024,12,"34591","2-Nitrophenol","1","Effluent Gross","","",3608262185,"Q1","Quantity1",4.8,"26","lb/d","01","kg/d",2.1792,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420452,"Q1","Quantity1",3770075174,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871384,"ENF",12/01/2019,11/12/2024,12,"34591","2-Nitrophenol","1","Effluent Gross","","",3608262184,"Q2","Quantity2",8.1,"26","lb/d","01","kg/d",3.6774,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420470,"Q2","Quantity2",3770075175,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871376,"ENF",12/01/2019,11/12/2024,12,"34601","2,4-Dichlorophenol","1","Effluent Gross","","",3608262169,"Q1","Quantity1",4.6,"26","lb/d","01","kg/d",2.0884,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748648,"Q1","Quantity1",3716725597,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871376,"ENF",12/01/2019,11/12/2024,12,"34601","2,4-Dichlorophenol","1","Effluent Gross","","",3608262168,"Q2","Quantity2",13.2,"26","lb/d","01","kg/d",5.9928,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748657,"Q2","Quantity2",3716725598,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871376,"ENF",12/01/2019,11/12/2024,12,"34601","2,4-Dichlorophenol","1","Effluent Gross","","",3608262168,"Q2","Quantity2",13.2,"26","lb/d","01","kg/d",5.9928,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419185,"Q2","Quantity2",3743599327,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871376,"ENF",12/01/2019,11/12/2024,12,"34601","2,4-Dichlorophenol","1","Effluent Gross","","",3608262169,"Q1","Quantity1",4.6,"26","lb/d","01","kg/d",2.0884,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419173,"Q1","Quantity1",3743599326,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871376,"ENF",12/01/2019,11/12/2024,12,"34601","2,4-Dichlorophenol","1","Effluent Gross","","",3608262169,"Q1","Quantity1",4.6,"26","lb/d","01","kg/d",2.0884,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420475,"Q1","Quantity1",3770075111,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871376,"ENF",12/01/2019,11/12/2024,12,"34601","2,4-Dichlorophenol","1","Effluent Gross","","",3608262168,"Q2","Quantity2",13.2,"26","lb/d","01","kg/d",5.9928,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420476,"Q2","Quantity2",3770075112,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871370,"ENF",12/01/2019,11/12/2024,12,"34606","2,4-Dimethylphenol","1","Effluent Gross","","",3608262157,"Q2","Quantity2",4.3,"26","lb/d","01","kg/d",1.9522,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748685,"Q2","Quantity2",3716725531,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871370,"ENF",12/01/2019,11/12/2024,12,"34606","2,4-Dimethylphenol","1","Effluent Gross","","",3608262158,"Q1","Quantity1",2.1,"26","lb/d","01","kg/d",.9534,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748678,"Q1","Quantity1",3716725530,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871370,"ENF",12/01/2019,11/12/2024,12,"34606","2,4-Dimethylphenol","1","Effluent Gross","","",3608262157,"Q2","Quantity2",4.3,"26","lb/d","01","kg/d",1.9522,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419209,"Q2","Quantity2",3743599274,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871370,"ENF",12/01/2019,11/12/2024,12,"34606","2,4-Dimethylphenol","1","Effluent Gross","","",3608262158,"Q1","Quantity1",2.1,"26","lb/d","01","kg/d",.9534,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419206,"Q1","Quantity1",3743599273,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871370,"ENF",12/01/2019,11/12/2024,12,"34606","2,4-Dimethylphenol","1","Effluent Gross","","",3608262157,"Q2","Quantity2",4.3,"26","lb/d","01","kg/d",1.9522,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420487,"Q2","Quantity2",3770075132,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871370,"ENF",12/01/2019,11/12/2024,12,"34606","2,4-Dimethylphenol","1","Effluent Gross","","",3608262158,"Q1","Quantity1",2.1,"26","lb/d","01","kg/d",.9534,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420484,"Q1","Quantity1",3770075131,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871406,"ENF",12/01/2019,11/12/2024,12,"34611","2,4-Dinitrotoluene","1","Effluent Gross","","",3608262230,"Q2","Quantity2",33.7,"26","lb/d","01","kg/d",15.2998,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748716,"Q2","Quantity2",3716725588,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871406,"ENF",12/01/2019,11/12/2024,12,"34611","2,4-Dinitrotoluene","1","Effluent Gross","","",3608262231,"Q1","Quantity1",13.3,"26","lb/d","01","kg/d",6.0382,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748709,"Q1","Quantity1",3716725587,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871406,"ENF",12/01/2019,11/12/2024,12,"34611","2,4-Dinitrotoluene","1","Effluent Gross","","",3608262230,"Q2","Quantity2",33.7,"26","lb/d","01","kg/d",15.2998,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419219,"Q2","Quantity2",3743599361,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871406,"ENF",12/01/2019,11/12/2024,12,"34611","2,4-Dinitrotoluene","1","Effluent Gross","","",3608262231,"Q1","Quantity1",13.3,"26","lb/d","01","kg/d",6.0382,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419216,"Q1","Quantity1",3743599360,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871406,"ENF",12/01/2019,11/12/2024,12,"34611","2,4-Dinitrotoluene","1","Effluent Gross","","",3608262230,"Q2","Quantity2",33.7,"26","lb/d","01","kg/d",15.2998,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420538,"Q2","Quantity2",3770075158,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871406,"ENF",12/01/2019,11/12/2024,12,"34611","2,4-Dinitrotoluene","1","Effluent Gross","","",3608262231,"Q1","Quantity1",13.3,"26","lb/d","01","kg/d",6.0382,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420504,"Q1","Quantity1",3770075157,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871392,"ENF",12/01/2019,11/12/2024,12,"34616","2,4-Dinitrophenol","1","Effluent Gross","","",3608262201,"Q1","Quantity1",8.4,"26","lb/d","01","kg/d",3.8136,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748742,"Q1","Quantity1",3716725589,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871392,"ENF",12/01/2019,11/12/2024,12,"34616","2,4-Dinitrophenol","1","Effluent Gross","","",3608262200,"Q2","Quantity2",14.5,"26","lb/d","01","kg/d",6.583,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748744,"Q2","Quantity2",3716725590,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871392,"ENF",12/01/2019,11/12/2024,12,"34616","2,4-Dinitrophenol","1","Effluent Gross","","",3608262201,"Q1","Quantity1",8.4,"26","lb/d","01","kg/d",3.8136,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419236,"Q1","Quantity1",3743599350,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871392,"ENF",12/01/2019,11/12/2024,12,"34616","2,4-Dinitrophenol","1","Effluent Gross","","",3608262200,"Q2","Quantity2",14.5,"26","lb/d","01","kg/d",6.583,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419239,"Q2","Quantity2",3743599351,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871392,"ENF",12/01/2019,11/12/2024,12,"34616","2,4-Dinitrophenol","1","Effluent Gross","","",3608262201,"Q1","Quantity1",8.4,"26","lb/d","01","kg/d",3.8136,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420544,"Q1","Quantity1",3770075153,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871392,"ENF",12/01/2019,11/12/2024,12,"34616","2,4-Dinitrophenol","1","Effluent Gross","","",3608262200,"Q2","Quantity2",14.5,"26","lb/d","01","kg/d",6.583,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420547,"Q2","Quantity2",3770075154,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871390,"ENF",12/01/2019,11/12/2024,12,"34626","2,6-Dinitrotoluene","1","Effluent Gross","","",3608262196,"Q2","Quantity2",75.7,"26","lb/d","01","kg/d",34.3678,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748757,"Q2","Quantity2",3716725614,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871390,"ENF",12/01/2019,11/12/2024,12,"34626","2,6-Dinitrotoluene","1","Effluent Gross","","",3608262197,"Q1","Quantity1",30.1,"26","lb/d","01","kg/d",13.6654,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748755,"Q1","Quantity1",3716725613,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871390,"ENF",12/01/2019,11/12/2024,12,"34626","2,6-Dinitrotoluene","1","Effluent Gross","","",3608262196,"Q2","Quantity2",75.7,"26","lb/d","01","kg/d",34.3678,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419252,"Q2","Quantity2",3743599335,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871390,"ENF",12/01/2019,11/12/2024,12,"34626","2,6-Dinitrotoluene","1","Effluent Gross","","",3608262197,"Q1","Quantity1",30.1,"26","lb/d","01","kg/d",13.6654,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419247,"Q1","Quantity1",3743599334,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871390,"ENF",12/01/2019,11/12/2024,12,"34626","2,6-Dinitrotoluene","1","Effluent Gross","","",3608262196,"Q2","Quantity2",75.7,"26","lb/d","01","kg/d",34.3678,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420557,"Q2","Quantity2",3770075116,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871390,"ENF",12/01/2019,11/12/2024,12,"34626","2,6-Dinitrotoluene","1","Effluent Gross","","",3608262197,"Q1","Quantity1",30.1,"26","lb/d","01","kg/d",13.6654,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420549,"Q1","Quantity1",3770075115,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871412,"ENF",12/01/2019,11/12/2024,12,"34646","4-Nitrophenol","1","Effluent Gross","","",3608262242,"Q2","Quantity2",14.6,"26","lb/d","01","kg/d",6.6284,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748770,"Q2","Quantity2",3716725558,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871412,"ENF",12/01/2019,11/12/2024,12,"34646","4-Nitrophenol","1","Effluent Gross","","",3608262243,"Q1","Quantity1",8.5,"26","lb/d","01","kg/d",3.859,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748761,"Q1","Quantity1",3716725557,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871412,"ENF",12/01/2019,11/12/2024,12,"34646","4-Nitrophenol","1","Effluent Gross","","",3608262242,"Q2","Quantity2",14.6,"26","lb/d","01","kg/d",6.6284,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419299,"Q2","Quantity2",3743599373,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871412,"ENF",12/01/2019,11/12/2024,12,"34646","4-Nitrophenol","1","Effluent Gross","","",3608262243,"Q1","Quantity1",8.5,"26","lb/d","01","kg/d",3.859,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419291,"Q1","Quantity1",3743599372,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871412,"ENF",12/01/2019,11/12/2024,12,"34646","4-Nitrophenol","1","Effluent Gross","","",3608262242,"Q2","Quantity2",14.6,"26","lb/d","01","kg/d",6.6284,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420579,"Q2","Quantity2",3770075166,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871412,"ENF",12/01/2019,11/12/2024,12,"34646","4-Nitrophenol","1","Effluent Gross","","",3608262243,"Q1","Quantity1",8.5,"26","lb/d","01","kg/d",3.859,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420565,"Q1","Quantity1",3770075165,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871409,"ENF",12/01/2019,11/12/2024,12,"34657","4,6-Dinitro-o-cresol","1","Effluent Gross","","",3608262236,"Q2","Quantity2",32.7,"26","lb/d","01","kg/d",14.8458,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748836,"Q2","Quantity2",3716725525,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871409,"ENF",12/01/2019,11/12/2024,12,"34657","4,6-Dinitro-o-cresol","1","Effluent Gross","","",3608262237,"Q1","Quantity1",9.2,"26","lb/d","01","kg/d",4.1768,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748818,"Q1","Quantity1",3716725524,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871409,"ENF",12/01/2019,11/12/2024,12,"34657","4,6-Dinitro-o-cresol","1","Effluent Gross","","",3608262236,"Q2","Quantity2",32.7,"26","lb/d","01","kg/d",14.8458,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419326,"Q2","Quantity2",3743599321,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871409,"ENF",12/01/2019,11/12/2024,12,"34657","4,6-Dinitro-o-cresol","1","Effluent Gross","","",3608262237,"Q1","Quantity1",9.2,"26","lb/d","01","kg/d",4.1768,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419312,"Q1","Quantity1",3743599320,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871409,"ENF",12/01/2019,11/12/2024,12,"34657","4,6-Dinitro-o-cresol","1","Effluent Gross","","",3608262236,"Q2","Quantity2",32.7,"26","lb/d","01","kg/d",14.8458,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420611,"Q2","Quantity2",3770075110,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871409,"ENF",12/01/2019,11/12/2024,12,"34657","4,6-Dinitro-o-cresol","1","Effluent Gross","","",3608262237,"Q1","Quantity1",9.2,"26","lb/d","01","kg/d",4.1768,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420590,"Q1","Quantity1",3770075109,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871403,"ENF",12/01/2019,11/12/2024,12,"34694","Phenol","1","Effluent Gross","","",3608262224,"Q2","Quantity2",3.1,"26","lb/d","01","kg/d",1.4074,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748888,"Q2","Quantity2",3716725622,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871403,"ENF",12/01/2019,11/12/2024,12,"34694","Phenol","1","Effluent Gross","","",3608262225,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748885,"Q1","Quantity1",3716725621,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871403,"ENF",12/01/2019,11/12/2024,12,"34694","Phenol","1","Effluent Gross","","",3608262225,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419349,"Q1","Quantity1",3743599288,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871403,"ENF",12/01/2019,11/12/2024,12,"34694","Phenol","1","Effluent Gross","","",3608262224,"Q2","Quantity2",3.1,"26","lb/d","01","kg/d",1.4074,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419351,"Q2","Quantity2",3743599289,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871403,"ENF",12/01/2019,11/12/2024,12,"34694","Phenol","1","Effluent Gross","","",3608262224,"Q2","Quantity2",3.1,"26","lb/d","01","kg/d",1.4074,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420669,"Q2","Quantity2",3770075078,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871403,"ENF",12/01/2019,11/12/2024,12,"34694","Phenol","1","Effluent Gross","","",3608262225,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420652,"Q1","Quantity1",3770075076,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871389,"ENF",12/01/2019,11/12/2024,12,"34696","Naphthalene","1","Effluent Gross","","",3608262195,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748897,"Q1","Quantity1",3716725536,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871389,"ENF",12/01/2019,11/12/2024,12,"34696","Naphthalene","1","Effluent Gross","","",3608262194,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748908,"Q2","Quantity2",3716725537,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871389,"ENF",12/01/2019,11/12/2024,12,"34696","Naphthalene","1","Effluent Gross","","",3608262194,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419377,"Q2","Quantity2",3743599307,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871389,"ENF",12/01/2019,11/12/2024,12,"34696","Naphthalene","1","Effluent Gross","","",3608262195,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419375,"Q1","Quantity1",3743599306,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871389,"ENF",12/01/2019,11/12/2024,12,"34696","Naphthalene","1","Effluent Gross","","",3608262194,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420677,"Q2","Quantity2",3770075173,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871389,"ENF",12/01/2019,11/12/2024,12,"34696","Naphthalene","1","Effluent Gross","","",3608262195,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420676,"Q1","Quantity1",3770075172,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871393,"ENF",12/01/2019,11/12/2024,12,"39100","Di[2-ethylhexyl] phthalate [DEHP]","1","Effluent Gross","","",3608262202,"Q2","Quantity2",32.9,"26","lb/d","01","kg/d",14.9366,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748922,"Q2","Quantity2",3716725570,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871393,"ENF",12/01/2019,11/12/2024,12,"39100","Di[2-ethylhexyl] phthalate [DEHP]","1","Effluent Gross","","",3608262203,"Q1","Quantity1",12.2,"26","lb/d","01","kg/d",5.5388,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748917,"Q1","Quantity1",3716725569,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871393,"ENF",12/01/2019,11/12/2024,12,"39100","Di[2-ethylhexyl] phthalate [DEHP]","1","Effluent Gross","","",3608262202,"Q2","Quantity2",32.9,"26","lb/d","01","kg/d",14.9366,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419393,"Q2","Quantity2",3743599337,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871393,"ENF",12/01/2019,11/12/2024,12,"39100","Di[2-ethylhexyl] phthalate [DEHP]","1","Effluent Gross","","",3608262203,"Q1","Quantity1",12.2,"26","lb/d","01","kg/d",5.5388,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419380,"Q1","Quantity1",3743599336,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871393,"ENF",12/01/2019,11/12/2024,12,"39100","Di[2-ethylhexyl] phthalate [DEHP]","1","Effluent Gross","","",3608262202,"Q2","Quantity2",32.9,"26","lb/d","01","kg/d",14.9366,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420710,"Q2","Quantity2",3770075195,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871393,"ENF",12/01/2019,11/12/2024,12,"39100","Di[2-ethylhexyl] phthalate [DEHP]","1","Effluent Gross","","",3608262203,"Q1","Quantity1",12.2,"26","lb/d","01","kg/d",5.5388,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420688,"Q1","Quantity1",3770075194,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871399,"ENF",12/01/2019,11/12/2024,12,"39110","Di-n-butyl phthalate","1","Effluent Gross","","",3608262216,"Q2","Quantity2",6.7,"26","lb/d","01","kg/d",3.0418,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748930,"Q2","Quantity2",3716725580,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871399,"ENF",12/01/2019,11/12/2024,12,"39110","Di-n-butyl phthalate","1","Effluent Gross","","",3608262217,"Q1","Quantity1",3.2,"26","lb/d","01","kg/d",1.4528,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748925,"Q1","Quantity1",3716725579,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871399,"ENF",12/01/2019,11/12/2024,12,"39110","Di-n-butyl phthalate","1","Effluent Gross","","",3608262216,"Q2","Quantity2",6.7,"26","lb/d","01","kg/d",3.0418,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419438,"Q2","Quantity2",3743599325,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871399,"ENF",12/01/2019,11/12/2024,12,"39110","Di-n-butyl phthalate","1","Effluent Gross","","",3608262217,"Q1","Quantity1",3.2,"26","lb/d","01","kg/d",1.4528,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419405,"Q1","Quantity1",3743599324,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871399,"ENF",12/01/2019,11/12/2024,12,"39110","Di-n-butyl phthalate","1","Effluent Gross","","",3608262216,"Q2","Quantity2",6.7,"26","lb/d","01","kg/d",3.0418,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420739,"Q2","Quantity2",3770075108,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871399,"ENF",12/01/2019,11/12/2024,12,"39110","Di-n-butyl phthalate","1","Effluent Gross","","",3608262217,"Q1","Quantity1",3.2,"26","lb/d","01","kg/d",1.4528,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420730,"Q1","Quantity1",3770075107,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871359,"ENF",12/01/2019,11/12/2024,12,"39175","Vinyl chloride","1","Effluent Gross","","",3608262135,"Q2","Quantity2",31.6,"26","lb/d","01","kg/d",14.3464,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748938,"Q2","Quantity2",3716725529,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871359,"ENF",12/01/2019,11/12/2024,12,"39175","Vinyl chloride","1","Effluent Gross","","",3608262136,"Q1","Quantity1",12.3,"26","lb/d","01","kg/d",5.5842,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748936,"Q1","Quantity1",3716725528,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871359,"ENF",12/01/2019,11/12/2024,12,"39175","Vinyl chloride","1","Effluent Gross","","",3608262135,"Q2","Quantity2",31.6,"26","lb/d","01","kg/d",14.3464,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419443,"Q2","Quantity2",3743599343,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871359,"ENF",12/01/2019,11/12/2024,12,"39175","Vinyl chloride","1","Effluent Gross","","",3608262136,"Q1","Quantity1",12.3,"26","lb/d","01","kg/d",5.5842,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419441,"Q1","Quantity1",3743599342,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871359,"ENF",12/01/2019,11/12/2024,12,"39175","Vinyl chloride","1","Effluent Gross","","",3608262135,"Q2","Quantity2",31.6,"26","lb/d","01","kg/d",14.3464,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420781,"Q2","Quantity2",3770075160,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871359,"ENF",12/01/2019,11/12/2024,12,"39175","Vinyl chloride","1","Effluent Gross","","",3608262136,"Q1","Quantity1",12.3,"26","lb/d","01","kg/d",5.5842,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420777,"Q1","Quantity1",3770075159,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871404,"ENF",12/01/2019,11/12/2024,12,"39180","Trichloroethylene","1","Effluent Gross","","",3608262227,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748942,"Q1","Quantity1",3716725555,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871404,"ENF",12/01/2019,11/12/2024,12,"39180","Trichloroethylene","1","Effluent Gross","","",3608262226,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748947,"Q2","Quantity2",3716725556,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871404,"ENF",12/01/2019,11/12/2024,12,"39180","Trichloroethylene","1","Effluent Gross","","",3608262227,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419465,"Q1","Quantity1",3743599354,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871404,"ENF",12/01/2019,11/12/2024,12,"39180","Trichloroethylene","1","Effluent Gross","","",3608262226,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419467,"Q2","Quantity2",3743599355,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871404,"ENF",12/01/2019,11/12/2024,12,"39180","Trichloroethylene","1","Effluent Gross","","",3608262227,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420784,"Q1","Quantity1",3770075198,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871404,"ENF",12/01/2019,11/12/2024,12,"39180","Trichloroethylene","1","Effluent Gross","","",3608262226,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420801,"Q2","Quantity2",3770075199,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871355,"ENF",12/01/2019,11/30/2022,12,"39700","Hexachlorobenzene","1","Effluent Gross","","",3608262128,"Q1","Quantity1",.03,"26","lb/d","01","kg/d",.01362,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762748972,"Q1","Quantity1",3716725534,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871355,"ENF",12/01/2019,11/30/2022,12,"39700","Hexachlorobenzene","1","Effluent Gross","","",3608262127,"Q2","Quantity2",.06,"26","lb/d","01","kg/d",.02724,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762748977,"Q2","Quantity2",3716725535,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871355,"ENF",12/01/2019,11/30/2022,12,"39700","Hexachlorobenzene","1","Effluent Gross","","",3608262128,"Q1","Quantity1",.03,"26","lb/d","01","kg/d",.01362,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419484,"Q1","Quantity1",3743599290,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871355,"ENF",12/01/2019,11/30/2022,12,"39700","Hexachlorobenzene","1","Effluent Gross","","",3608262127,"Q2","Quantity2",.06,"26","lb/d","01","kg/d",.02724,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419508,"Q2","Quantity2",3743599291,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871355,"ENF",12/01/2019,11/30/2022,12,"39700","Hexachlorobenzene","1","Effluent Gross","","",3608262128,"Q1","Quantity1",.03,"26","lb/d","01","kg/d",.01362,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420806,"Q1","Quantity1",3770075139,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871355,"ENF",12/01/2019,11/30/2022,12,"39700","Hexachlorobenzene","1","Effluent Gross","","",3608262127,"Q2","Quantity2",.06,"26","lb/d","01","kg/d",.02724,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420808,"Q2","Quantity2",3770075140,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339809,"ENF",08/01/2014,07/01/2019,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3402082297,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3610999068,10/31/2019,3762742320,"Q1","Quantity1",3699866115,15.302,"03","MGD",15.302,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339809,"ENF",08/01/2014,07/01/2019,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3402082296,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3610999068,10/31/2019,3762742331,"Q2","Quantity2",3699866116,17.961,"03","MGD",17.961,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339809,"ENF",08/01/2014,07/01/2019,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3402082297,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3610999089,11/30/2019,3762742641,"Q1","Quantity1",3702075131,16.966,"03","MGD",16.966,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339809,"ENF",08/01/2014,07/01/2019,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3402082296,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3610999089,11/30/2019,3762742647,"Q2","Quantity2",3702075132,18.301,"03","MGD",18.301,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3610999109,12/31/2019,3762743008,"Q2","Quantity2",3703227510,18.589,"03","MGD",18.589,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3610999109,12/31/2019,3762743004,"Q1","Quantity1",3703227509,16.045,"03","MGD",16.045,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3610999150,01/31/2020,3762743426,"Q1","Quantity1",3708949223,16.124,"03","MGD",16.124,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3610999150,01/31/2020,3762743456,"Q2","Quantity2",3708949224,18.224,"03","MGD",18.224,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3610999191,02/29/2020,3762743809,"Q2","Quantity2",3710196468,15.158,"03","MGD",15.158,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3610999191,02/29/2020,3762743800,"Q1","Quantity1",3710196467,13.205,"03","MGD",13.205,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3610999221,03/31/2020,3762744227,"Q2","Quantity2",3711210451,17.335,"03","MGD",17.335,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3610999221,03/31/2020,3762744224,"Q1","Quantity1",3711210450,15.844,"03","MGD",15.844,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3610999239,04/30/2020,3762744522,"Q1","Quantity1",3714131791,15.693,"03","MGD",15.693,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3610999239,04/30/2020,3762744525,"Q2","Quantity2",3714131792,16.479,"03","MGD",16.479,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3610999259,05/31/2020,3762745007,"Q1","Quantity1",3715569249,15.557,"03","MGD",15.557,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3610999259,05/31/2020,3762745011,"Q2","Quantity2",3715569250,17.37,"03","MGD",17.37,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3610999289,06/30/2020,3762745306,"Q1","Quantity1",3716725209,17.022,"03","MGD",17.022,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3610999289,06/30/2020,3762745310,"Q2","Quantity2",3716725210,17.673,"03","MGD",17.673,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3610999325,07/31/2020,3762745682,"Q1","Quantity1",3718641296,16.602,"03","MGD",16.602,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3610999325,07/31/2020,3762745685,"Q2","Quantity2",3718641297,17.886,"03","MGD",17.886,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3610999355,08/31/2020,3762745951,"Q2","Quantity2",3721576827,17.247,"03","MGD",17.247,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3610999355,08/31/2020,3762745948,"Q1","Quantity1",3721576826,14.538,"03","MGD",14.538,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614077942,09/30/2020,3804412835,"Q2","Quantity2",3723052553,15.356,"03","MGD",15.356,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614077942,09/30/2020,3804412830,"Q1","Quantity1",3723052552,13.552,"03","MGD",13.552,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078001,10/31/2020,3804413265,"Q2","Quantity2",3726161988,17.291,"03","MGD",17.291,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078001,10/31/2020,3804413258,"Q1","Quantity1",3726161987,15.913,"03","MGD",15.913,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078041,11/30/2020,3804413632,"Q2","Quantity2",3727569156,17.171,"03","MGD",17.171,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078041,11/30/2020,3804413629,"Q1","Quantity1",3727569155,13.867,"03","MGD",13.867,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078070,12/31/2020,3804414188,"Q2","Quantity2",3730654287,17.727,"03","MGD",17.727,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078070,12/31/2020,3804414156,"Q1","Quantity1",3730654286,15.381,"03","MGD",15.381,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414548,"Q2","Quantity2",3732988583,17.459,"03","MGD",17.459,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414536,"Q1","Quantity1",3732988582,15.69,"03","MGD",15.69,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804415001,"Q2","Quantity2",3735458691,16.818,"03","MGD",16.818,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414993,"Q1","Quantity1",3735458689,14.584,"03","MGD",14.584,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415405,"Q2","Quantity2",3736815128,16.711,"03","MGD",16.711,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415400,"Q1","Quantity1",3736815127,15.698,"03","MGD",15.698,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415705,"Q1","Quantity1",3738923730,15.707,"03","MGD",15.707,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415712,"Q2","Quantity2",3738923731,17.958,"03","MGD",17.958,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804416099,"Q2","Quantity2",3742516969,18.458,"03","MGD",18.458,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804416041,"Q1","Quantity1",3742516968,14.605,"03","MGD",14.605,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416565,"Q2","Quantity2",3743599218,18.491,"03","MGD",18.491,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416536,"Q1","Quantity1",3743599217,16.274,"03","MGD",16.274,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416947,"Q1","Quantity1",3745559066,17.453,"03","MGD",17.453,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416975,"Q2","Quantity2",3745559067,18.793,"03","MGD",18.793,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417427,"Q2","Quantity2",3748394599,18.683,"03","MGD",18.683,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417424,"Q1","Quantity1",3748394598,17.613,"03","MGD",17.613,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417868,"Q1","Quantity1",3749790587,14.435,"03","MGD",14.435,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417871,"Q2","Quantity2",3749790589,17.645,"03","MGD",17.645,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815400081,"Q2","Quantity2",3752959397,17.537,"03","MGD",17.537,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815400068,"Q1","Quantity1",3752959396,16.081,"03","MGD",16.081,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400486,"Q1","Quantity1",3753958344,14.46,"03","MGD",14.46,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400488,"Q2","Quantity2",3753958345,16.032,"03","MGD",16.032,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400727,"Q2","Quantity2",3755741424,15.556,"03","MGD",15.556,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400725,"Q1","Quantity1",3755741423,12.972,"03","MGD",12.972,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400953,"Q1","Quantity1",3758753123,12.56,"03","MGD",12.56,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400956,"Q2","Quantity2",3758753124,13.954,"03","MGD",13.954,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401146,"Q1","Quantity1",3762309441,12.388,"03","MGD",12.388,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401162,"Q2","Quantity2",3762309442,14.073,"03","MGD",14.073,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401345,"Q1","Quantity1",3763766795,12.4,"03","MGD",12.4,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401354,"Q2","Quantity2",3763766796,14.371,"03","MGD",14.371,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401537,"Q2","Quantity2",3765380702,14.256,"03","MGD",14.256,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401529,"Q1","Quantity1",3765380701,12.386,"03","MGD",12.386,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401781,"Q1","Quantity1",3768378145,12.488,"03","MGD",12.488,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401784,"Q2","Quantity2",3768378146,15.66,"03","MGD",15.66,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401924,"Q2","Quantity2",3770074906,13.828,"03","MGD",13.828,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401905,"Q1","Quantity1",3770074905,12.471,"03","MGD",12.471,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402126,"Q1","Quantity1",3773198802,13.728,"03","MGD",13.728,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402128,"Q2","Quantity2",3773198803,15.167,"03","MGD",15.167,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402374,"Q2","Quantity2",3774643773,15.247,"03","MGD",15.247,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402369,"Q1","Quantity1",3774643772,13.248,"03","MGD",13.248,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402551,"Q2","Quantity2",3776107015,15.651,"03","MGD",15.651,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402548,"Q1","Quantity1",3776107014,14.234,"03","MGD",14.234,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402739,"Q1","Quantity1",3779355029,13.16,"03","MGD",13.16,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402740,"Q2","Quantity2",3779355030,15.819,"03","MGD",15.819,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402918,"Q2","Quantity2",3781185031,17.449,"03","MGD",17.449,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402904,"Q1","Quantity1",3781185029,14.978,"03","MGD",14.978,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403074,"Q1","Quantity1",3782488218,17.095,"03","MGD",17.095,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403079,"Q2","Quantity2",3782488220,18.091,"03","MGD",18.091,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403302,"Q2","Quantity2",3786078728,18.874,"03","MGD",18.874,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403300,"Q1","Quantity1",3786078727,17.714,"03","MGD",17.714,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871372,"ENF",12/01/2019,11/12/2024,12,"51044","1,3-Dichloropropylene","1","Effluent Gross","","",3608262160,"Q2","Quantity2",5.2,"26","lb/d","01","kg/d",2.3608,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762749010,"Q2","Quantity2",3716725523,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871372,"ENF",12/01/2019,11/12/2024,12,"51044","1,3-Dichloropropylene","1","Effluent Gross","","",3608262161,"Q1","Quantity1",3.4,"26","lb/d","01","kg/d",1.5436,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762749007,"Q1","Quantity1",3716725522,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871372,"ENF",12/01/2019,11/12/2024,12,"51044","1,3-Dichloropropylene","1","Effluent Gross","","",3608262161,"Q1","Quantity1",3.4,"26","lb/d","01","kg/d",1.5436,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419533,"Q1","Quantity1",3743599262,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871372,"ENF",12/01/2019,11/12/2024,12,"51044","1,3-Dichloropropylene","1","Effluent Gross","","",3608262160,"Q2","Quantity2",5.2,"26","lb/d","01","kg/d",2.3608,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419536,"Q2","Quantity2",3743599263,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871372,"ENF",12/01/2019,11/12/2024,12,"51044","1,3-Dichloropropylene","1","Effluent Gross","","",3608262160,"Q2","Quantity2",5.2,"26","lb/d","01","kg/d",2.3608,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420835,"Q2","Quantity2",3770075093,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871372,"ENF",12/01/2019,11/12/2024,12,"51044","1,3-Dichloropropylene","1","Effluent Gross","","",3608262161,"Q1","Quantity1",3.4,"26","lb/d","01","kg/d",1.5436,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420829,"Q1","Quantity1",3770075092,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401340574,"ENF",08/01/2017,07/01/2019,1,"61211","Enterococci","1","Effluent Gross","","",3402083793,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3610999068,10/31/2019,3762742339,"C3","Concentration3",3699866063,6,"3Z","CFU/100mL",6,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401340574,"ENF",08/01/2017,07/01/2019,1,"61211","Enterococci","1","Effluent Gross","","",3402083792,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3610999068,10/31/2019,3762742334,"C2","Concentration2",3699866061,2,"3Z","CFU/100mL",2,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401340574,"ENF",08/01/2017,07/01/2019,1,"61211","Enterococci","1","Effluent Gross","","",3402083792,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3610999089,11/30/2019,3762742685,"C2","Concentration2",3702075139,2,"3Z","CFU/100mL",2,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401340574,"ENF",08/01/2017,07/01/2019,1,"61211","Enterococci","1","Effluent Gross","","",3402083793,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3610999089,11/30/2019,3762742689,"C3","Concentration3",3702075140,2,"3Z","CFU/100mL",2,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3610999109,12/31/2019,3762743016,"C2","Concentration2",3703227497,4,"3Z","CFU/100mL",4,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3610999109,12/31/2019,3762743019,"C3","Concentration3",3703227498,48,"3Z","CFU/100mL",48,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3610999150,01/31/2020,3762743495,"C3","Concentration3",3708949221,2,"3Z","CFU/100mL",2,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3610999150,01/31/2020,3762743485,"C2","Concentration2",3708949219,2,"3Z","CFU/100mL",2,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3610999191,02/29/2020,3762743821,"C2","Concentration2",3710196452,2,"3Z","CFU/100mL",2,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3610999191,02/29/2020,3762743851,"C3","Concentration3",3710196453,2,"3Z","CFU/100mL",2,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3610999221,03/31/2020,3762744238,"C3","Concentration3",3711210456,2,"3Z","CFU/100mL",2,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3610999221,03/31/2020,3762744233,"C2","Concentration2",3711210455,2,"3Z","CFU/100mL",2,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3610999239,04/30/2020,3762744552,"C2","Concentration2",3714131793,2,"3Z","CFU/100mL",2,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3610999239,04/30/2020,3762744566,"C3","Concentration3",3714131794,2,"3Z","CFU/100mL",2,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3610999259,05/31/2020,3762745029,"C3","Concentration3",3715569267,4,"3Z","CFU/100mL",4,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3610999259,05/31/2020,3762745026,"C2","Concentration2",3715569266,2,"3Z","CFU/100mL",2,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3610999289,06/30/2020,3762745346,"C2","Concentration2",3716725211,2,"3Z","CFU/100mL",2,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3610999289,06/30/2020,3762745377,"C3","Concentration3",3716725212,2,"3Z","CFU/100mL",2,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3610999325,07/31/2020,3762745693,"C3","Concentration3",3718641318,22,"3Z","CFU/100mL",22,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3610999325,07/31/2020,3762745690,"C2","Concentration2",3718641316,4,"3Z","CFU/100mL",4,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3610999355,08/31/2020,3762745958,"C2","Concentration2",3721576828,2,"3Z","CFU/100mL",2,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3610999355,08/31/2020,3762745961,"C3","Concentration3",3721576829,2,"3Z","CFU/100mL",2,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614077942,09/30/2020,3804412874,"C3","Concentration3",3723052555,6,"3Z","CFU/100mL",6,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614077942,09/30/2020,3804412856,"C2","Concentration2",3723052554,3,"3Z","CFU/100mL",3,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078001,10/31/2020,3804413291,"C2","Concentration2",3726161983,3,"3Z","CFU/100mL",3,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078001,10/31/2020,3804413305,"C3","Concentration3",3726161984,8,"3Z","CFU/100mL",8,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078041,11/30/2020,3804413648,"C3","Concentration3",3727569181,2,"3Z","CFU/100mL",2,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078041,11/30/2020,3804413638,"C2","Concentration2",3727569180,2,"3Z","CFU/100mL",2,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078070,12/31/2020,3804414194,"C2","Concentration2",3730654311,8,"3Z","CFU/100mL",8,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078070,12/31/2020,3804414196,"C3","Concentration3",3730654312,690,"3Z","CFU/100mL",690,"=",01/07/2021,,"","",675,3655873282,"E90","DMR, Limited - Numeric Violation","","",,"","",,"Non-Reportable Noncompliance Effluent Violation" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414574,"C3","Concentration3",3732988589,4,"3Z","CFU/100mL",4,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414572,"C2","Concentration2",3732988588,2,"3Z","CFU/100mL",2,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804415005,"C2","Concentration2",3735458700,2,"3Z","CFU/100mL",2,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804415013,"C3","Concentration3",3735458701,2,"3Z","CFU/100mL",2,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415415,"C3","Concentration3",3736815106,8,"3Z","CFU/100mL",8,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415412,"C2","Concentration2",3736815105,2,"3Z","CFU/100mL",2,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415724,"C2","Concentration2",3738923719,14,"3Z","CFU/100mL",14,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415730,"C3","Concentration3",3738923720,2420,"3Z","CFU/100mL",2420,"=",05/11/2021,,"","",2619,3659403492,"E90","DMR, Limited - Numeric Violation","","",,"","",,"Non-Reportable Noncompliance Effluent Violation" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804416113,"C3","Concentration3",3742516976,17,"3Z","CFU/100mL",17,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804416110,"C2","Concentration2",3742516975,3,"3Z","CFU/100mL",3,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416573,"C2","Concentration2",3743599193,10,"30","MPN/100mL",10,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416582,"C3","Concentration3",3743599194,152,"30","MPN/100mL",152,"=",07/07/2021,,"","",71,3660125977,"E90","DMR, Limited - Numeric Violation","","",,"","",,"Non-Reportable Noncompliance Effluent Violation" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416988,"C3","Concentration3",3745559051,4,"3Z","CFU/100mL",4,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416979,"C2","Concentration2",3745559050,2,"3Z","CFU/100mL",2,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417463,"C2","Concentration2",3748394621,4,"3Z","CFU/100mL",4,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417473,"C3","Concentration3",3748394623,10,"3Z","CFU/100mL",10,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417889,"C3","Concentration3",3749790591,43,"3Z","CFU/100mL",43,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417876,"C2","Concentration2",3749790590,8,"3Z","CFU/100mL",8,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815400108,"C2","Concentration2",3752959389,2,"3Z","CFU/100mL",2,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815400111,"C3","Concentration3",3752959391,2,"3Z","CFU/100mL",2,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400503,"C3","Concentration3",3753958340,2,"3Z","CFU/100mL",2,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400500,"C2","Concentration2",3753958339,2,"3Z","CFU/100mL",2,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400737,"C2","Concentration2",3755741411,2,"3Z","CFU/100mL",2,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400749,"C3","Concentration3",3755741412,2,"3Z","CFU/100mL",2,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400972,"C3","Concentration3",3758753167,2,"3Z","CFU/100mL",2,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400966,"C2","Concentration2",3758753163,2,"3Z","CFU/100mL",2,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401173,"C2","Concentration2",3762309416,2,"3Z","CFU/100mL",2,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401177,"C3","Concentration3",3762309417,2,"3Z","CFU/100mL",2,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401367,"C3","Concentration3",3763766818,4,"3Z","CFU/100mL",4,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401361,"C2","Concentration2",3763766817,2,"3Z","CFU/100mL",2,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401539,"C2","Concentration2",3765380695,2,"3Z","CFU/100mL",2,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401543,"C3","Concentration3",3765380696,2,"3Z","CFU/100mL",2,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401790,"C3","Concentration3",3768378168,2,"3Z","CFU/100mL",2,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401787,"C2","Concentration2",3768378167,2,"3Z","CFU/100mL",2,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401926,"C2","Concentration2",3770074898,3,"3Z","CFU/100mL",3,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401927,"C3","Concentration3",3770074899,10,"3Z","CFU/100mL",10,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402169,"C3","Concentration3",3773198816,2,"3Z","CFU/100mL",2,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402148,"C2","Concentration2",3773198814,2,"3Z","CFU/100mL",2,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402382,"C2","Concentration2",3774643756,3,"3Z","CFU/100mL",3,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402383,"C3","Concentration3",3774643757,6,"3Z","CFU/100mL",6,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402565,"C3","Concentration3",3776107044,6,"3Z","CFU/100mL",6,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402553,"C2","Concentration2",3776107042,3,"3Z","CFU/100mL",3,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402753,"C2","Concentration2",3779355055,2,"3Z","CFU/100mL",2,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402756,"C3","Concentration3",3779355056,2,"3Z","CFU/100mL",2,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402939,"C3","Concentration3",3781185051,8,"3Z","CFU/100mL",8,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402934,"C2","Concentration2",3781185049,3,"3Z","CFU/100mL",3,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403084,"C2","Concentration2",3782488247,2,"3Z","CFU/100mL",2,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403089,"C3","Concentration3",3782488248,2,"3Z","CFU/100mL",2,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403326,"C3","Concentration3",3786078705,4,"3Z","CFU/100mL",4,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403322,"C2","Concentration2",3786078704,2,"3Z","CFU/100mL",2,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999109,12/31/2019,3815398991,"C2","Concentration2",3703227501,.01,"19","mg/L",.01,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3610999109,12/31/2019,3815399030,"Q1","Quantity1",3703227499,2,"26","lb/d",.90799999,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3610999109,12/31/2019,3815399037,"Q2","Quantity2",3703227500,3,"26","lb/d",1.36199999,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999109,12/31/2019,3815399023,"C3","Concentration3",3703227502,.02,"19","mg/L",.02,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999150,01/31/2020,3815399062,"C3","Concentration3",3708949244,.02,"19","mg/L",.02,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3610999150,01/31/2020,3815399082,"Q2","Quantity2",3708949242,3,"26","lb/d",1.36199999,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3610999150,01/31/2020,3815399078,"Q1","Quantity1",3708949241,2,"26","lb/d",.90799999,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999150,01/31/2020,3815399056,"C2","Concentration2",3708949243,.01,"19","mg/L",.01,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999191,02/29/2020,3815399089,"C2","Concentration2",3710196463,.01,"19","mg/L",.01,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999191,02/29/2020,3815399092,"C3","Concentration3",3710196464,.02,"19","mg/L",.02,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3610999191,02/29/2020,3815399099,"Q2","Quantity2",3710196462,2,"26","lb/d",.90799999,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3610999191,02/29/2020,3815399096,"Q1","Quantity1",3710196461,1,"26","lb/d",.454,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3610999221,03/31/2020,3815399115,"Q2","Quantity2",3711210458,3,"26","lb/d",1.36199999,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3610999221,03/31/2020,3815399112,"Q1","Quantity1",3711210457,2,"26","lb/d",.90799999,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999221,03/31/2020,3815399105,"C2","Concentration2",3711210459,.01,"19","mg/L",.01,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999221,03/31/2020,3815399110,"C3","Concentration3",3711210460,.02,"19","mg/L",.02,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999239,04/30/2020,3815399141,"C2","Concentration2",3714131800,.01,"19","mg/L",.01,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999239,04/30/2020,3815399143,"C3","Concentration3",3714131801,.02,"19","mg/L",.02,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3610999239,04/30/2020,3815399165,"Q2","Quantity2",3714131799,3,"26","lb/d",1.36199999,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3610999239,04/30/2020,3815399163,"Q1","Quantity1",3714131798,1,"26","lb/d",.454,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999259,05/31/2020,3815399184,"C3","Concentration3",3715569244,.02,"19","mg/L",.02,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3610999259,05/31/2020,3815399189,"Q2","Quantity2",3715569242,2,"26","lb/d",.90799999,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3610999259,05/31/2020,3815399187,"Q1","Quantity1",3715569241,1,"26","lb/d",.454,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999259,05/31/2020,3815399175,"C2","Concentration2",3715569243,.01,"19","mg/L",.01,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3610999289,06/30/2020,3815399231,"Q2","Quantity2",3716725220,3,"26","lb/d",1.36199999,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999289,06/30/2020,3815399215,"C3","Concentration3",3716725222,.02,"19","mg/L",.02,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999289,06/30/2020,3815399194,"C2","Concentration2",3716725221,.01,"19","mg/L",.01,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3610999289,06/30/2020,3815399227,"Q1","Quantity1",3716725219,1,"26","lb/d",.454,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999325,07/31/2020,3815399259,"C3","Concentration3",3718641295,.02,"19","mg/L",.02,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3610999325,07/31/2020,3815399261,"Q1","Quantity1",3718641292,2,"26","lb/d",.90799999,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3610999325,07/31/2020,3815399263,"Q2","Quantity2",3718641293,3,"26","lb/d",1.36199999,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999325,07/31/2020,3815399248,"C2","Concentration2",3718641294,.01,"19","mg/L",.01,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3610999355,08/31/2020,3815399282,"C2","Concentration2",3721576812,.01,"19","mg/L",.01,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999355,08/31/2020,3815399283,"C3","Concentration3",3721576813,.02,"19","mg/L",.02,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3610999355,08/31/2020,3815399304,"Q2","Quantity2",3721576811,3,"26","lb/d",1.36199999,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3610999355,08/31/2020,3815399286,"Q1","Quantity1",3721576810,1,"26","lb/d",.454,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614077942,09/30/2020,3815399338,"Q1","Quantity1",3723052539,1,"26","lb/d",.454,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614077942,09/30/2020,3815399341,"Q2","Quantity2",3723052540,3,"26","lb/d",1.36199999,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614077942,09/30/2020,3815399325,"C3","Concentration3",3723052542,.02,"19","mg/L",.02,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614077942,09/30/2020,3815399322,"C2","Concentration2",3723052541,.01,"19","mg/L",.01,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078001,10/31/2020,3815399364,"C2","Concentration2",3726161971,.01,"19","mg/L",.01,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078001,10/31/2020,3815399373,"C3","Concentration3",3726161972,.02,"19","mg/L",.02,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078001,10/31/2020,3815399376,"Q2","Quantity2",3726161970,3,"26","lb/d",1.36199999,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078001,10/31/2020,3815399374,"Q1","Quantity1",3726161969,2,"26","lb/d",.90799999,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078041,11/30/2020,3815399433,"Q2","Quantity2",3727569195,2,"26","lb/d",.90799999,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078041,11/30/2020,3815399431,"Q1","Quantity1",3727569192,1,"26","lb/d",.454,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078041,11/30/2020,3815399410,"C2","Concentration2",3727569197,.01,"19","mg/L",.01,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078041,11/30/2020,3815399427,"C3","Concentration3",3727569198,.02,"19","mg/L",.02,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078070,12/31/2020,3815399462,"C2","Concentration2",3730654303,.01,"19","mg/L",.01,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078070,12/31/2020,3815399477,"Q1","Quantity1",3730654301,1,"26","lb/d",.454,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078070,12/31/2020,3815399472,"C3","Concentration3",3730654304,.02,"19","mg/L",.02,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078070,12/31/2020,3815399481,"Q2","Quantity2",3730654302,3,"26","lb/d",1.36199999,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078119,01/31/2021,3815399525,"C3","Concentration3",3732988587,.03,"19","mg/L",.03,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3815399528,"Q2","Quantity2",3732988585,4,"26","lb/d",1.81599998,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3815399526,"Q1","Quantity1",3732988584,2,"26","lb/d",.90799999,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078119,01/31/2021,3815399510,"C2","Concentration2",3732988586,.01,"19","mg/L",.01,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078156,02/28/2021,3815399540,"C2","Concentration2",3735458660,.01,"19","mg/L",.01,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078156,02/28/2021,3815399542,"C3","Concentration3",3735458661,.02,"19","mg/L",.02,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3815399556,"Q2","Quantity2",3735458659,3,"26","lb/d",1.36199999,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3815399552,"Q1","Quantity1",3735458658,1,"26","lb/d",.454,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3815399597,"Q2","Quantity2",3736815102,3,"26","lb/d",1.36199999,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078198,03/31/2021,3815399590,"C3","Concentration3",3736815104,.02,"19","mg/L",.02,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3815399591,"Q1","Quantity1",3736815101,2,"26","lb/d",.90799999,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078198,03/31/2021,3815399573,"C2","Concentration2",3736815103,.01,"19","mg/L",.01,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3815399672,"Q1","Quantity1",3738923709,2,"26","lb/d",.90799999,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078247,04/30/2021,3815399669,"C3","Concentration3",3738923712,.05,"19","mg/L",.05,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078247,04/30/2021,3815399668,"C2","Concentration2",3738923711,.02,"19","mg/L",.02,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3815399673,"Q2","Quantity2",3738923710,7,"26","lb/d",3.17799997,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078275,05/31/2021,3815399692,"C3","Concentration3",3742516963,.03,"19","mg/L",.03,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3815399706,"Q2","Quantity2",3742516961,3,"26","lb/d",1.36199999,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3815399700,"Q1","Quantity1",3742516960,2,"26","lb/d",.90799999,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078275,05/31/2021,3815399679,"C2","Concentration2",3742516962,.01,"19","mg/L",.01,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3815399743,"Q1","Quantity1",3743599203,2,"26","lb/d",.90799999,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3815399748,"Q2","Quantity2",3743599204,4,"26","lb/d",1.81599998,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078315,06/30/2021,3815399715,"C2","Concentration2",3743599205,.01,"19","mg/L",.01,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078315,06/30/2021,3815399734,"C3","Concentration3",3743599206,.03,"19","mg/L",.03,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078361,07/31/2021,3815399767,"C3","Concentration3",3745559071,.02,"19","mg/L",.02,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3815399784,"Q2","Quantity2",3745559069,3,"26","lb/d",1.36199999,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3815399771,"Q1","Quantity1",3745559068,2,"26","lb/d",.90799999,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078361,07/31/2021,3815399765,"C2","Concentration2",3745559070,.01,"19","mg/L",.01,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078398,08/31/2021,3815399836,"C2","Concentration2",3748394634,.02,"19","mg/L",.02,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078398,08/31/2021,3815399842,"C3","Concentration3",3748394636,.04,"19","mg/L",.04,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3815399850,"Q2","Quantity2",3748394633,6,"26","lb/d",2.72399998,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3815399846,"Q1","Quantity1",3748394631,2,"26","lb/d",.90799999,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078445,09/30/2021,3815399858,"C2","Concentration2",3749790608,.02,"19","mg/L",.02,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3815399873,"Q2","Quantity2",3749790607,4,"26","lb/d",1.81599998,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3815399870,"Q1","Quantity1",3749790606,2,"26","lb/d",.90799999,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078445,09/30/2021,3815399867,"C3","Concentration3",3749790609,.04,"19","mg/L",.04,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846663,10/31/2021,3815400118,"C2","Concentration2",3752959408,.01,"19","mg/L",.01,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846663,10/31/2021,3815400130,"C3","Concentration3",3752959409,.02,"19","mg/L",.02,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815400132,"Q1","Quantity1",3752959404,2,"26","lb/d",.90799999,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815400143,"Q2","Quantity2",3752959406,3,"26","lb/d",1.36199999,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400522,"Q1","Quantity1",3753958322,1,"26","lb/d",.454,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400523,"Q2","Quantity2",3753958323,4,"26","lb/d",1.81599998,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846685,11/30/2021,3815400515,"C3","Concentration3",3753958325,.03,"19","mg/L",.03,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846685,11/30/2021,3815400507,"C2","Concentration2",3753958324,.01,"19","mg/L",.01,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400785,"Q2","Quantity2",3755741404,4,"26","lb/d",1.81599998,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400781,"Q1","Quantity1",3755741403,1,"26","lb/d",.454,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846702,12/31/2021,3815400778,"C2","Concentration2",3755741405,.01,"19","mg/L",.01,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846702,12/31/2021,3815400780,"C3","Concentration3",3755741406,.03,"19","mg/L",.03,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400984,"Q1","Quantity1",3758753129,1,"26","lb/d",.454,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400997,"Q2","Quantity2",3758753131,3,"26","lb/d",1.36199999,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846717,01/31/2022,3815400981,"C3","Concentration3",3758753134,.03,"19","mg/L",.03,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846717,01/31/2022,3815400979,"C2","Concentration2",3758753133,.01,"19","mg/L",.01,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846733,02/28/2022,3815401220,"C2","Concentration2",3762309432,.02,"19","mg/L",.02,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846733,02/28/2022,3815401222,"C3","Concentration3",3762309433,.05,"19","mg/L",.05,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401224,"Q1","Quantity1",3762309430,2,"26","lb/d",.90799999,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401225,"Q2","Quantity2",3762309431,4,"26","lb/d",1.81599998,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846745,03/31/2022,3815401377,"C3","Concentration3",3763766816,.02,"19","mg/L",.02,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401382,"Q1","Quantity1",3763766813,1,"26","lb/d",.454,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401386,"Q2","Quantity2",3763766814,2,"26","lb/d",.90799999,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846745,03/31/2022,3815401372,"C2","Concentration2",3763766815,.01,"19","mg/L",.01,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401563,"Q2","Quantity2",3765380681,2,"26","lb/d",.90799999,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846756,04/30/2022,3815401555,"C3","Concentration3",3765380683,.02,"19","mg/L",.02,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846756,04/30/2022,3815401548,"C2","Concentration2",3765380682,.01,"19","mg/L",.01,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401560,"Q1","Quantity1",3765380680,1,"26","lb/d",.454,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401799,"Q2","Quantity2",3768378159,2,"26","lb/d",.90799999,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401795,"Q1","Quantity1",3768378158,1,"26","lb/d",.454,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846766,05/31/2022,3815401793,"C3","Concentration3",3768378161,.02,"19","mg/L",.02,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846766,05/31/2022,3815401791,"C2","Concentration2",3768378160,.01,"19","mg/L",.01,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846777,06/30/2022,3815401929,"C2","Concentration2",3770074894,.01,"19","mg/L",.01,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846777,06/30/2022,3815401932,"C3","Concentration3",3770074895,.03,"19","mg/L",.03,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401939,"Q2","Quantity2",3770074893,3,"26","lb/d",1.36199999,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401936,"Q1","Quantity1",3770074892,1,"26","lb/d",.454,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402196,"Q2","Quantity2",3773198832,1,"26","lb/d",.454,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846788,07/31/2022,3815402182,"C3","Concentration3",3773198835,.01,"19","mg/L",.01,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402191,"Q1","Quantity1",3773198831,1,"26","lb/d",.454,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846788,07/31/2022,3815402177,"C2","Concentration2",3773198834,.01,"19","mg/L",.01,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846804,08/31/2022,3815402387,"C2","Concentration2",3774643760,.01,"19","mg/L",.01,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846804,08/31/2022,3815402389,"C3","Concentration3",3774643761,.04,"19","mg/L",.04,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402391,"Q1","Quantity1",3774643758,1,"26","lb/d",.454,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402393,"Q2","Quantity2",3774643759,4,"26","lb/d",1.81599998,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402577,"Q1","Quantity1",3776107017,1,"26","lb/d",.454,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402585,"Q2","Quantity2",3776107018,3,"26","lb/d",1.36199999,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846819,09/30/2022,3815402575,"C3","Concentration3",3776107021,.02,"19","mg/L",.02,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846819,09/30/2022,3815402572,"C2","Concentration2",3776107020,.01,"19","mg/L",.01,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846832,10/31/2022,3815402765,"C2","Concentration2",3779355042,.01,"19","mg/L",.01,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846832,10/31/2022,3815402768,"C3","Concentration3",3779355043,.04,"19","mg/L",.04,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402772,"Q1","Quantity1",3779355040,1,"26","lb/d",.454,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402773,"Q2","Quantity2",3779355041,4,"26","lb/d",1.81599998,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402959,"Q1","Quantity1",3781185012,2,"26","lb/d",.90799999,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402960,"Q2","Quantity2",3781185013,4,"26","lb/d",1.81599998,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846845,11/30/2022,3815402955,"C3","Concentration3",3781185015,.03,"19","mg/L",.03,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846845,11/30/2022,3815402950,"C2","Concentration2",3781185014,.01,"19","mg/L",.01,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846858,12/31/2022,3815403093,"C2","Concentration2",3782488223,.01,"19","mg/L",.01,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846858,12/31/2022,3815403098,"C3","Concentration3",3782488224,.02,"19","mg/L",.02,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403102,"Q2","Quantity2",3782488222,3,"26","lb/d",1.36199999,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403101,"Q1","Quantity1",3782488221,2,"26","lb/d",.90799999,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403342,"Q1","Quantity1",3786078721,2,"26","lb/d",.90799999,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403345,"Q2","Quantity2",3786078722,6,"26","lb/d",2.72399998,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846867,01/31/2023,3815403339,"C3","Concentration3",3786078724,.04,"19","mg/L",.04,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846867,01/31/2023,3815403337,"C2","Concentration2",3786078723,.01,"19","mg/L",.01,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871371,"ENF",12/01/2019,11/12/2024,12,"70295","Solids, total dissolved","1","Effluent Gross","","",3608262159,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3610999534,08/31/2020,3762749017,"C3","Concentration3",3716725540,2700,"19","mg/L",2700,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871371,"ENF",12/01/2019,11/12/2024,12,"70295","Solids, total dissolved","1","Effluent Gross","","",3608262159,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078502,08/31/2021,3804419555,"C3","Concentration3",3743599283,2200,"19","mg/L",2200,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871371,"ENF",12/01/2019,11/12/2024,12,"70295","Solids, total dissolved","1","Effluent Gross","","",3608262159,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078640,08/31/2022,3804420845,"C3","Concentration3",3770075171,2830,"19","mg/L",2830,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871373,"ENF",12/01/2019,11/12/2024,12,"79531","3,4-Benzofluoranthene","1","Effluent Gross","","",3608262162,"Q1","Quantity1",2.7,"26","lb/d","01","kg/d",1.2258,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762749036,"Q1","Quantity1",3716725583,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871373,"ENF",12/01/2019,11/12/2024,12,"79531","3,4-Benzofluoranthene","1","Effluent Gross","","",3608262163,"Q2","Quantity2",7.2,"26","lb/d","01","kg/d",3.2688,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762749043,"Q2","Quantity2",3716725584,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871373,"ENF",12/01/2019,11/12/2024,12,"79531","3,4-Benzofluoranthene","1","Effluent Gross","","",3608262162,"Q1","Quantity1",2.7,"26","lb/d","01","kg/d",1.2258,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419558,"Q1","Quantity1",3743599364,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871373,"ENF",12/01/2019,11/12/2024,12,"79531","3,4-Benzofluoranthene","1","Effluent Gross","","",3608262163,"Q2","Quantity2",7.2,"26","lb/d","01","kg/d",3.2688,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419561,"Q2","Quantity2",3743599365,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871373,"ENF",12/01/2019,11/12/2024,12,"79531","3,4-Benzofluoranthene","1","Effluent Gross","","",3608262162,"Q1","Quantity1",2.7,"26","lb/d","01","kg/d",1.2258,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420849,"Q1","Quantity1",3770075147,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871373,"ENF",12/01/2019,11/12/2024,12,"79531","3,4-Benzofluoranthene","1","Effluent Gross","","",3608262163,"Q2","Quantity2",7.2,"26","lb/d","01","kg/d",3.2688,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420850,"Q2","Quantity2",3770075148,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339811,"ENF",08/01/2014,07/01/2019,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3402082299,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3610999068,10/31/2019,3762742345,"Q2","Quantity2",3699866088,0,"93","occur/mo",0,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339811,"ENF",08/01/2014,07/01/2019,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3402082299,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3610999089,11/30/2019,3762742694,"Q2","Quantity2",3702075141,0,"93","occur/mo",0,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3610999109,12/31/2019,3762743042,"Q2","Quantity2",3703227484,0,"93","occur/mo",0,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3610999150,01/31/2020,3762743501,"Q2","Quantity2",3708949210,0,"93","occur/mo",0,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3610999191,02/29/2020,3762743864,"Q2","Quantity2",3710196451,0,"93","occur/mo",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3610999221,03/31/2020,3762744252,"Q2","Quantity2",3711210447,0,"93","occur/mo",0,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3610999239,04/30/2020,3762744591,"Q2","Quantity2",3714131795,0,"93","occur/mo",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3610999259,05/31/2020,3762745038,"Q2","Quantity2",3715569265,0,"93","occur/mo",0,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3610999289,06/30/2020,3762745386,"Q2","Quantity2",3716725223,0,"93","occur/mo",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3610999325,07/31/2020,3762745716,"Q2","Quantity2",3718641329,0,"93","occur/mo",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3610999355,08/31/2020,3762745967,"Q2","Quantity2",3721576808,0,"93","occur/mo",0,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614077942,09/30/2020,3804412937,"Q2","Quantity2",3723052551,0,"93","occur/mo",0,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078001,10/31/2020,3804413350,"Q2","Quantity2",3726161968,0,"93","occur/mo",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078041,11/30/2020,3804413657,"Q2","Quantity2",3727569159,0,"93","occur/mo",0,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078070,12/31/2020,3804414201,"Q2","Quantity2",3730654292,0,"93","occur/mo",0,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078119,01/31/2021,3804414585,"Q2","Quantity2",3732988577,0,"93","occur/mo",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078156,02/28/2021,3804415017,"Q2","Quantity2",3735458705,0,"93","occur/mo",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078198,03/31/2021,3804415434,"Q2","Quantity2",3736815126,0,"93","occur/mo",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078247,04/30/2021,3804415742,"Q2","Quantity2",3738923718,0,"93","occur/mo",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078275,05/31/2021,3804416124,"Q2","Quantity2",3742516964,0,"93","occur/mo",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078315,06/30/2021,3804416589,"Q2","Quantity2",3743599221,0,"93","occur/mo",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078361,07/31/2021,3804416994,"Q2","Quantity2",3745559063,0,"93","occur/mo",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078398,08/31/2021,3804417478,"Q2","Quantity2",3748394600,0,"93","occur/mo",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078445,09/30/2021,3804417922,"Q2","Quantity2",3749790612,0,"93","occur/mo",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846663,10/31/2021,3815400186,"Q2","Quantity2",3752959369,0,"93","occur/mo",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846685,11/30/2021,3815400536,"Q2","Quantity2",3753958343,0,"93","occur/mo",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846702,12/31/2021,3815400789,"Q2","Quantity2",3755741427,0,"93","occur/mo",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846717,01/31/2022,3815401011,"Q2","Quantity2",3758753128,0,"93","occur/mo",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846733,02/28/2022,3815401228,"Q2","Quantity2",3762309446,0,"93","occur/mo",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846745,03/31/2022,3815401393,"Q2","Quantity2",3763766812,0,"93","occur/mo",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846756,04/30/2022,3815401565,"Q2","Quantity2",3765380679,0,"93","occur/mo",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846766,05/31/2022,3815401811,"Q2","Quantity2",3768378166,0,"93","occur/mo",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846777,06/30/2022,3815401943,"Q2","Quantity2",3770074907,0,"93","occur/mo",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846788,07/31/2022,3815402208,"Q2","Quantity2",3773198822,0,"93","occur/mo",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846804,08/31/2022,3815402395,"Q2","Quantity2",3774643769,0,"93","occur/mo",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846819,09/30/2022,3815402590,"Q2","Quantity2",3776107038,0,"93","occur/mo",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846832,10/31/2022,3815402774,"Q2","Quantity2",3779355031,0,"93","occur/mo",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846845,11/30/2022,3815402965,"Q2","Quantity2",3781185056,0,"93","occur/mo",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846858,12/31/2022,3815403110,"Q2","Quantity2",3782488244,0,"93","occur/mo",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846867,01/31/2023,3815403381,"Q2","Quantity2",3786078706,0,"93","occur/mo",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339810,"ENF",08/01/2014,07/01/2019,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3402082298,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3610999068,10/31/2019,3762742352,"Q2","Quantity2",3699866113,0,"14","min",0,"=",11/11/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3400261668,"TX0062677",3,3400101880,"001","EXO","External Outfall",3400139369,3400226127,3401339810,"ENF",08/01/2014,07/01/2019,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3402082298,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3610999089,11/30/2019,3762742698,"Q2","Quantity2",3702075130,0,"14","min",0,"=",12/12/2019,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3610999109,12/31/2019,3762743053,"Q2","Quantity2",3703227496,0,"14","min",0,"=",01/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3610999150,01/31/2020,3762743516,"Q2","Quantity2",3708949227,0,"14","min",0,"=",02/12/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3610999191,02/29/2020,3762743874,"Q2","Quantity2",3710196442,0,"14","min",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3610999221,03/31/2020,3762744260,"Q2","Quantity2",3711210446,0,"14","min",0,"=",04/08/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3610999239,04/30/2020,3762744603,"Q2","Quantity2",3714131796,0,"14","min",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3610999259,05/31/2020,3762745044,"Q2","Quantity2",3715569268,0,"14","min",0,"=",06/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3610999289,06/30/2020,3762745403,"Q2","Quantity2",3716725206,0,"14","min",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3610999325,07/31/2020,3762745737,"Q2","Quantity2",3718641326,0,"14","min",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3610999355,08/31/2020,3762745976,"Q2","Quantity2",3721576809,0,"14","min",0,"=",09/11/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614077942,09/30/2020,3804412949,"Q2","Quantity2",3723052567,0,"14","min",0,"=",10/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078001,10/31/2020,3804413360,"Q2","Quantity2",3726161977,0,"14","min",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078041,11/30/2020,3804413673,"Q2","Quantity2",3727569169,0,"14","min",0,"=",12/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078070,12/31/2020,3804414218,"Q2","Quantity2",3730654299,0,"14","min",0,"=",01/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078119,01/31/2021,3804414626,"Q2","Quantity2",3732988592,0,"14","min",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078156,02/28/2021,3804415020,"Q2","Quantity2",3735458657,0,"14","min",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078198,03/31/2021,3804415443,"Q2","Quantity2",3736815100,0,"14","min",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078247,04/30/2021,3804415765,"Q2","Quantity2",3738923717,0,"14","min",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078275,05/31/2021,3804416155,"Q2","Quantity2",3742516970,0,"14","min",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078315,06/30/2021,3804416617,"Q2","Quantity2",3743599216,0,"14","min",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078361,07/31/2021,3804417015,"Q2","Quantity2",3745559062,0,"14","min",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078398,08/31/2021,3804417488,"Q2","Quantity2",3748394630,0,"14","min",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078445,09/30/2021,3804417933,"Q2","Quantity2",3749790593,0,"14","min",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846663,10/31/2021,3815400197,"Q2","Quantity2",3752959371,0,"14","min",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846685,11/30/2021,3815400539,"Q2","Quantity2",3753958319,0,"14","min",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846702,12/31/2021,3815400793,"Q2","Quantity2",3755741422,0,"14","min",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846717,01/31/2022,3815401023,"Q2","Quantity2",3758753144,0,"14","min",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846733,02/28/2022,3815401229,"Q2","Quantity2",3762309440,0,"14","min",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846745,03/31/2022,3815401404,"Q2","Quantity2",3763766792,0,"14","min",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846756,04/30/2022,3815401579,"Q2","Quantity2",3765380690,0,"14","min",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846766,05/31/2022,3815401814,"Q2","Quantity2",3768378140,0,"14","min",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846777,06/30/2022,3815401961,"Q2","Quantity2",3770074885,0,"14","min",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846788,07/31/2022,3815402214,"Q2","Quantity2",3773198801,0,"14","min",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846804,08/31/2022,3815402397,"Q2","Quantity2",3774643782,0,"14","min",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846819,09/30/2022,3815402596,"Q2","Quantity2",3776107037,0,"14","min",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846832,10/31/2022,3815402781,"Q2","Quantity2",3779355022,0,"14","min",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846845,11/30/2022,3815402968,"Q2","Quantity2",3781185011,0,"14","min",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846858,12/31/2022,3815403113,"Q2","Quantity2",3782488240,0,"14","min",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846867,01/31/2023,3815403390,"Q2","Quantity2",3786078709,0,"14","min",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871400,"ENF",12/01/2019,11/12/2024,12,"85811","Chloroethane","1","Effluent Gross","","",3608262218,"Q2","Quantity2",31.6,"26","lb/d","01","kg/d",14.3464,"DD","DAILY MX","MAX","Maximum","<=",,3610999534,08/31/2020,3762749057,"Q2","Quantity2",3716725582,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871400,"ENF",12/01/2019,11/12/2024,12,"85811","Chloroethane","1","Effluent Gross","","",3608262219,"Q1","Quantity1",12.3,"26","lb/d","01","kg/d",5.5842,"DB","DAILY AV","AVG","Average","<=",,3610999534,08/31/2020,3762749050,"Q1","Quantity1",3716725581,0,"26","lb/d",0,"=",07/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871400,"ENF",12/01/2019,11/12/2024,12,"85811","Chloroethane","1","Effluent Gross","","",3608262218,"Q2","Quantity2",31.6,"26","lb/d","01","kg/d",14.3464,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419576,"Q2","Quantity2",3743599293,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871400,"ENF",12/01/2019,11/12/2024,12,"85811","Chloroethane","1","Effluent Gross","","",3608262219,"Q1","Quantity1",12.3,"26","lb/d","01","kg/d",5.5842,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419562,"Q1","Quantity1",3743599292,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871400,"ENF",12/01/2019,11/12/2024,12,"85811","Chloroethane","1","Effluent Gross","","",3608262218,"Q2","Quantity2",31.6,"26","lb/d","01","kg/d",14.3464,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420854,"Q2","Quantity2",3770075187,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871400,"ENF",12/01/2019,11/12/2024,12,"85811","Chloroethane","1","Effluent Gross","","",3608262219,"Q1","Quantity1",12.3,"26","lb/d","01","kg/d",5.5842,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420852,"Q1","Quantity1",3770075186,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872137,"ENF",12/01/2019,11/12/2024,3,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608263566,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847750,03/31/2020,3815417116,"C2","Concentration2",3710196403,,"","",,"",03/09/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872137,"ENF",12/01/2019,11/12/2024,3,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608263565,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847750,03/31/2020,3815417114,"C1","Concentration1",3710196402,,"","",,"",03/09/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872137,"ENF",12/01/2019,11/12/2024,3,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608263565,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847768,06/30/2020,3815417374,"C1","Concentration1",3714131775,,"","",,"",05/07/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872137,"ENF",12/01/2019,11/12/2024,3,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608263566,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847768,06/30/2020,3815417398,"C2","Concentration2",3714131776,,"","",,"",05/07/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872137,"ENF",12/01/2019,11/12/2024,3,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608263565,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847786,09/30/2020,3815417674,"C1","Concentration1",3718641259,,"","",,"",08/07/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872137,"ENF",12/01/2019,11/12/2024,3,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608263566,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847786,09/30/2020,3815417686,"C2","Concentration2",3718641260,,"","",,"",08/07/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872137,"ENF",12/01/2019,11/12/2024,3,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608263566,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847802,12/31/2020,3815417909,"C2","Concentration2",3726161936,,"","",,"",11/10/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872137,"ENF",12/01/2019,11/12/2024,3,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608263565,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847802,12/31/2020,3815417905,"C1","Concentration1",3726161935,,"","",,"",11/10/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523521,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679407,"C1","Concentration1",3735458719,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523522,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679408,"C2","Concentration2",3735458721,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577553,"ENF",01/01/2021,11/12/2024,12,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523506,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679360,"C2","Concentration2",3735458619,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523521,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679423,"C1","Concentration1",3748394575,,"","",,"",09/08/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577553,"ENF",01/01/2021,11/12/2024,12,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523505,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679359,"C1","Concentration1",3735458618,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523522,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679424,"C2","Concentration2",3748394576,,"","",,"",09/08/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523522,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679440,"C2","Concentration2",3762309712,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523521,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679439,"C1","Concentration1",3762309711,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523522,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679456,"C2","Concentration2",3774643731,,"","",,"",09/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523521,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679455,"C1","Concentration1",3774643730,,"","",,"",09/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577553,"ENF",01/01/2021,11/12/2024,12,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523506,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679376,"C2","Concentration2",3762309482,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577553,"ENF",01/01/2021,11/12/2024,12,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523505,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679375,"C1","Concentration1",3762309481,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872138,"ENF",12/01/2019,11/12/2024,3,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608263568,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847750,03/31/2020,3815417132,"C2","Concentration2",3710196397,,"","",,"",03/09/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872138,"ENF",12/01/2019,11/12/2024,3,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608263567,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847750,03/31/2020,3815417127,"C1","Concentration1",3710196396,,"","",,"",03/09/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872138,"ENF",12/01/2019,11/12/2024,3,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608263567,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847768,06/30/2020,3815417402,"C1","Concentration1",3714131773,,"","",,"",05/07/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872138,"ENF",12/01/2019,11/12/2024,3,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608263568,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847768,06/30/2020,3815417404,"C2","Concentration2",3714131774,,"","",,"",05/07/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872138,"ENF",12/01/2019,11/12/2024,3,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608263568,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847786,09/30/2020,3815417709,"C2","Concentration2",3718641276,,"","",,"",08/07/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872138,"ENF",12/01/2019,11/12/2024,3,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608263567,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847786,09/30/2020,3815417706,"C1","Concentration1",3718641275,,"","",,"",08/07/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872138,"ENF",12/01/2019,11/12/2024,3,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608263568,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847802,12/31/2020,3815417912,"C2","Concentration2",3726161919,,"","",,"",11/10/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872138,"ENF",12/01/2019,11/12/2024,3,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608263567,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847802,12/31/2020,3815417911,"C1","Concentration1",3726161918,,"","",,"",11/10/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523523,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679409,"C1","Concentration1",3735458729,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523524,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679410,"C2","Concentration2",3735458730,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577554,"ENF",01/01/2021,11/12/2024,12,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523507,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679361,"C1","Concentration1",3735458630,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523523,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679425,"C1","Concentration1",3748394583,,"","",,"",09/08/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523524,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679426,"C2","Concentration2",3748394584,,"","",,"",09/08/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577554,"ENF",01/01/2021,11/12/2024,12,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523508,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679362,"C2","Concentration2",3735458631,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523523,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679441,"C1","Concentration1",3762309707,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523524,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679442,"C2","Concentration2",3762309708,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577554,"ENF",01/01/2021,11/12/2024,12,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523507,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679377,"C1","Concentration1",3762309475,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523523,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679457,"C1","Concentration1",3774643720,,"","",,"",09/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523524,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679458,"C2","Concentration2",3774643721,,"","",,"",09/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577554,"ENF",01/01/2021,11/12/2024,12,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523508,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679378,"C2","Concentration2",3762309476,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872139,"ENF",12/01/2019,11/12/2024,3,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263569,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847750,03/31/2020,3815417140,"C1","Concentration1",3710196394,0,"9A","pass=0;fail=1",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872139,"ENF",12/01/2019,11/12/2024,3,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263570,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847750,03/31/2020,3815417141,"C2","Concentration2",3710196395,0,"9A","pass=0;fail=1",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872139,"ENF",12/01/2019,11/12/2024,3,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263569,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847768,06/30/2020,3815417414,"C1","Concentration1",3714131783,0,"9A","pass=0;fail=1",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872139,"ENF",12/01/2019,11/12/2024,3,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263570,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847768,06/30/2020,3815417425,"C2","Concentration2",3714131784,0,"9A","pass=0;fail=1",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872139,"ENF",12/01/2019,11/12/2024,3,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263569,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847786,09/30/2020,3815417713,"C1","Concentration1",3718641271,0,"9A","pass=0;fail=1",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872139,"ENF",12/01/2019,11/12/2024,3,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263570,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847786,09/30/2020,3815417717,"C2","Concentration2",3718641272,0,"9A","pass=0;fail=1",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872139,"ENF",12/01/2019,11/12/2024,3,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263570,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847802,12/31/2020,3815417923,"C2","Concentration2",3726161933,0,"9A","pass=0;fail=1",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872139,"ENF",12/01/2019,11/12/2024,3,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263569,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847802,12/31/2020,3815417921,"C1","Concentration1",3726161932,0,"9A","pass=0;fail=1",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523526,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679412,"C2","Concentration2",3735458717,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523525,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679411,"C1","Concentration1",3735458716,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523526,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679428,"C2","Concentration2",3748394564,0,"9A","pass=0;fail=1",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523525,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679427,"C1","Concentration1",3748394563,0,"9A","pass=0;fail=1",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523526,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679444,"C2","Concentration2",3762309710,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523525,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679443,"C1","Concentration1",3762309709,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523526,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679460,"C2","Concentration2",3774643719,0,"9A","pass=0;fail=1",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523525,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679459,"C1","Concentration1",3774643718,0,"9A","pass=0;fail=1",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872140,"ENF",12/01/2019,11/12/2024,3,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263571,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847750,03/31/2020,3815417155,"C1","Concentration1",3710196408,0,"9A","pass=0;fail=1",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872140,"ENF",12/01/2019,11/12/2024,3,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263572,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847750,03/31/2020,3815417157,"C2","Concentration2",3710196409,0,"9A","pass=0;fail=1",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872140,"ENF",12/01/2019,11/12/2024,3,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263572,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847768,06/30/2020,3815417471,"C2","Concentration2",3714131772,0,"9A","pass=0;fail=1",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872140,"ENF",12/01/2019,11/12/2024,3,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263571,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847768,06/30/2020,3815417470,"C1","Concentration1",3714131771,0,"9A","pass=0;fail=1",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872140,"ENF",12/01/2019,11/12/2024,3,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263571,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847786,09/30/2020,3815417724,"C1","Concentration1",3718641263,0,"9A","pass=0;fail=1",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872140,"ENF",12/01/2019,11/12/2024,3,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263572,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847786,09/30/2020,3815417729,"C2","Concentration2",3718641264,0,"9A","pass=0;fail=1",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872140,"ENF",12/01/2019,11/12/2024,3,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263572,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847802,12/31/2020,3815417927,"C2","Concentration2",3726161931,0,"9A","pass=0;fail=1",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872140,"ENF",12/01/2019,11/12/2024,3,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263571,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847802,12/31/2020,3815417925,"C1","Concentration1",3726161930,0,"9A","pass=0;fail=1",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577555,"ENF",01/01/2021,11/12/2024,12,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523510,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679364,"C2","Concentration2",3735458629,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577555,"ENF",01/01/2021,11/12/2024,12,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523509,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679363,"C1","Concentration1",3735458628,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577555,"ENF",01/01/2021,11/12/2024,12,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523510,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679380,"C2","Concentration2",3762309478,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577555,"ENF",01/01/2021,11/12/2024,12,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523509,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679379,"C1","Concentration1",3762309477,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872141,"ENF",12/01/2019,11/12/2024,3,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263574,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847750,03/31/2020,3815417174,"C2","Concentration2",3710196389,11,"23","%",11,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872141,"ENF",12/01/2019,11/12/2024,3,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263573,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847750,03/31/2020,3815417165,"C1","Concentration1",3710196388,11,"23","%",11,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872141,"ENF",12/01/2019,11/12/2024,3,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263573,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847768,06/30/2020,3815417482,"C1","Concentration1",3714131779,11,"23","%",11,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872141,"ENF",12/01/2019,11/12/2024,3,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263574,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847768,06/30/2020,3815417486,"C2","Concentration2",3714131780,11,"23","%",11,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872141,"ENF",12/01/2019,11/12/2024,3,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263574,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847786,09/30/2020,3815417757,"C2","Concentration2",3718641268,11,"23","%",11,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872141,"ENF",12/01/2019,11/12/2024,3,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263573,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847786,09/30/2020,3815417754,"C1","Concentration1",3718641267,11,"23","%",11,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872141,"ENF",12/01/2019,11/12/2024,3,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263573,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847802,12/31/2020,3815417929,"C1","Concentration1",3726161939,11,"23","%",11,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872141,"ENF",12/01/2019,11/12/2024,3,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263574,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847802,12/31/2020,3815417932,"C2","Concentration2",3726161940,11,"23","%",11,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523528,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679414,"C2","Concentration2",3735458713,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523527,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679413,"C1","Concentration1",3735458712,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523528,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679430,"C2","Concentration2",3748394580,11,"23","%",11,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523527,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679429,"C1","Concentration1",3748394579,11,"23","%",11,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523528,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679446,"C2","Concentration2",3762309706,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523527,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679445,"C1","Concentration1",3762309705,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523528,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679462,"C2","Concentration2",3774643729,11,"23","%",11,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523527,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679461,"C1","Concentration1",3774643728,11,"23","%",11,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872142,"ENF",12/01/2019,11/12/2024,3,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263576,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847750,03/31/2020,3815417198,"C2","Concentration2",3710196405,11,"23","%",11,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872142,"ENF",12/01/2019,11/12/2024,3,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263575,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847750,03/31/2020,3815417197,"C1","Concentration1",3710196404,11,"23","%",11,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872142,"ENF",12/01/2019,11/12/2024,3,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263575,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847768,06/30/2020,3815417494,"C1","Concentration1",3714131761,11,"23","%",11,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872142,"ENF",12/01/2019,11/12/2024,3,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263576,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847768,06/30/2020,3815417502,"C2","Concentration2",3714131762,11,"23","%",11,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872142,"ENF",12/01/2019,11/12/2024,3,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263576,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847786,09/30/2020,3815417763,"C2","Concentration2",3718641270,11,"23","%",11,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872142,"ENF",12/01/2019,11/12/2024,3,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263575,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847786,09/30/2020,3815417761,"C1","Concentration1",3718641269,11,"23","%",11,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872142,"ENF",12/01/2019,11/12/2024,3,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263575,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847802,12/31/2020,3815417933,"C1","Concentration1",3726161916,11,"23","%",11,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872142,"ENF",12/01/2019,11/12/2024,3,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263576,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847802,12/31/2020,3815417937,"C2","Concentration2",3726161917,11,"23","%",11,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577556,"ENF",01/01/2021,11/12/2024,12,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523511,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679365,"C1","Concentration1",3735458622,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577556,"ENF",01/01/2021,11/12/2024,12,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523512,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679366,"C2","Concentration2",3735458623,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577556,"ENF",01/01/2021,11/12/2024,12,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523511,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679381,"C1","Concentration1",3762309467,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577556,"ENF",01/01/2021,11/12/2024,12,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523512,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679382,"C2","Concentration2",3762309468,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872143,"ENF",12/01/2019,11/12/2024,3,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263578,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847750,03/31/2020,3815417220,"C2","Concentration2",3710196393,11,"23","%",11,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872143,"ENF",12/01/2019,11/12/2024,3,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263577,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847750,03/31/2020,3815417214,"C1","Concentration1",3710196392,11,"23","%",11,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872143,"ENF",12/01/2019,11/12/2024,3,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263577,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847768,06/30/2020,3815417509,"C1","Concentration1",3714131767,11,"23","%",11,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872143,"ENF",12/01/2019,11/12/2024,3,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263578,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847768,06/30/2020,3815417513,"C2","Concentration2",3714131768,11,"23","%",11,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872143,"ENF",12/01/2019,11/12/2024,3,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263578,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847786,09/30/2020,3815417774,"C2","Concentration2",3718641256,11,"23","%",11,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872143,"ENF",12/01/2019,11/12/2024,3,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263577,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847786,09/30/2020,3815417771,"C1","Concentration1",3718641255,11,"23","%",11,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872143,"ENF",12/01/2019,11/12/2024,3,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263578,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847802,12/31/2020,3815417945,"C2","Concentration2",3726161921,8,"23","%",8,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872143,"ENF",12/01/2019,11/12/2024,3,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263577,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847802,12/31/2020,3815417940,"C1","Concentration1",3726161920,8,"23","%",8,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523529,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679415,"C1","Concentration1",3735458733,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523530,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679416,"C2","Concentration2",3735458734,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523530,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679432,"C2","Concentration2",3748394588,11,"23","%",11,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523529,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679431,"C1","Concentration1",3748394587,11,"23","%",11,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523529,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679447,"C1","Concentration1",3762309715,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523530,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679448,"C2","Concentration2",3762309716,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523529,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679463,"C1","Concentration1",3774643726,11,"23","%",11,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523530,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679464,"C2","Concentration2",3774643727,11,"23","%",11,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872144,"ENF",12/01/2019,11/12/2024,3,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263580,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847750,03/31/2020,3815417247,"C2","Concentration2",3710196411,11,"23","%",11,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872144,"ENF",12/01/2019,11/12/2024,3,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263579,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847750,03/31/2020,3815417230,"C1","Concentration1",3710196410,11,"23","%",11,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872144,"ENF",12/01/2019,11/12/2024,3,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263579,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847768,06/30/2020,3815417535,"C1","Concentration1",3714131769,11,"23","%",11,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872144,"ENF",12/01/2019,11/12/2024,3,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263580,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847768,06/30/2020,3815417543,"C2","Concentration2",3714131770,11,"23","%",11,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872144,"ENF",12/01/2019,11/12/2024,3,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263580,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847786,09/30/2020,3815417795,"C2","Concentration2",3718641274,11,"23","%",11,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872144,"ENF",12/01/2019,11/12/2024,3,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263579,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847786,09/30/2020,3815417792,"C1","Concentration1",3718641273,11,"23","%",11,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872144,"ENF",12/01/2019,11/12/2024,3,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263579,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847802,12/31/2020,3815417948,"C1","Concentration1",3726161912,11,"23","%",11,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872144,"ENF",12/01/2019,11/12/2024,3,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263580,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847802,12/31/2020,3815417949,"C2","Concentration2",3726161914,11,"23","%",11,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577557,"ENF",01/01/2021,11/12/2024,12,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523514,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679368,"C2","Concentration2",3735458617,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577557,"ENF",01/01/2021,11/12/2024,12,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523513,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679367,"C1","Concentration1",3735458616,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577557,"ENF",01/01/2021,11/12/2024,12,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523514,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679384,"C2","Concentration2",3762309480,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577557,"ENF",01/01/2021,11/12/2024,12,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523513,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679383,"C1","Concentration1",3762309479,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872145,"ENF",12/01/2019,11/12/2024,3,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263582,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847750,03/31/2020,3815417292,"C2","Concentration2",3710196399,0,"9A","pass=0;fail=1",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872145,"ENF",12/01/2019,11/12/2024,3,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263581,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847750,03/31/2020,3815417290,"C1","Concentration1",3710196398,0,"9A","pass=0;fail=1",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872145,"ENF",12/01/2019,11/12/2024,3,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263581,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847768,06/30/2020,3815417550,"C1","Concentration1",3714131785,0,"9A","pass=0;fail=1",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872145,"ENF",12/01/2019,11/12/2024,3,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263582,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847768,06/30/2020,3815417552,"C2","Concentration2",3714131786,0,"9A","pass=0;fail=1",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872145,"ENF",12/01/2019,11/12/2024,3,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263582,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847786,09/30/2020,3815417807,"C2","Concentration2",3718641283,0,"9A","pass=0;fail=1",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872145,"ENF",12/01/2019,11/12/2024,3,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263581,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847786,09/30/2020,3815417800,"C1","Concentration1",3718641282,0,"9A","pass=0;fail=1",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872145,"ENF",12/01/2019,11/12/2024,3,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263581,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847802,12/31/2020,3815417968,"C1","Concentration1",3726161908,0,"9A","pass=0;fail=1",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872145,"ENF",12/01/2019,11/12/2024,3,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263582,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847802,12/31/2020,3815417971,"C2","Concentration2",3726161910,0,"9A","pass=0;fail=1",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523532,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679418,"C2","Concentration2",3735458724,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523531,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679417,"C1","Concentration1",3735458722,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523532,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679434,"C2","Concentration2",3748394568,0,"9A","pass=0;fail=1",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523531,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679433,"C1","Concentration1",3748394566,0,"9A","pass=0;fail=1",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523531,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679449,"C1","Concentration1",3762309717,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523532,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679450,"C2","Concentration2",3762309718,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523532,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679466,"C2","Concentration2",3774643717,0,"9A","pass=0;fail=1",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523531,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679465,"C1","Concentration1",3774643716,0,"9A","pass=0;fail=1",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872146,"ENF",12/01/2019,11/12/2024,3,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263584,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847750,03/31/2020,3815417302,"C2","Concentration2",3710196391,0,"9A","pass=0;fail=1",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872146,"ENF",12/01/2019,11/12/2024,3,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263583,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847750,03/31/2020,3815417300,"C1","Concentration1",3710196390,0,"9A","pass=0;fail=1",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872146,"ENF",12/01/2019,11/12/2024,3,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263583,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847768,06/30/2020,3815417564,"C1","Concentration1",3714131781,0,"9A","pass=0;fail=1",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872146,"ENF",12/01/2019,11/12/2024,3,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263584,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847768,06/30/2020,3815417570,"C2","Concentration2",3714131782,0,"9A","pass=0;fail=1",0,"=",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872146,"ENF",12/01/2019,11/12/2024,3,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263584,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847786,09/30/2020,3815417819,"C2","Concentration2",3718641258,0,"9A","pass=0;fail=1",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872146,"ENF",12/01/2019,11/12/2024,3,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263583,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847786,09/30/2020,3815417817,"C1","Concentration1",3718641257,0,"9A","pass=0;fail=1",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872146,"ENF",12/01/2019,11/12/2024,3,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263583,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3614847802,12/31/2020,3815417977,"C1","Concentration1",3726161924,0,"9A","pass=0;fail=1",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872146,"ENF",12/01/2019,11/12/2024,3,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263584,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3614847802,12/31/2020,3815417978,"C2","Concentration2",3726161925,0,"9A","pass=0;fail=1",0,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577558,"ENF",01/01/2021,11/12/2024,12,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523515,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679369,"C1","Concentration1",3735458620,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577558,"ENF",01/01/2021,11/12/2024,12,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523516,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679370,"C2","Concentration2",3735458621,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577558,"ENF",01/01/2021,11/12/2024,12,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523515,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679385,"C1","Concentration1",3762309469,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577558,"ENF",01/01/2021,11/12/2024,12,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523516,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679386,"C2","Concentration2",3762309470,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872147,"ENF",12/01/2019,11/12/2024,3,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263586,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847750,03/31/2020,3815417315,"C2","Concentration2",3710196387,11,"23","%",11,">",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872147,"ENF",12/01/2019,11/12/2024,3,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263585,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847750,03/31/2020,3815417313,"C1","Concentration1",3710196386,11,"23","%",11,">",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872147,"ENF",12/01/2019,11/12/2024,3,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263585,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847768,06/30/2020,3815417575,"C1","Concentration1",3714131787,11,"23","%",11,">",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872147,"ENF",12/01/2019,11/12/2024,3,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263586,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847768,06/30/2020,3815417597,"C2","Concentration2",3714131788,11,"23","%",11,">",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872147,"ENF",12/01/2019,11/12/2024,3,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263586,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847786,09/30/2020,3815417823,"C2","Concentration2",3718641266,11,"23","%",11,">",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872147,"ENF",12/01/2019,11/12/2024,3,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263585,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847786,09/30/2020,3815417822,"C1","Concentration1",3718641265,11,"23","%",11,">",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872147,"ENF",12/01/2019,11/12/2024,3,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263585,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847802,12/31/2020,3815417985,"C1","Concentration1",3726161926,11,"23","%",11,">",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872147,"ENF",12/01/2019,11/12/2024,3,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263586,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847802,12/31/2020,3815417988,"C2","Concentration2",3726161927,11,"23","%",11,">",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523534,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679420,"C2","Concentration2",3735458715,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523533,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679419,"C1","Concentration1",3735458714,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523534,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679436,"C2","Concentration2",3748394573,11,"23","%",11,">",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523533,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679435,"C1","Concentration1",3748394570,11,"23","%",11,">",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523534,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679452,"C2","Concentration2",3762309714,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523533,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679451,"C1","Concentration1",3762309713,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523533,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679467,"C1","Concentration1",3774643722,11,"23","%",11,">",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523534,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679468,"C2","Concentration2",3774643723,11,"23","%",11,">",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872148,"ENF",12/01/2019,11/12/2024,3,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263587,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847750,03/31/2020,3815417328,"C1","Concentration1",3710196412,11,"23","%",11,">",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872148,"ENF",12/01/2019,11/12/2024,3,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263588,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847750,03/31/2020,3815417331,"C2","Concentration2",3710196413,11,"23","%",11,">",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872148,"ENF",12/01/2019,11/12/2024,3,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263588,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847768,06/30/2020,3815417636,"C2","Concentration2",3714131766,11,"23","%",11,">",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872148,"ENF",12/01/2019,11/12/2024,3,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263587,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847768,06/30/2020,3815417631,"C1","Concentration1",3714131765,11,"23","%",11,">",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872148,"ENF",12/01/2019,11/12/2024,3,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263587,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847786,09/30/2020,3815417828,"C1","Concentration1",3718641285,11,"23","%",11,">",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872148,"ENF",12/01/2019,11/12/2024,3,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263588,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847786,09/30/2020,3815417830,"C2","Concentration2",3718641287,11,"23","%",11,">",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872148,"ENF",12/01/2019,11/12/2024,3,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263588,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847802,12/31/2020,3815418003,"C2","Concentration2",3726161923,11,"23","%",11,">",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872148,"ENF",12/01/2019,11/12/2024,3,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263587,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847802,12/31/2020,3815417995,"C1","Concentration1",3726161922,11,"23","%",11,">",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577559,"ENF",01/01/2021,11/12/2024,12,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523518,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679372,"C2","Concentration2",3735458627,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577559,"ENF",01/01/2021,11/12/2024,12,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523517,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679371,"C1","Concentration1",3735458626,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577559,"ENF",01/01/2021,11/12/2024,12,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523518,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679388,"C2","Concentration2",3762309474,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577559,"ENF",01/01/2021,11/12/2024,12,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523517,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679387,"C1","Concentration1",3762309473,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872149,"ENF",12/01/2019,11/12/2024,3,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263589,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847750,03/31/2020,3815417351,"C1","Concentration1",3710196400,11,"23","%",11,">",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872149,"ENF",12/01/2019,11/12/2024,3,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263590,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847750,03/31/2020,3815417353,"C2","Concentration2",3710196401,11,"23","%",11,">",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872149,"ENF",12/01/2019,11/12/2024,3,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263590,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847768,06/30/2020,3815417644,"C2","Concentration2",3714131778,11,"23","%",11,">",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872149,"ENF",12/01/2019,11/12/2024,3,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263589,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847768,06/30/2020,3815417642,"C1","Concentration1",3714131777,11,"23","%",11,">",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872149,"ENF",12/01/2019,11/12/2024,3,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263589,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847786,09/30/2020,3815417838,"C1","Concentration1",3718641261,11,"23","%",11,">",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872149,"ENF",12/01/2019,11/12/2024,3,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263590,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847786,09/30/2020,3815417899,"C2","Concentration2",3718641262,11,"23","%",11,">",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872149,"ENF",12/01/2019,11/12/2024,3,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263590,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847802,12/31/2020,3815418012,"C2","Concentration2",3726161929,11,"23","%",11,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872149,"ENF",12/01/2019,11/12/2024,3,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3608263589,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847802,12/31/2020,3815418008,"C1","Concentration1",3726161928,11,"23","%",11,"=",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523536,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679422,"C2","Concentration2",3735458727,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523535,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679421,"C1","Concentration1",3735458725,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523536,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679438,"C2","Concentration2",3748394593,11,"23","%",11,">",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523535,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679437,"C1","Concentration1",3748394591,11,"23","%",11,">",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523536,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679454,"C2","Concentration2",3762309720,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523535,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679453,"C1","Concentration1",3762309719,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523536,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679470,"C2","Concentration2",3774643725,11,"23","%",11,">",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia","1","Effluent Gross","","",3609523535,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679469,"C1","Concentration1",3774643724,11,"23","%",11,">",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872150,"ENF",12/01/2019,11/12/2024,3,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263591,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847750,03/31/2020,3815417365,"C1","Concentration1",3710196406,11,"23","%",11,">",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872150,"ENF",12/01/2019,11/12/2024,3,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263592,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847750,03/31/2020,3815417366,"C2","Concentration2",3710196407,11,"23","%",11,">",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872150,"ENF",12/01/2019,11/12/2024,3,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263591,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847768,06/30/2020,3815417650,"C1","Concentration1",3714131763,11,"23","%",11,">",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872150,"ENF",12/01/2019,11/12/2024,3,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263592,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847768,06/30/2020,3815417651,"C2","Concentration2",3714131764,11,"23","%",11,">",05/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872150,"ENF",12/01/2019,11/12/2024,3,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263591,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847786,09/30/2020,3815417900,"C1","Concentration1",3718641278,11,"23","%",11,">",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872150,"ENF",12/01/2019,11/12/2024,3,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263592,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847786,09/30/2020,3815417901,"C2","Concentration2",3718641280,11,"23","%",11,">",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872150,"ENF",12/01/2019,11/12/2024,3,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263591,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3614847802,12/31/2020,3815418017,"C1","Concentration1",3726161943,11,"23","%",11,">",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600474150,3600679065,3604872150,"ENF",12/01/2019,11/12/2024,3,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3608263592,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3614847802,12/31/2020,3815418020,"C2","Concentration2",3726161945,11,"23","%",11,">",11/10/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577560,"ENF",01/01/2021,11/12/2024,12,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523519,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679373,"C1","Concentration1",3735458624,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577560,"ENF",01/01/2021,11/12/2024,12,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523520,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679374,"C2","Concentration2",3735458625,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577560,"ENF",01/01/2021,11/12/2024,12,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523519,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679389,"C1","Concentration1",3762309471,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577560,"ENF",01/01/2021,11/12/2024,12,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523520,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679390,"C2","Concentration2",3762309472,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871429,"ENF",12/01/2019,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608262276,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3610999751,06/30/2020,3762750768,"C2","Concentration2",3710196314,,"","",,"",03/09/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871429,"ENF",12/01/2019,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608262276,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3610999766,12/31/2020,3762750883,"C2","Concentration2",3718641522,,"","",,"",08/07/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871429,"ENF",12/01/2019,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608262276,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848166,06/30/2021,3815422300,"C2","Concentration2",3735458635,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871429,"ENF",12/01/2019,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608262276,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848176,12/31/2021,3815422401,"C2","Concentration2",3748394541,,"","",,"",09/08/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871429,"ENF",12/01/2019,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608262276,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848181,06/30/2022,3815422490,"C2","Concentration2",3762309447,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871429,"ENF",12/01/2019,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608262276,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848194,12/31/2022,3815422567,"C2","Concentration2",3774643428,,"","",,"",09/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871431,"ENF",12/01/2019,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608262278,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3610999751,06/30/2020,3762750808,"C2","Concentration2",3710196317,,"","",,"",03/09/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871431,"ENF",12/01/2019,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608262278,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3610999766,12/31/2020,3762750891,"C2","Concentration2",3718641521,,"","",,"",08/07/2020,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871431,"ENF",12/01/2019,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608262278,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848166,06/30/2021,3815422321,"C2","Concentration2",3735458634,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871431,"ENF",12/01/2019,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608262278,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848176,12/31/2021,3815422410,"C2","Concentration2",3748394544,,"","",,"",09/08/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871431,"ENF",12/01/2019,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608262278,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848181,06/30/2022,3815422497,"C2","Concentration2",3762309450,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871431,"ENF",12/01/2019,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608262278,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848194,12/31/2022,3815422585,"C2","Concentration2",3774643425,,"","",,"",09/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871430,"ENF",12/01/2019,11/12/2024,6,"TIE3E","LC50 Pass/Fail Static 24Hr Acute Mysid. Bahia","1","Effluent Gross","","",3608262277,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3610999751,06/30/2020,3762750824,"C2","Concentration2",3710196321,0,"9A","pass=0;fail=1",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871430,"ENF",12/01/2019,11/12/2024,6,"TIE3E","LC50 Pass/Fail Static 24Hr Acute Mysid. Bahia","1","Effluent Gross","","",3608262277,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3610999766,12/31/2020,3762750895,"C2","Concentration2",3718641523,0,"9A","pass=0;fail=1",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871430,"ENF",12/01/2019,11/12/2024,6,"TIE3E","LC50 Pass/Fail Static 24Hr Acute Mysid. Bahia","1","Effluent Gross","","",3608262277,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848166,06/30/2021,3815422367,"C2","Concentration2",3735458632,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871430,"ENF",12/01/2019,11/12/2024,6,"TIE3E","LC50 Pass/Fail Static 24Hr Acute Mysid. Bahia","1","Effluent Gross","","",3608262277,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848176,12/31/2021,3815422418,"C2","Concentration2",3748394543,0,"9A","pass=0;fail=1",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871430,"ENF",12/01/2019,11/12/2024,6,"TIE3E","LC50 Pass/Fail Static 24Hr Acute Mysid. Bahia","1","Effluent Gross","","",3608262277,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848181,06/30/2022,3815422552,"C2","Concentration2",3762309448,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871430,"ENF",12/01/2019,11/12/2024,6,"TIE3E","LC50 Pass/Fail Static 24Hr Acute Mysid. Bahia","1","Effluent Gross","","",3608262277,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848194,12/31/2022,3815422602,"C2","Concentration2",3774643423,0,"9A","pass=0;fail=1",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871432,"ENF",12/01/2019,11/12/2024,6,"TIE6B","LC50 Pass/Fail Static 24Hr Acute Menidia menidia","1","Effluent Gross","","",3608262279,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3610999751,06/30/2020,3762750864,"C2","Concentration2",3710196318,0,"9A","pass=0;fail=1",0,"=",03/09/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871432,"ENF",12/01/2019,11/12/2024,6,"TIE6B","LC50 Pass/Fail Static 24Hr Acute Menidia menidia","1","Effluent Gross","","",3608262279,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3610999766,12/31/2020,3762750904,"C2","Concentration2",3718641524,0,"9A","pass=0;fail=1",0,"=",08/07/2020,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871432,"ENF",12/01/2019,11/12/2024,6,"TIE6B","LC50 Pass/Fail Static 24Hr Acute Menidia menidia","1","Effluent Gross","","",3608262279,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848166,06/30/2021,3815422390,"C2","Concentration2",3735458633,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871432,"ENF",12/01/2019,11/12/2024,6,"TIE6B","LC50 Pass/Fail Static 24Hr Acute Menidia menidia","1","Effluent Gross","","",3608262279,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848176,12/31/2021,3815422428,"C2","Concentration2",3748394542,0,"9A","pass=0;fail=1",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871432,"ENF",12/01/2019,11/12/2024,6,"TIE6B","LC50 Pass/Fail Static 24Hr Acute Menidia menidia","1","Effluent Gross","","",3608262279,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848181,06/30/2022,3815422560,"C2","Concentration2",3762309449,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" -3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871432,"ENF",12/01/2019,11/12/2024,6,"TIE6B","LC50 Pass/Fail Static 24Hr Acute Menidia menidia","1","Effluent Gross","","",3608262279,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848194,12/31/2022,3815422615,"C2","Concentration2",3774643420,0,"9A","pass=0;fail=1",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified" +activity_id,npdes_id,version_nmbr,perm_feature_id,perm_feature_nmbr,perm_feature_type_code,perm_feature_type_desc,limit_set_id,limit_set_schedule_id,limit_id,limit_season_id,limit_type_code,limit_begin_date,limit_end_date,nmbr_of_submission,parameter_code,parameter_desc,monitoring_location_code,monitoring_location_desc,stay_type_code,stay_type_desc,limit_value_id,limit_value_type_code,limit_value_type_desc,limit_value_nmbr,limit_unit_code,limit_unit_desc,standard_unit_code,standard_unit_desc,limit_value_standard_units,statistical_base_code,statistical_base_short_desc,statistical_base_type_code,statistical_base_type_desc,limit_value_qualifier_code,stay_value_nmbr,dmr_event_id,monitoring_period_end_date,dmr_form_value_id,value_type_code,value_type_desc,dmr_value_id,dmr_value_nmbr,dmr_unit_code,dmr_unit_desc,dmr_value_standard_units,dmr_value_qualifier_code,value_received_date,days_late,nodi_code,nodi_desc,exceedence_pct,npdes_violation_id,violation_code,violation_desc,rnc_detection_code,rnc_detection_desc,rnc_detection_date,rnc_resolution_code,rnc_resolution_desc,rnc_resolution_date,violation_severity,dmr_due_date,dmr_limit_type_code_desc,dmr_limit_type_desc +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414261,"C3","Concentration3",3732988572,82,"15","deg F",82,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414657,"C3","Concentration3",3735458704,83,"15","deg F",83,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415063,"C3","Concentration3",3736815123,90,"15","deg F",90,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415467,"C3","Concentration3",3738923725,90,"15","deg F",90,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415772,"C3","Concentration3",3742516967,94,"15","deg F",94,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416169,"C3","Concentration3",3743599215,96,"15","deg F",96,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416652,"C3","Concentration3",3745559080,97,"15","deg F",97,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417028,"C3","Concentration3",3748394603,98,"15","deg F",98,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417508,"C3","Concentration3",3749790592,98,"15","deg F",98,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815399880,"C3","Concentration3",3752959416,93,"15","deg F",93,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400234,"C3","Concentration3",3753958326,86,"15","deg F",86,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400571,"C3","Concentration3",3755741417,89,"15","deg F",89,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400821,"C3","Concentration3",3758753125,89,"15","deg F",89,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401042,"C3","Concentration3",3762309443,86,"15","deg F",86,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401231,"C3","Concentration3",3763766807,85,"15","deg F",85,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401415,"C3","Concentration3",3765380707,92,"15","deg F",92,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401597,"C3","Concentration3",3768378149,94,"15","deg F",94,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401825,"C3","Concentration3",3770074904,98,"15","deg F",98,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815401999,"C3","Concentration3",3773198807,99,"15","deg F",99,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402230,"C3","Concentration3",3774643766,97,"15","deg F",97,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402435,"C3","Concentration3",3776107007,96,"15","deg F",96,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402621,"C3","Concentration3",3779355046,91,"15","deg F",91,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402788,"C3","Concentration3",3781185016,89,"15","deg F",89,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815402990,"C3","Concentration3",3782488238,87,"15","deg F",87,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403149,"C3","Concentration3",3786078710,87,"15","deg F",87,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846887,02/28/2023,3815403413,"C3","Concentration3",3788708210,88,"15","deg F",88,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846898,03/31/2023,3815403590,"C3","Concentration3",3790252472,89,"15","deg F",89,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846922,04/30/2023,3815403818,"C3","Concentration3",3793308222,89,"15","deg F",89,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846936,05/31/2023,3815404030,"C3","Concentration3",3794816635,92,"15","deg F",92,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846952,06/30/2023,3815404227,"C3","Concentration3",3796392131,99,"15","deg F",99,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846967,07/31/2023,3815404439,"C3","Concentration3",3798264007,98,"15","deg F",98,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614846986,08/31/2023,3815404680,"C3","Concentration3",3801305932,98,"15","deg F",98,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614847000,09/30/2023,3815404890,"C3","Concentration3",3802680628,98,"15","deg F",98,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614847018,10/31/2023,3815405132,"C3","Concentration3",3804643860,94,"15","deg F",94,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614847030,11/30/2023,3815405395,"C3","Concentration3",3806348275,88,"15","deg F",88,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614847047,12/31/2023,3815405665,"C3","Concentration3",3808869467,83,"15","deg F",83,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614847069,01/31/2024,3815406084,"C3","Concentration3",3811657628,79,"15","deg F",79,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614847090,02/29/2024,3815406414,"C3","Concentration3",3813492925,85,"15","deg F",85,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614847104,03/31/2024,3815406727,"C3","Concentration3",3814992430,88,"15","deg F",88,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871347,"0","ENF",12/01/2019,11/12/2024,1,"00011","Temperature, water deg. fahrenheit","1","Effluent Gross","","",3608262111,"C3","Concentration3",108,"15","deg F","15","deg F",108,"DD","DAILY MX","MAX","Maximum","<=",,3614847119,04/30/2024,3815406951,"C3","Concentration3",3816784157,91,"15","deg F",91,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414270,"Q1","Quantity1",3732988578,557,"26","lb/d",252.87799788,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414275,"Q2","Quantity2",3732988579,2765,"26","lb/d",1255.30998945,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414694,"Q2","Quantity2",3735458703,1219,"26","lb/d",553.42599535,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414669,"Q1","Quantity1",3735458702,413,"26","lb/d",187.50199842,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415099,"Q2","Quantity2",3736815122,751,"26","lb/d",340.95399714,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415095,"Q1","Quantity1",3736815121,405,"26","lb/d",183.86999846,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415536,"Q2","Quantity2",3738923737,1782,"26","lb/d",809.0279932,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415525,"Q1","Quantity1",3738923736,502,"26","lb/d",227.90799809,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415776,"Q1","Quantity1",3742516973,365,"26","lb/d",165.70999861,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415785,"Q2","Quantity2",3742516974,462,"26","lb/d",209.74799824,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416202,"Q2","Quantity2",3743599220,595,"26","lb/d",270.12999773,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416192,"Q1","Quantity1",3743599219,412,"26","lb/d",187.04799843,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416672,"Q1","Quantity1",3745559058,437,"26","lb/d",198.39799833,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416684,"Q2","Quantity2",3745559059,470,"26","lb/d",213.37999821,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417060,"Q1","Quantity1",3748394625,445,"26","lb/d",202.0299983,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417063,"Q2","Quantity2",3748394627,575,"26","lb/d",261.04999781,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417604,"Q1","Quantity1",3749790584,361,"26","lb/d",163.89399862,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417607,"Q2","Quantity2",3749790585,441,"26","lb/d",200.21399832,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815399902,"Q2","Quantity2",3752959402,439,"26","lb/d",199.30599833,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815399895,"Q1","Quantity1",3752959400,402,"26","lb/d",182.50799847,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400245,"Q1","Quantity1",3753958337,365,"26","lb/d",165.70999861,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400247,"Q2","Quantity2",3753958338,434,"26","lb/d",197.03599834,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400577,"Q1","Quantity1",3755741420,340,"26","lb/d",154.3599987,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400599,"Q2","Quantity2",3755741421,472,"26","lb/d",214.2879982,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400833,"Q1","Quantity1",3758753135,345,"26","lb/d",156.62999868,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400839,"Q2","Quantity2",3758753137,696,"26","lb/d",315.98399734,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401047,"Q2","Quantity2",3762309445,1208,"26","lb/d",548.43199539,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401045,"Q1","Quantity1",3762309444,396,"26","lb/d",179.78399849,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401243,"Q2","Quantity2",3763766802,519,"26","lb/d",235.62599802,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401234,"Q1","Quantity1",3763766801,317,"26","lb/d",143.91799879,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401425,"Q2","Quantity2",3765380694,357,"26","lb/d",162.07799864,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401423,"Q1","Quantity1",3765380693,310,"26","lb/d",140.73999882,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401610,"Q1","Quantity1",3768378143,327,"26","lb/d",148.45799875,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401615,"Q2","Quantity2",3768378144,715,"26","lb/d",324.60999727,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401830,"Q2","Quantity2",3770074897,346,"26","lb/d",157.08399868,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401829,"Q1","Quantity1",3770074896,312,"26","lb/d",141.64799881,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402003,"Q1","Quantity1",3773198827,340,"26","lb/d",154.3599987,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402007,"Q2","Quantity2",3773198828,379,"26","lb/d",172.06599855,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402236,"Q2","Quantity2",3774643755,1284,"26","lb/d",582.9359951,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402234,"Q1","Quantity1",3774643754,423,"26","lb/d",192.04199839,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402444,"Q2","Quantity2",3776107013,392,"26","lb/d",177.9679985,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402443,"Q1","Quantity1",3776107012,344,"26","lb/d",156.17599869,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402625,"Q1","Quantity1",3779355034,315,"26","lb/d",143.0099988,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402628,"Q2","Quantity2",3779355035,426,"26","lb/d",193.40399837,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402791,"Q1","Quantity1",3781185019,382,"26","lb/d",173.42799854,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402794,"Q2","Quantity2",3781185020,505,"26","lb/d",229.26999807,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815402996,"Q2","Quantity2",3782488233,1716,"26","lb/d",779.06399345,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815402995,"Q1","Quantity1",3782488231,481,"26","lb/d",218.37399817,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403162,"Q1","Quantity1",3786078707,539,"26","lb/d",244.70599794,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403167,"Q2","Quantity2",3786078708,1513,"26","lb/d",686.90199423,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846887,02/28/2023,3815403416,"Q2","Quantity2",3788708224,871,"26","lb/d",395.43399668,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846887,02/28/2023,3815403414,"Q1","Quantity1",3788708223,461,"26","lb/d",209.29399824,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846898,03/31/2023,3815403602,"Q1","Quantity1",3790252479,1155,"26","lb/d",524.36999559,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846898,03/31/2023,3815403605,"Q2","Quantity2",3790252480,3373,"26","lb/d",1531.34198713,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846922,04/30/2023,3815403821,"Q1","Quantity1",3793308229,566,"26","lb/d",256.96399784,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846922,04/30/2023,3815403824,"Q2","Quantity2",3793308230,1817,"26","lb/d",824.91799307,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846936,05/31/2023,3815404038,"Q1","Quantity1",3794816631,438,"26","lb/d",198.85199833,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846936,05/31/2023,3815404040,"Q2","Quantity2",3794816632,1148,"26","lb/d",521.19199562,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846952,06/30/2023,3815404232,"Q2","Quantity2",3796392105,1079,"26","lb/d",489.86599588,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846952,06/30/2023,3815404229,"Q1","Quantity1",3796392104,446,"26","lb/d",202.4839983,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846967,07/31/2023,3815404448,"Q1","Quantity1",3798264001,420,"26","lb/d",190.6799984,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846967,07/31/2023,3815404454,"Q2","Quantity2",3798264002,440,"26","lb/d",199.75999832,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614846986,08/31/2023,3815404700,"Q2","Quantity2",3801305931,667,"26","lb/d",302.81799746,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614846986,08/31/2023,3815404692,"Q1","Quantity1",3801305930,423,"26","lb/d",192.04199839,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614847000,09/30/2023,3815404899,"Q1","Quantity1",3802680647,369,"26","lb/d",167.52599859,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614847000,09/30/2023,3815404901,"Q2","Quantity2",3802680648,412,"26","lb/d",187.04799843,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614847018,10/31/2023,3815405149,"Q2","Quantity2",3804643841,386,"26","lb/d",175.24399853,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614847018,10/31/2023,3815405147,"Q1","Quantity1",3804643839,333,"26","lb/d",151.18199873,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614847030,11/30/2023,3815405400,"Q1","Quantity1",3806348268,343,"26","lb/d",155.72199869,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614847030,11/30/2023,3815405403,"Q2","Quantity2",3806348269,422,"26","lb/d",191.58799839,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614847047,12/31/2023,3815405698,"Q2","Quantity2",3808869479,621,"26","lb/d",281.93399763,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614847047,12/31/2023,3815405685,"Q1","Quantity1",3808869478,378,"26","lb/d",171.61199856,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614847069,01/31/2024,3815406103,"Q1","Quantity1",3811657626,595,"26","lb/d",270.12999773,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614847069,01/31/2024,3815406114,"Q2","Quantity2",3811657627,1697,"26","lb/d",770.43799353,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614847090,02/29/2024,3815406423,"Q2","Quantity2",3813492943,2390,"26","lb/d",1085.05999088,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614847090,02/29/2024,3815406419,"Q1","Quantity1",3813492941,776,"26","lb/d",352.30399704,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614847104,03/31/2024,3815406752,"Q1","Quantity1",3814992431,420,"26","lb/d",190.6799984,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614847104,03/31/2024,3815406762,"Q2","Quantity2",3814992432,558,"26","lb/d",253.33199787,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262105,"Q2","Quantity2",10264,"26","lb/d","01","kg/d",4659.85596085,"DD","DAILY MX","MAX","Maximum","<=",,3614847119,04/30/2024,3815406972,"Q2","Quantity2",3816784175,2041,"26","lb/d",926.61399221,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871344,"0","ENF",12/01/2019,11/12/2024,1,"00310","BOD, 5-day, 20 deg. C","1","Effluent Gross","","",3608262106,"Q1","Quantity1",4982,"26","lb/d","01","kg/d",2261.827981,"DB","DAILY AV","AVG","Average","<=",,3614847119,04/30/2024,3815406969,"Q1","Quantity1",3816784174,781,"26","lb/d",354.57399702,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414281,"Q1","Quantity1",3732988573,7457,"26","lb/d",3385.47797155,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414289,"Q2","Quantity2",3732988574,11547,"26","lb/d",5242.33795595,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414714,"Q2","Quantity2",3735458670,9695,"26","lb/d",4401.52996302,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414711,"Q1","Quantity1",3735458668,5919,"26","lb/d",2687.22597742,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415134,"Q1","Quantity1",3736815129,7014,"26","lb/d",3184.35597324,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415143,"Q2","Quantity2",3736815130,9878,"26","lb/d",4484.61196232,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415552,"Q2","Quantity2",3738923722,9519,"26","lb/d",4321.62596369,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415551,"Q1","Quantity1",3738923721,6616,"26","lb/d",3003.66397476,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415788,"Q1","Quantity1",3742516971,7039,"26","lb/d",3195.70597315,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415790,"Q2","Quantity2",3742516972,10412,"26","lb/d",4727.04796028,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416219,"Q2","Quantity2",3743599223,10381,"26","lb/d",4712.9739604,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416215,"Q1","Quantity1",3743599222,7892,"26","lb/d",3582.96796989,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416694,"Q1","Quantity1",3745559060,7476,"26","lb/d",3394.10397148,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416696,"Q2","Quantity2",3745559061,11750,"26","lb/d",5334.49995518,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417088,"Q2","Quantity2",3748394602,11689,"26","lb/d",5306.80595541,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417082,"Q1","Quantity1",3748394601,6833,"26","lb/d",3102.18197393,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417634,"Q1","Quantity1",3749790582,5806,"26","lb/d",2635.92397785,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417644,"Q2","Quantity2",3749790583,9713,"26","lb/d",4409.70196295,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815399912,"Q2","Quantity2",3752959418,9016,"26","lb/d",4093.26396561,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815399908,"Q1","Quantity1",3752959417,5794,"26","lb/d",2630.4759779,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400257,"Q1","Quantity1",3753958335,5891,"26","lb/d",2674.51397753,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400274,"Q2","Quantity2",3753958336,7556,"26","lb/d",3430.42397118,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400611,"Q2","Quantity2",3755741426,7480,"26","lb/d",3395.91997147,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400607,"Q1","Quantity1",3755741425,5225,"26","lb/d",2372.14998007,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400843,"Q1","Quantity1",3758753170,6086,"26","lb/d",2763.04397678,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400844,"Q2","Quantity2",3758753172,9051,"26","lb/d",4109.15396547,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401063,"Q2","Quantity2",3762309439,9237,"26","lb/d",4193.59796476,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401060,"Q1","Quantity1",3762309438,6110,"26","lb/d",2773.93997669,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401255,"Q1","Quantity1",3763766790,5527,"26","lb/d",2509.25797892,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401258,"Q2","Quantity2",3763766791,7227,"26","lb/d",3281.05797243,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401440,"Q2","Quantity2",3765380706,9805,"26","lb/d",4451.4699626,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401432,"Q1","Quantity1",3765380705,6827,"26","lb/d",3099.45797396,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401630,"Q1","Quantity1",3768378147,6324,"26","lb/d",2871.09597588,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401634,"Q2","Quantity2",3768378148,9735,"26","lb/d",4419.68996286,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401843,"Q2","Quantity2",3770074884,9600,"26","lb/d",4358.39996338,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401840,"Q1","Quantity1",3770074883,6876,"26","lb/d",3121.70397377,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402011,"Q1","Quantity1",3773198819,6886,"26","lb/d",3126.24397373,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402016,"Q2","Quantity2",3773198821,9570,"26","lb/d",4344.77996349,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402243,"Q2","Quantity2",3774643779,9799,"26","lb/d",4448.74596262,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402241,"Q1","Quantity1",3774643778,6003,"26","lb/d",2725.3619771,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402450,"Q1","Quantity1",3776107028,7027,"26","lb/d",3190.25797319,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402451,"Q2","Quantity2",3776107029,10178,"26","lb/d",4620.81196117,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402640,"Q2","Quantity2",3779355033,8500,"26","lb/d",3858.99996758,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402634,"Q1","Quantity1",3779355032,6037,"26","lb/d",2740.79797697,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402802,"Q1","Quantity1",3781185046,7185,"26","lb/d",3261.98997259,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402804,"Q2","Quantity2",3781185048,12079,"26","lb/d",5483.86595392,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403002,"Q2","Quantity2",3782488251,11152,"26","lb/d",5063.00795746,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403000,"Q1","Quantity1",3782488250,8164,"26","lb/d",3706.45596886,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403185,"Q2","Quantity2",3786078726,11747,"26","lb/d",5333.13795519,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403183,"Q1","Quantity1",3786078725,8858,"26","lb/d",4021.53196621,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846887,02/28/2023,3815403418,"Q1","Quantity1",3788708215,9591,"26","lb/d",4354.31396341,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846887,02/28/2023,3815403428,"Q2","Quantity2",3788708216,17437,"26","lb/d",7916.39793348,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846898,03/31/2023,3815403609,"Q1","Quantity1",3790252470,8192,"26","lb/d",3719.16796875,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846898,03/31/2023,3815403620,"Q2","Quantity2",3790252471,12200,"26","lb/d",5538.79995346,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846922,04/30/2023,3815403838,"Q1","Quantity1",3793308240,8278,"26","lb/d",3758.21196842,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846922,04/30/2023,3815403842,"Q2","Quantity2",3793308241,11196,"26","lb/d",5082.98395729,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846936,05/31/2023,3815404049,"Q2","Quantity2",3794816644,12006,"26","lb/d",5450.7239542,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846936,05/31/2023,3815404046,"Q1","Quantity1",3794816643,8968,"26","lb/d",4071.47196579,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846952,06/30/2023,3815404235,"Q2","Quantity2",3796392122,11059,"26","lb/d",5020.78595781,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846952,06/30/2023,3815404234,"Q1","Quantity1",3796392121,7988,"26","lb/d",3626.55196953,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846967,07/31/2023,3815404469,"Q1","Quantity1",3798263994,7836,"26","lb/d",3557.54397011,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846967,07/31/2023,3815404475,"Q2","Quantity2",3798263995,12828,"26","lb/d",5823.91195107,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614846986,08/31/2023,3815404713,"Q2","Quantity2",3801305945,13288,"26","lb/d",6032.75194931,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614846986,08/31/2023,3815404708,"Q1","Quantity1",3801305944,8597,"26","lb/d",3903.03796721,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614847000,09/30/2023,3815404920,"Q2","Quantity2",3802680621,10051,"26","lb/d",4563.15396166,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614847000,09/30/2023,3815404908,"Q1","Quantity1",3802680620,7587,"26","lb/d",3444.49797106,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614847018,10/31/2023,3815405152,"Q1","Quantity1",3804643822,7438,"26","lb/d",3376.85197163,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614847018,10/31/2023,3815405155,"Q2","Quantity2",3804643823,10383,"26","lb/d",4713.88196039,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614847030,11/30/2023,3815405411,"Q2","Quantity2",3806348254,10394,"26","lb/d",4718.87596035,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614847030,11/30/2023,3815405407,"Q1","Quantity1",3806348253,6766,"26","lb/d",3071.76397419,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614847047,12/31/2023,3815405726,"Q2","Quantity2",3808869477,10381,"26","lb/d",4712.9739604,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614847047,12/31/2023,3815405720,"Q1","Quantity1",3808869476,6757,"26","lb/d",3067.67797422,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614847069,01/31/2024,3815406135,"Q1","Quantity1",3811657620,6545,"26","lb/d",2971.42997503,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614847069,01/31/2024,3815406139,"Q2","Quantity2",3811657621,9656,"26","lb/d",4383.82396317,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614847090,02/29/2024,3815406474,"Q2","Quantity2",3813492918,12290,"26","lb/d",5579.65995312,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614847090,02/29/2024,3815406459,"Q1","Quantity1",3813492917,9373,"26","lb/d",4255.34196424,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614847104,03/31/2024,3815406776,"Q1","Quantity1",3814992402,8455,"26","lb/d",3838.56996775,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614847104,03/31/2024,3815406777,"Q2","Quantity2",3814992404,12968,"26","lb/d",5887.47195053,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262096,"Q2","Quantity2",57555,"26","lb/d","01","kg/d",26129.96978045,"DD","DAILY MX","MAX","Maximum","<=",,3614847119,04/30/2024,3815406981,"Q2","Quantity2",3816784154,14727,"26","lb/d",6686.05794382,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871340,"0","ENF",12/01/2019,11/12/2024,1,"00340","Oxygen demand, chem. [high level] [COD]","1","Effluent Gross","","",3608262097,"Q1","Quantity1",29688,"26","lb/d","01","kg/d",13478.35188675,"DB","DAILY AV","AVG","Average","<=",,3614847119,04/30/2024,3815406980,"Q1","Quantity1",3816784153,9624,"26","lb/d",4369.29596329,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078119,01/31/2021,3804414368,"C3","Concentration3",3732988581,7.9,"12","SU",7.9,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078119,01/31/2021,3804414314,"C1","Concentration1",3732988580,7.5,"12","SU",7.5,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078156,02/28/2021,3804414719,"C1","Concentration1",3735458662,7.5,"12","SU",7.5,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078156,02/28/2021,3804414734,"C3","Concentration3",3735458663,8.2,"12","SU",8.2,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078198,03/31/2021,3804415164,"C3","Concentration3",3736815108,8.1,"12","SU",8.1,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078198,03/31/2021,3804415162,"C1","Concentration1",3736815107,7.5,"12","SU",7.5,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078247,04/30/2021,3804415555,"C1","Concentration1",3738923723,7.4,"12","SU",7.4,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078247,04/30/2021,3804415557,"C3","Concentration3",3738923724,8,"12","SU",8,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078275,05/31/2021,3804415834,"C3","Concentration3",3742516978,8.2,"12","SU",8.2,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078275,05/31/2021,3804415831,"C1","Concentration1",3742516977,7.8,"12","SU",7.8,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078315,06/30/2021,3804416235,"C1","Concentration1",3743599209,7.8,"12","SU",7.8,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078315,06/30/2021,3804416254,"C3","Concentration3",3743599210,8.1,"12","SU",8.1,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078361,07/31/2021,3804416702,"C3","Concentration3",3745559053,8.1,"12","SU",8.1,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078361,07/31/2021,3804416700,"C1","Concentration1",3745559052,7.5,"12","SU",7.5,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078398,08/31/2021,3804417185,"C1","Concentration1",3748394594,7.5,"12","SU",7.5,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078398,08/31/2021,3804417197,"C3","Concentration3",3748394595,8,"12","SU",8,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614078445,09/30/2021,3804417654,"C3","Concentration3",3749790603,8.2,"12","SU",8.2,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614078445,09/30/2021,3804417650,"C1","Concentration1",3749790602,7.6,"12","SU",7.6,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846663,10/31/2021,3815399917,"C1","Concentration1",3752959419,7.6,"12","SU",7.6,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846663,10/31/2021,3815399962,"C3","Concentration3",3752959420,8,"12","SU",8,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846685,11/30/2021,3815400291,"C3","Concentration3",3753958334,8,"12","SU",8,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846685,11/30/2021,3815400288,"C1","Concentration1",3753958333,7.5,"12","SU",7.5,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846702,12/31/2021,3815400619,"C1","Concentration1",3755741413,7.6,"12","SU",7.6,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846702,12/31/2021,3815400624,"C3","Concentration3",3755741414,8,"12","SU",8,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846717,01/31/2022,3815400868,"C3","Concentration3",3758753162,7.9,"12","SU",7.9,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846717,01/31/2022,3815400855,"C1","Concentration1",3758753160,7.4,"12","SU",7.4,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846733,02/28/2022,3815401066,"C1","Concentration1",3762309420,7.5,"12","SU",7.5,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846733,02/28/2022,3815401067,"C3","Concentration3",3762309421,8,"12","SU",8,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846745,03/31/2022,3815401267,"C3","Concentration3",3763766806,8,"12","SU",8,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846745,03/31/2022,3815401264,"C1","Concentration1",3763766805,7.5,"12","SU",7.5,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846756,04/30/2022,3815401449,"C1","Concentration1",3765380708,7.6,"12","SU",7.6,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846756,04/30/2022,3815401454,"C3","Concentration3",3765380709,8.1,"12","SU",8.1,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846766,05/31/2022,3815401652,"C3","Concentration3",3768378142,8.2,"12","SU",8.2,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846766,05/31/2022,3815401650,"C1","Concentration1",3768378141,7.7,"12","SU",7.7,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846777,06/30/2022,3815401846,"C1","Concentration1",3770074908,7.5,"12","SU",7.5,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846777,06/30/2022,3815401847,"C3","Concentration3",3770074909,8.2,"12","SU",8.2,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846788,07/31/2022,3815402025,"C3","Concentration3",3773198826,8,"12","SU",8,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846788,07/31/2022,3815402022,"C1","Concentration1",3773198825,7.6,"12","SU",7.6,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846804,08/31/2022,3815402246,"C1","Concentration1",3774643770,7.4,"12","SU",7.4,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846804,08/31/2022,3815402249,"C3","Concentration3",3774643771,8.3,"12","SU",8.3,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846819,09/30/2022,3815402459,"C3","Concentration3",3776107051,8.4,"12","SU",8.4,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846819,09/30/2022,3815402454,"C1","Concentration1",3776107050,7.7,"12","SU",7.7,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846832,10/31/2022,3815402643,"C1","Concentration1",3779355048,7.6,"12","SU",7.6,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846832,10/31/2022,3815402647,"C3","Concentration3",3779355050,8,"12","SU",8,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846845,11/30/2022,3815402809,"C3","Concentration3",3781185026,8,"12","SU",8,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846845,11/30/2022,3815402807,"C1","Concentration1",3781185025,7.5,"12","SU",7.5,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846858,12/31/2022,3815403004,"C1","Concentration1",3782488228,7.5,"12","SU",7.5,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846858,12/31/2022,3815403005,"C3","Concentration3",3782488229,7.9,"12","SU",7.9,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846867,01/31/2023,3815403195,"C3","Concentration3",3786078720,8,"12","SU",8,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846867,01/31/2023,3815403193,"C1","Concentration1",3786078719,7.5,"12","SU",7.5,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846887,02/28/2023,3815403436,"C1","Concentration1",3788708194,7.5,"12","SU",7.5,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846887,02/28/2023,3815403437,"C3","Concentration3",3788708195,8,"12","SU",8,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846898,03/31/2023,3815403636,"C3","Concentration3",3790252478,8.1,"12","SU",8.1,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846898,03/31/2023,3815403635,"C1","Concentration1",3790252476,7.5,"12","SU",7.5,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846922,04/30/2023,3815403844,"C1","Concentration1",3793308223,7.4,"12","SU",7.4,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846922,04/30/2023,3815403847,"C3","Concentration3",3793308224,8.3,"12","SU",8.3,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846936,05/31/2023,3815404055,"C3","Concentration3",3794816616,8,"12","SU",8,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846936,05/31/2023,3815404053,"C1","Concentration1",3794816615,7.5,"12","SU",7.5,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846952,06/30/2023,3815404255,"C1","Concentration1",3796392110,7.5,"12","SU",7.5,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846952,06/30/2023,3815404257,"C3","Concentration3",3796392111,8.4,"12","SU",8.4,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846967,07/31/2023,3815404512,"C3","Concentration3",3798263985,8.2,"12","SU",8.2,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846967,07/31/2023,3815404511,"C1","Concentration1",3798263984,7.5,"12","SU",7.5,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614846986,08/31/2023,3815404730,"C1","Concentration1",3801305933,7.6,"12","SU",7.6,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614846986,08/31/2023,3815404738,"C3","Concentration3",3801305934,8.2,"12","SU",8.2,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614847000,09/30/2023,3815404928,"C3","Concentration3",3802680625,8.2,"12","SU",8.2,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614847000,09/30/2023,3815404924,"C1","Concentration1",3802680624,7.5,"12","SU",7.5,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614847018,10/31/2023,3815405169,"C1","Concentration1",3804643857,7.4,"12","SU",7.4,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614847018,10/31/2023,3815405174,"C3","Concentration3",3804643859,8.3,"12","SU",8.3,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614847030,11/30/2023,3815405425,"C3","Concentration3",3806348283,7.9,"12","SU",7.9,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614847030,11/30/2023,3815405421,"C1","Concentration1",3806348282,7.4,"12","SU",7.4,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614847047,12/31/2023,3815405744,"C1","Concentration1",3808869472,7,"12","SU",7,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614847047,12/31/2023,3815405749,"C3","Concentration3",3808869473,8,"12","SU",8,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614847069,01/31/2024,3815406169,"C3","Concentration3",3811657635,8,"12","SU",8,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614847069,01/31/2024,3815406144,"C1","Concentration1",3811657634,7.3,"12","SU",7.3,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614847090,02/29/2024,3815406498,"C1","Concentration1",3813492968,7.3,"12","SU",7.3,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614847090,02/29/2024,3815406502,"C3","Concentration3",3813492969,7.8,"12","SU",7.8,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614847104,03/31/2024,3815406784,"C3","Concentration3",3814992389,7.8,"12","SU",7.8,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614847104,03/31/2024,3815406781,"C1","Concentration1",3814992388,7.3,"12","SU",7.3,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262115,"C1","Concentration1",5,"12","SU","12","SU",5,"ME","MINIMUM","MIN","Minimum",">=",,3614847119,04/30/2024,3815406989,"C1","Concentration1",3816784151,7.3,"12","SU",7.3,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871349,"0","ENF",12/01/2019,11/12/2024,1,"00400","pH","1","Effluent Gross","","",3608262114,"C3","Concentration3",11,"12","SU","12","SU",11,"MB","MAXIMUM","MAX","Maximum","<=",,3614847119,04/30/2024,3815406992,"C3","Concentration3",3816784152,8.1,"12","SU",8.1,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414382,"Q1","Quantity1",3732988590,3024,"26","lb/d",1372.89598846,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414394,"Q2","Quantity2",3732988591,4787,"26","lb/d",2173.29798174,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414766,"Q2","Quantity2",3735458687,3061,"26","lb/d",1389.69398832,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414762,"Q1","Quantity1",3735458685,2184,"26","lb/d",991.53599167,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415173,"Q1","Quantity1",3736815115,2636,"26","lb/d",1196.74398994,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415178,"Q2","Quantity2",3736815116,5166,"26","lb/d",2345.36398029,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415566,"Q2","Quantity2",3738923727,2929,"26","lb/d",1329.76598883,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415561,"Q1","Quantity1",3738923726,1831,"26","lb/d",831.27399302,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415844,"Q1","Quantity1",3742516987,1702,"26","lb/d",772.70799351,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415849,"Q2","Quantity2",3742516988,3233,"26","lb/d",1467.78198767,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416291,"Q2","Quantity2",3743599202,4756,"26","lb/d",2159.22398186,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416289,"Q1","Quantity1",3743599201,2505,"26","lb/d",1137.26999044,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416718,"Q1","Quantity1",3745559076,2142,"26","lb/d",972.46799183,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416724,"Q2","Quantity2",3745559077,3761,"26","lb/d",1707.49398565,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417214,"Q2","Quantity2",3748394607,3069,"26","lb/d",1393.32598829,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417206,"Q1","Quantity1",3748394606,2263,"26","lb/d",1027.40199137,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417666,"Q1","Quantity1",3749790604,1738,"26","lb/d",789.05199337,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417672,"Q2","Quantity2",3749790605,3140,"26","lb/d",1425.55998802,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815399979,"Q2","Quantity2",3752959387,2340,"26","lb/d",1062.35999107,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815399974,"Q1","Quantity1",3752959386,1593,"26","lb/d",723.22199392,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400316,"Q1","Quantity1",3753958348,2159,"26","lb/d",980.18599176,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400322,"Q2","Quantity2",3753958349,3203,"26","lb/d",1454.16198778,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400644,"Q2","Quantity2",3755741402,3486,"26","lb/d",1582.6439867,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400633,"Q1","Quantity1",3755741401,1941,"26","lb/d",881.2139926,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400888,"Q1","Quantity1",3758753139,1726,"26","lb/d",783.60399342,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400890,"Q2","Quantity2",3758753141,3642,"26","lb/d",1653.46798611,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401073,"Q2","Quantity2",3762309419,2413,"26","lb/d",1095.5019908,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401070,"Q1","Quantity1",3762309418,1685,"26","lb/d",764.98999357,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401279,"Q1","Quantity1",3763766793,1267,"26","lb/d",575.21799517,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401282,"Q2","Quantity2",3763766794,1840,"26","lb/d",835.35999298,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401461,"Q2","Quantity2",3765380692,1901,"26","lb/d",863.05399275,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401458,"Q1","Quantity1",3765380691,1267,"26","lb/d",575.21799517,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401660,"Q1","Quantity1",3768378152,1325,"26","lb/d",601.54999495,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401670,"Q2","Quantity2",3768378153,2239,"26","lb/d",1016.50599146,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401852,"Q2","Quantity2",3770074889,2058,"26","lb/d",934.33199215,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401849,"Q1","Quantity1",3770074888,1450,"26","lb/d",658.29999447,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402030,"Q1","Quantity1",3773198799,2075,"26","lb/d",942.04999208,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402035,"Q2","Quantity2",3773198800,3272,"26","lb/d",1485.48798752,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402255,"Q2","Quantity2",3774643768,2758,"26","lb/d",1252.13198948,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402252,"Q1","Quantity1",3774643767,1436,"26","lb/d",651.94399452,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402465,"Q1","Quantity1",3776107046,2009,"26","lb/d",912.08599234,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402469,"Q2","Quantity2",3776107048,3133,"26","lb/d",1422.38198805,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402654,"Q2","Quantity2",3779355054,1989,"26","lb/d",903.00599241,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402652,"Q1","Quantity1",3779355052,1391,"26","lb/d",631.51399469,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402835,"Q1","Quantity1",3781185021,1835,"26","lb/d",833.089993,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402837,"Q2","Quantity2",3781185023,4900,"26","lb/d",2224.59998131,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403029,"Q2","Quantity2",3782488208,3576,"26","lb/d",1623.50398636,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403020,"Q1","Quantity1",3782488207,2394,"26","lb/d",1086.87599087,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403203,"Q1","Quantity1",3786078711,2704,"26","lb/d",1227.61598969,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403213,"Q2","Quantity2",3786078712,3632,"26","lb/d",1648.92798615,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846887,02/28/2023,3815403443,"Q2","Quantity2",3788708209,5032,"26","lb/d",2284.5279808,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846887,02/28/2023,3815403440,"Q1","Quantity1",3788708208,2737,"26","lb/d",1242.59798956,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846898,03/31/2023,3815403641,"Q1","Quantity1",3790252482,2657,"26","lb/d",1206.27798986,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846898,03/31/2023,3815403658,"Q2","Quantity2",3790252484,4022,"26","lb/d",1825.98798466,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846922,04/30/2023,3815403854,"Q2","Quantity2",3793308221,2979,"26","lb/d",1352.46598864,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846922,04/30/2023,3815403850,"Q1","Quantity1",3793308220,1909,"26","lb/d",866.68599272,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846936,05/31/2023,3815404061,"Q1","Quantity1",3794816624,1860,"26","lb/d",844.4399929,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846936,05/31/2023,3815404084,"Q2","Quantity2",3794816625,2710,"26","lb/d",1230.33998966,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846952,06/30/2023,3815404267,"Q2","Quantity2",3796392119,2974,"26","lb/d",1350.19598866,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846952,06/30/2023,3815404263,"Q1","Quantity1",3796392118,1698,"26","lb/d",770.89199352,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846967,07/31/2023,3815404516,"Q1","Quantity1",3798263992,1550,"26","lb/d",703.69999409,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846967,07/31/2023,3815404519,"Q2","Quantity2",3798263993,3365,"26","lb/d",1527.70998716,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614846986,08/31/2023,3815404757,"Q2","Quantity2",3801305947,5230,"26","lb/d",2374.41998005,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614846986,08/31/2023,3815404749,"Q1","Quantity1",3801305946,2348,"26","lb/d",1065.99199104,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614847000,09/30/2023,3815404931,"Q1","Quantity1",3802680626,2022,"26","lb/d",917.98799229,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614847000,09/30/2023,3815404949,"Q2","Quantity2",3802680627,3818,"26","lb/d",1733.37198544,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614847018,10/31/2023,3815405179,"Q2","Quantity2",3804643847,2686,"26","lb/d",1219.44398975,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614847018,10/31/2023,3815405176,"Q1","Quantity1",3804643844,1604,"26","lb/d",728.21599388,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614847030,11/30/2023,3815405430,"Q1","Quantity1",3806348266,1028,"26","lb/d",466.71199608,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614847030,11/30/2023,3815405438,"Q2","Quantity2",3806348267,1448,"26","lb/d",657.39199448,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614847047,12/31/2023,3815405768,"Q2","Quantity2",3808869475,2660,"26","lb/d",1207.63998985,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614847047,12/31/2023,3815405762,"Q1","Quantity1",3808869474,1836,"26","lb/d",833.543993,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614847069,01/31/2024,3815406191,"Q1","Quantity1",3811657601,1825,"26","lb/d",828.54999304,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614847069,01/31/2024,3815406193,"Q2","Quantity2",3811657602,2659,"26","lb/d",1207.18598986,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614847090,02/29/2024,3815406508,"Q2","Quantity2",3813492920,3865,"26","lb/d",1754.70998526,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614847090,02/29/2024,3815406505,"Q1","Quantity1",3813492919,2538,"26","lb/d",1152.25199032,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614847104,03/31/2024,3815406791,"Q1","Quantity1",3814992408,1719,"26","lb/d",780.42599344,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614847104,03/31/2024,3815406797,"Q2","Quantity2",3814992409,2723,"26","lb/d",1236.24198961,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262112,"Q2","Quantity2",9204,"26","lb/d","01","kg/d",4178.61596489,"DD","DAILY MX","MAX","Maximum","<=",,3614847119,04/30/2024,3815406999,"Q2","Quantity2",3816784177,4672,"26","lb/d",2121.08798218,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871348,"0","ENF",12/01/2019,11/12/2024,1,"00530","Solids, total suspended","1","Effluent Gross","","",3608262113,"Q1","Quantity1",4853,"26","lb/d","01","kg/d",2203.26198149,"DB","DAILY AV","AVG","Average","<=",,3614847119,04/30/2024,3815406997,"Q1","Quantity1",3816784176,2347,"26","lb/d",1065.53799105,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414403,"Q1","Quantity1",3732988601,0,"26","lb/d",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414406,"Q2","Quantity2",3732988602,0,"26","lb/d",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414783,"Q2","Quantity2",3735458665,0,"26","lb/d",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414779,"Q1","Quantity1",3735458664,0,"26","lb/d",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415200,"Q1","Quantity1",3736815113,0,"26","lb/d",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415217,"Q2","Quantity2",3736815114,0,"26","lb/d",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415579,"Q2","Quantity2",3738923729,0,"26","lb/d",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415575,"Q1","Quantity1",3738923728,0,"26","lb/d",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415861,"Q1","Quantity1",3742516965,0,"26","lb/d",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415865,"Q2","Quantity2",3742516966,0,"26","lb/d",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416323,"Q2","Quantity2",3743599208,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416320,"Q1","Quantity1",3743599207,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416728,"Q1","Quantity1",3745559064,0,"26","lb/d",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416730,"Q2","Quantity2",3745559065,0,"26","lb/d",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417239,"Q2","Quantity2",3748394642,0,"26","lb/d",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417228,"Q1","Quantity1",3748394641,0,"26","lb/d",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417693,"Q1","Quantity1",3749790596,0,"26","lb/d",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417695,"Q2","Quantity2",3749790597,0,"26","lb/d",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815399996,"Q2","Quantity2",3752959374,0,"26","lb/d",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815399988,"Q1","Quantity1",3752959373,0,"26","lb/d",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400337,"Q1","Quantity1",3753958341,0,"26","lb/d",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400341,"Q2","Quantity2",3753958342,0,"26","lb/d",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400651,"Q2","Quantity2",3755741419,0,"26","lb/d",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400649,"Q1","Quantity1",3755741418,0,"26","lb/d",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400913,"Q1","Quantity1",3758753126,0,"26","lb/d",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400917,"Q2","Quantity2",3758753127,0,"26","lb/d",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401077,"Q2","Quantity2",3762309437,0,"26","lb/d",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401076,"Q1","Quantity1",3762309436,0,"26","lb/d",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401287,"Q1","Quantity1",3763766803,0,"26","lb/d",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401290,"Q2","Quantity2",3763766804,0,"26","lb/d",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401476,"Q2","Quantity2",3765380689,0,"26","lb/d",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401474,"Q1","Quantity1",3765380688,0,"26","lb/d",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401683,"Q1","Quantity1",3768378162,0,"26","lb/d",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401686,"Q2","Quantity2",3768378163,0,"26","lb/d",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401859,"Q2","Quantity2",3770074911,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401858,"Q1","Quantity1",3770074910,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402038,"Q1","Quantity1",3773198823,0,"26","lb/d",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402040,"Q2","Quantity2",3773198824,0,"26","lb/d",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402264,"Q2","Quantity2",3774643777,0,"26","lb/d",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402261,"Q1","Quantity1",3774643776,0,"26","lb/d",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402471,"Q1","Quantity1",3776107010,0,"26","lb/d",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402474,"Q2","Quantity2",3776107011,0,"26","lb/d",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402663,"Q2","Quantity2",3779355026,0,"26","lb/d",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402660,"Q1","Quantity1",3779355025,0,"26","lb/d",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402842,"Q1","Quantity1",3781185017,0,"26","lb/d",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402845,"Q2","Quantity2",3781185018,0,"26","lb/d",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403034,"Q1","Quantity1",3782488234,0,"26","lb/d",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403035,"Q2","Quantity2",3782488236,0,"26","lb/d",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403223,"Q2","Quantity2",3786078730,0,"26","lb/d",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403222,"Q1","Quantity1",3786078729,0,"26","lb/d",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846887,02/28/2023,3815403448,"Q2","Quantity2",3788708220,0,"26","lb/d",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846887,02/28/2023,3815403446,"Q1","Quantity1",3788708219,0,"26","lb/d",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846898,03/31/2023,3815403673,"Q2","Quantity2",3790252475,0,"26","lb/d",0,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846898,03/31/2023,3815403666,"Q1","Quantity1",3790252474,0,"26","lb/d",0,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846922,04/30/2023,3815403884,"Q2","Quantity2",3793308243,0,"26","lb/d",0,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846922,04/30/2023,3815403871,"Q1","Quantity1",3793308242,0,"26","lb/d",0,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846936,05/31/2023,3815404091,"Q1","Quantity1",3794816604,0,"26","lb/d",0,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846936,05/31/2023,3815404097,"Q2","Quantity2",3794816605,0,"26","lb/d",0,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846952,06/30/2023,3815404274,"Q2","Quantity2",3796392109,788,"26","lb/d",357.75199699,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846952,06/30/2023,3815404271,"Q1","Quantity1",3796392108,737,"26","lb/d",334.59799719,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846967,07/31/2023,3815404528,"Q2","Quantity2",3798264014,759,"26","lb/d",344.5859971,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846967,07/31/2023,3815404525,"Q1","Quantity1",3798264013,720,"26","lb/d",326.87999725,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614846986,08/31/2023,3815404768,"Q2","Quantity2",3801305929,0,"26","lb/d",0,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614846986,08/31/2023,3815404765,"Q1","Quantity1",3801305928,0,"26","lb/d",0,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614847000,09/30/2023,3815404952,"Q1","Quantity1",3802680622,0,"26","lb/d",0,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614847000,09/30/2023,3815404953,"Q2","Quantity2",3802680623,0,"26","lb/d",0,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614847018,10/31/2023,3815405195,"Q2","Quantity2",3804643838,0,"26","lb/d",0,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614847018,10/31/2023,3815405192,"Q1","Quantity1",3804643837,0,"26","lb/d",0,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614847030,11/30/2023,3815405464,"Q1","Quantity1",3806348280,0,"26","lb/d",0,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614847030,11/30/2023,3815405466,"Q2","Quantity2",3806348281,0,"26","lb/d",0,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614847047,12/31/2023,3815405779,"Q1","Quantity1",3808869461,0,"26","lb/d",0,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614847047,12/31/2023,3815405789,"Q2","Quantity2",3808869462,0,"26","lb/d",0,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614847069,01/31/2024,3815406208,"Q1","Quantity1",3811657599,0,"26","lb/d",0,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614847069,01/31/2024,3815406218,"Q2","Quantity2",3811657600,0,"26","lb/d",0,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614847090,02/29/2024,3815406516,"Q2","Quantity2",3813492922,0,"26","lb/d",0,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614847090,02/29/2024,3815406514,"Q1","Quantity1",3813492921,0,"26","lb/d",0,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614847104,03/31/2024,3815406809,"Q1","Quantity1",3814992426,0,"26","lb/d",0,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614847104,03/31/2024,3815406815,"Q2","Quantity2",3814992427,0,"26","lb/d",0,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262110,"Q1","Quantity1",1344,"26","lb/d","01","kg/d",610.17599487,"DB","DAILY AV","AVG","Average","<=",,3614847119,04/30/2024,3815407006,"Q1","Quantity1",3816784168,0,"26","lb/d",0,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871346,"0","ENF",12/01/2019,11/12/2024,1,"00556","Oil & Grease","1","Effluent Gross","","",3608262109,"Q2","Quantity2",2564,"26","lb/d","01","kg/d",1164.05599022,"DD","DAILY MX","MAX","Maximum","<=",,3614847119,04/30/2024,3815407025,"Q2","Quantity2",3816784169,0,"26","lb/d",0,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414419,"Q2","Quantity2",3732988598,63,"26","lb/d",28.60199976,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078119,01/31/2021,3804414413,"C3","Concentration3",3732988600,.5,"19","mg/L",.5,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078119,01/31/2021,3804414410,"C2","Concentration2",3732988599,.1,"19","mg/L",.1,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414417,"Q1","Quantity1",3732988597,16,"26","lb/d",7.26399994,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414811,"Q1","Quantity1",3735458677,12,"26","lb/d",5.44799995,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078156,02/28/2021,3804414808,"C3","Concentration3",3735458682,.1,"19","mg/L",.1,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078156,02/28/2021,3804414794,"C2","Concentration2",3735458680,.1,"19","mg/L",.1,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414824,"Q2","Quantity2",3735458678,14,"26","lb/d",6.35599995,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415283,"Q2","Quantity2",3736815110,63,"26","lb/d",28.60199976,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078198,03/31/2021,3804415229,"C2","Concentration2",3736815111,.1,"19","mg/L",.1,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415264,"Q1","Quantity1",3736815109,15,"26","lb/d",6.80999994,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078198,03/31/2021,3804415242,"C3","Concentration3",3736815112,.5,"19","mg/L",.5,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415588,"Q1","Quantity1",3738923732,30,"26","lb/d",13.61999989,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078247,04/30/2021,3804415587,"C3","Concentration3",3738923735,3.1,"19","mg/L",3.1,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078247,04/30/2021,3804415581,"C2","Concentration2",3738923734,.2,"19","mg/L",.2,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415591,"Q2","Quantity2",3738923733,395,"26","lb/d",179.32999849,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415938,"Q2","Quantity2",3742516984,30,"26","lb/d",13.61999989,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078275,05/31/2021,3804415883,"C2","Concentration2",3742516985,.1,"19","mg/L",.1,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078275,05/31/2021,3804415891,"C3","Concentration3",3742516986,.2,"19","mg/L",.2,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415933,"Q1","Quantity1",3742516983,13,"26","lb/d",5.90199995,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416404,"Q1","Quantity1",3743599197,14,"26","lb/d",6.35599995,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416408,"Q2","Quantity2",3743599198,15,"26","lb/d",6.80999994,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078315,06/30/2021,3804416358,"C2","Concentration2",3743599199,.1,"19","mg/L",.1,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078315,06/30/2021,3804416373,"C3","Concentration3",3743599200,.1,"19","mg/L",.1,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078361,07/31/2021,3804416732,"C2","Concentration2",3745559074,.1,"19","mg/L",.1,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078361,07/31/2021,3804416735,"C3","Concentration3",3745559075,.1,"19","mg/L",.1,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416739,"Q2","Quantity2",3745559073,16,"26","lb/d",7.26399994,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416736,"Q1","Quantity1",3745559072,15,"26","lb/d",6.80999994,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417289,"Q1","Quantity1",3748394609,15,"26","lb/d",6.80999994,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078398,08/31/2021,3804417270,"C2","Concentration2",3748394612,.1,"19","mg/L",.1,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078398,08/31/2021,3804417274,"C3","Concentration3",3748394615,.1,"19","mg/L",.1,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417293,"Q2","Quantity2",3748394610,16,"26","lb/d",7.26399994,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078445,09/30/2021,3804417711,"C3","Concentration3",3749790601,.1,"19","mg/L",.1,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078445,09/30/2021,3804417708,"C2","Concentration2",3749790600,.1,"19","mg/L",.1,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417729,"Q2","Quantity2",3749790599,15,"26","lb/d",6.80999994,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417726,"Q1","Quantity1",3749790598,12,"26","lb/d",5.44799995,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815400027,"Q1","Quantity1",3752959412,13,"26","lb/d",5.90199995,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815400029,"Q2","Quantity2",3752959413,15,"26","lb/d",6.80999994,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846663,10/31/2021,3815400026,"C3","Concentration3",3752959415,.1,"19","mg/L",.1,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846663,10/31/2021,3815400011,"C2","Concentration2",3752959414,.1,"19","mg/L",.1,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400401,"Q2","Quantity2",3753958328,13,"26","lb/d",5.90199995,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846685,11/30/2021,3815400361,"C2","Concentration2",3753958329,.1,"19","mg/L",.1,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400399,"Q1","Quantity1",3753958327,12,"26","lb/d",5.44799995,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846685,11/30/2021,3815400369,"C3","Concentration3",3753958330,.1,"19","mg/L",.1,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400680,"Q1","Quantity1",3755741407,11,"26","lb/d",4.99399996,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846702,12/31/2021,3815400677,"C3","Concentration3",3755741410,.1,"19","mg/L",.1,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846702,12/31/2021,3815400662,"C2","Concentration2",3755741409,.1,"19","mg/L",.1,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400682,"Q2","Quantity2",3755741408,13,"26","lb/d",5.90199995,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400929,"Q2","Quantity2",3758753118,12,"26","lb/d",5.44799995,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846717,01/31/2022,3815400922,"C2","Concentration2",3758753119,.1,"19","mg/L",.1,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846717,01/31/2022,3815400924,"C3","Concentration3",3758753120,.1,"19","mg/L",.1,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400926,"Q1","Quantity1",3758753117,10,"26","lb/d",4.53999996,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401096,"Q1","Quantity1",3762309424,20,"26","lb/d",9.07999992,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846733,02/28/2022,3815401093,"C2","Concentration2",3762309426,.2,"19","mg/L",.2,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846733,02/28/2022,3815401094,"C3","Concentration3",3762309427,1.5,"19","mg/L",1.5,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401098,"Q2","Quantity2",3762309425,151,"26","lb/d",68.55399942,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846745,03/31/2022,3815401296,"C2","Concentration2",3763766810,.1,"19","mg/L",.1,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846745,03/31/2022,3815401299,"C3","Concentration3",3763766811,.3,"19","mg/L",.3,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401310,"Q2","Quantity2",3763766809,28,"26","lb/d",12.71199989,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401305,"Q1","Quantity1",3763766808,11,"26","lb/d",4.99399996,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846756,04/30/2022,3815401482,"C2","Concentration2",3765380686,.1,"19","mg/L",.1,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846756,04/30/2022,3815401487,"C3","Concentration3",3765380687,.1,"19","mg/L",.1,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401495,"Q2","Quantity2",3765380685,12,"26","lb/d",5.44799995,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401489,"Q1","Quantity1",3765380684,10,"26","lb/d",4.53999996,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401698,"Q2","Quantity2",3768378155,21,"26","lb/d",9.53399992,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846766,05/31/2022,3815401691,"C2","Concentration2",3768378156,.1,"19","mg/L",.1,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846766,05/31/2022,3815401693,"C3","Concentration3",3768378157,.2,"19","mg/L",.2,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401696,"Q1","Quantity1",3768378154,11,"26","lb/d",4.99399996,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401881,"Q2","Quantity2",3770074901,63,"26","lb/d",28.60199976,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401879,"Q1","Quantity1",3770074900,12,"26","lb/d",5.44799995,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846777,06/30/2022,3815401875,"C2","Concentration2",3770074902,.1,"19","mg/L",.1,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846777,06/30/2022,3815401876,"C3","Concentration3",3770074903,.6,"19","mg/L",.6,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402087,"Q1","Quantity1",3773198809,13,"26","lb/d",5.90199995,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402088,"Q2","Quantity2",3773198810,23,"26","lb/d",10.44199991,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846788,07/31/2022,3815402064,"C3","Concentration3",3773198813,.2,"19","mg/L",.2,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846788,07/31/2022,3815402044,"C2","Concentration2",3773198811,.1,"19","mg/L",.1,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846804,08/31/2022,3815402285,"C2","Concentration2",3774643764,1.3,"19","mg/L",1.3,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846804,08/31/2022,3815402288,"C3","Concentration3",3774643765,13,"19","mg/L",13,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402291,"Q2","Quantity2",3774643763,1495,"26","lb/d",678.7299943,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402290,"Q1","Quantity1",3774643762,146,"26","lb/d",66.28399944,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402493,"Q1","Quantity1",3776107031,16,"26","lb/d",7.26399994,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402496,"Q2","Quantity2",3776107032,39,"26","lb/d",17.70599985,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846819,09/30/2022,3815402485,"C2","Concentration2",3776107033,.1,"19","mg/L",.1,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846819,09/30/2022,3815402489,"C3","Concentration3",3776107034,.4,"19","mg/L",.4,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402682,"Q1","Quantity1",3779355036,11,"26","lb/d",4.99399996,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846832,10/31/2022,3815402674,"C3","Concentration3",3779355039,.2,"19","mg/L",.2,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846832,10/31/2022,3815402670,"C2","Concentration2",3779355038,.1,"19","mg/L",.1,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402683,"Q2","Quantity2",3779355037,23,"26","lb/d",10.44199991,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846845,11/30/2022,3815402848,"C2","Concentration2",3781185037,.1,"19","mg/L",.1,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846845,11/30/2022,3815402876,"C3","Concentration3",3781185039,.1,"19","mg/L",.1,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402879,"Q2","Quantity2",3781185035,15,"26","lb/d",6.80999994,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402877,"Q1","Quantity1",3781185033,12,"26","lb/d",5.44799995,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403043,"Q1","Quantity1",3782488211,14,"26","lb/d",6.35599995,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846858,12/31/2022,3815403042,"C3","Concentration3",3782488216,.1,"19","mg/L",.1,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846858,12/31/2022,3815403039,"C2","Concentration2",3782488215,.1,"19","mg/L",.1,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403045,"Q2","Quantity2",3782488213,15,"26","lb/d",6.80999994,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403248,"Q2","Quantity2",3786078716,134,"26","lb/d",60.83599949,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403243,"Q1","Quantity1",3786078715,26,"26","lb/d",11.8039999,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846867,01/31/2023,3815403233,"C3","Concentration3",3786078718,.9,"19","mg/L",.9,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846867,01/31/2023,3815403230,"C2","Concentration2",3786078717,.2,"19","mg/L",.2,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846887,02/28/2023,3815403466,"Q1","Quantity1",3788708196,15,"26","lb/d",6.80999994,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846887,02/28/2023,3815403472,"Q2","Quantity2",3788708197,30,"26","lb/d",13.61999989,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846887,02/28/2023,3815403458,"C3","Concentration3",3788708199,.2,"19","mg/L",.2,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846887,02/28/2023,3815403456,"C2","Concentration2",3788708198,.1,"19","mg/L",.1,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846898,03/31/2023,3815403697,"Q2","Quantity2",3790252460,621,"26","lb/d",281.93399763,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846898,03/31/2023,3815403685,"C3","Concentration3",3790252462,5.5,"19","mg/L",5.5,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846898,03/31/2023,3815403679,"C2","Concentration2",3790252461,1.4,"19","mg/L",1.4,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846898,03/31/2023,3815403695,"Q1","Quantity1",3790252459,165,"26","lb/d",74.90999937,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846922,04/30/2023,3815403888,"Q1","Quantity1",3793308232,71,"26","lb/d",32.23399973,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846922,04/30/2023,3815403887,"C3","Concentration3",3793308235,6.7,"19","mg/L",6.7,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846922,04/30/2023,3815403886,"C2","Concentration2",3793308234,.6,"19","mg/L",.6,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846922,04/30/2023,3815403890,"Q2","Quantity2",3793308233,761,"26","lb/d",345.4939971,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846936,05/31/2023,3815404116,"C2","Concentration2",3794816610,.2,"19","mg/L",.2,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846936,05/31/2023,3815404119,"C3","Concentration3",3794816612,.7,"19","mg/L",.7,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846936,05/31/2023,3815404125,"Q2","Quantity2",3794816608,89,"26","lb/d",40.40599966,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846936,05/31/2023,3815404123,"Q1","Quantity1",3794816606,24,"26","lb/d",10.89599991,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846952,06/30/2023,3815404283,"Q1","Quantity1",3796392114,17,"26","lb/d",7.71799994,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846952,06/30/2023,3815404278,"C2","Concentration2",3796392116,.1,"19","mg/L",.1,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846952,06/30/2023,3815404280,"C3","Concentration3",3796392117,.5,"19","mg/L",.5,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846952,06/30/2023,3815404287,"Q2","Quantity2",3796392115,68,"26","lb/d",30.87199974,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846967,07/31/2023,3815404550,"Q2","Quantity2",3798263997,15,"26","lb/d",6.80999994,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846967,07/31/2023,3815404540,"C3","Concentration3",3798263999,.1,"19","mg/L",.1,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846967,07/31/2023,3815404545,"Q1","Quantity1",3798263996,14,"26","lb/d",6.35599995,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846967,07/31/2023,3815404535,"C2","Concentration2",3798263998,.1,"19","mg/L",.1,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614846986,08/31/2023,3815404783,"Q1","Quantity1",3801305920,14,"26","lb/d",6.35599995,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846986,08/31/2023,3815404782,"C3","Concentration3",3801305923,.2,"19","mg/L",.2,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614846986,08/31/2023,3815404786,"Q2","Quantity2",3801305921,29,"26","lb/d",13.16599989,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846986,08/31/2023,3815404770,"C2","Concentration2",3801305922,.1,"19","mg/L",.1,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847000,09/30/2023,3815404960,"C3","Concentration3",3802680645,.2,"19","mg/L",.2,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847000,09/30/2023,3815404957,"C2","Concentration2",3802680644,.1,"19","mg/L",.1,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614847000,09/30/2023,3815404967,"Q2","Quantity2",3802680643,27,"26","lb/d",12.2579999,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614847000,09/30/2023,3815404965,"Q1","Quantity1",3802680642,14,"26","lb/d",6.35599995,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614847018,10/31/2023,3815405202,"Q1","Quantity1",3804643831,13,"26","lb/d",5.90199995,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847018,10/31/2023,3815405197,"C2","Concentration2",3804643833,.1,"19","mg/L",.1,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847018,10/31/2023,3815405200,"C3","Concentration3",3804643834,.2,"19","mg/L",.2,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614847018,10/31/2023,3815405203,"Q2","Quantity2",3804643832,25,"26","lb/d",11.3499999,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614847030,11/30/2023,3815405480,"Q2","Quantity2",3806348263,31,"26","lb/d",14.07399988,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847030,11/30/2023,3815405470,"C2","Concentration2",3806348264,.1,"19","mg/L",.1,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614847030,11/30/2023,3815405475,"Q1","Quantity1",3806348262,13,"26","lb/d",5.90199995,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847030,11/30/2023,3815405473,"C3","Concentration3",3806348265,.3,"19","mg/L",.3,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614847047,12/31/2023,3815405818,"Q1","Quantity1",3808869480,20,"26","lb/d",9.07999992,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847047,12/31/2023,3815405809,"C2","Concentration2",3808869482,.2,"19","mg/L",.2,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847047,12/31/2023,3815405814,"C3","Concentration3",3808869483,.4,"19","mg/L",.4,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614847047,12/31/2023,3815405825,"Q2","Quantity2",3808869481,53,"26","lb/d",24.0619998,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614847069,01/31/2024,3815406261,"Q2","Quantity2",3811657613,291,"26","lb/d",132.11399889,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847069,01/31/2024,3815406245,"C2","Concentration2",3811657614,.3,"19","mg/L",.3,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614847069,01/31/2024,3815406258,"Q1","Quantity1",3811657612,38,"26","lb/d",17.25199986,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847069,01/31/2024,3815406252,"C3","Concentration3",3811657617,2.4,"19","mg/L",2.4,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614847090,02/29/2024,3815406531,"Q1","Quantity1",3813492928,113,"26","lb/d",51.30199957,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614847090,02/29/2024,3815406535,"Q2","Quantity2",3813492929,597,"26","lb/d",271.03799772,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847090,02/29/2024,3815406530,"C3","Concentration3",3813492933,4.5,"19","mg/L",4.5,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847090,02/29/2024,3815406524,"C2","Concentration2",3813492931,.8,"19","mg/L",.8,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614847104,03/31/2024,3815406831,"Q2","Quantity2",3814992396,39,"26","lb/d",17.70599985,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847104,03/31/2024,3815406827,"C3","Concentration3",3814992400,.3,"19","mg/L",.3,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614847104,03/31/2024,3815406829,"Q1","Quantity1",3814992395,14,"26","lb/d",6.35599995,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847104,03/31/2024,3815406826,"C2","Concentration2",3814992398,.1,"19","mg/L",.1,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262126,"Q1","Quantity1",1382,"26","lb/d","01","kg/d",627.42799473,"DB","DAILY AV","AVG","Average","<=",,3614847119,04/30/2024,3815407038,"Q1","Quantity1",3816784170,171,"26","lb/d",77.63399935,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262125,"Q2","Quantity2",3017,"26","lb/d","01","kg/d",1369.71798849,"DD","DAILY MX","MAX","Maximum","<=",,3614847119,04/30/2024,3815407044,"Q2","Quantity2",3816784171,919,"26","lb/d",417.22599649,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262123,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847119,04/30/2024,3815407035,"C3","Concentration3",3816784173,8.1,"19","mg/L",8.1,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871354,"0","ENF",12/01/2019,11/12/2024,1,"00610","Nitrogen, ammonia total [as N]","1","Effluent Gross","","",3608262124,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847119,04/30/2024,3815407031,"C2","Concentration2",3816784172,1.5,"19","mg/L",1.5,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414469,"Q1","Quantity1",3732988575,6,"26","lb/d",2.72399998,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414479,"Q2","Quantity2",3732988576,8,"26","lb/d",3.63199997,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414853,"Q2","Quantity2",3735458698,6,"26","lb/d",2.72399998,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414842,"Q1","Quantity1",3735458696,4,"26","lb/d",1.81599998,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415292,"Q1","Quantity1",3736815124,5,"26","lb/d",2.26999998,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415293,"Q2","Quantity2",3736815125,7,"26","lb/d",3.17799997,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415603,"Q2","Quantity2",3738923714,7,"26","lb/d",3.17799997,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415598,"Q1","Quantity1",3738923713,5,"26","lb/d",2.26999998,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415947,"Q1","Quantity1",3742516981,4,"26","lb/d",1.81599998,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415970,"Q2","Quantity2",3742516982,6,"26","lb/d",2.72399998,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416421,"Q2","Quantity2",3743599196,6,"26","lb/d",2.72399998,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416415,"Q1","Quantity1",3743599195,4,"26","lb/d",1.81599998,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416743,"Q1","Quantity1",3745559054,4,"26","lb/d",1.81599998,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416768,"Q2","Quantity2",3745559055,6,"26","lb/d",2.72399998,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417308,"Q2","Quantity2",3748394618,6,"26","lb/d",2.72399998,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417306,"Q1","Quantity1",3748394616,4,"26","lb/d",1.81599998,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417733,"Q1","Quantity1",3749790594,3,"26","lb/d",1.36199999,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417736,"Q2","Quantity2",3749790595,5,"26","lb/d",2.26999998,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815400034,"Q2","Quantity2",3752959394,6,"26","lb/d",2.72399998,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815400031,"Q1","Quantity1",3752959393,3,"26","lb/d",1.36199999,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400407,"Q1","Quantity1",3753958331,4,"26","lb/d",1.81599998,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400410,"Q2","Quantity2",3753958332,5,"26","lb/d",2.26999998,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400693,"Q2","Quantity2",3755741429,5,"26","lb/d",2.26999998,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400686,"Q1","Quantity1",3755741428,4,"26","lb/d",1.81599998,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400934,"Q1","Quantity1",3758753121,4,"26","lb/d",1.81599998,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400936,"Q2","Quantity2",3758753122,6,"26","lb/d",2.72399998,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401105,"Q2","Quantity2",3762309429,5,"26","lb/d",2.26999998,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401103,"Q1","Quantity1",3762309428,4,"26","lb/d",1.81599998,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401315,"Q1","Quantity1",3763766799,3,"26","lb/d",1.36199999,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401317,"Q2","Quantity2",3763766800,5,"26","lb/d",2.26999998,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401509,"Q2","Quantity2",3765380698,5,"26","lb/d",2.26999998,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401504,"Q1","Quantity1",3765380697,4,"26","lb/d",1.81599998,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401705,"Q1","Quantity1",3768378150,3,"26","lb/d",1.36199999,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401709,"Q2","Quantity2",3768378151,4,"26","lb/d",1.81599998,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401885,"Q2","Quantity2",3770074882,9,"26","lb/d",4.08599997,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401883,"Q1","Quantity1",3770074881,4,"26","lb/d",1.81599998,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402091,"Q1","Quantity1",3773198797,4,"26","lb/d",1.81599998,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402094,"Q2","Quantity2",3773198798,6,"26","lb/d",2.72399998,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402324,"Q2","Quantity2",3774643775,6,"26","lb/d",2.72399998,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402295,"Q1","Quantity1",3774643774,3,"26","lb/d",1.36199999,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402501,"Q1","Quantity1",3776107008,4,"26","lb/d",1.81599998,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402506,"Q2","Quantity2",3776107009,6,"26","lb/d",2.72399998,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402695,"Q2","Quantity2",3779355024,5,"26","lb/d",2.26999998,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402692,"Q1","Quantity1",3779355023,4,"26","lb/d",1.81599998,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402883,"Q1","Quantity1",3781185052,4,"26","lb/d",1.81599998,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402886,"Q2","Quantity2",3781185054,6,"26","lb/d",2.72399998,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403051,"Q2","Quantity2",3782488210,9,"26","lb/d",4.08599997,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403048,"Q1","Quantity1",3782488209,5,"26","lb/d",2.26999998,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403261,"Q1","Quantity1",3786078702,6,"26","lb/d",2.72399998,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403268,"Q2","Quantity2",3786078703,12,"26","lb/d",5.44799995,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846887,02/28/2023,3815403477,"Q2","Quantity2",3788708207,6,"26","lb/d",2.72399998,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846887,02/28/2023,3815403475,"Q1","Quantity1",3788708206,4,"26","lb/d",1.81599998,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846898,03/31/2023,3815403699,"Q1","Quantity1",3790252455,5,"26","lb/d",2.26999998,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846898,03/31/2023,3815403700,"Q2","Quantity2",3790252456,8,"26","lb/d",3.63199997,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846922,04/30/2023,3815403898,"Q2","Quantity2",3793308239,8,"26","lb/d",3.63199997,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846922,04/30/2023,3815403891,"Q1","Quantity1",3793308238,5,"26","lb/d",2.26999998,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846936,05/31/2023,3815404132,"Q1","Quantity1",3794816626,5,"26","lb/d",2.26999998,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846936,05/31/2023,3815404146,"Q2","Quantity2",3794816627,7,"26","lb/d",3.17799997,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846952,06/30/2023,3815404307,"Q2","Quantity2",3796392130,7,"26","lb/d",3.17799997,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846952,06/30/2023,3815404304,"Q1","Quantity1",3796392129,5,"26","lb/d",2.26999998,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846967,07/31/2023,3815404557,"Q1","Quantity1",3798264008,5,"26","lb/d",2.26999998,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846967,07/31/2023,3815404561,"Q2","Quantity2",3798264009,10,"26","lb/d",4.53999996,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614846986,08/31/2023,3815404792,"Q2","Quantity2",3801305942,10,"26","lb/d",4.53999996,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614846986,08/31/2023,3815404788,"Q1","Quantity1",3801305941,6,"26","lb/d",2.72399998,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614847000,09/30/2023,3815404981,"Q1","Quantity1",3802680629,6,"26","lb/d",2.72399998,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614847000,09/30/2023,3815404984,"Q2","Quantity2",3802680630,8,"26","lb/d",3.63199997,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614847018,10/31/2023,3815405229,"Q2","Quantity2",3804643836,6,"26","lb/d",2.72399998,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614847018,10/31/2023,3815405220,"Q1","Quantity1",3804643835,4,"26","lb/d",1.81599998,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614847030,11/30/2023,3815405485,"Q1","Quantity1",3806348272,4,"26","lb/d",1.81599998,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614847030,11/30/2023,3815405488,"Q2","Quantity2",3806348273,6,"26","lb/d",2.72399998,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614847047,12/31/2023,3815405838,"Q2","Quantity2",3808869448,7,"26","lb/d",3.17799997,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614847047,12/31/2023,3815405836,"Q1","Quantity1",3808869446,5,"26","lb/d",2.26999998,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614847069,01/31/2024,3815406271,"Q1","Quantity1",3811657603,4,"26","lb/d",1.81599998,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614847069,01/31/2024,3815406273,"Q2","Quantity2",3811657609,7,"26","lb/d",3.17799997,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614847090,02/29/2024,3815406542,"Q2","Quantity2",3813492958,11,"26","lb/d",4.99399996,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614847090,02/29/2024,3815406539,"Q1","Quantity1",3813492954,6,"26","lb/d",2.72399998,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614847104,03/31/2024,3815406841,"Q1","Quantity1",3814992424,6,"26","lb/d",2.72399998,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614847104,03/31/2024,3815406859,"Q2","Quantity2",3814992425,8,"26","lb/d",3.63199997,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262107,"Q2","Quantity2",43,"26","lb/d","01","kg/d",19.52199984,"DD","DAILY MX","MAX","Maximum","<=",,3614847119,04/30/2024,3815407075,"Q2","Quantity2",3816784165,17,"26","lb/d",7.71799994,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871345,"0","ENF",12/01/2019,11/12/2024,1,"00745","Sulfide, total [as S]","1","Effluent Gross","","",3608262108,"Q1","Quantity1",19,"26","lb/d","01","kg/d",8.62599993,"DB","DAILY AV","AVG","Average","<=",,3614847119,04/30/2024,3815407069,"Q1","Quantity1",3816784164,7,"26","lb/d",3.17799997,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414483,"Q1","Quantity1",3732988593,0,"26","lb/d",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414494,"Q2","Quantity2",3732988594,0,"26","lb/d",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414864,"Q2","Quantity2",3735458695,0,"26","lb/d",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414860,"Q1","Quantity1",3735458693,0,"26","lb/d",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415307,"Q1","Quantity1",3736815117,0,"26","lb/d",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415319,"Q2","Quantity2",3736815118,0,"26","lb/d",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415640,"Q2","Quantity2",3738923716,0,"26","lb/d",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415632,"Q1","Quantity1",3738923715,0,"26","lb/d",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415981,"Q1","Quantity1",3742516989,0,"26","lb/d",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415988,"Q2","Quantity2",3742516990,0,"26","lb/d",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416437,"Q2","Quantity2",3743599214,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416435,"Q1","Quantity1",3743599213,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416813,"Q1","Quantity1",3745559078,0,"26","lb/d",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416822,"Q2","Quantity2",3745559079,0,"26","lb/d",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417343,"Q2","Quantity2",3748394597,0,"26","lb/d",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417338,"Q1","Quantity1",3748394596,0,"26","lb/d",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417741,"Q1","Quantity1",3749790610,0,"26","lb/d",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417750,"Q2","Quantity2",3749790611,0,"26","lb/d",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815400041,"Q2","Quantity2",3752959379,0,"26","lb/d",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815400038,"Q1","Quantity1",3752959377,0,"26","lb/d",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400421,"Q1","Quantity1",3753958320,0,"26","lb/d",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400457,"Q2","Quantity2",3753958321,0,"26","lb/d",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400699,"Q2","Quantity2",3755741431,0,"26","lb/d",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400698,"Q1","Quantity1",3755741430,0,"26","lb/d",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400939,"Q1","Quantity1",3758753154,0,"26","lb/d",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400940,"Q2","Quantity2",3758753157,0,"26","lb/d",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401128,"Q2","Quantity2",3762309435,0,"26","lb/d",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401127,"Q1","Quantity1",3762309434,0,"26","lb/d",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401321,"Q1","Quantity1",3763766797,0,"26","lb/d",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401327,"Q2","Quantity2",3763766798,0,"26","lb/d",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401513,"Q2","Quantity2",3765380700,0,"26","lb/d",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401511,"Q1","Quantity1",3765380699,0,"26","lb/d",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401722,"Q1","Quantity1",3768378138,0,"26","lb/d",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401727,"Q2","Quantity2",3768378139,0,"26","lb/d",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401889,"Q2","Quantity2",3770074891,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401887,"Q1","Quantity1",3770074890,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402104,"Q1","Quantity1",3773198829,0,"26","lb/d",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402120,"Q2","Quantity2",3773198830,0,"26","lb/d",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402336,"Q2","Quantity2",3774643753,0,"26","lb/d",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402334,"Q1","Quantity1",3774643752,0,"26","lb/d",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402512,"Q1","Quantity1",3776107040,0,"26","lb/d",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402523,"Q2","Quantity2",3776107041,0,"26","lb/d",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402706,"Q2","Quantity2",3779355028,0,"26","lb/d",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402702,"Q1","Quantity1",3779355027,0,"26","lb/d",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402890,"Q1","Quantity1",3781185042,0,"26","lb/d",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402893,"Q2","Quantity2",3781185043,0,"26","lb/d",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403060,"Q2","Quantity2",3782488242,0,"26","lb/d",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403059,"Q1","Quantity1",3782488241,0,"26","lb/d",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403285,"Q1","Quantity1",3786078713,0,"26","lb/d",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403286,"Q2","Quantity2",3786078714,0,"26","lb/d",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846887,02/28/2023,3815403481,"Q2","Quantity2",3788708212,0,"26","lb/d",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846887,02/28/2023,3815403480,"Q1","Quantity1",3788708211,0,"26","lb/d",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846898,03/31/2023,3815403702,"Q1","Quantity1",3790252453,0,"26","lb/d",0,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846898,03/31/2023,3815403704,"Q2","Quantity2",3790252454,0,"26","lb/d",0,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846922,04/30/2023,3815403928,"Q2","Quantity2",3793308219,0,"26","lb/d",0,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846922,04/30/2023,3815403910,"Q1","Quantity1",3793308218,0,"26","lb/d",0,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846936,05/31/2023,3815404154,"Q1","Quantity1",3794816629,0,"26","lb/d",0,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846936,05/31/2023,3815404156,"Q2","Quantity2",3794816630,0,"26","lb/d",0,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846952,06/30/2023,3815404314,"Q2","Quantity2",3796392113,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846952,06/30/2023,3815404312,"Q1","Quantity1",3796392112,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846967,07/31/2023,3815404575,"Q1","Quantity1",3798263986,0,"26","lb/d",0,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846967,07/31/2023,3815404593,"Q2","Quantity2",3798263987,0,"26","lb/d",0,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614846986,08/31/2023,3815404803,"Q2","Quantity2",3801305950,0,"26","lb/d",0,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614846986,08/31/2023,3815404801,"Q1","Quantity1",3801305949,0,"26","lb/d",0,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614847000,09/30/2023,3815404987,"Q1","Quantity1",3802680635,0,"26","lb/d",0,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614847000,09/30/2023,3815404992,"Q2","Quantity2",3802680636,0,"26","lb/d",0,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614847018,10/31/2023,3815405244,"Q2","Quantity2",3804643853,0,"26","lb/d",0,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614847018,10/31/2023,3815405234,"Q1","Quantity1",3804643850,0,"26","lb/d",0,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614847030,11/30/2023,3815405492,"Q1","Quantity1",3806348270,0,"26","lb/d",0,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614847030,11/30/2023,3815405497,"Q2","Quantity2",3806348271,0,"26","lb/d",0,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614847047,12/31/2023,3815405874,"Q2","Quantity2",3808869466,0,"26","lb/d",0,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614847047,12/31/2023,3815405863,"Q1","Quantity1",3808869465,0,"26","lb/d",0,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614847069,01/31/2024,3815406284,"Q1","Quantity1",3811657632,0,"26","lb/d",0,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614847069,01/31/2024,3815406292,"Q2","Quantity2",3811657633,0,"26","lb/d",0,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614847090,02/29/2024,3815406578,"Q2","Quantity2",3813492935,0,"26","lb/d",0,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614847090,02/29/2024,3815406574,"Q1","Quantity1",3813492934,0,"26","lb/d",0,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614847104,03/31/2024,3815406868,"Q1","Quantity1",3814992393,0,"26","lb/d",0,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614847104,03/31/2024,3815406872,"Q2","Quantity2",3814992394,0,"26","lb/d",0,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262099,"Q2","Quantity2",5.29,"26","lb/d","01","kg/d",2.40165998,"DD","DAILY MX","MAX","Maximum","<=",,3614847119,04/30/2024,3815407086,"Q2","Quantity2",3816784150,0,"26","lb/d",0,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871342,"0","ENF",12/01/2019,11/12/2024,1,"01032","Chromium, hexavalent [as Cr]","1","Effluent Gross","","",3608262100,"Q1","Quantity1",2.35,"26","lb/d","01","kg/d",1.06689999,"DB","DAILY AV","AVG","Average","<=",,3614847119,04/30/2024,3815407080,"Q1","Quantity1",3816784149,0,"26","lb/d",0,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414507,"Q1","Quantity1",3732988595,0,"26","lb/d",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414517,"Q2","Quantity2",3732988596,0,"26","lb/d",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804414877,"Q2","Quantity2",3735458675,0,"26","lb/d",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414872,"Q1","Quantity1",3735458672,0,"26","lb/d",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415355,"Q1","Quantity1",3736815119,0,"26","lb/d",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415358,"Q2","Quantity2",3736815120,0,"26","lb/d",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415665,"Q2","Quantity2",3738923708,0,"26","lb/d",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415663,"Q1","Quantity1",3738923707,0,"26","lb/d",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804415992,"Q1","Quantity1",3742516979,0,"26","lb/d",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804415998,"Q2","Quantity2",3742516980,0,"26","lb/d",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416451,"Q2","Quantity2",3743599212,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416446,"Q1","Quantity1",3743599211,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416836,"Q1","Quantity1",3745559056,0,"26","lb/d",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416840,"Q2","Quantity2",3745559057,0,"26","lb/d",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417373,"Q2","Quantity2",3748394638,0,"26","lb/d",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417360,"Q1","Quantity1",3748394637,0,"26","lb/d",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417777,"Q1","Quantity1",3749790613,0,"26","lb/d",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417780,"Q2","Quantity2",3749790614,0,"26","lb/d",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815400062,"Q2","Quantity2",3752959382,0,"26","lb/d",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815400044,"Q1","Quantity1",3752959381,0,"26","lb/d",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400463,"Q1","Quantity1",3753958346,0,"26","lb/d",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400467,"Q2","Quantity2",3753958347,0,"26","lb/d",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400717,"Q2","Quantity2",3755741416,0,"26","lb/d",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400702,"Q1","Quantity1",3755741415,0,"26","lb/d",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400947,"Q1","Quantity1",3758753149,0,"26","lb/d",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400949,"Q2","Quantity2",3758753150,0,"26","lb/d",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401139,"Q2","Quantity2",3762309423,0,"26","lb/d",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401135,"Q1","Quantity1",3762309422,0,"26","lb/d",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401332,"Q1","Quantity1",3763766819,0,"26","lb/d",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401341,"Q2","Quantity2",3763766820,0,"26","lb/d",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401523,"Q2","Quantity2",3765380704,0,"26","lb/d",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401519,"Q1","Quantity1",3765380703,0,"26","lb/d",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401735,"Q1","Quantity1",3768378164,0,"26","lb/d",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401738,"Q2","Quantity2",3768378165,0,"26","lb/d",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401896,"Q2","Quantity2",3770074887,.34,"26","lb/d",.15436,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401893,"Q1","Quantity1",3770074886,.34,"26","lb/d",.15436,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402122,"Q1","Quantity1",3773198804,0,"26","lb/d",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402124,"Q2","Quantity2",3773198805,0,"26","lb/d",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402365,"Q2","Quantity2",3774643781,0,"26","lb/d",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402364,"Q1","Quantity1",3774643780,0,"26","lb/d",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402530,"Q1","Quantity1",3776107024,0,"26","lb/d",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402532,"Q2","Quantity2",3776107026,0,"26","lb/d",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402724,"Q2","Quantity2",3779355058,0,"26","lb/d",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402713,"Q1","Quantity1",3779355057,0,"26","lb/d",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402896,"Q1","Quantity1",3781185009,0,"26","lb/d",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402901,"Q2","Quantity2",3781185010,0,"26","lb/d",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403066,"Q2","Quantity2",3782488206,0,"26","lb/d",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403063,"Q1","Quantity1",3782488205,0,"26","lb/d",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403292,"Q1","Quantity1",3786078700,0,"26","lb/d",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403293,"Q2","Quantity2",3786078701,0,"26","lb/d",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846887,02/28/2023,3815403528,"Q2","Quantity2",3788708222,0,"26","lb/d",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846887,02/28/2023,3815403514,"Q1","Quantity1",3788708221,0,"26","lb/d",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846898,03/31/2023,3815403715,"Q1","Quantity1",3790252487,0,"26","lb/d",0,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846898,03/31/2023,3815403716,"Q2","Quantity2",3790252489,0,"26","lb/d",0,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846922,04/30/2023,3815403933,"Q2","Quantity2",3793308237,0,"26","lb/d",0,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846922,04/30/2023,3815403932,"Q1","Quantity1",3793308236,0,"26","lb/d",0,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846936,05/31/2023,3815404161,"Q1","Quantity1",3794816620,0,"26","lb/d",0,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846936,05/31/2023,3815404167,"Q2","Quantity2",3794816622,0,"26","lb/d",0,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846952,06/30/2023,3815404323,"Q2","Quantity2",3796392133,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846952,06/30/2023,3815404319,"Q1","Quantity1",3796392132,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846967,07/31/2023,3815404604,"Q1","Quantity1",3798264003,0,"26","lb/d",0,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846967,07/31/2023,3815404609,"Q2","Quantity2",3798264004,0,"26","lb/d",0,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614846986,08/31/2023,3815404805,"Q2","Quantity2",3801305940,0,"26","lb/d",0,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614846986,08/31/2023,3815404804,"Q1","Quantity1",3801305939,0,"26","lb/d",0,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614847000,09/30/2023,3815405007,"Q1","Quantity1",3802680631,0,"26","lb/d",0,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614847000,09/30/2023,3815405011,"Q2","Quantity2",3802680632,0,"26","lb/d",0,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614847018,10/31/2023,3815405255,"Q2","Quantity2",3804643863,0,"26","lb/d",0,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614847018,10/31/2023,3815405249,"Q1","Quantity1",3804643862,0,"26","lb/d",0,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614847030,11/30/2023,3815405506,"Q1","Quantity1",3806348276,0,"26","lb/d",0,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614847030,11/30/2023,3815405511,"Q2","Quantity2",3806348277,0,"26","lb/d",0,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614847047,12/31/2023,3815405920,"Q2","Quantity2",3808869464,0,"26","lb/d",0,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614847047,12/31/2023,3815405903,"Q1","Quantity1",3808869463,0,"26","lb/d",0,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614847069,01/31/2024,3815406302,"Q1","Quantity1",3811657622,0,"26","lb/d",0,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614847069,01/31/2024,3815406304,"Q2","Quantity2",3811657623,0,"26","lb/d",0,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614847090,02/29/2024,3815406589,"Q2","Quantity2",3813492924,0,"26","lb/d",0,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614847090,02/29/2024,3815406583,"Q1","Quantity1",3813492923,0,"26","lb/d",0,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614847104,03/31/2024,3815406876,"Q1","Quantity1",3814992411,.64,"26","lb/d",.29056,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614847104,03/31/2024,3815406880,"Q2","Quantity2",3814992412,.64,"26","lb/d",.29056,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262119,"Q2","Quantity2",72.3,"26","lb/d","01","kg/d",32.82419972,"DD","DAILY MX","MAX","Maximum","<=",,3614847119,04/30/2024,3815407093,"Q2","Quantity2",3816784159,0,"26","lb/d",0,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871352,"0","ENF",12/01/2019,11/12/2024,1,"01034","Chromium, total [as Cr]","1","Effluent Gross","","",3608262120,"Q1","Quantity1",25.4,"26","lb/d","01","kg/d",11.5315999,"DB","DAILY AV","AVG","Average","<=",,3614847119,04/30/2024,3815407090,"Q1","Quantity1",3816784158,0,"26","lb/d",0,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"0","ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262209,"Q1","Quantity1",,"26","lb/d","01","kg/d",,"DB","DAILY AV","AVG","Average","",,3614078502,08/31/2021,3804418140,"Q1","Quantity1",3743599312,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"0","ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262207,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078502,08/31/2021,3804418116,"C2","Concentration2",3743599314,0,"19","mg/L",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"0","ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262208,"Q2","Quantity2",,"26","lb/d","01","kg/d",,"DD","DAILY MX","MAX","Maximum","",,3614078502,08/31/2021,3804418141,"Q2","Quantity2",3743599313,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"0","ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262206,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078502,08/31/2021,3804418134,"C3","Concentration3",3743599315,0,"19","mg/L",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"0","ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262207,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078640,08/31/2022,3804419596,"C2","Concentration2",3770075101,0,"19","mg/L",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"0","ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262208,"Q2","Quantity2",,"26","lb/d","01","kg/d",,"DD","DAILY MX","MAX","Maximum","",,3614078640,08/31/2022,3804419629,"Q2","Quantity2",3770075100,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"0","ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262206,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078640,08/31/2022,3804419622,"C3","Concentration3",3770075102,0,"19","mg/L",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"0","ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262209,"Q1","Quantity1",,"26","lb/d","01","kg/d",,"DB","DAILY AV","AVG","Average","",,3614078640,08/31/2022,3804419624,"Q1","Quantity1",3770075098,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"0","ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262209,"Q1","Quantity1",,"26","lb/d","01","kg/d",,"DB","DAILY AV","AVG","Average","",,3614847515,08/31/2023,3815413639,"Q1","Quantity1",3796392300,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"0","ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262208,"Q2","Quantity2",,"26","lb/d","01","kg/d",,"DD","DAILY MX","MAX","Maximum","",,3614847515,08/31/2023,3815413642,"Q2","Quantity2",3796392301,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"0","ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262207,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847515,08/31/2023,3815413636,"C2","Concentration2",3796392302,0,"19","mg/L",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871395,"0","ENF",12/01/2019,11/12/2024,12,"01087","Vanadium, total [as V]","1","Effluent Gross","","",3608262206,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847515,08/31/2023,3815413638,"C3","Concentration3",3796392303,0,"19","mg/L",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871362,"0","ENF",12/01/2019,11/12/2024,12,"32102","Carbon tetrachloride","1","Effluent Gross","","",3608262142,"Q1","Quantity1",2.1,"26","lb/d","01","kg/d",.9534,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418148,"Q1","Quantity1",3743599378,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871362,"0","ENF",12/01/2019,11/12/2024,12,"32102","Carbon tetrachloride","1","Effluent Gross","","",3608262141,"Q2","Quantity2",4.5,"26","lb/d","01","kg/d",2.043,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418163,"Q2","Quantity2",3743599379,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871362,"0","ENF",12/01/2019,11/12/2024,12,"32102","Carbon tetrachloride","1","Effluent Gross","","",3608262142,"Q1","Quantity1",2.1,"26","lb/d","01","kg/d",.9534,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419633,"Q1","Quantity1",3770075070,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871362,"0","ENF",12/01/2019,11/12/2024,12,"32102","Carbon tetrachloride","1","Effluent Gross","","",3608262141,"Q2","Quantity2",4.5,"26","lb/d","01","kg/d",2.043,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419636,"Q2","Quantity2",3770075072,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871362,"0","ENF",12/01/2019,11/12/2024,12,"32102","Carbon tetrachloride","1","Effluent Gross","","",3608262142,"Q1","Quantity1",2.1,"26","lb/d","01","kg/d",.9534,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413644,"Q1","Quantity1",3796392258,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871362,"0","ENF",12/01/2019,11/12/2024,12,"32102","Carbon tetrachloride","1","Effluent Gross","","",3608262141,"Q2","Quantity2",4.5,"26","lb/d","01","kg/d",2.043,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413647,"Q2","Quantity2",3796392259,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871369,"0","ENF",12/01/2019,11/12/2024,12,"32103","1,2-Dichloroethane","1","Effluent Gross","","",3608262156,"Q1","Quantity1",8,"26","lb/d","01","kg/d",3.632,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418186,"Q1","Quantity1",3743599368,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871369,"0","ENF",12/01/2019,11/12/2024,12,"32103","1,2-Dichloroethane","1","Effluent Gross","","",3608262155,"Q2","Quantity2",24.9,"26","lb/d","01","kg/d",11.3046,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418196,"Q2","Quantity2",3743599369,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871369,"0","ENF",12/01/2019,11/12/2024,12,"32103","1,2-Dichloroethane","1","Effluent Gross","","",3608262156,"Q1","Quantity1",8,"26","lb/d","01","kg/d",3.632,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419643,"Q1","Quantity1",3770075117,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871369,"0","ENF",12/01/2019,11/12/2024,12,"32103","1,2-Dichloroethane","1","Effluent Gross","","",3608262155,"Q2","Quantity2",24.9,"26","lb/d","01","kg/d",11.3046,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419646,"Q2","Quantity2",3770075118,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871369,"0","ENF",12/01/2019,11/12/2024,12,"32103","1,2-Dichloroethane","1","Effluent Gross","","",3608262156,"Q1","Quantity1",8,"26","lb/d","01","kg/d",3.632,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413649,"Q1","Quantity1",3796392191,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871369,"0","ENF",12/01/2019,11/12/2024,12,"32103","1,2-Dichloroethane","1","Effluent Gross","","",3608262155,"Q2","Quantity2",24.9,"26","lb/d","01","kg/d",11.3046,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413651,"Q2","Quantity2",3796392192,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871374,"0","ENF",12/01/2019,11/12/2024,12,"32106","Chloroform","1","Effluent Gross","","",3608262164,"Q2","Quantity2",5.4,"26","lb/d","01","kg/d",2.4516,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418232,"Q2","Quantity2",3743599317,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871374,"0","ENF",12/01/2019,11/12/2024,12,"32106","Chloroform","1","Effluent Gross","","",3608262165,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418205,"Q1","Quantity1",3743599316,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871374,"0","ENF",12/01/2019,11/12/2024,12,"32106","Chloroform","1","Effluent Gross","","",3608262164,"Q2","Quantity2",5.4,"26","lb/d","01","kg/d",2.4516,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419659,"Q2","Quantity2",3770075130,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871374,"0","ENF",12/01/2019,11/12/2024,12,"32106","Chloroform","1","Effluent Gross","","",3608262165,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419655,"Q1","Quantity1",3770075129,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871374,"0","ENF",12/01/2019,11/12/2024,12,"32106","Chloroform","1","Effluent Gross","","",3608262165,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413653,"Q1","Quantity1",3796392210,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871374,"0","ENF",12/01/2019,11/12/2024,12,"32106","Chloroform","1","Effluent Gross","","",3608262164,"Q2","Quantity2",5.4,"26","lb/d","01","kg/d",2.4516,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413664,"Q2","Quantity2",3796392211,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871408,"0","ENF",12/01/2019,11/12/2024,12,"34010","Toluene","1","Effluent Gross","","",3608262235,"Q1","Quantity1",3.1,"26","lb/d","01","kg/d",1.4074,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418255,"Q1","Quantity1",3743599330,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871408,"0","ENF",12/01/2019,11/12/2024,12,"34010","Toluene","1","Effluent Gross","","",3608262234,"Q2","Quantity2",9.4,"26","lb/d","01","kg/d",4.2676,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418285,"Q2","Quantity2",3743599331,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871408,"0","ENF",12/01/2019,11/12/2024,12,"34010","Toluene","1","Effluent Gross","","",3608262235,"Q1","Quantity1",3.1,"26","lb/d","01","kg/d",1.4074,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419668,"Q1","Quantity1",3770075090,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871408,"0","ENF",12/01/2019,11/12/2024,12,"34010","Toluene","1","Effluent Gross","","",3608262234,"Q2","Quantity2",9.4,"26","lb/d","01","kg/d",4.2676,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419671,"Q2","Quantity2",3770075091,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871408,"0","ENF",12/01/2019,11/12/2024,12,"34010","Toluene","1","Effluent Gross","","",3608262235,"Q1","Quantity1",3.1,"26","lb/d","01","kg/d",1.4074,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413667,"Q1","Quantity1",3796392238,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871408,"0","ENF",12/01/2019,11/12/2024,12,"34010","Toluene","1","Effluent Gross","","",3608262234,"Q2","Quantity2",9.4,"26","lb/d","01","kg/d",4.2676,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413669,"Q2","Quantity2",3796392239,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871368,"0","ENF",12/01/2019,11/12/2024,12,"34030","Benzene","1","Effluent Gross","","",3608262153,"Q2","Quantity2",16.1,"26","lb/d","01","kg/d",7.3094,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418311,"Q2","Quantity2",3743599349,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871368,"0","ENF",12/01/2019,11/12/2024,12,"34030","Benzene","1","Effluent Gross","","",3608262154,"Q1","Quantity1",4.4,"26","lb/d","01","kg/d",1.9976,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418289,"Q1","Quantity1",3743599348,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871368,"0","ENF",12/01/2019,11/12/2024,12,"34030","Benzene","1","Effluent Gross","","",3608262153,"Q2","Quantity2",16.1,"26","lb/d","01","kg/d",7.3094,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419725,"Q2","Quantity2",3770075105,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871368,"0","ENF",12/01/2019,11/12/2024,12,"34030","Benzene","1","Effluent Gross","","",3608262154,"Q1","Quantity1",4.4,"26","lb/d","01","kg/d",1.9976,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419710,"Q1","Quantity1",3770075104,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871368,"0","ENF",12/01/2019,11/12/2024,12,"34030","Benzene","1","Effluent Gross","","",3608262153,"Q2","Quantity2",16.1,"26","lb/d","01","kg/d",7.3094,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413672,"Q2","Quantity2",3796392221,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871368,"0","ENF",12/01/2019,11/12/2024,12,"34030","Benzene","1","Effluent Gross","","",3608262154,"Q1","Quantity1",4.4,"26","lb/d","01","kg/d",1.9976,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413670,"Q1","Quantity1",3796392220,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871380,"0","ENF",12/01/2019,11/12/2024,12,"34200","Acenaphthylene","1","Effluent Gross","","",3608262177,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418321,"Q1","Quantity1",3743599318,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871380,"0","ENF",12/01/2019,11/12/2024,12,"34200","Acenaphthylene","1","Effluent Gross","","",3608262176,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418347,"Q2","Quantity2",3743599319,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871380,"0","ENF",12/01/2019,11/12/2024,12,"34200","Acenaphthylene","1","Effluent Gross","","",3608262177,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419756,"Q1","Quantity1",3770075121,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871380,"0","ENF",12/01/2019,11/12/2024,12,"34200","Acenaphthylene","1","Effluent Gross","","",3608262176,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419762,"Q2","Quantity2",3770075122,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871380,"0","ENF",12/01/2019,11/12/2024,12,"34200","Acenaphthylene","1","Effluent Gross","","",3608262177,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413674,"Q1","Quantity1",3796392208,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871380,"0","ENF",12/01/2019,11/12/2024,12,"34200","Acenaphthylene","1","Effluent Gross","","",3608262176,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413676,"Q2","Quantity2",3796392209,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871391,"0","ENF",12/01/2019,11/12/2024,12,"34205","Acenaphthene","1","Effluent Gross","","",3608262198,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418388,"Q2","Quantity2",3743599303,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871391,"0","ENF",12/01/2019,11/12/2024,12,"34205","Acenaphthene","1","Effluent Gross","","",3608262199,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418354,"Q1","Quantity1",3743599302,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871391,"0","ENF",12/01/2019,11/12/2024,12,"34205","Acenaphthene","1","Effluent Gross","","",3608262198,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419788,"Q2","Quantity2",3770075087,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871391,"0","ENF",12/01/2019,11/12/2024,12,"34205","Acenaphthene","1","Effluent Gross","","",3608262199,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419784,"Q1","Quantity1",3770075086,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871391,"0","ENF",12/01/2019,11/12/2024,12,"34205","Acenaphthene","1","Effluent Gross","","",3608262198,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413682,"Q2","Quantity2",3796392233,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871391,"0","ENF",12/01/2019,11/12/2024,12,"34205","Acenaphthene","1","Effluent Gross","","",3608262199,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413680,"Q1","Quantity1",3796392232,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871401,"0","ENF",12/01/2019,11/12/2024,12,"34215","Acrylonitrile","1","Effluent Gross","","",3608262220,"Q2","Quantity2",28.6,"26","lb/d","01","kg/d",12.9844,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418432,"Q2","Quantity2",3743599282,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871401,"0","ENF",12/01/2019,11/12/2024,12,"34215","Acrylonitrile","1","Effluent Gross","","",3608262221,"Q1","Quantity1",11.3,"26","lb/d","01","kg/d",5.1302,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418406,"Q1","Quantity1",3743599281,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871401,"0","ENF",12/01/2019,11/12/2024,12,"34215","Acrylonitrile","1","Effluent Gross","","",3608262220,"Q2","Quantity2",28.6,"26","lb/d","01","kg/d",12.9844,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419825,"Q2","Quantity2",3770075156,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871401,"0","ENF",12/01/2019,11/12/2024,12,"34215","Acrylonitrile","1","Effluent Gross","","",3608262221,"Q1","Quantity1",11.3,"26","lb/d","01","kg/d",5.1302,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419799,"Q1","Quantity1",3770075155,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871401,"0","ENF",12/01/2019,11/12/2024,12,"34215","Acrylonitrile","1","Effluent Gross","","",3608262220,"Q2","Quantity2",28.6,"26","lb/d","01","kg/d",12.9844,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413687,"Q2","Quantity2",3796392253,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871401,"0","ENF",12/01/2019,11/12/2024,12,"34215","Acrylonitrile","1","Effluent Gross","","",3608262221,"Q1","Quantity1",11.3,"26","lb/d","01","kg/d",5.1302,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413684,"Q1","Quantity1",3796392252,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871394,"0","ENF",12/01/2019,11/12/2024,12,"34220","Anthracene","1","Effluent Gross","","",3608262204,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418442,"Q2","Quantity2",3743599295,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871394,"0","ENF",12/01/2019,11/12/2024,12,"34220","Anthracene","1","Effluent Gross","","",3608262205,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418437,"Q1","Quantity1",3743599294,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871394,"0","ENF",12/01/2019,11/12/2024,12,"34220","Anthracene","1","Effluent Gross","","",3608262204,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419832,"Q2","Quantity2",3770075164,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871394,"0","ENF",12/01/2019,11/12/2024,12,"34220","Anthracene","1","Effluent Gross","","",3608262205,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419830,"Q1","Quantity1",3770075163,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871394,"0","ENF",12/01/2019,11/12/2024,12,"34220","Anthracene","1","Effluent Gross","","",3608262204,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413696,"Q2","Quantity2",3796392215,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871394,"0","ENF",12/01/2019,11/12/2024,12,"34220","Anthracene","1","Effluent Gross","","",3608262205,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413694,"Q1","Quantity1",3796392214,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871361,"0","ENF",12/01/2019,11/12/2024,12,"34242","Benzo[k]fluoranthene","1","Effluent Gross","","",3608262140,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418448,"Q1","Quantity1",3743599356,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871361,"0","ENF",12/01/2019,11/12/2024,12,"34242","Benzo[k]fluoranthene","1","Effluent Gross","","",3608262139,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418457,"Q2","Quantity2",3743599357,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871361,"0","ENF",12/01/2019,11/12/2024,12,"34242","Benzo[k]fluoranthene","1","Effluent Gross","","",3608262140,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419842,"Q1","Quantity1",3770075135,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871361,"0","ENF",12/01/2019,11/12/2024,12,"34242","Benzo[k]fluoranthene","1","Effluent Gross","","",3608262139,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419871,"Q2","Quantity2",3770075136,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871361,"0","ENF",12/01/2019,11/12/2024,12,"34242","Benzo[k]fluoranthene","1","Effluent Gross","","",3608262140,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413701,"Q1","Quantity1",3796392189,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871361,"0","ENF",12/01/2019,11/12/2024,12,"34242","Benzo[k]fluoranthene","1","Effluent Gross","","",3608262139,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413703,"Q2","Quantity2",3796392190,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871410,"0","ENF",12/01/2019,11/30/2022,12,"34247","Benzo[a]pyrene","1","Effluent Gross","","",3608262239,"Q1","Quantity1",2.7,"26","lb/d","01","kg/d",1.2258,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418465,"Q1","Quantity1",3743599370,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871410,"0","ENF",12/01/2019,11/30/2022,12,"34247","Benzo[a]pyrene","1","Effluent Gross","","",3608262238,"Q2","Quantity2",7.2,"26","lb/d","01","kg/d",3.2688,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418467,"Q2","Quantity2",3743599371,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871410,"0","ENF",12/01/2019,11/30/2022,12,"34247","Benzo[a]pyrene","1","Effluent Gross","","",3608262239,"Q1","Quantity1",2.7,"26","lb/d","01","kg/d",1.2258,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419885,"Q1","Quantity1",3770075127,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871410,"0","ENF",12/01/2019,11/30/2022,12,"34247","Benzo[a]pyrene","1","Effluent Gross","","",3608262238,"Q2","Quantity2",7.2,"26","lb/d","01","kg/d",3.2688,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419889,"Q2","Quantity2",3770075128,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604872043,"0","ENF",12/01/2022,11/12/2024,12,"34247","Benzo[a]pyrene","1","Effluent Gross","","",3608263405,"Q2","Quantity2",.0144,"26","lb/d","01","kg/d",.0065376,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413711,"Q2","Quantity2",3796392245,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604872043,"0","ENF",12/01/2022,11/12/2024,12,"34247","Benzo[a]pyrene","1","Effluent Gross","","",3608263404,"Q1","Quantity1",.0068,"26","lb/d","01","kg/d",.0030872,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413709,"Q1","Quantity1",3796392244,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871363,"0","ENF",12/01/2019,11/12/2024,12,"34301","Chlorobenzene","1","Effluent Gross","","",3608262143,"Q2","Quantity2",3.3,"26","lb/d","01","kg/d",1.4982,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418474,"Q2","Quantity2",3743599309,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871363,"0","ENF",12/01/2019,11/12/2024,12,"34301","Chlorobenzene","1","Effluent Gross","","",3608262144,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418472,"Q1","Quantity1",3743599308,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871363,"0","ENF",12/01/2019,11/12/2024,12,"34301","Chlorobenzene","1","Effluent Gross","","",3608262144,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419892,"Q1","Quantity1",3770075161,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871363,"0","ENF",12/01/2019,11/12/2024,12,"34301","Chlorobenzene","1","Effluent Gross","","",3608262143,"Q2","Quantity2",3.3,"26","lb/d","01","kg/d",1.4982,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419896,"Q2","Quantity2",3770075162,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871363,"0","ENF",12/01/2019,11/12/2024,12,"34301","Chlorobenzene","1","Effluent Gross","","",3608262144,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413716,"Q1","Quantity1",3796392226,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871363,"0","ENF",12/01/2019,11/12/2024,12,"34301","Chlorobenzene","1","Effluent Gross","","",3608262143,"Q2","Quantity2",3.3,"26","lb/d","01","kg/d",1.4982,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413718,"Q2","Quantity2",3796392227,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871367,"0","ENF",12/01/2019,11/12/2024,12,"34320","Chrysene","1","Effluent Gross","","",3608262151,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418493,"Q2","Quantity2",3743599301,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871367,"0","ENF",12/01/2019,11/12/2024,12,"34320","Chrysene","1","Effluent Gross","","",3608262152,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418492,"Q1","Quantity1",3743599300,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871367,"0","ENF",12/01/2019,11/12/2024,12,"34320","Chrysene","1","Effluent Gross","","",3608262151,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419930,"Q2","Quantity2",3770075179,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871367,"0","ENF",12/01/2019,11/12/2024,12,"34320","Chrysene","1","Effluent Gross","","",3608262152,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419903,"Q1","Quantity1",3770075178,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871367,"0","ENF",12/01/2019,11/12/2024,12,"34320","Chrysene","1","Effluent Gross","","",3608262151,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413724,"Q2","Quantity2",3796392257,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871367,"0","ENF",12/01/2019,11/12/2024,12,"34320","Chrysene","1","Effluent Gross","","",3608262152,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413722,"Q1","Quantity1",3796392256,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871385,"0","ENF",12/01/2019,11/12/2024,12,"34336","Diethyl phthalate","1","Effluent Gross","","",3608262187,"Q1","Quantity1",9.6,"26","lb/d","01","kg/d",4.3584,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418522,"Q1","Quantity1",3743599304,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871385,"0","ENF",12/01/2019,11/12/2024,12,"34336","Diethyl phthalate","1","Effluent Gross","","",3608262186,"Q2","Quantity2",24,"26","lb/d","01","kg/d",10.896,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418544,"Q2","Quantity2",3743599305,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871385,"0","ENF",12/01/2019,11/12/2024,12,"34336","Diethyl phthalate","1","Effluent Gross","","",3608262187,"Q1","Quantity1",9.6,"26","lb/d","01","kg/d",4.3584,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419953,"Q1","Quantity1",3770075151,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871385,"0","ENF",12/01/2019,11/12/2024,12,"34336","Diethyl phthalate","1","Effluent Gross","","",3608262186,"Q2","Quantity2",24,"26","lb/d","01","kg/d",10.896,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419968,"Q2","Quantity2",3770075152,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871385,"0","ENF",12/01/2019,11/12/2024,12,"34336","Diethyl phthalate","1","Effluent Gross","","",3608262187,"Q1","Quantity1",9.6,"26","lb/d","01","kg/d",4.3584,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413735,"Q1","Quantity1",3796392234,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871385,"0","ENF",12/01/2019,11/12/2024,12,"34336","Diethyl phthalate","1","Effluent Gross","","",3608262186,"Q2","Quantity2",24,"26","lb/d","01","kg/d",10.896,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413738,"Q2","Quantity2",3796392235,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871398,"0","ENF",12/01/2019,11/12/2024,12,"34341","Dimethyl phthalate","1","Effluent Gross","","",3608262214,"Q2","Quantity2",5.6,"26","lb/d","01","kg/d",2.5424,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418559,"Q2","Quantity2",3743599285,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871398,"0","ENF",12/01/2019,11/12/2024,12,"34341","Dimethyl phthalate","1","Effluent Gross","","",3608262215,"Q1","Quantity1",2.2,"26","lb/d","01","kg/d",.9988,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418555,"Q1","Quantity1",3743599284,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871398,"0","ENF",12/01/2019,11/12/2024,12,"34341","Dimethyl phthalate","1","Effluent Gross","","",3608262215,"Q1","Quantity1",2.2,"26","lb/d","01","kg/d",.9988,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419976,"Q1","Quantity1",3770075149,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871398,"0","ENF",12/01/2019,11/12/2024,12,"34341","Dimethyl phthalate","1","Effluent Gross","","",3608262214,"Q2","Quantity2",5.6,"26","lb/d","01","kg/d",2.5424,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419982,"Q2","Quantity2",3770075150,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871398,"0","ENF",12/01/2019,11/12/2024,12,"34341","Dimethyl phthalate","1","Effluent Gross","","",3608262214,"Q2","Quantity2",5.6,"26","lb/d","01","kg/d",2.5424,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413745,"Q2","Quantity2",3796392199,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871398,"0","ENF",12/01/2019,11/12/2024,12,"34341","Dimethyl phthalate","1","Effluent Gross","","",3608262215,"Q1","Quantity1",2.2,"26","lb/d","01","kg/d",.9988,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413742,"Q1","Quantity1",3796392198,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871382,"0","ENF",12/01/2019,11/12/2024,12,"34371","Ethylbenzene","1","Effluent Gross","","",3608262181,"Q1","Quantity1",3.8,"26","lb/d","01","kg/d",1.7252,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418564,"Q1","Quantity1",3743599328,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871382,"0","ENF",12/01/2019,11/12/2024,12,"34371","Ethylbenzene","1","Effluent Gross","","",3608262180,"Q2","Quantity2",12.8,"26","lb/d","01","kg/d",5.8112,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418568,"Q2","Quantity2",3743599329,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871382,"0","ENF",12/01/2019,11/12/2024,12,"34371","Ethylbenzene","1","Effluent Gross","","",3608262181,"Q1","Quantity1",3.8,"26","lb/d","01","kg/d",1.7252,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804419986,"Q1","Quantity1",3770075094,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871382,"0","ENF",12/01/2019,11/12/2024,12,"34371","Ethylbenzene","1","Effluent Gross","","",3608262180,"Q2","Quantity2",12.8,"26","lb/d","01","kg/d",5.8112,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804419995,"Q2","Quantity2",3770075095,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871382,"0","ENF",12/01/2019,11/12/2024,12,"34371","Ethylbenzene","1","Effluent Gross","","",3608262181,"Q1","Quantity1",3.8,"26","lb/d","01","kg/d",1.7252,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413756,"Q1","Quantity1",3796392304,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871382,"0","ENF",12/01/2019,11/12/2024,12,"34371","Ethylbenzene","1","Effluent Gross","","",3608262180,"Q2","Quantity2",12.8,"26","lb/d","01","kg/d",5.8112,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413757,"Q2","Quantity2",3796392305,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871365,"0","ENF",12/01/2019,11/12/2024,12,"34376","Fluoranthene","1","Effluent Gross","","",3608262147,"Q2","Quantity2",8,"26","lb/d","01","kg/d",3.632,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418610,"Q2","Quantity2",3743599287,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871365,"0","ENF",12/01/2019,11/12/2024,12,"34376","Fluoranthene","1","Effluent Gross","","",3608262148,"Q1","Quantity1",3,"26","lb/d","01","kg/d",1.362,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418574,"Q1","Quantity1",3743599286,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871365,"0","ENF",12/01/2019,11/12/2024,12,"34376","Fluoranthene","1","Effluent Gross","","",3608262148,"Q1","Quantity1",3,"26","lb/d","01","kg/d",1.362,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420017,"Q1","Quantity1",3770075125,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871365,"0","ENF",12/01/2019,11/12/2024,12,"34376","Fluoranthene","1","Effluent Gross","","",3608262147,"Q2","Quantity2",8,"26","lb/d","01","kg/d",3.632,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420024,"Q2","Quantity2",3770075126,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871365,"0","ENF",12/01/2019,11/12/2024,12,"34376","Fluoranthene","1","Effluent Gross","","",3608262147,"Q2","Quantity2",8,"26","lb/d","01","kg/d",3.632,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413765,"Q2","Quantity2",3796392195,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871365,"0","ENF",12/01/2019,11/12/2024,12,"34376","Fluoranthene","1","Effluent Gross","","",3608262148,"Q1","Quantity1",3,"26","lb/d","01","kg/d",1.362,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413764,"Q1","Quantity1",3796392194,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871386,"0","ENF",12/01/2019,11/12/2024,12,"34381","Fluorene","1","Effluent Gross","","",3608262188,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418643,"Q2","Quantity2",3743599333,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871386,"0","ENF",12/01/2019,11/12/2024,12,"34381","Fluorene","1","Effluent Gross","","",3608262189,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418641,"Q1","Quantity1",3743599332,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871386,"0","ENF",12/01/2019,11/12/2024,12,"34381","Fluorene","1","Effluent Gross","","",3608262188,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420030,"Q2","Quantity2",3770075114,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871386,"0","ENF",12/01/2019,11/12/2024,12,"34381","Fluorene","1","Effluent Gross","","",3608262189,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420028,"Q1","Quantity1",3770075113,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871386,"0","ENF",12/01/2019,11/12/2024,12,"34381","Fluorene","1","Effluent Gross","","",3608262188,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413782,"Q2","Quantity2",3796392275,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871386,"0","ENF",12/01/2019,11/12/2024,12,"34381","Fluorene","1","Effluent Gross","","",3608262189,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413774,"Q1","Quantity1",3796392274,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871360,"0","ENF",12/01/2019,11/30/2022,12,"34391","Hexachlorobutadiene","1","Effluent Gross","","",3608262137,"Q2","Quantity2",5.8,"26","lb/d","01","kg/d",2.6332,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418684,"Q2","Quantity2",3743599299,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871360,"0","ENF",12/01/2019,11/30/2022,12,"34391","Hexachlorobutadiene","1","Effluent Gross","","",3608262138,"Q1","Quantity1",2.4,"26","lb/d","01","kg/d",1.0896,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418677,"Q1","Quantity1",3743599298,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871360,"0","ENF",12/01/2019,11/30/2022,12,"34391","Hexachlorobutadiene","1","Effluent Gross","","",3608262137,"Q2","Quantity2",5.8,"26","lb/d","01","kg/d",2.6332,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420037,"Q2","Quantity2",3770075138,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871360,"0","ENF",12/01/2019,11/30/2022,12,"34391","Hexachlorobutadiene","1","Effluent Gross","","",3608262138,"Q1","Quantity1",2.4,"26","lb/d","01","kg/d",1.0896,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420035,"Q1","Quantity1",3770075137,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604872045,"0","ENF",12/01/2022,11/12/2024,12,"34391","Hexachlorobutadiene","1","Effluent Gross","","",3608263408,"Q2","Quantity2",1.27,"26","lb/d","01","kg/d",.57658,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413800,"Q2","Quantity2",3796392287,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604872045,"0","ENF",12/01/2022,11/12/2024,12,"34391","Hexachlorobutadiene","1","Effluent Gross","","",3608263407,"Q1","Quantity1",.0601,"26","lb/d","01","kg/d",.0272854,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413797,"Q1","Quantity1",3796392286,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871356,"0","ENF",12/01/2019,11/12/2024,12,"34396","Hexachloroethane","1","Effluent Gross","","",3608262130,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418701,"Q1","Quantity1",3743599376,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871356,"0","ENF",12/01/2019,11/12/2024,12,"34396","Hexachloroethane","1","Effluent Gross","","",3608262129,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418706,"Q2","Quantity2",3743599377,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871356,"0","ENF",12/01/2019,11/12/2024,12,"34396","Hexachloroethane","1","Effluent Gross","","",3608262130,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420040,"Q1","Quantity1",3770075184,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871356,"0","ENF",12/01/2019,11/12/2024,12,"34396","Hexachloroethane","1","Effluent Gross","","",3608262129,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420049,"Q2","Quantity2",3770075185,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871356,"0","ENF",12/01/2019,11/12/2024,12,"34396","Hexachloroethane","1","Effluent Gross","","",3608262129,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413811,"Q2","Quantity2",3796392203,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871356,"0","ENF",12/01/2019,11/12/2024,12,"34396","Hexachloroethane","1","Effluent Gross","","",3608262130,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413810,"Q1","Quantity1",3796392202,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871358,"0","ENF",12/01/2019,11/12/2024,12,"34418","Methyl chloride [Chloromethane]","1","Effluent Gross","","",3608262134,"Q1","Quantity1",10.2,"26","lb/d","01","kg/d",4.6308,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418714,"Q1","Quantity1",3743599269,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871358,"0","ENF",12/01/2019,11/12/2024,12,"34418","Methyl chloride [Chloromethane]","1","Effluent Gross","","",3608262133,"Q2","Quantity2",22.4,"26","lb/d","01","kg/d",10.1696,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418721,"Q2","Quantity2",3743599271,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871358,"0","ENF",12/01/2019,11/12/2024,12,"34418","Methyl chloride [Chloromethane]","1","Effluent Gross","","",3608262134,"Q1","Quantity1",10.2,"26","lb/d","01","kg/d",4.6308,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420060,"Q1","Quantity1",3770075141,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871358,"0","ENF",12/01/2019,11/12/2024,12,"34418","Methyl chloride [Chloromethane]","1","Effluent Gross","","",3608262133,"Q2","Quantity2",22.4,"26","lb/d","01","kg/d",10.1696,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420062,"Q2","Quantity2",3770075142,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871358,"0","ENF",12/01/2019,11/12/2024,12,"34418","Methyl chloride [Chloromethane]","1","Effluent Gross","","",3608262134,"Q1","Quantity1",10.2,"26","lb/d","01","kg/d",4.6308,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413843,"Q1","Quantity1",3796392228,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871358,"0","ENF",12/01/2019,11/12/2024,12,"34418","Methyl chloride [Chloromethane]","1","Effluent Gross","","",3608262133,"Q2","Quantity2",22.4,"26","lb/d","01","kg/d",10.1696,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413844,"Q2","Quantity2",3796392229,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871411,"0","ENF",12/01/2019,11/12/2024,12,"34423","Methylene chloride","1","Effluent Gross","","",3608262240,"Q2","Quantity2",10.5,"26","lb/d","01","kg/d",4.767,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418750,"Q2","Quantity2",3743599339,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871411,"0","ENF",12/01/2019,11/12/2024,12,"34423","Methylene chloride","1","Effluent Gross","","",3608262241,"Q1","Quantity1",4.7,"26","lb/d","01","kg/d",2.1338,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418748,"Q1","Quantity1",3743599338,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871411,"0","ENF",12/01/2019,11/12/2024,12,"34423","Methylene chloride","1","Effluent Gross","","",3608262241,"Q1","Quantity1",4.7,"26","lb/d","01","kg/d",2.1338,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420091,"Q1","Quantity1",3770075082,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871411,"0","ENF",12/01/2019,11/12/2024,12,"34423","Methylene chloride","1","Effluent Gross","","",3608262240,"Q2","Quantity2",10.5,"26","lb/d","01","kg/d",4.767,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420097,"Q2","Quantity2",3770075083,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871411,"0","ENF",12/01/2019,11/12/2024,12,"34423","Methylene chloride","1","Effluent Gross","","",3608262240,"Q2","Quantity2",10.5,"26","lb/d","01","kg/d",4.767,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413869,"Q2","Quantity2",3796392225,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871411,"0","ENF",12/01/2019,11/12/2024,12,"34423","Methylene chloride","1","Effluent Gross","","",3608262241,"Q1","Quantity1",4.7,"26","lb/d","01","kg/d",2.1338,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413863,"Q1","Quantity1",3796392224,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871364,"0","ENF",12/01/2019,11/12/2024,12,"34447","Nitrobenzene","1","Effluent Gross","","",3608262145,"Q2","Quantity2",8,"26","lb/d","01","kg/d",3.632,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418792,"Q2","Quantity2",3743599277,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871364,"0","ENF",12/01/2019,11/12/2024,12,"34447","Nitrobenzene","1","Effluent Gross","","",3608262146,"Q1","Quantity1",3.2,"26","lb/d","01","kg/d",1.4528,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418788,"Q1","Quantity1",3743599276,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871364,"0","ENF",12/01/2019,11/12/2024,12,"34447","Nitrobenzene","1","Effluent Gross","","",3608262146,"Q1","Quantity1",3.2,"26","lb/d","01","kg/d",1.4528,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420101,"Q1","Quantity1",3770075192,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871364,"0","ENF",12/01/2019,11/12/2024,12,"34447","Nitrobenzene","1","Effluent Gross","","",3608262145,"Q2","Quantity2",8,"26","lb/d","01","kg/d",3.632,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420104,"Q2","Quantity2",3770075193,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871364,"0","ENF",12/01/2019,11/12/2024,12,"34447","Nitrobenzene","1","Effluent Gross","","",3608262146,"Q1","Quantity1",3.2,"26","lb/d","01","kg/d",1.4528,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413876,"Q1","Quantity1",3796392266,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871364,"0","ENF",12/01/2019,11/12/2024,12,"34447","Nitrobenzene","1","Effluent Gross","","",3608262145,"Q2","Quantity2",8,"26","lb/d","01","kg/d",3.632,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413879,"Q2","Quantity2",3796392267,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871366,"0","ENF",12/01/2019,11/12/2024,12,"34461","Phenanthrene","1","Effluent Gross","","",3608262150,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418804,"Q1","Quantity1",3743599279,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871366,"0","ENF",12/01/2019,11/12/2024,12,"34461","Phenanthrene","1","Effluent Gross","","",3608262149,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418806,"Q2","Quantity2",3743599280,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871366,"0","ENF",12/01/2019,11/12/2024,12,"34461","Phenanthrene","1","Effluent Gross","","",3608262150,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420109,"Q1","Quantity1",3770075123,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871366,"0","ENF",12/01/2019,11/12/2024,12,"34461","Phenanthrene","1","Effluent Gross","","",3608262149,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420113,"Q2","Quantity2",3770075124,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871366,"0","ENF",12/01/2019,11/12/2024,12,"34461","Phenanthrene","1","Effluent Gross","","",3608262149,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413887,"Q2","Quantity2",3796392205,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871366,"0","ENF",12/01/2019,11/12/2024,12,"34461","Phenanthrene","1","Effluent Gross","","",3608262150,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413883,"Q1","Quantity1",3796392204,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871396,"0","ENF",12/01/2019,11/12/2024,12,"34469","Pyrene","1","Effluent Gross","","",3608262210,"Q2","Quantity2",7.9,"26","lb/d","01","kg/d",3.5866,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418847,"Q2","Quantity2",3743599341,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871396,"0","ENF",12/01/2019,11/12/2024,12,"34469","Pyrene","1","Effluent Gross","","",3608262211,"Q1","Quantity1",3,"26","lb/d","01","kg/d",1.362,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418812,"Q1","Quantity1",3743599340,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871396,"0","ENF",12/01/2019,11/12/2024,12,"34469","Pyrene","1","Effluent Gross","","",3608262211,"Q1","Quantity1",3,"26","lb/d","01","kg/d",1.362,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420117,"Q1","Quantity1",3770075169,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871396,"0","ENF",12/01/2019,11/12/2024,12,"34469","Pyrene","1","Effluent Gross","","",3608262210,"Q2","Quantity2",7.9,"26","lb/d","01","kg/d",3.5866,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420126,"Q2","Quantity2",3770075170,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871396,"0","ENF",12/01/2019,11/12/2024,12,"34469","Pyrene","1","Effluent Gross","","",3608262211,"Q1","Quantity1",3,"26","lb/d","01","kg/d",1.362,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413906,"Q1","Quantity1",3796392264,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871396,"0","ENF",12/01/2019,11/12/2024,12,"34469","Pyrene","1","Effluent Gross","","",3608262210,"Q2","Quantity2",7.9,"26","lb/d","01","kg/d",3.5866,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413908,"Q2","Quantity2",3796392265,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871387,"0","ENF",12/01/2019,11/12/2024,12,"34475","Tetrachloroethylene","1","Effluent Gross","","",3608262190,"Q2","Quantity2",6.6,"26","lb/d","01","kg/d",2.9964,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418873,"Q2","Quantity2",3743599265,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871387,"0","ENF",12/01/2019,11/12/2024,12,"34475","Tetrachloroethylene","1","Effluent Gross","","",3608262191,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418871,"Q1","Quantity1",3743599264,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871387,"0","ENF",12/01/2019,11/12/2024,12,"34475","Tetrachloroethylene","1","Effluent Gross","","",3608262191,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420130,"Q1","Quantity1",3770075182,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871387,"0","ENF",12/01/2019,11/12/2024,12,"34475","Tetrachloroethylene","1","Effluent Gross","","",3608262190,"Q2","Quantity2",6.6,"26","lb/d","01","kg/d",2.9964,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420144,"Q2","Quantity2",3770075183,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871387,"0","ENF",12/01/2019,11/12/2024,12,"34475","Tetrachloroethylene","1","Effluent Gross","","",3608262191,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413912,"Q1","Quantity1",3796392282,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871387,"0","ENF",12/01/2019,11/12/2024,12,"34475","Tetrachloroethylene","1","Effluent Gross","","",3608262190,"Q2","Quantity2",6.6,"26","lb/d","01","kg/d",2.9964,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413936,"Q2","Quantity2",3796392283,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871407,"0","ENF",12/01/2019,11/12/2024,12,"34496","1,1-Dichloroethane","1","Effluent Gross","","",3608262233,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418878,"Q1","Quantity1",3743599296,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871407,"0","ENF",12/01/2019,11/12/2024,12,"34496","1,1-Dichloroethane","1","Effluent Gross","","",3608262232,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418881,"Q2","Quantity2",3743599297,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871407,"0","ENF",12/01/2019,11/12/2024,12,"34496","1,1-Dichloroethane","1","Effluent Gross","","",3608262233,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420203,"Q1","Quantity1",3770075143,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871407,"0","ENF",12/01/2019,11/12/2024,12,"34496","1,1-Dichloroethane","1","Effluent Gross","","",3608262232,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420213,"Q2","Quantity2",3770075144,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871407,"0","ENF",12/01/2019,11/12/2024,12,"34496","1,1-Dichloroethane","1","Effluent Gross","","",3608262232,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413950,"Q2","Quantity2",3796392299,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871407,"0","ENF",12/01/2019,11/12/2024,12,"34496","1,1-Dichloroethane","1","Effluent Gross","","",3608262233,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413945,"Q1","Quantity1",3796392298,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871357,"0","ENF",12/01/2019,11/12/2024,12,"34501","1,1-Dichloroethylene","1","Effluent Gross","","",3608262131,"Q2","Quantity2",3,"26","lb/d","01","kg/d",1.362,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418888,"Q2","Quantity2",3743599375,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871357,"0","ENF",12/01/2019,11/12/2024,12,"34501","1,1-Dichloroethylene","1","Effluent Gross","","",3608262132,"Q1","Quantity1",1.9,"26","lb/d","01","kg/d",.8626,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418887,"Q1","Quantity1",3743599374,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871357,"0","ENF",12/01/2019,11/12/2024,12,"34501","1,1-Dichloroethylene","1","Effluent Gross","","",3608262131,"Q2","Quantity2",3,"26","lb/d","01","kg/d",1.362,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420244,"Q2","Quantity2",3770075168,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871357,"0","ENF",12/01/2019,11/12/2024,12,"34501","1,1-Dichloroethylene","1","Effluent Gross","","",3608262132,"Q1","Quantity1",1.9,"26","lb/d","01","kg/d",.8626,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420226,"Q1","Quantity1",3770075167,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871357,"0","ENF",12/01/2019,11/12/2024,12,"34501","1,1-Dichloroethylene","1","Effluent Gross","","",3608262131,"Q2","Quantity2",3,"26","lb/d","01","kg/d",1.362,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413967,"Q2","Quantity2",3796392295,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871357,"0","ENF",12/01/2019,11/12/2024,12,"34501","1,1-Dichloroethylene","1","Effluent Gross","","",3608262132,"Q1","Quantity1",1.9,"26","lb/d","01","kg/d",.8626,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413966,"Q1","Quantity1",3796392294,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871375,"0","ENF",12/01/2019,11/12/2024,12,"34506","1,1,1-Trichloroethane","1","Effluent Gross","","",3608262166,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418898,"Q2","Quantity2",3743599359,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871375,"0","ENF",12/01/2019,11/12/2024,12,"34506","1,1,1-Trichloroethane","1","Effluent Gross","","",3608262167,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418893,"Q1","Quantity1",3743599358,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871375,"0","ENF",12/01/2019,11/12/2024,12,"34506","1,1,1-Trichloroethane","1","Effluent Gross","","",3608262166,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420254,"Q2","Quantity2",3770075181,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871375,"0","ENF",12/01/2019,11/12/2024,12,"34506","1,1,1-Trichloroethane","1","Effluent Gross","","",3608262167,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420251,"Q1","Quantity1",3770075180,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871375,"0","ENF",12/01/2019,11/12/2024,12,"34506","1,1,1-Trichloroethane","1","Effluent Gross","","",3608262166,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815413995,"Q2","Quantity2",3796392291,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871375,"0","ENF",12/01/2019,11/12/2024,12,"34506","1,1,1-Trichloroethane","1","Effluent Gross","","",3608262167,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815413975,"Q1","Quantity1",3796392290,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871388,"0","ENF",12/01/2019,11/12/2024,12,"34511","1,1,2-Trichloroethane","1","Effluent Gross","","",3608262193,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418906,"Q1","Quantity1",3743599266,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871388,"0","ENF",12/01/2019,11/12/2024,12,"34511","1,1,2-Trichloroethane","1","Effluent Gross","","",3608262192,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418920,"Q2","Quantity2",3743599267,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871388,"0","ENF",12/01/2019,11/12/2024,12,"34511","1,1,2-Trichloroethane","1","Effluent Gross","","",3608262193,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420273,"Q1","Quantity1",3770075133,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871388,"0","ENF",12/01/2019,11/12/2024,12,"34511","1,1,2-Trichloroethane","1","Effluent Gross","","",3608262192,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420293,"Q2","Quantity2",3770075134,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871388,"0","ENF",12/01/2019,11/12/2024,12,"34511","1,1,2-Trichloroethane","1","Effluent Gross","","",3608262193,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414001,"Q1","Quantity1",3796392280,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871388,"0","ENF",12/01/2019,11/12/2024,12,"34511","1,1,2-Trichloroethane","1","Effluent Gross","","",3608262192,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414012,"Q2","Quantity2",3796392281,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871378,"0","ENF",12/01/2019,11/30/2022,12,"34526","Benzo[a]anthracene","1","Effluent Gross","","",3608262172,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804418964,"Q2","Quantity2",3743599381,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871378,"0","ENF",12/01/2019,11/30/2022,12,"34526","Benzo[a]anthracene","1","Effluent Gross","","",3608262173,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418924,"Q1","Quantity1",3743599380,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871378,"0","ENF",12/01/2019,11/30/2022,12,"34526","Benzo[a]anthracene","1","Effluent Gross","","",3608262172,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420301,"Q2","Quantity2",3770075120,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871378,"0","ENF",12/01/2019,11/30/2022,12,"34526","Benzo[a]anthracene","1","Effluent Gross","","",3608262173,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420299,"Q1","Quantity1",3770075119,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604872047,"0","ENF",12/01/2022,11/12/2024,12,"34526","Benzo[a]anthracene","1","Effluent Gross","","",3608263410,"Q1","Quantity1",.0682,"26","lb/d","01","kg/d",.0309628,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414017,"Q1","Quantity1",3796392246,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604872047,"0","ENF",12/01/2022,11/12/2024,12,"34526","Benzo[a]anthracene","1","Effluent Gross","","",3608263411,"Q2","Quantity2",.144,"26","lb/d","01","kg/d",.065376,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414025,"Q2","Quantity2",3796392247,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871405,"0","ENF",12/01/2019,11/12/2024,12,"34536","1,2-Dichlorobenzene","1","Effluent Gross","","",3608262228,"Q2","Quantity2",19.2,"26","lb/d","01","kg/d",8.7168,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419035,"Q2","Quantity2",3743599323,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871405,"0","ENF",12/01/2019,11/12/2024,12,"34536","1,2-Dichlorobenzene","1","Effluent Gross","","",3608262229,"Q1","Quantity1",9.1,"26","lb/d","01","kg/d",4.1314,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804418985,"Q1","Quantity1",3743599322,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871405,"0","ENF",12/01/2019,11/12/2024,12,"34536","1,2-Dichlorobenzene","1","Effluent Gross","","",3608262228,"Q2","Quantity2",19.2,"26","lb/d","01","kg/d",8.7168,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420323,"Q2","Quantity2",3770075081,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871405,"0","ENF",12/01/2019,11/12/2024,12,"34536","1,2-Dichlorobenzene","1","Effluent Gross","","",3608262229,"Q1","Quantity1",9.1,"26","lb/d","01","kg/d",4.1314,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420322,"Q1","Quantity1",3770075080,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871405,"0","ENF",12/01/2019,11/12/2024,12,"34536","1,2-Dichlorobenzene","1","Effluent Gross","","",3608262228,"Q2","Quantity2",19.2,"26","lb/d","01","kg/d",8.7168,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414036,"Q2","Quantity2",3796392201,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871405,"0","ENF",12/01/2019,11/12/2024,12,"34536","1,2-Dichlorobenzene","1","Effluent Gross","","",3608262229,"Q1","Quantity1",9.1,"26","lb/d","01","kg/d",4.1314,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414033,"Q1","Quantity1",3796392200,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871402,"0","ENF",12/01/2019,11/12/2024,12,"34541","1,2-Dichloropropane","1","Effluent Gross","","",3608262222,"Q2","Quantity2",27.2,"26","lb/d","01","kg/d",12.3488,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419059,"Q2","Quantity2",3743599347,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871402,"0","ENF",12/01/2019,11/12/2024,12,"34541","1,2-Dichloropropane","1","Effluent Gross","","",3608262223,"Q1","Quantity1",18.1,"26","lb/d","01","kg/d",8.2174,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419040,"Q1","Quantity1",3743599346,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871402,"0","ENF",12/01/2019,11/12/2024,12,"34541","1,2-Dichloropropane","1","Effluent Gross","","",3608262222,"Q2","Quantity2",27.2,"26","lb/d","01","kg/d",12.3488,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420345,"Q2","Quantity2",3770075085,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871402,"0","ENF",12/01/2019,11/12/2024,12,"34541","1,2-Dichloropropane","1","Effluent Gross","","",3608262223,"Q1","Quantity1",18.1,"26","lb/d","01","kg/d",8.2174,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420335,"Q1","Quantity1",3770075084,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871402,"0","ENF",12/01/2019,11/12/2024,12,"34541","1,2-Dichloropropane","1","Effluent Gross","","",3608262222,"Q2","Quantity2",27.2,"26","lb/d","01","kg/d",12.3488,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414049,"Q2","Quantity2",3796392217,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871402,"0","ENF",12/01/2019,11/12/2024,12,"34541","1,2-Dichloropropane","1","Effluent Gross","","",3608262223,"Q1","Quantity1",18.1,"26","lb/d","01","kg/d",8.2174,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414043,"Q1","Quantity1",3796392216,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871379,"0","ENF",12/01/2019,11/12/2024,12,"34546","trans-1,2-Dichloroethylene","1","Effluent Gross","","",3608262175,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419068,"Q1","Quantity1",3743599344,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871379,"0","ENF",12/01/2019,11/12/2024,12,"34546","trans-1,2-Dichloroethylene","1","Effluent Gross","","",3608262174,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419077,"Q2","Quantity2",3743599345,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871379,"0","ENF",12/01/2019,11/12/2024,12,"34546","trans-1,2-Dichloroethylene","1","Effluent Gross","","",3608262175,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420375,"Q1","Quantity1",3770075176,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871379,"0","ENF",12/01/2019,11/12/2024,12,"34546","trans-1,2-Dichloroethylene","1","Effluent Gross","","",3608262174,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420377,"Q2","Quantity2",3770075177,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871379,"0","ENF",12/01/2019,11/12/2024,12,"34546","trans-1,2-Dichloroethylene","1","Effluent Gross","","",3608262174,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414071,"Q2","Quantity2",3796392231,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871379,"0","ENF",12/01/2019,11/12/2024,12,"34546","trans-1,2-Dichloroethylene","1","Effluent Gross","","",3608262175,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414070,"Q1","Quantity1",3796392230,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871397,"0","ENF",12/01/2019,11/12/2024,12,"34551","1,2,4-Trichlorobenzene","1","Effluent Gross","","",3608262212,"Q2","Quantity2",16.5,"26","lb/d","01","kg/d",7.491,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419107,"Q2","Quantity2",3743599311,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871397,"0","ENF",12/01/2019,11/12/2024,12,"34551","1,2,4-Trichlorobenzene","1","Effluent Gross","","",3608262213,"Q1","Quantity1",8,"26","lb/d","01","kg/d",3.632,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419097,"Q1","Quantity1",3743599310,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871397,"0","ENF",12/01/2019,11/12/2024,12,"34551","1,2,4-Trichlorobenzene","1","Effluent Gross","","",3608262213,"Q1","Quantity1",8,"26","lb/d","01","kg/d",3.632,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420380,"Q1","Quantity1",3770075145,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871397,"0","ENF",12/01/2019,11/12/2024,12,"34551","1,2,4-Trichlorobenzene","1","Effluent Gross","","",3608262212,"Q2","Quantity2",16.5,"26","lb/d","01","kg/d",7.491,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420383,"Q2","Quantity2",3770075146,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871397,"0","ENF",12/01/2019,11/12/2024,12,"34551","1,2,4-Trichlorobenzene","1","Effluent Gross","","",3608262213,"Q1","Quantity1",8,"26","lb/d","01","kg/d",3.632,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414081,"Q1","Quantity1",3796392240,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871397,"0","ENF",12/01/2019,11/12/2024,12,"34551","1,2,4-Trichlorobenzene","1","Effluent Gross","","",3608262212,"Q2","Quantity2",16.5,"26","lb/d","01","kg/d",7.491,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414095,"Q2","Quantity2",3796392241,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871377,"0","ENF",12/01/2019,11/12/2024,12,"34566","1,3-Dichlorobenzene","1","Effluent Gross","","",3608262171,"Q1","Quantity1",3.7,"26","lb/d","01","kg/d",1.6798,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419110,"Q1","Quantity1",3743599382,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871377,"0","ENF",12/01/2019,11/12/2024,12,"34566","1,3-Dichlorobenzene","1","Effluent Gross","","",3608262170,"Q2","Quantity2",5.2,"26","lb/d","01","kg/d",2.3608,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419113,"Q2","Quantity2",3743599383,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871377,"0","ENF",12/01/2019,11/12/2024,12,"34566","1,3-Dichlorobenzene","1","Effluent Gross","","",3608262170,"Q2","Quantity2",5.2,"26","lb/d","01","kg/d",2.3608,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420387,"Q2","Quantity2",3770075089,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871377,"0","ENF",12/01/2019,11/12/2024,12,"34566","1,3-Dichlorobenzene","1","Effluent Gross","","",3608262171,"Q1","Quantity1",3.7,"26","lb/d","01","kg/d",1.6798,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420385,"Q1","Quantity1",3770075088,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871377,"0","ENF",12/01/2019,11/12/2024,12,"34566","1,3-Dichlorobenzene","1","Effluent Gross","","",3608262171,"Q1","Quantity1",3.7,"26","lb/d","01","kg/d",1.6798,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414108,"Q1","Quantity1",3796392262,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871377,"0","ENF",12/01/2019,11/12/2024,12,"34566","1,3-Dichlorobenzene","1","Effluent Gross","","",3608262170,"Q2","Quantity2",5.2,"26","lb/d","01","kg/d",2.3608,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414112,"Q2","Quantity2",3796392263,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871381,"0","ENF",12/01/2019,11/12/2024,12,"34571","1,4-Dichlorobenzene","1","Effluent Gross","","",3608262179,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419127,"Q1","Quantity1",3743599362,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871381,"0","ENF",12/01/2019,11/12/2024,12,"34571","1,4-Dichlorobenzene","1","Effluent Gross","","",3608262178,"Q2","Quantity2",3.3,"26","lb/d","01","kg/d",1.4982,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419140,"Q2","Quantity2",3743599363,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871381,"0","ENF",12/01/2019,11/12/2024,12,"34571","1,4-Dichlorobenzene","1","Effluent Gross","","",3608262179,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420421,"Q1","Quantity1",3770075196,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871381,"0","ENF",12/01/2019,11/12/2024,12,"34571","1,4-Dichlorobenzene","1","Effluent Gross","","",3608262178,"Q2","Quantity2",3.3,"26","lb/d","01","kg/d",1.4982,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420430,"Q2","Quantity2",3770075197,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871381,"0","ENF",12/01/2019,11/12/2024,12,"34571","1,4-Dichlorobenzene","1","Effluent Gross","","",3608262179,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414115,"Q1","Quantity1",3796392212,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871381,"0","ENF",12/01/2019,11/12/2024,12,"34571","1,4-Dichlorobenzene","1","Effluent Gross","","",3608262178,"Q2","Quantity2",3.3,"26","lb/d","01","kg/d",1.4982,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414118,"Q2","Quantity2",3796392213,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871383,"0","ENF",12/01/2019,11/12/2024,12,"34586","2-Chlorophenol","1","Effluent Gross","","",3608262182,"Q2","Quantity2",11.6,"26","lb/d","01","kg/d",5.2664,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419157,"Q2","Quantity2",3743599367,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871383,"0","ENF",12/01/2019,11/12/2024,12,"34586","2-Chlorophenol","1","Effluent Gross","","",3608262183,"Q1","Quantity1",3.7,"26","lb/d","01","kg/d",1.6798,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419144,"Q1","Quantity1",3743599366,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871383,"0","ENF",12/01/2019,11/12/2024,12,"34586","2-Chlorophenol","1","Effluent Gross","","",3608262183,"Q1","Quantity1",3.7,"26","lb/d","01","kg/d",1.6798,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420442,"Q1","Quantity1",3770075188,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871383,"0","ENF",12/01/2019,11/12/2024,12,"34586","2-Chlorophenol","1","Effluent Gross","","",3608262182,"Q2","Quantity2",11.6,"26","lb/d","01","kg/d",5.2664,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420447,"Q2","Quantity2",3770075190,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871383,"0","ENF",12/01/2019,11/12/2024,12,"34586","2-Chlorophenol","1","Effluent Gross","","",3608262182,"Q2","Quantity2",11.6,"26","lb/d","01","kg/d",5.2664,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414128,"Q2","Quantity2",3796392251,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871383,"0","ENF",12/01/2019,11/12/2024,12,"34586","2-Chlorophenol","1","Effluent Gross","","",3608262183,"Q1","Quantity1",3.7,"26","lb/d","01","kg/d",1.6798,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414127,"Q1","Quantity1",3796392250,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871384,"0","ENF",12/01/2019,11/12/2024,12,"34591","2-Nitrophenol","1","Effluent Gross","","",3608262184,"Q2","Quantity2",8.1,"26","lb/d","01","kg/d",3.6774,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419169,"Q2","Quantity2",3743599353,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871384,"0","ENF",12/01/2019,11/12/2024,12,"34591","2-Nitrophenol","1","Effluent Gross","","",3608262185,"Q1","Quantity1",4.8,"26","lb/d","01","kg/d",2.1792,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419165,"Q1","Quantity1",3743599352,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871384,"0","ENF",12/01/2019,11/12/2024,12,"34591","2-Nitrophenol","1","Effluent Gross","","",3608262185,"Q1","Quantity1",4.8,"26","lb/d","01","kg/d",2.1792,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420452,"Q1","Quantity1",3770075174,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871384,"0","ENF",12/01/2019,11/12/2024,12,"34591","2-Nitrophenol","1","Effluent Gross","","",3608262184,"Q2","Quantity2",8.1,"26","lb/d","01","kg/d",3.6774,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420470,"Q2","Quantity2",3770075175,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871384,"0","ENF",12/01/2019,11/12/2024,12,"34591","2-Nitrophenol","1","Effluent Gross","","",3608262184,"Q2","Quantity2",8.1,"26","lb/d","01","kg/d",3.6774,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414139,"Q2","Quantity2",3796392271,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871384,"0","ENF",12/01/2019,11/12/2024,12,"34591","2-Nitrophenol","1","Effluent Gross","","",3608262185,"Q1","Quantity1",4.8,"26","lb/d","01","kg/d",2.1792,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414136,"Q1","Quantity1",3796392270,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871376,"0","ENF",12/01/2019,11/12/2024,12,"34601","2,4-Dichlorophenol","1","Effluent Gross","","",3608262169,"Q1","Quantity1",4.6,"26","lb/d","01","kg/d",2.0884,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419173,"Q1","Quantity1",3743599326,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871376,"0","ENF",12/01/2019,11/12/2024,12,"34601","2,4-Dichlorophenol","1","Effluent Gross","","",3608262168,"Q2","Quantity2",13.2,"26","lb/d","01","kg/d",5.9928,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419185,"Q2","Quantity2",3743599327,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871376,"0","ENF",12/01/2019,11/12/2024,12,"34601","2,4-Dichlorophenol","1","Effluent Gross","","",3608262169,"Q1","Quantity1",4.6,"26","lb/d","01","kg/d",2.0884,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420475,"Q1","Quantity1",3770075111,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871376,"0","ENF",12/01/2019,11/12/2024,12,"34601","2,4-Dichlorophenol","1","Effluent Gross","","",3608262168,"Q2","Quantity2",13.2,"26","lb/d","01","kg/d",5.9928,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420476,"Q2","Quantity2",3770075112,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871376,"0","ENF",12/01/2019,11/12/2024,12,"34601","2,4-Dichlorophenol","1","Effluent Gross","","",3608262169,"Q1","Quantity1",4.6,"26","lb/d","01","kg/d",2.0884,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414177,"Q1","Quantity1",3796392236,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871376,"0","ENF",12/01/2019,11/12/2024,12,"34601","2,4-Dichlorophenol","1","Effluent Gross","","",3608262168,"Q2","Quantity2",13.2,"26","lb/d","01","kg/d",5.9928,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414180,"Q2","Quantity2",3796392237,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871370,"0","ENF",12/01/2019,11/12/2024,12,"34606","2,4-Dimethylphenol","1","Effluent Gross","","",3608262158,"Q1","Quantity1",2.1,"26","lb/d","01","kg/d",.9534,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419206,"Q1","Quantity1",3743599273,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871370,"0","ENF",12/01/2019,11/12/2024,12,"34606","2,4-Dimethylphenol","1","Effluent Gross","","",3608262157,"Q2","Quantity2",4.3,"26","lb/d","01","kg/d",1.9522,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419209,"Q2","Quantity2",3743599274,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871370,"0","ENF",12/01/2019,11/12/2024,12,"34606","2,4-Dimethylphenol","1","Effluent Gross","","",3608262157,"Q2","Quantity2",4.3,"26","lb/d","01","kg/d",1.9522,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420487,"Q2","Quantity2",3770075132,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871370,"0","ENF",12/01/2019,11/12/2024,12,"34606","2,4-Dimethylphenol","1","Effluent Gross","","",3608262158,"Q1","Quantity1",2.1,"26","lb/d","01","kg/d",.9534,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420484,"Q1","Quantity1",3770075131,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871370,"0","ENF",12/01/2019,11/12/2024,12,"34606","2,4-Dimethylphenol","1","Effluent Gross","","",3608262157,"Q2","Quantity2",4.3,"26","lb/d","01","kg/d",1.9522,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414199,"Q2","Quantity2",3796392207,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871370,"0","ENF",12/01/2019,11/12/2024,12,"34606","2,4-Dimethylphenol","1","Effluent Gross","","",3608262158,"Q1","Quantity1",2.1,"26","lb/d","01","kg/d",.9534,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414185,"Q1","Quantity1",3796392206,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871406,"0","ENF",12/01/2019,11/12/2024,12,"34611","2,4-Dinitrotoluene","1","Effluent Gross","","",3608262231,"Q1","Quantity1",13.3,"26","lb/d","01","kg/d",6.0382,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419216,"Q1","Quantity1",3743599360,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871406,"0","ENF",12/01/2019,11/12/2024,12,"34611","2,4-Dinitrotoluene","1","Effluent Gross","","",3608262230,"Q2","Quantity2",33.7,"26","lb/d","01","kg/d",15.2998,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419219,"Q2","Quantity2",3743599361,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871406,"0","ENF",12/01/2019,11/12/2024,12,"34611","2,4-Dinitrotoluene","1","Effluent Gross","","",3608262231,"Q1","Quantity1",13.3,"26","lb/d","01","kg/d",6.0382,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420504,"Q1","Quantity1",3770075157,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871406,"0","ENF",12/01/2019,11/12/2024,12,"34611","2,4-Dinitrotoluene","1","Effluent Gross","","",3608262230,"Q2","Quantity2",33.7,"26","lb/d","01","kg/d",15.2998,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420538,"Q2","Quantity2",3770075158,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871406,"0","ENF",12/01/2019,11/12/2024,12,"34611","2,4-Dinitrotoluene","1","Effluent Gross","","",3608262231,"Q1","Quantity1",13.3,"26","lb/d","01","kg/d",6.0382,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414210,"Q1","Quantity1",3796392196,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871406,"0","ENF",12/01/2019,11/12/2024,12,"34611","2,4-Dinitrotoluene","1","Effluent Gross","","",3608262230,"Q2","Quantity2",33.7,"26","lb/d","01","kg/d",15.2998,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414213,"Q2","Quantity2",3796392197,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871392,"0","ENF",12/01/2019,11/12/2024,12,"34616","2,4-Dinitrophenol","1","Effluent Gross","","",3608262201,"Q1","Quantity1",8.4,"26","lb/d","01","kg/d",3.8136,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419236,"Q1","Quantity1",3743599350,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871392,"0","ENF",12/01/2019,11/12/2024,12,"34616","2,4-Dinitrophenol","1","Effluent Gross","","",3608262200,"Q2","Quantity2",14.5,"26","lb/d","01","kg/d",6.583,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419239,"Q2","Quantity2",3743599351,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871392,"0","ENF",12/01/2019,11/12/2024,12,"34616","2,4-Dinitrophenol","1","Effluent Gross","","",3608262201,"Q1","Quantity1",8.4,"26","lb/d","01","kg/d",3.8136,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420544,"Q1","Quantity1",3770075153,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871392,"0","ENF",12/01/2019,11/12/2024,12,"34616","2,4-Dinitrophenol","1","Effluent Gross","","",3608262200,"Q2","Quantity2",14.5,"26","lb/d","01","kg/d",6.583,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420547,"Q2","Quantity2",3770075154,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871392,"0","ENF",12/01/2019,11/12/2024,12,"34616","2,4-Dinitrophenol","1","Effluent Gross","","",3608262201,"Q1","Quantity1",8.4,"26","lb/d","01","kg/d",3.8136,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414217,"Q1","Quantity1",3796392292,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871392,"0","ENF",12/01/2019,11/12/2024,12,"34616","2,4-Dinitrophenol","1","Effluent Gross","","",3608262200,"Q2","Quantity2",14.5,"26","lb/d","01","kg/d",6.583,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414223,"Q2","Quantity2",3796392293,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871390,"0","ENF",12/01/2019,11/12/2024,12,"34626","2,6-Dinitrotoluene","1","Effluent Gross","","",3608262197,"Q1","Quantity1",30.1,"26","lb/d","01","kg/d",13.6654,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419247,"Q1","Quantity1",3743599334,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871390,"0","ENF",12/01/2019,11/12/2024,12,"34626","2,6-Dinitrotoluene","1","Effluent Gross","","",3608262196,"Q2","Quantity2",75.7,"26","lb/d","01","kg/d",34.3678,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419252,"Q2","Quantity2",3743599335,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871390,"0","ENF",12/01/2019,11/12/2024,12,"34626","2,6-Dinitrotoluene","1","Effluent Gross","","",3608262197,"Q1","Quantity1",30.1,"26","lb/d","01","kg/d",13.6654,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420549,"Q1","Quantity1",3770075115,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871390,"0","ENF",12/01/2019,11/12/2024,12,"34626","2,6-Dinitrotoluene","1","Effluent Gross","","",3608262196,"Q2","Quantity2",75.7,"26","lb/d","01","kg/d",34.3678,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420557,"Q2","Quantity2",3770075116,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871390,"0","ENF",12/01/2019,11/12/2024,12,"34626","2,6-Dinitrotoluene","1","Effluent Gross","","",3608262197,"Q1","Quantity1",30.1,"26","lb/d","01","kg/d",13.6654,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414236,"Q1","Quantity1",3796392288,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871390,"0","ENF",12/01/2019,11/12/2024,12,"34626","2,6-Dinitrotoluene","1","Effluent Gross","","",3608262196,"Q2","Quantity2",75.7,"26","lb/d","01","kg/d",34.3678,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414237,"Q2","Quantity2",3796392289,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871412,"0","ENF",12/01/2019,11/12/2024,12,"34646","4-Nitrophenol","1","Effluent Gross","","",3608262242,"Q2","Quantity2",14.6,"26","lb/d","01","kg/d",6.6284,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419299,"Q2","Quantity2",3743599373,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871412,"0","ENF",12/01/2019,11/12/2024,12,"34646","4-Nitrophenol","1","Effluent Gross","","",3608262243,"Q1","Quantity1",8.5,"26","lb/d","01","kg/d",3.859,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419291,"Q1","Quantity1",3743599372,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871412,"0","ENF",12/01/2019,11/12/2024,12,"34646","4-Nitrophenol","1","Effluent Gross","","",3608262242,"Q2","Quantity2",14.6,"26","lb/d","01","kg/d",6.6284,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420579,"Q2","Quantity2",3770075166,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871412,"0","ENF",12/01/2019,11/12/2024,12,"34646","4-Nitrophenol","1","Effluent Gross","","",3608262243,"Q1","Quantity1",8.5,"26","lb/d","01","kg/d",3.859,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420565,"Q1","Quantity1",3770075165,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871412,"0","ENF",12/01/2019,11/12/2024,12,"34646","4-Nitrophenol","1","Effluent Gross","","",3608262242,"Q2","Quantity2",14.6,"26","lb/d","01","kg/d",6.6284,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414256,"Q2","Quantity2",3796392261,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871412,"0","ENF",12/01/2019,11/12/2024,12,"34646","4-Nitrophenol","1","Effluent Gross","","",3608262243,"Q1","Quantity1",8.5,"26","lb/d","01","kg/d",3.859,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414251,"Q1","Quantity1",3796392260,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871409,"0","ENF",12/01/2019,11/12/2024,12,"34657","4,6-Dinitro-o-cresol","1","Effluent Gross","","",3608262237,"Q1","Quantity1",9.2,"26","lb/d","01","kg/d",4.1768,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419312,"Q1","Quantity1",3743599320,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871409,"0","ENF",12/01/2019,11/12/2024,12,"34657","4,6-Dinitro-o-cresol","1","Effluent Gross","","",3608262236,"Q2","Quantity2",32.7,"26","lb/d","01","kg/d",14.8458,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419326,"Q2","Quantity2",3743599321,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871409,"0","ENF",12/01/2019,11/12/2024,12,"34657","4,6-Dinitro-o-cresol","1","Effluent Gross","","",3608262237,"Q1","Quantity1",9.2,"26","lb/d","01","kg/d",4.1768,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420590,"Q1","Quantity1",3770075109,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871409,"0","ENF",12/01/2019,11/12/2024,12,"34657","4,6-Dinitro-o-cresol","1","Effluent Gross","","",3608262236,"Q2","Quantity2",32.7,"26","lb/d","01","kg/d",14.8458,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420611,"Q2","Quantity2",3770075110,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871409,"0","ENF",12/01/2019,11/12/2024,12,"34657","4,6-Dinitro-o-cresol","1","Effluent Gross","","",3608262236,"Q2","Quantity2",32.7,"26","lb/d","01","kg/d",14.8458,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414276,"Q2","Quantity2",3796392285,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871409,"0","ENF",12/01/2019,11/12/2024,12,"34657","4,6-Dinitro-o-cresol","1","Effluent Gross","","",3608262237,"Q1","Quantity1",9.2,"26","lb/d","01","kg/d",4.1768,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414269,"Q1","Quantity1",3796392284,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871403,"0","ENF",12/01/2019,11/12/2024,12,"34694","Phenol","1","Effluent Gross","","",3608262225,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419349,"Q1","Quantity1",3743599288,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871403,"0","ENF",12/01/2019,11/12/2024,12,"34694","Phenol","1","Effluent Gross","","",3608262224,"Q2","Quantity2",3.1,"26","lb/d","01","kg/d",1.4074,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419351,"Q2","Quantity2",3743599289,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871403,"0","ENF",12/01/2019,11/12/2024,12,"34694","Phenol","1","Effluent Gross","","",3608262225,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420652,"Q1","Quantity1",3770075076,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871403,"0","ENF",12/01/2019,11/12/2024,12,"34694","Phenol","1","Effluent Gross","","",3608262224,"Q2","Quantity2",3.1,"26","lb/d","01","kg/d",1.4074,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420669,"Q2","Quantity2",3770075078,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871403,"0","ENF",12/01/2019,11/12/2024,12,"34694","Phenol","1","Effluent Gross","","",3608262224,"Q2","Quantity2",3.1,"26","lb/d","01","kg/d",1.4074,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414286,"Q2","Quantity2",3796392255,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871403,"0","ENF",12/01/2019,11/12/2024,12,"34694","Phenol","1","Effluent Gross","","",3608262225,"Q1","Quantity1",1.8,"26","lb/d","01","kg/d",.8172,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414281,"Q1","Quantity1",3796392254,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871389,"0","ENF",12/01/2019,11/12/2024,12,"34696","Naphthalene","1","Effluent Gross","","",3608262195,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419375,"Q1","Quantity1",3743599306,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871389,"0","ENF",12/01/2019,11/12/2024,12,"34696","Naphthalene","1","Effluent Gross","","",3608262194,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419377,"Q2","Quantity2",3743599307,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871389,"0","ENF",12/01/2019,11/12/2024,12,"34696","Naphthalene","1","Effluent Gross","","",3608262195,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420676,"Q1","Quantity1",3770075172,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871389,"0","ENF",12/01/2019,11/12/2024,12,"34696","Naphthalene","1","Effluent Gross","","",3608262194,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420677,"Q2","Quantity2",3770075173,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871389,"0","ENF",12/01/2019,11/12/2024,12,"34696","Naphthalene","1","Effluent Gross","","",3608262195,"Q1","Quantity1",2.6,"26","lb/d","01","kg/d",1.1804,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414300,"Q1","Quantity1",3796392278,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871389,"0","ENF",12/01/2019,11/12/2024,12,"34696","Naphthalene","1","Effluent Gross","","",3608262194,"Q2","Quantity2",7,"26","lb/d","01","kg/d",3.178,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414303,"Q2","Quantity2",3796392279,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871393,"0","ENF",12/01/2019,11/12/2024,12,"39100","Di[2-ethylhexyl] phthalate [DEHP]","1","Effluent Gross","","",3608262202,"Q2","Quantity2",32.9,"26","lb/d","01","kg/d",14.9366,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419393,"Q2","Quantity2",3743599337,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871393,"0","ENF",12/01/2019,11/12/2024,12,"39100","Di[2-ethylhexyl] phthalate [DEHP]","1","Effluent Gross","","",3608262203,"Q1","Quantity1",12.2,"26","lb/d","01","kg/d",5.5388,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419380,"Q1","Quantity1",3743599336,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871393,"0","ENF",12/01/2019,11/12/2024,12,"39100","Di[2-ethylhexyl] phthalate [DEHP]","1","Effluent Gross","","",3608262202,"Q2","Quantity2",32.9,"26","lb/d","01","kg/d",14.9366,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420710,"Q2","Quantity2",3770075195,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871393,"0","ENF",12/01/2019,11/12/2024,12,"39100","Di[2-ethylhexyl] phthalate [DEHP]","1","Effluent Gross","","",3608262203,"Q1","Quantity1",12.2,"26","lb/d","01","kg/d",5.5388,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420688,"Q1","Quantity1",3770075194,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871393,"0","ENF",12/01/2019,11/12/2024,12,"39100","Di[2-ethylhexyl] phthalate [DEHP]","1","Effluent Gross","","",3608262202,"Q2","Quantity2",32.9,"26","lb/d","01","kg/d",14.9366,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414317,"Q2","Quantity2",3796392297,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871393,"0","ENF",12/01/2019,11/12/2024,12,"39100","Di[2-ethylhexyl] phthalate [DEHP]","1","Effluent Gross","","",3608262203,"Q1","Quantity1",12.2,"26","lb/d","01","kg/d",5.5388,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414315,"Q1","Quantity1",3796392296,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871399,"0","ENF",12/01/2019,11/12/2024,12,"39110","Di-n-butyl phthalate","1","Effluent Gross","","",3608262216,"Q2","Quantity2",6.7,"26","lb/d","01","kg/d",3.0418,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419438,"Q2","Quantity2",3743599325,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871399,"0","ENF",12/01/2019,11/12/2024,12,"39110","Di-n-butyl phthalate","1","Effluent Gross","","",3608262217,"Q1","Quantity1",3.2,"26","lb/d","01","kg/d",1.4528,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419405,"Q1","Quantity1",3743599324,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871399,"0","ENF",12/01/2019,11/12/2024,12,"39110","Di-n-butyl phthalate","1","Effluent Gross","","",3608262216,"Q2","Quantity2",6.7,"26","lb/d","01","kg/d",3.0418,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420739,"Q2","Quantity2",3770075108,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871399,"0","ENF",12/01/2019,11/12/2024,12,"39110","Di-n-butyl phthalate","1","Effluent Gross","","",3608262217,"Q1","Quantity1",3.2,"26","lb/d","01","kg/d",1.4528,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420730,"Q1","Quantity1",3770075107,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871399,"0","ENF",12/01/2019,11/12/2024,12,"39110","Di-n-butyl phthalate","1","Effluent Gross","","",3608262216,"Q2","Quantity2",6.7,"26","lb/d","01","kg/d",3.0418,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414345,"Q2","Quantity2",3796392273,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871399,"0","ENF",12/01/2019,11/12/2024,12,"39110","Di-n-butyl phthalate","1","Effluent Gross","","",3608262217,"Q1","Quantity1",3.2,"26","lb/d","01","kg/d",1.4528,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414341,"Q1","Quantity1",3796392272,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871359,"0","ENF",12/01/2019,11/12/2024,12,"39175","Vinyl chloride","1","Effluent Gross","","",3608262135,"Q2","Quantity2",31.6,"26","lb/d","01","kg/d",14.3464,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419443,"Q2","Quantity2",3743599343,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871359,"0","ENF",12/01/2019,11/12/2024,12,"39175","Vinyl chloride","1","Effluent Gross","","",3608262136,"Q1","Quantity1",12.3,"26","lb/d","01","kg/d",5.5842,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419441,"Q1","Quantity1",3743599342,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871359,"0","ENF",12/01/2019,11/12/2024,12,"39175","Vinyl chloride","1","Effluent Gross","","",3608262135,"Q2","Quantity2",31.6,"26","lb/d","01","kg/d",14.3464,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420781,"Q2","Quantity2",3770075160,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871359,"0","ENF",12/01/2019,11/12/2024,12,"39175","Vinyl chloride","1","Effluent Gross","","",3608262136,"Q1","Quantity1",12.3,"26","lb/d","01","kg/d",5.5842,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420777,"Q1","Quantity1",3770075159,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871359,"0","ENF",12/01/2019,11/12/2024,12,"39175","Vinyl chloride","1","Effluent Gross","","",3608262135,"Q2","Quantity2",31.6,"26","lb/d","01","kg/d",14.3464,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414352,"Q2","Quantity2",3796392277,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871359,"0","ENF",12/01/2019,11/12/2024,12,"39175","Vinyl chloride","1","Effluent Gross","","",3608262136,"Q1","Quantity1",12.3,"26","lb/d","01","kg/d",5.5842,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414351,"Q1","Quantity1",3796392276,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871404,"0","ENF",12/01/2019,11/12/2024,12,"39180","Trichloroethylene","1","Effluent Gross","","",3608262227,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419465,"Q1","Quantity1",3743599354,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871404,"0","ENF",12/01/2019,11/12/2024,12,"39180","Trichloroethylene","1","Effluent Gross","","",3608262226,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419467,"Q2","Quantity2",3743599355,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871404,"0","ENF",12/01/2019,11/12/2024,12,"39180","Trichloroethylene","1","Effluent Gross","","",3608262227,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420784,"Q1","Quantity1",3770075198,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871404,"0","ENF",12/01/2019,11/12/2024,12,"39180","Trichloroethylene","1","Effluent Gross","","",3608262226,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420801,"Q2","Quantity2",3770075199,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871404,"0","ENF",12/01/2019,11/12/2024,12,"39180","Trichloroethylene","1","Effluent Gross","","",3608262227,"Q1","Quantity1",2.5,"26","lb/d","01","kg/d",1.135,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414356,"Q1","Quantity1",3796392268,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871404,"0","ENF",12/01/2019,11/12/2024,12,"39180","Trichloroethylene","1","Effluent Gross","","",3608262226,"Q2","Quantity2",6.4,"26","lb/d","01","kg/d",2.9056,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414359,"Q2","Quantity2",3796392269,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871355,"0","ENF",12/01/2019,11/30/2022,12,"39700","Hexachlorobenzene","1","Effluent Gross","","",3608262127,"Q2","Quantity2",.06,"26","lb/d","01","kg/d",.02724,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419508,"Q2","Quantity2",3743599291,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871355,"0","ENF",12/01/2019,11/30/2022,12,"39700","Hexachlorobenzene","1","Effluent Gross","","",3608262128,"Q1","Quantity1",.03,"26","lb/d","01","kg/d",.01362,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419484,"Q1","Quantity1",3743599290,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871355,"0","ENF",12/01/2019,11/30/2022,12,"39700","Hexachlorobenzene","1","Effluent Gross","","",3608262127,"Q2","Quantity2",.06,"26","lb/d","01","kg/d",.02724,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420808,"Q2","Quantity2",3770075140,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871355,"0","ENF",12/01/2019,11/30/2022,12,"39700","Hexachlorobenzene","1","Effluent Gross","","",3608262128,"Q1","Quantity1",.03,"26","lb/d","01","kg/d",.01362,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420806,"Q1","Quantity1",3770075139,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604872048,"0","ENF",12/01/2022,11/12/2024,12,"39700","Hexachlorobenzene","1","Effluent Gross","","",3608263413,"Q2","Quantity2",.0039,"26","lb/d","01","kg/d",.0017706,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414368,"Q2","Quantity2",3796392219,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604872048,"0","ENF",12/01/2022,11/12/2024,12,"39700","Hexachlorobenzene","1","Effluent Gross","","",3608263412,"Q1","Quantity1",.0018,"26","lb/d","01","kg/d",.0008172,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414366,"Q1","Quantity1",3796392218,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414536,"Q1","Quantity1",3732988582,15.69,"03","MGD",15.69,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414548,"Q2","Quantity2",3732988583,17.459,"03","MGD",17.459,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804415001,"Q2","Quantity2",3735458691,16.818,"03","MGD",16.818,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804414993,"Q1","Quantity1",3735458689,14.584,"03","MGD",14.584,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415400,"Q1","Quantity1",3736815127,15.698,"03","MGD",15.698,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415405,"Q2","Quantity2",3736815128,16.711,"03","MGD",16.711,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415712,"Q2","Quantity2",3738923731,17.958,"03","MGD",17.958,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415705,"Q1","Quantity1",3738923730,15.707,"03","MGD",15.707,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804416041,"Q1","Quantity1",3742516968,14.605,"03","MGD",14.605,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804416099,"Q2","Quantity2",3742516969,18.458,"03","MGD",18.458,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416565,"Q2","Quantity2",3743599218,18.491,"03","MGD",18.491,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416536,"Q1","Quantity1",3743599217,16.274,"03","MGD",16.274,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416947,"Q1","Quantity1",3745559066,17.453,"03","MGD",17.453,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416975,"Q2","Quantity2",3745559067,18.793,"03","MGD",18.793,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417427,"Q2","Quantity2",3748394599,18.683,"03","MGD",18.683,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417424,"Q1","Quantity1",3748394598,17.613,"03","MGD",17.613,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417868,"Q1","Quantity1",3749790587,14.435,"03","MGD",14.435,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417871,"Q2","Quantity2",3749790589,17.645,"03","MGD",17.645,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815400081,"Q2","Quantity2",3752959397,17.537,"03","MGD",17.537,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815400068,"Q1","Quantity1",3752959396,16.081,"03","MGD",16.081,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400486,"Q1","Quantity1",3753958344,14.46,"03","MGD",14.46,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400488,"Q2","Quantity2",3753958345,16.032,"03","MGD",16.032,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400727,"Q2","Quantity2",3755741424,15.556,"03","MGD",15.556,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400725,"Q1","Quantity1",3755741423,12.972,"03","MGD",12.972,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400953,"Q1","Quantity1",3758753123,12.56,"03","MGD",12.56,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400956,"Q2","Quantity2",3758753124,13.954,"03","MGD",13.954,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401162,"Q2","Quantity2",3762309442,14.073,"03","MGD",14.073,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401146,"Q1","Quantity1",3762309441,12.388,"03","MGD",12.388,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401345,"Q1","Quantity1",3763766795,12.4,"03","MGD",12.4,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401354,"Q2","Quantity2",3763766796,14.371,"03","MGD",14.371,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401537,"Q2","Quantity2",3765380702,14.256,"03","MGD",14.256,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401529,"Q1","Quantity1",3765380701,12.386,"03","MGD",12.386,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401781,"Q1","Quantity1",3768378145,12.488,"03","MGD",12.488,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401784,"Q2","Quantity2",3768378146,15.66,"03","MGD",15.66,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401924,"Q2","Quantity2",3770074906,13.828,"03","MGD",13.828,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401905,"Q1","Quantity1",3770074905,12.471,"03","MGD",12.471,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402126,"Q1","Quantity1",3773198802,13.728,"03","MGD",13.728,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402128,"Q2","Quantity2",3773198803,15.167,"03","MGD",15.167,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402374,"Q2","Quantity2",3774643773,15.247,"03","MGD",15.247,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402369,"Q1","Quantity1",3774643772,13.248,"03","MGD",13.248,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402548,"Q1","Quantity1",3776107014,14.234,"03","MGD",14.234,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402551,"Q2","Quantity2",3776107015,15.651,"03","MGD",15.651,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402740,"Q2","Quantity2",3779355030,15.819,"03","MGD",15.819,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402739,"Q1","Quantity1",3779355029,13.16,"03","MGD",13.16,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402904,"Q1","Quantity1",3781185029,14.978,"03","MGD",14.978,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402918,"Q2","Quantity2",3781185031,17.449,"03","MGD",17.449,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403079,"Q2","Quantity2",3782488220,18.091,"03","MGD",18.091,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403074,"Q1","Quantity1",3782488218,17.095,"03","MGD",17.095,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403300,"Q1","Quantity1",3786078727,17.714,"03","MGD",17.714,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403302,"Q2","Quantity2",3786078728,18.874,"03","MGD",18.874,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846887,02/28/2023,3815403538,"Q2","Quantity2",3788708218,18.856,"03","MGD",18.856,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846887,02/28/2023,3815403534,"Q1","Quantity1",3788708217,16.846,"03","MGD",16.846,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846898,03/31/2023,3815403720,"Q1","Quantity1",3790252491,14.498,"03","MGD",14.498,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846898,03/31/2023,3815403725,"Q2","Quantity2",3790252494,17.162,"03","MGD",17.162,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846922,04/30/2023,3815403951,"Q2","Quantity2",3793308228,17.44,"03","MGD",17.44,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846922,04/30/2023,3815403950,"Q1","Quantity1",3793308227,15.276,"03","MGD",15.276,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846936,05/31/2023,3815404169,"Q1","Quantity1",3794816633,15.865,"03","MGD",15.865,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846936,05/31/2023,3815404176,"Q2","Quantity2",3794816634,17.566,"03","MGD",17.566,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846952,06/30/2023,3815404341,"Q2","Quantity2",3796392124,16.962,"03","MGD",16.962,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846952,06/30/2023,3815404327,"Q1","Quantity1",3796392123,16.189,"03","MGD",16.189,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846967,07/31/2023,3815404615,"Q1","Quantity1",3798264005,16.802,"03","MGD",16.802,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846967,07/31/2023,3815404626,"Q2","Quantity2",3798264006,17.574,"03","MGD",17.574,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614846986,08/31/2023,3815404813,"Q2","Quantity2",3801305938,17.333,"03","MGD",17.333,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614846986,08/31/2023,3815404808,"Q1","Quantity1",3801305937,16.105,"03","MGD",16.105,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614847000,09/30/2023,3815405018,"Q1","Quantity1",3802680649,15.101,"03","MGD",15.101,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614847000,09/30/2023,3815405021,"Q2","Quantity2",3802680650,16.448,"03","MGD",16.448,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614847018,10/31/2023,3815405270,"Q2","Quantity2",3804643825,15.437,"03","MGD",15.437,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614847018,10/31/2023,3815405259,"Q1","Quantity1",3804643824,13.442,"03","MGD",13.442,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614847030,11/30/2023,3815405538,"Q1","Quantity1",3806348278,13.554,"03","MGD",13.554,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614847030,11/30/2023,3815405541,"Q2","Quantity2",3806348279,15.246,"03","MGD",15.246,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614847047,12/31/2023,3815405957,"Q2","Quantity2",3808869456,16.678,"03","MGD",16.678,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614847047,12/31/2023,3815405945,"Q1","Quantity1",3808869455,15.144,"03","MGD",15.144,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614847069,01/31/2024,3815406319,"Q1","Quantity1",3811657629,15.885,"03","MGD",15.885,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614847069,01/31/2024,3815406323,"Q2","Quantity2",3811657630,17.466,"03","MGD",17.466,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614847090,02/29/2024,3815406603,"Q2","Quantity2",3813492966,17.451,"03","MGD",17.451,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614847090,02/29/2024,3815406600,"Q1","Quantity1",3813492965,16.34,"03","MGD",16.34,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614847104,03/31/2024,3815406882,"Q1","Quantity1",3814992428,16.106,"03","MGD",16.106,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614847104,03/31/2024,3815406886,"Q2","Quantity2",3814992429,16.878,"03","MGD",16.878,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262121,"Q2","Quantity2",23.5,"03","MGD","03","MGD",23.5,"DD","DAILY MX","MAX","Maximum","<=",,3614847119,04/30/2024,3815407103,"Q2","Quantity2",3816784167,16.787,"03","MGD",16.787,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871353,"0","ENF",12/01/2019,11/12/2024,1,"50050","Flow, in conduit or thru treatment plant","1","Effluent Gross","","",3608262122,"Q1","Quantity1",21,"03","MGD","03","MGD",21,"DB","DAILY AV","AVG","Average","<=",,3614847119,04/30/2024,3815407101,"Q1","Quantity1",3816784166,14.65,"03","MGD",14.65,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871372,"0","ENF",12/01/2019,11/12/2024,12,"51044","1,3-Dichloropropylene","1","Effluent Gross","","",3608262160,"Q2","Quantity2",5.2,"26","lb/d","01","kg/d",2.3608,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419536,"Q2","Quantity2",3743599263,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871372,"0","ENF",12/01/2019,11/12/2024,12,"51044","1,3-Dichloropropylene","1","Effluent Gross","","",3608262161,"Q1","Quantity1",3.4,"26","lb/d","01","kg/d",1.5436,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419533,"Q1","Quantity1",3743599262,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871372,"0","ENF",12/01/2019,11/12/2024,12,"51044","1,3-Dichloropropylene","1","Effluent Gross","","",3608262160,"Q2","Quantity2",5.2,"26","lb/d","01","kg/d",2.3608,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420835,"Q2","Quantity2",3770075093,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871372,"0","ENF",12/01/2019,11/12/2024,12,"51044","1,3-Dichloropropylene","1","Effluent Gross","","",3608262161,"Q1","Quantity1",3.4,"26","lb/d","01","kg/d",1.5436,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420829,"Q1","Quantity1",3770075092,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871372,"0","ENF",12/01/2019,11/12/2024,12,"51044","1,3-Dichloropropylene","1","Effluent Gross","","",3608262160,"Q2","Quantity2",5.2,"26","lb/d","01","kg/d",2.3608,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414379,"Q2","Quantity2",3796392249,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871372,"0","ENF",12/01/2019,11/12/2024,12,"51044","1,3-Dichloropropylene","1","Effluent Gross","","",3608262161,"Q1","Quantity1",3.4,"26","lb/d","01","kg/d",1.5436,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414376,"Q1","Quantity1",3796392248,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3804414572,"C2","Concentration2",3732988588,2,"3Z","CFU/100mL",2,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3804414574,"C3","Concentration3",3732988589,4,"3Z","CFU/100mL",4,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3804415013,"C3","Concentration3",3735458701,2,"3Z","CFU/100mL",2,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3804415005,"C2","Concentration2",3735458700,2,"3Z","CFU/100mL",2,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3804415412,"C2","Concentration2",3736815105,2,"3Z","CFU/100mL",2,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3804415415,"C3","Concentration3",3736815106,8,"3Z","CFU/100mL",8,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3804415724,"C2","Concentration2",3738923719,14,"3Z","CFU/100mL",14,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3804415730,"C3","Concentration3",3738923720,2420,"3Z","CFU/100mL",2420,"=",05/11/2021,,"","",2619,3659403492,"E90","DMR, Limited - Numeric Violation","","",,"","",,"Non-Reportable Noncompliance Effluent Violation",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3804416110,"C2","Concentration2",3742516975,3,"3Z","CFU/100mL",3,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3804416113,"C3","Concentration3",3742516976,17,"3Z","CFU/100mL",17,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3804416582,"C3","Concentration3",3743599194,152,"30","MPN/100mL",152,"=",07/07/2021,,"","",71,3660125977,"E90","DMR, Limited - Numeric Violation","","",,"","",,"Non-Reportable Noncompliance Effluent Violation",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3804416573,"C2","Concentration2",3743599193,10,"30","MPN/100mL",10,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3804416988,"C3","Concentration3",3745559051,4,"3Z","CFU/100mL",4,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3804416979,"C2","Concentration2",3745559050,2,"3Z","CFU/100mL",2,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3804417473,"C3","Concentration3",3748394623,10,"3Z","CFU/100mL",10,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3804417463,"C2","Concentration2",3748394621,4,"3Z","CFU/100mL",4,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3804417889,"C3","Concentration3",3749790591,43,"3Z","CFU/100mL",43,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3804417876,"C2","Concentration2",3749790590,8,"3Z","CFU/100mL",8,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815400111,"C3","Concentration3",3752959391,2,"3Z","CFU/100mL",2,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815400108,"C2","Concentration2",3752959389,2,"3Z","CFU/100mL",2,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400500,"C2","Concentration2",3753958339,2,"3Z","CFU/100mL",2,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400503,"C3","Concentration3",3753958340,2,"3Z","CFU/100mL",2,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400749,"C3","Concentration3",3755741412,2,"3Z","CFU/100mL",2,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400737,"C2","Concentration2",3755741411,2,"3Z","CFU/100mL",2,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400966,"C2","Concentration2",3758753163,2,"3Z","CFU/100mL",2,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400972,"C3","Concentration3",3758753167,2,"3Z","CFU/100mL",2,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401177,"C3","Concentration3",3762309417,2,"3Z","CFU/100mL",2,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401173,"C2","Concentration2",3762309416,2,"3Z","CFU/100mL",2,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401361,"C2","Concentration2",3763766817,2,"3Z","CFU/100mL",2,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401367,"C3","Concentration3",3763766818,4,"3Z","CFU/100mL",4,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401543,"C3","Concentration3",3765380696,2,"3Z","CFU/100mL",2,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401539,"C2","Concentration2",3765380695,2,"3Z","CFU/100mL",2,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401787,"C2","Concentration2",3768378167,2,"3Z","CFU/100mL",2,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401790,"C3","Concentration3",3768378168,2,"3Z","CFU/100mL",2,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401927,"C3","Concentration3",3770074899,10,"3Z","CFU/100mL",10,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401926,"C2","Concentration2",3770074898,3,"3Z","CFU/100mL",3,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402169,"C3","Concentration3",3773198816,2,"3Z","CFU/100mL",2,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402148,"C2","Concentration2",3773198814,2,"3Z","CFU/100mL",2,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402382,"C2","Concentration2",3774643756,3,"3Z","CFU/100mL",3,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402383,"C3","Concentration3",3774643757,6,"3Z","CFU/100mL",6,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402565,"C3","Concentration3",3776107044,6,"3Z","CFU/100mL",6,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402553,"C2","Concentration2",3776107042,3,"3Z","CFU/100mL",3,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402753,"C2","Concentration2",3779355055,2,"3Z","CFU/100mL",2,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402756,"C3","Concentration3",3779355056,2,"3Z","CFU/100mL",2,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402934,"C2","Concentration2",3781185049,3,"3Z","CFU/100mL",3,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402939,"C3","Concentration3",3781185051,8,"3Z","CFU/100mL",8,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403084,"C2","Concentration2",3782488247,2,"3Z","CFU/100mL",2,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403089,"C3","Concentration3",3782488248,2,"3Z","CFU/100mL",2,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403326,"C3","Concentration3",3786078705,4,"3Z","CFU/100mL",4,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403322,"C2","Concentration2",3786078704,2,"3Z","CFU/100mL",2,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846887,02/28/2023,3815403540,"C2","Concentration2",3788708213,3,"3Z","CFU/100mL",3,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846887,02/28/2023,3815403542,"C3","Concentration3",3788708214,4,"3Z","CFU/100mL",4,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846898,03/31/2023,3815403731,"C2","Concentration2",3790252457,2,"3Z","CFU/100mL",2,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846898,03/31/2023,3815403738,"C3","Concentration3",3790252458,2,"3Z","CFU/100mL",2,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846922,04/30/2023,3815403953,"C2","Concentration2",3793308225,2,"3Z","CFU/100mL",2,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846922,04/30/2023,3815403954,"C3","Concentration3",3793308226,2,"3Z","CFU/100mL",2,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846936,05/31/2023,3815404179,"C2","Concentration2",3794816641,2,"3Z","CFU/100mL",2,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846936,05/31/2023,3815404183,"C3","Concentration3",3794816642,6,"3Z","CFU/100mL",6,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846952,06/30/2023,3815404373,"C3","Concentration3",3796392107,4,"3Z","CFU/100mL",4,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846952,06/30/2023,3815404357,"C2","Concentration2",3796392106,3,"3Z","CFU/100mL",3,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846967,07/31/2023,3815404635,"C2","Concentration2",3798264010,2,"3Z","CFU/100mL",2,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846967,07/31/2023,3815404652,"C3","Concentration3",3798264011,2,"3Z","CFU/100mL",2,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614846986,08/31/2023,3815404844,"C3","Concentration3",3801305936,13,"3Z","CFU/100mL",13,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614846986,08/31/2023,3815404816,"C2","Concentration2",3801305935,6,"3Z","CFU/100mL",6,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614847000,09/30/2023,3815405061,"C2","Concentration2",3802680633,7,"3Z","CFU/100mL",7,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614847000,09/30/2023,3815405064,"C3","Concentration3",3802680634,19,"3Z","CFU/100mL",19,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614847018,10/31/2023,3815405285,"C3","Concentration3",3804643821,197,"3Z","CFU/100mL",197,"=",11/14/2023,,"","",121,3672662663,"E90","DMR, Limited - Numeric Violation","","",,"","",,"Non-Reportable Noncompliance Effluent Violation",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614847018,10/31/2023,3815405278,"C2","Concentration2",3804643820,10,"3Z","CFU/100mL",10,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614847030,11/30/2023,3815405575,"C3","Concentration3",3806348260,68,"3Z","CFU/100mL",68,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614847030,11/30/2023,3815405552,"C2","Concentration2",3806348259,16,"3Z","CFU/100mL",16,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614847047,12/31/2023,3815405965,"C3","Concentration3",3808869460,4,"3Z","CFU/100mL",4,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614847047,12/31/2023,3815405964,"C2","Concentration2",3808869458,2,"3Z","CFU/100mL",2,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614847069,01/31/2024,3815406328,"C2","Concentration2",3811657624,4,"3Z","CFU/100mL",4,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614847069,01/31/2024,3815406352,"C3","Concentration3",3811657625,8,"3Z","CFU/100mL",8,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614847090,02/29/2024,3815406636,"C2","Concentration2",3813492926,2,"3Z","CFU/100mL",2,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614847090,02/29/2024,3815406642,"C3","Concentration3",3813492927,2,"3Z","CFU/100mL",2,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614847104,03/31/2024,3815406896,"C3","Concentration3",3814992406,13,"3Z","CFU/100mL",13,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614847104,03/31/2024,3815406894,"C2","Concentration2",3814992405,2,"3Z","CFU/100mL",2,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262117,"C3","Concentration3",89,"3Z","CFU/100mL","30","MPN/100mL",89,"DD","DAILY MX","MAX","Maximum","<=",,3614847119,04/30/2024,3815407113,"C3","Concentration3",3816784179,22,"3Z","CFU/100mL",22,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871350,"0","ENF",12/01/2019,11/12/2024,1,"61211","Enterococci","1","Effluent Gross","","",3608262116,"C2","Concentration2",35,"3Z","CFU/100mL","30","MPN/100mL",35,"DB","DAILY AV","AVG","Average","<=",,3614847119,04/30/2024,3815407111,"C2","Concentration2",3816784178,8,"3Z","CFU/100mL",8,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078119,01/31/2021,3815399525,"C3","Concentration3",3732988587,.03,"19","mg/L",.03,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078119,01/31/2021,3815399510,"C2","Concentration2",3732988586,.01,"19","mg/L",.01,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078119,01/31/2021,3815399526,"Q1","Quantity1",3732988584,2,"26","lb/d",.90799999,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078119,01/31/2021,3815399528,"Q2","Quantity2",3732988585,4,"26","lb/d",1.81599998,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078156,02/28/2021,3815399556,"Q2","Quantity2",3735458659,3,"26","lb/d",1.36199999,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078156,02/28/2021,3815399540,"C2","Concentration2",3735458660,.01,"19","mg/L",.01,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078156,02/28/2021,3815399552,"Q1","Quantity1",3735458658,1,"26","lb/d",.454,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078156,02/28/2021,3815399542,"C3","Concentration3",3735458661,.02,"19","mg/L",.02,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078198,03/31/2021,3815399591,"Q1","Quantity1",3736815101,2,"26","lb/d",.90799999,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078198,03/31/2021,3815399573,"C2","Concentration2",3736815103,.01,"19","mg/L",.01,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078198,03/31/2021,3815399597,"Q2","Quantity2",3736815102,3,"26","lb/d",1.36199999,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078198,03/31/2021,3815399590,"C3","Concentration3",3736815104,.02,"19","mg/L",.02,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078247,04/30/2021,3815399672,"Q1","Quantity1",3738923709,2,"26","lb/d",.90799999,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078247,04/30/2021,3815399673,"Q2","Quantity2",3738923710,7,"26","lb/d",3.17799997,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078247,04/30/2021,3815399668,"C2","Concentration2",3738923711,.02,"19","mg/L",.02,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078247,04/30/2021,3815399669,"C3","Concentration3",3738923712,.05,"19","mg/L",.05,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078275,05/31/2021,3815399706,"Q2","Quantity2",3742516961,3,"26","lb/d",1.36199999,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078275,05/31/2021,3815399692,"C3","Concentration3",3742516963,.03,"19","mg/L",.03,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078275,05/31/2021,3815399679,"C2","Concentration2",3742516962,.01,"19","mg/L",.01,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078275,05/31/2021,3815399700,"Q1","Quantity1",3742516960,2,"26","lb/d",.90799999,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078315,06/30/2021,3815399715,"C2","Concentration2",3743599205,.01,"19","mg/L",.01,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078315,06/30/2021,3815399734,"C3","Concentration3",3743599206,.03,"19","mg/L",.03,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078315,06/30/2021,3815399743,"Q1","Quantity1",3743599203,2,"26","lb/d",.90799999,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078315,06/30/2021,3815399748,"Q2","Quantity2",3743599204,4,"26","lb/d",1.81599998,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078361,07/31/2021,3815399765,"C2","Concentration2",3745559070,.01,"19","mg/L",.01,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078361,07/31/2021,3815399767,"C3","Concentration3",3745559071,.02,"19","mg/L",.02,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078361,07/31/2021,3815399784,"Q2","Quantity2",3745559069,3,"26","lb/d",1.36199999,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078361,07/31/2021,3815399771,"Q1","Quantity1",3745559068,2,"26","lb/d",.90799999,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078398,08/31/2021,3815399842,"C3","Concentration3",3748394636,.04,"19","mg/L",.04,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078398,08/31/2021,3815399850,"Q2","Quantity2",3748394633,6,"26","lb/d",2.72399998,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078398,08/31/2021,3815399836,"C2","Concentration2",3748394634,.02,"19","mg/L",.02,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078398,08/31/2021,3815399846,"Q1","Quantity1",3748394631,2,"26","lb/d",.90799999,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614078445,09/30/2021,3815399858,"C2","Concentration2",3749790608,.02,"19","mg/L",.02,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614078445,09/30/2021,3815399873,"Q2","Quantity2",3749790607,4,"26","lb/d",1.81599998,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078445,09/30/2021,3815399867,"C3","Concentration3",3749790609,.04,"19","mg/L",.04,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614078445,09/30/2021,3815399870,"Q1","Quantity1",3749790606,2,"26","lb/d",.90799999,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846663,10/31/2021,3815400118,"C2","Concentration2",3752959408,.01,"19","mg/L",.01,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846663,10/31/2021,3815400130,"C3","Concentration3",3752959409,.02,"19","mg/L",.02,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846663,10/31/2021,3815400132,"Q1","Quantity1",3752959404,2,"26","lb/d",.90799999,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846663,10/31/2021,3815400143,"Q2","Quantity2",3752959406,3,"26","lb/d",1.36199999,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846685,11/30/2021,3815400522,"Q1","Quantity1",3753958322,1,"26","lb/d",.454,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846685,11/30/2021,3815400523,"Q2","Quantity2",3753958323,4,"26","lb/d",1.81599998,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846685,11/30/2021,3815400507,"C2","Concentration2",3753958324,.01,"19","mg/L",.01,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846685,11/30/2021,3815400515,"C3","Concentration3",3753958325,.03,"19","mg/L",.03,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846702,12/31/2021,3815400778,"C2","Concentration2",3755741405,.01,"19","mg/L",.01,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846702,12/31/2021,3815400780,"C3","Concentration3",3755741406,.03,"19","mg/L",.03,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846702,12/31/2021,3815400785,"Q2","Quantity2",3755741404,4,"26","lb/d",1.81599998,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846702,12/31/2021,3815400781,"Q1","Quantity1",3755741403,1,"26","lb/d",.454,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846717,01/31/2022,3815400984,"Q1","Quantity1",3758753129,1,"26","lb/d",.454,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846717,01/31/2022,3815400979,"C2","Concentration2",3758753133,.01,"19","mg/L",.01,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846717,01/31/2022,3815400997,"Q2","Quantity2",3758753131,3,"26","lb/d",1.36199999,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846717,01/31/2022,3815400981,"C3","Concentration3",3758753134,.03,"19","mg/L",.03,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846733,02/28/2022,3815401225,"Q2","Quantity2",3762309431,4,"26","lb/d",1.81599998,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846733,02/28/2022,3815401222,"C3","Concentration3",3762309433,.05,"19","mg/L",.05,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846733,02/28/2022,3815401220,"C2","Concentration2",3762309432,.02,"19","mg/L",.02,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846733,02/28/2022,3815401224,"Q1","Quantity1",3762309430,2,"26","lb/d",.90799999,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846745,03/31/2022,3815401382,"Q1","Quantity1",3763766813,1,"26","lb/d",.454,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846745,03/31/2022,3815401386,"Q2","Quantity2",3763766814,2,"26","lb/d",.90799999,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846745,03/31/2022,3815401377,"C3","Concentration3",3763766816,.02,"19","mg/L",.02,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846745,03/31/2022,3815401372,"C2","Concentration2",3763766815,.01,"19","mg/L",.01,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846756,04/30/2022,3815401548,"C2","Concentration2",3765380682,.01,"19","mg/L",.01,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846756,04/30/2022,3815401555,"C3","Concentration3",3765380683,.02,"19","mg/L",.02,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846756,04/30/2022,3815401563,"Q2","Quantity2",3765380681,2,"26","lb/d",.90799999,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846756,04/30/2022,3815401560,"Q1","Quantity1",3765380680,1,"26","lb/d",.454,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846766,05/31/2022,3815401793,"C3","Concentration3",3768378161,.02,"19","mg/L",.02,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846766,05/31/2022,3815401791,"C2","Concentration2",3768378160,.01,"19","mg/L",.01,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846766,05/31/2022,3815401799,"Q2","Quantity2",3768378159,2,"26","lb/d",.90799999,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846766,05/31/2022,3815401795,"Q1","Quantity1",3768378158,1,"26","lb/d",.454,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846777,06/30/2022,3815401932,"C3","Concentration3",3770074895,.03,"19","mg/L",.03,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846777,06/30/2022,3815401929,"C2","Concentration2",3770074894,.01,"19","mg/L",.01,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846777,06/30/2022,3815401939,"Q2","Quantity2",3770074893,3,"26","lb/d",1.36199999,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846777,06/30/2022,3815401936,"Q1","Quantity1",3770074892,1,"26","lb/d",.454,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846788,07/31/2022,3815402191,"Q1","Quantity1",3773198831,1,"26","lb/d",.454,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846788,07/31/2022,3815402196,"Q2","Quantity2",3773198832,1,"26","lb/d",.454,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846788,07/31/2022,3815402177,"C2","Concentration2",3773198834,.01,"19","mg/L",.01,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846788,07/31/2022,3815402182,"C3","Concentration3",3773198835,.01,"19","mg/L",.01,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846804,08/31/2022,3815402389,"C3","Concentration3",3774643761,.04,"19","mg/L",.04,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846804,08/31/2022,3815402387,"C2","Concentration2",3774643760,.01,"19","mg/L",.01,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846804,08/31/2022,3815402391,"Q1","Quantity1",3774643758,1,"26","lb/d",.454,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846804,08/31/2022,3815402393,"Q2","Quantity2",3774643759,4,"26","lb/d",1.81599998,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846819,09/30/2022,3815402577,"Q1","Quantity1",3776107017,1,"26","lb/d",.454,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846819,09/30/2022,3815402585,"Q2","Quantity2",3776107018,3,"26","lb/d",1.36199999,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846819,09/30/2022,3815402572,"C2","Concentration2",3776107020,.01,"19","mg/L",.01,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846819,09/30/2022,3815402575,"C3","Concentration3",3776107021,.02,"19","mg/L",.02,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846832,10/31/2022,3815402768,"C3","Concentration3",3779355043,.04,"19","mg/L",.04,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846832,10/31/2022,3815402773,"Q2","Quantity2",3779355041,4,"26","lb/d",1.81599998,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846832,10/31/2022,3815402765,"C2","Concentration2",3779355042,.01,"19","mg/L",.01,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846832,10/31/2022,3815402772,"Q1","Quantity1",3779355040,1,"26","lb/d",.454,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846845,11/30/2022,3815402950,"C2","Concentration2",3781185014,.01,"19","mg/L",.01,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846845,11/30/2022,3815402959,"Q1","Quantity1",3781185012,2,"26","lb/d",.90799999,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846845,11/30/2022,3815402960,"Q2","Quantity2",3781185013,4,"26","lb/d",1.81599998,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846845,11/30/2022,3815402955,"C3","Concentration3",3781185015,.03,"19","mg/L",.03,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846858,12/31/2022,3815403093,"C2","Concentration2",3782488223,.01,"19","mg/L",.01,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846858,12/31/2022,3815403098,"C3","Concentration3",3782488224,.02,"19","mg/L",.02,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846858,12/31/2022,3815403102,"Q2","Quantity2",3782488222,3,"26","lb/d",1.36199999,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846858,12/31/2022,3815403101,"Q1","Quantity1",3782488221,2,"26","lb/d",.90799999,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846867,01/31/2023,3815403342,"Q1","Quantity1",3786078721,2,"26","lb/d",.90799999,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846867,01/31/2023,3815403337,"C2","Concentration2",3786078723,.01,"19","mg/L",.01,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846867,01/31/2023,3815403339,"C3","Concentration3",3786078724,.04,"19","mg/L",.04,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846867,01/31/2023,3815403345,"Q2","Quantity2",3786078722,6,"26","lb/d",2.72399998,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846887,02/28/2023,3815403545,"C2","Concentration2",3788708204,.01,"19","mg/L",.01,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846887,02/28/2023,3815403549,"Q1","Quantity1",3788708202,2,"26","lb/d",.90799999,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846887,02/28/2023,3815403547,"C3","Concentration3",3788708205,.02,"19","mg/L",.02,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846887,02/28/2023,3815403550,"Q2","Quantity2",3788708203,3,"26","lb/d",1.36199999,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846898,03/31/2023,3815403786,"Q1","Quantity1",3790252464,2,"26","lb/d",.90799999,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846898,03/31/2023,3815403788,"Q2","Quantity2",3790252465,5,"26","lb/d",2.26999998,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846898,03/31/2023,3815403768,"C3","Concentration3",3790252467,.04,"19","mg/L",.04,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846898,03/31/2023,3815403766,"C2","Concentration2",3790252466,.01,"19","mg/L",.01,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846922,04/30/2023,3815403958,"C2","Concentration2",3793308216,.02,"19","mg/L",.02,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846922,04/30/2023,3815403959,"C3","Concentration3",3793308217,.03,"19","mg/L",.03,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846922,04/30/2023,3815403960,"Q1","Quantity1",3793308214,2,"26","lb/d",.90799999,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846922,04/30/2023,3815403964,"Q2","Quantity2",3793308215,4,"26","lb/d",1.81599998,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846936,05/31/2023,3815404193,"Q1","Quantity1",3794816637,2,"26","lb/d",.90799999,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846936,05/31/2023,3815404196,"Q2","Quantity2",3794816638,4,"26","lb/d",1.81599998,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846936,05/31/2023,3815404189,"C3","Concentration3",3794816640,.03,"19","mg/L",.03,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846936,05/31/2023,3815404187,"C2","Concentration2",3794816639,.01,"19","mg/L",.01,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846952,06/30/2023,3815404378,"C2","Concentration2",3796392127,.01,"19","mg/L",.01,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846952,06/30/2023,3815404380,"C3","Concentration3",3796392128,.03,"19","mg/L",.03,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846952,06/30/2023,3815404393,"Q2","Quantity2",3796392126,4,"26","lb/d",1.81599998,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846952,06/30/2023,3815404384,"Q1","Quantity1",3796392125,2,"26","lb/d",.90799999,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846967,07/31/2023,3815404657,"Q1","Quantity1",3798263988,2,"26","lb/d",.90799999,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846967,07/31/2023,3815404658,"Q2","Quantity2",3798263989,3,"26","lb/d",1.36199999,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846967,07/31/2023,3815404656,"C3","Concentration3",3798263991,.02,"19","mg/L",.02,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846967,07/31/2023,3815404655,"C2","Concentration2",3798263990,.01,"19","mg/L",.01,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614846986,08/31/2023,3815404850,"C3","Concentration3",3801305927,.03,"19","mg/L",.03,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614846986,08/31/2023,3815404848,"C2","Concentration2",3801305926,.01,"19","mg/L",.01,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614846986,08/31/2023,3815404857,"Q2","Quantity2",3801305925,3,"26","lb/d",1.36199999,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614846986,08/31/2023,3815404853,"Q1","Quantity1",3801305924,2,"26","lb/d",.90799999,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614847000,09/30/2023,3815405093,"Q1","Quantity1",3802680637,1,"26","lb/d",.454,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614847000,09/30/2023,3815405098,"Q2","Quantity2",3802680638,5,"26","lb/d",2.26999998,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847000,09/30/2023,3815405090,"C3","Concentration3",3802680640,.04,"19","mg/L",.04,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847000,09/30/2023,3815405074,"C2","Concentration2",3802680639,.01,"19","mg/L",.01,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847018,10/31/2023,3815405308,"C2","Concentration2",3804643829,.02,"19","mg/L",.02,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614847018,10/31/2023,3815405329,"Q1","Quantity1",3804643827,2,"26","lb/d",.90799999,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847018,10/31/2023,3815405319,"C3","Concentration3",3804643830,.04,"19","mg/L",.04,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614847018,10/31/2023,3815405337,"Q2","Quantity2",3804643828,5,"26","lb/d",2.26999998,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614847030,11/30/2023,3815405602,"Q1","Quantity1",3806348255,4,"26","lb/d",1.81599998,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614847030,11/30/2023,3815405606,"Q2","Quantity2",3806348256,9,"26","lb/d",4.08599997,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847030,11/30/2023,3815405596,"C3","Concentration3",3806348258,.08,"19","mg/L",.08,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847030,11/30/2023,3815405592,"C2","Concentration2",3806348257,.03,"19","mg/L",.03,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847047,12/31/2023,3815405982,"C2","Concentration2",3808869470,.01,"19","mg/L",.01,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847047,12/31/2023,3815405987,"C3","Concentration3",3808869471,.03,"19","mg/L",.03,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614847047,12/31/2023,3815405995,"Q2","Quantity2",3808869469,4,"26","lb/d",1.81599998,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614847047,12/31/2023,3815405992,"Q1","Quantity1",3808869468,2,"26","lb/d",.90799999,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614847069,01/31/2024,3815406391,"Q1","Quantity1",3811657636,2,"26","lb/d",.90799999,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614847069,01/31/2024,3815406393,"Q2","Quantity2",3811657637,6,"26","lb/d",2.72399998,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847069,01/31/2024,3815406368,"C3","Concentration3",3811657644,.04,"19","mg/L",.04,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847069,01/31/2024,3815406360,"C2","Concentration2",3811657643,.02,"19","mg/L",.02,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847090,02/29/2024,3815406665,"C2","Concentration2",3813492938,.02,"19","mg/L",.02,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614847090,02/29/2024,3815406680,"Q2","Quantity2",3813492937,6,"26","lb/d",2.72399998,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847090,02/29/2024,3815406668,"C3","Concentration3",3813492939,.04,"19","mg/L",.04,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614847090,02/29/2024,3815406670,"Q1","Quantity1",3813492936,2,"26","lb/d",.90799999,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614847104,03/31/2024,3815406914,"Q1","Quantity1",3814992417,2,"26","lb/d",.90799999,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614847104,03/31/2024,3815406916,"Q2","Quantity2",3814992418,5,"26","lb/d",2.26999998,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847104,03/31/2024,3815406906,"C2","Concentration2",3814992420,.02,"19","mg/L",.02,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847104,03/31/2024,3815406912,"C3","Concentration3",3814992421,.04,"19","mg/L",.04,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265142,"C2","Concentration2",,"19","mg/L","19","mg/L",,"DB","DAILY AV","AVG","Average","",,3614847119,04/30/2024,3815407125,"C2","Concentration2",3816784162,.02,"19","mg/L",.02,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265143,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847119,04/30/2024,3815407127,"C3","Concentration3",3816784163,.03,"19","mg/L",.03,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265141,"Q2","Quantity2",64,"26","lb/d","01","kg/d",29.05599976,"DD","DAILY MX","MAX","Maximum","<=",,3614847119,04/30/2024,3815407133,"Q2","Quantity2",3816784161,4,"26","lb/d",1.81599998,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604872956,"0","ENF",12/01/2019,11/12/2024,1,"70029","Phenolic compounds, total","1","Effluent Gross","","",3608265140,"Q1","Quantity1",24,"26","lb/d","01","kg/d",10.89599991,"DB","DAILY AV","AVG","Average","<=",,3614847119,04/30/2024,3815407131,"Q1","Quantity1",3816784160,2,"26","lb/d",.90799999,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871371,"0","ENF",12/01/2019,11/12/2024,12,"70295","Solids, total dissolved","1","Effluent Gross","","",3608262159,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078502,08/31/2021,3804419555,"C3","Concentration3",3743599283,2200,"19","mg/L",2200,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871371,"0","ENF",12/01/2019,11/12/2024,12,"70295","Solids, total dissolved","1","Effluent Gross","","",3608262159,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614078640,08/31/2022,3804420845,"C3","Concentration3",3770075171,2830,"19","mg/L",2830,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871371,"0","ENF",12/01/2019,11/12/2024,12,"70295","Solids, total dissolved","1","Effluent Gross","","",3608262159,"C3","Concentration3",,"19","mg/L","19","mg/L",,"DD","DAILY MX","MAX","Maximum","",,3614847515,08/31/2023,3815414400,"C3","Concentration3",3796392193,2220,"19","mg/L",2220,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871373,"0","ENF",12/01/2019,11/12/2024,12,"79531","3,4-Benzofluoranthene","1","Effluent Gross","","",3608262162,"Q1","Quantity1",2.7,"26","lb/d","01","kg/d",1.2258,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419558,"Q1","Quantity1",3743599364,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871373,"0","ENF",12/01/2019,11/12/2024,12,"79531","3,4-Benzofluoranthene","1","Effluent Gross","","",3608262163,"Q2","Quantity2",7.2,"26","lb/d","01","kg/d",3.2688,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419561,"Q2","Quantity2",3743599365,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871373,"0","ENF",12/01/2019,11/12/2024,12,"79531","3,4-Benzofluoranthene","1","Effluent Gross","","",3608262162,"Q1","Quantity1",2.7,"26","lb/d","01","kg/d",1.2258,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420849,"Q1","Quantity1",3770075147,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871373,"0","ENF",12/01/2019,11/12/2024,12,"79531","3,4-Benzofluoranthene","1","Effluent Gross","","",3608262163,"Q2","Quantity2",7.2,"26","lb/d","01","kg/d",3.2688,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420850,"Q2","Quantity2",3770075148,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871373,"0","ENF",12/01/2019,11/12/2024,12,"79531","3,4-Benzofluoranthene","1","Effluent Gross","","",3608262162,"Q1","Quantity1",2.7,"26","lb/d","01","kg/d",1.2258,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414404,"Q1","Quantity1",3796392222,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871373,"0","ENF",12/01/2019,11/12/2024,12,"79531","3,4-Benzofluoranthene","1","Effluent Gross","","",3608262163,"Q2","Quantity2",7.2,"26","lb/d","01","kg/d",3.2688,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414407,"Q2","Quantity2",3796392223,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078119,01/31/2021,3804414585,"Q2","Quantity2",3732988577,0,"93","occur/mo",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078156,02/28/2021,3804415017,"Q2","Quantity2",3735458705,0,"93","occur/mo",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078198,03/31/2021,3804415434,"Q2","Quantity2",3736815126,0,"93","occur/mo",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078247,04/30/2021,3804415742,"Q2","Quantity2",3738923718,0,"93","occur/mo",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078275,05/31/2021,3804416124,"Q2","Quantity2",3742516964,0,"93","occur/mo",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078315,06/30/2021,3804416589,"Q2","Quantity2",3743599221,0,"93","occur/mo",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078361,07/31/2021,3804416994,"Q2","Quantity2",3745559063,0,"93","occur/mo",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078398,08/31/2021,3804417478,"Q2","Quantity2",3748394600,0,"93","occur/mo",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614078445,09/30/2021,3804417922,"Q2","Quantity2",3749790612,0,"93","occur/mo",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846663,10/31/2021,3815400186,"Q2","Quantity2",3752959369,0,"93","occur/mo",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846685,11/30/2021,3815400536,"Q2","Quantity2",3753958343,0,"93","occur/mo",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846702,12/31/2021,3815400789,"Q2","Quantity2",3755741427,0,"93","occur/mo",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846717,01/31/2022,3815401011,"Q2","Quantity2",3758753128,0,"93","occur/mo",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846733,02/28/2022,3815401228,"Q2","Quantity2",3762309446,0,"93","occur/mo",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846745,03/31/2022,3815401393,"Q2","Quantity2",3763766812,0,"93","occur/mo",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846756,04/30/2022,3815401565,"Q2","Quantity2",3765380679,0,"93","occur/mo",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846766,05/31/2022,3815401811,"Q2","Quantity2",3768378166,0,"93","occur/mo",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846777,06/30/2022,3815401943,"Q2","Quantity2",3770074907,0,"93","occur/mo",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846788,07/31/2022,3815402208,"Q2","Quantity2",3773198822,0,"93","occur/mo",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846804,08/31/2022,3815402395,"Q2","Quantity2",3774643769,0,"93","occur/mo",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846819,09/30/2022,3815402590,"Q2","Quantity2",3776107038,0,"93","occur/mo",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846832,10/31/2022,3815402774,"Q2","Quantity2",3779355031,0,"93","occur/mo",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846845,11/30/2022,3815402965,"Q2","Quantity2",3781185056,0,"93","occur/mo",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846858,12/31/2022,3815403110,"Q2","Quantity2",3782488244,0,"93","occur/mo",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846867,01/31/2023,3815403381,"Q2","Quantity2",3786078706,0,"93","occur/mo",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846887,02/28/2023,3815403555,"Q2","Quantity2",3788708200,0,"93","occur/mo",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846898,03/31/2023,3815403791,"Q2","Quantity2",3790252463,0,"93","occur/mo",0,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846922,04/30/2023,3815403990,"Q2","Quantity2",3793308213,0,"93","occur/mo",0,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846936,05/31/2023,3815404200,"Q2","Quantity2",3794816619,0,"93","occur/mo",0,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846952,06/30/2023,3815404405,"Q2","Quantity2",3796392120,0,"93","occur/mo",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846967,07/31/2023,3815404660,"Q2","Quantity2",3798264012,0,"93","occur/mo",0,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614846986,08/31/2023,3815404861,"Q2","Quantity2",3801305948,0,"93","occur/mo",0,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614847000,09/30/2023,3815405102,"Q2","Quantity2",3802680646,0,"93","occur/mo",0,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614847018,10/31/2023,3815405349,"Q2","Quantity2",3804643861,0,"93","occur/mo",0,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614847030,11/30/2023,3815405626,"Q2","Quantity2",3806348261,0,"93","occur/mo",0,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614847047,12/31/2023,3815406000,"Q2","Quantity2",3808869452,0,"93","occur/mo",0,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614847069,01/31/2024,3815406402,"Q2","Quantity2",3811657611,0,"93","occur/mo",0,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614847090,02/29/2024,3815406692,"Q2","Quantity2",3813492962,0,"93","occur/mo",0,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614847104,03/31/2024,3815406934,"Q2","Quantity2",3814992415,0,"93","occur/mo",0,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871341,"0","ENF",12/01/2019,11/12/2024,1,"82581","pH range excursions, > 60 minutes","1","Effluent Gross","","",3608262098,"Q2","Quantity2",0,"93","occur/mo","88","occur/d",0,"MP","MO TOTAL","TTL","Total","<=",,3614847119,04/30/2024,3815407137,"Q2","Quantity2",3816784156,0,"93","occur/mo",0,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078119,01/31/2021,3804414626,"Q2","Quantity2",3732988592,0,"14","min",0,"=",02/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078156,02/28/2021,3804415020,"Q2","Quantity2",3735458657,0,"14","min",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078198,03/31/2021,3804415443,"Q2","Quantity2",3736815100,0,"14","min",0,"=",04/12/2021,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078247,04/30/2021,3804415765,"Q2","Quantity2",3738923717,0,"14","min",0,"=",05/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078275,05/31/2021,3804416155,"Q2","Quantity2",3742516970,0,"14","min",0,"=",06/09/2021,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078315,06/30/2021,3804416617,"Q2","Quantity2",3743599216,0,"14","min",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078361,07/31/2021,3804417015,"Q2","Quantity2",3745559062,0,"14","min",0,"=",08/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078398,08/31/2021,3804417488,"Q2","Quantity2",3748394630,0,"14","min",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614078445,09/30/2021,3804417933,"Q2","Quantity2",3749790593,0,"14","min",0,"=",10/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846663,10/31/2021,3815400197,"Q2","Quantity2",3752959371,0,"14","min",0,"=",11/11/2021,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846685,11/30/2021,3815400539,"Q2","Quantity2",3753958319,0,"14","min",0,"=",12/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846702,12/31/2021,3815400793,"Q2","Quantity2",3755741422,0,"14","min",0,"=",01/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846717,01/31/2022,3815401023,"Q2","Quantity2",3758753144,0,"14","min",0,"=",02/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846733,02/28/2022,3815401229,"Q2","Quantity2",3762309440,0,"14","min",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846745,03/31/2022,3815401404,"Q2","Quantity2",3763766792,0,"14","min",0,"=",04/12/2022,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846756,04/30/2022,3815401579,"Q2","Quantity2",3765380690,0,"14","min",0,"=",05/09/2022,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846766,05/31/2022,3815401814,"Q2","Quantity2",3768378140,0,"14","min",0,"=",06/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846777,06/30/2022,3815401961,"Q2","Quantity2",3770074885,0,"14","min",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846788,07/31/2022,3815402214,"Q2","Quantity2",3773198801,0,"14","min",0,"=",08/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846804,08/31/2022,3815402397,"Q2","Quantity2",3774643782,0,"14","min",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846819,09/30/2022,3815402596,"Q2","Quantity2",3776107037,0,"14","min",0,"=",10/11/2022,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846832,10/31/2022,3815402781,"Q2","Quantity2",3779355022,0,"14","min",0,"=",11/10/2022,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846845,11/30/2022,3815402968,"Q2","Quantity2",3781185011,0,"14","min",0,"=",12/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846858,12/31/2022,3815403113,"Q2","Quantity2",3782488240,0,"14","min",0,"=",01/10/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846867,01/31/2023,3815403390,"Q2","Quantity2",3786078709,0,"14","min",0,"=",02/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846887,02/28/2023,3815403563,"Q2","Quantity2",3788708201,0,"14","min",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846898,03/31/2023,3815403798,"Q2","Quantity2",3790252468,0,"14","min",0,"=",04/12/2023,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846922,04/30/2023,3815403995,"Q2","Quantity2",3793308231,0,"14","min",0,"=",05/09/2023,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846936,05/31/2023,3815404211,"Q2","Quantity2",3794816636,0,"14","min",0,"=",06/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",06/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846952,06/30/2023,3815404421,"Q2","Quantity2",3796392103,0,"14","min",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846967,07/31/2023,3815404663,"Q2","Quantity2",3798264000,0,"14","min",0,"=",08/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",08/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614846986,08/31/2023,3815404866,"Q2","Quantity2",3801305943,0,"14","min",0,"=",09/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614847000,09/30/2023,3815405113,"Q2","Quantity2",3802680641,0,"14","min",0,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",10/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614847018,10/31/2023,3815405383,"Q2","Quantity2",3804643826,0,"14","min",0,"=",11/14/2023,,"","",,,"","","","",,"","",,"No Violation Identified",11/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614847030,11/30/2023,3815405650,"Q2","Quantity2",3806348274,0,"14","min",0,"=",12/07/2023,,"","",,,"","","","",,"","",,"No Violation Identified",12/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614847047,12/31/2023,3815406024,"Q2","Quantity2",3808869450,0,"14","min",0,"=",01/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614847069,01/31/2024,3815406408,"Q2","Quantity2",3811657631,0,"14","min",0,"=",02/09/2024,,"","",,,"","","","",,"","",,"No Violation Identified",02/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614847090,02/29/2024,3815406698,"Q2","Quantity2",3813492951,0,"14","min",0,"=",03/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",03/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614847104,03/31/2024,3815406938,"Q2","Quantity2",3814992391,0,"14","min",0,"=",04/10/2024,,"","",,,"","","","",,"","",,"No Violation Identified",04/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474079,3600678994,3604871351,"0","ENF",12/01/2019,11/12/2024,1,"82582","pH range excursions, monthly total accum","1","Effluent Gross","","",3608262118,"Q2","Quantity2",446,"14","min","5A","d",.309524,"MP","MO TOTAL","TTL","Total","<=",,3614847119,04/30/2024,3815407143,"Q2","Quantity2",3816784155,0,"14","min",0,"=",05/07/2024,,"","",,,"","","","",,"","",,"No Violation Identified",05/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871400,"0","ENF",12/01/2019,11/12/2024,12,"85811","Chloroethane","1","Effluent Gross","","",3608262219,"Q1","Quantity1",12.3,"26","lb/d","01","kg/d",5.5842,"DB","DAILY AV","AVG","Average","<=",,3614078502,08/31/2021,3804419562,"Q1","Quantity1",3743599292,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871400,"0","ENF",12/01/2019,11/12/2024,12,"85811","Chloroethane","1","Effluent Gross","","",3608262218,"Q2","Quantity2",31.6,"26","lb/d","01","kg/d",14.3464,"DD","DAILY MX","MAX","Maximum","<=",,3614078502,08/31/2021,3804419576,"Q2","Quantity2",3743599293,0,"26","lb/d",0,"=",07/07/2021,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871400,"0","ENF",12/01/2019,11/12/2024,12,"85811","Chloroethane","1","Effluent Gross","","",3608262219,"Q1","Quantity1",12.3,"26","lb/d","01","kg/d",5.5842,"DB","DAILY AV","AVG","Average","<=",,3614078640,08/31/2022,3804420852,"Q1","Quantity1",3770075186,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871400,"0","ENF",12/01/2019,11/12/2024,12,"85811","Chloroethane","1","Effluent Gross","","",3608262218,"Q2","Quantity2",31.6,"26","lb/d","01","kg/d",14.3464,"DD","DAILY MX","MAX","Maximum","<=",,3614078640,08/31/2022,3804420854,"Q2","Quantity2",3770075187,0,"26","lb/d",0,"=",07/13/2022,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871400,"0","ENF",12/01/2019,11/12/2024,12,"85811","Chloroethane","1","Effluent Gross","","",3608262219,"Q1","Quantity1",12.3,"26","lb/d","01","kg/d",5.5842,"DB","DAILY AV","AVG","Average","<=",,3614847515,08/31/2023,3815414421,"Q1","Quantity1",3796392242,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430438,"001","EXO","External Outfall",3600474080,3600678995,3604871400,"0","ENF",12/01/2019,11/12/2024,12,"85811","Chloroethane","1","Effluent Gross","","",3608262218,"Q2","Quantity2",31.6,"26","lb/d","01","kg/d",14.3464,"DD","DAILY MX","MAX","Maximum","<=",,3614847515,08/31/2023,3815414430,"Q2","Quantity2",3796392243,0,"26","lb/d",0,"=",07/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",09/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"0","ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523521,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679407,"C1","Concentration1",3735458719,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"0","ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523522,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679408,"C2","Concentration2",3735458721,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577553,"0","ENF",01/01/2021,11/12/2024,12,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523505,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679359,"C1","Concentration1",3735458618,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"0","ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523522,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679424,"C2","Concentration2",3748394576,,"","",,"",09/08/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"0","ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523521,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679423,"C1","Concentration1",3748394575,,"","",,"",09/08/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577553,"0","ENF",01/01/2021,11/12/2024,12,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523506,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679360,"C2","Concentration2",3735458619,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"0","ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523521,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679439,"C1","Concentration1",3762309711,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"0","ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523522,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679440,"C2","Concentration2",3762309712,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"0","ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523522,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679456,"C2","Concentration2",3774643731,,"","",,"",09/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"0","ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523521,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679455,"C1","Concentration1",3774643730,,"","",,"",09/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577553,"0","ENF",01/01/2021,11/12/2024,12,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523505,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679375,"C1","Concentration1",3762309481,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577553,"0","ENF",01/01/2021,11/12/2024,12,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523506,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679376,"C2","Concentration2",3762309482,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"0","ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523521,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090698,06/30/2023,3872679471,"C1","Concentration1",3788708172,,"","",,"",03/08/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"0","ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523522,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090698,06/30/2023,3872679472,"C2","Concentration2",3788708174,,"","",,"",03/08/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"0","ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523521,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090699,12/31/2023,3872679487,"C1","Concentration1",3802680703,,"","",,"",10/11/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577553,"0","ENF",01/01/2021,11/12/2024,12,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523505,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090693,12/31/2023,3872679391,"C1","Concentration1",3788708285,,"","",,"",03/08/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577553,"0","ENF",01/01/2021,11/12/2024,12,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523506,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090693,12/31/2023,3872679392,"C2","Concentration2",3788708286,,"","",,"",03/08/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577561,"0","ENF",01/01/2021,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3609523522,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090699,12/31/2023,3872679488,"C2","Concentration2",3802680707,,"","",,"",10/11/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"0","ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523524,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679410,"C2","Concentration2",3735458730,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"0","ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523523,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679409,"C1","Concentration1",3735458729,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577554,"0","ENF",01/01/2021,11/12/2024,12,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523508,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679362,"C2","Concentration2",3735458631,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"0","ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523524,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679426,"C2","Concentration2",3748394584,,"","",,"",09/08/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"0","ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523523,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679425,"C1","Concentration1",3748394583,,"","",,"",09/08/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577554,"0","ENF",01/01/2021,11/12/2024,12,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523507,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679361,"C1","Concentration1",3735458630,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"0","ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523524,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679442,"C2","Concentration2",3762309708,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"0","ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523523,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679441,"C1","Concentration1",3762309707,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577554,"0","ENF",01/01/2021,11/12/2024,12,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523508,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679378,"C2","Concentration2",3762309476,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"0","ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523524,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679458,"C2","Concentration2",3774643721,,"","",,"",09/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"0","ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523523,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679457,"C1","Concentration1",3774643720,,"","",,"",09/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577554,"0","ENF",01/01/2021,11/12/2024,12,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523507,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679377,"C1","Concentration1",3762309475,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"0","ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523524,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090698,06/30/2023,3872679474,"C2","Concentration2",3788708185,,"","",,"",03/08/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"0","ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523523,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090698,06/30/2023,3872679473,"C1","Concentration1",3788708184,,"","",,"",03/08/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577554,"0","ENF",01/01/2021,11/12/2024,12,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523508,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090693,12/31/2023,3872679394,"C2","Concentration2",3788708277,,"","",,"",03/08/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"0","ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523524,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090699,12/31/2023,3872679490,"C2","Concentration2",3802680715,,"","",,"",10/11/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577562,"0","ENF",01/01/2021,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523523,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090699,12/31/2023,3872679489,"C1","Concentration1",3802680714,,"","",,"",10/11/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577554,"0","ENF",01/01/2021,11/12/2024,12,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3609523507,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090693,12/31/2023,3872679393,"C1","Concentration1",3788708275,,"","",,"",03/08/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"0","ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523526,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679412,"C2","Concentration2",3735458717,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"0","ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523525,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679411,"C1","Concentration1",3735458716,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"0","ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523525,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679427,"C1","Concentration1",3748394563,0,"9A","pass=0;fail=1",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"0","ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523526,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679428,"C2","Concentration2",3748394564,0,"9A","pass=0;fail=1",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"0","ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523525,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679443,"C1","Concentration1",3762309709,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"0","ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523526,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679444,"C2","Concentration2",3762309710,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"0","ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523525,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679459,"C1","Concentration1",3774643718,0,"9A","pass=0;fail=1",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"0","ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523526,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679460,"C2","Concentration2",3774643719,0,"9A","pass=0;fail=1",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"0","ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523525,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090698,06/30/2023,3872679475,"C1","Concentration1",3788708182,0,"9A","pass=0;fail=1",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"0","ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523526,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090698,06/30/2023,3872679476,"C2","Concentration2",3788708183,0,"9A","pass=0;fail=1",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"0","ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523525,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090699,12/31/2023,3872679491,"C1","Concentration1",3802680693,0,"9A","pass=0;fail=1",0,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577563,"0","ENF",01/01/2021,11/12/2024,6,"TLP3E","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523526,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090699,12/31/2023,3872679492,"C2","Concentration2",3802680694,0,"9A","pass=0;fail=1",0,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577555,"0","ENF",01/01/2021,11/12/2024,12,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523510,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679364,"C2","Concentration2",3735458629,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577555,"0","ENF",01/01/2021,11/12/2024,12,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523509,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679363,"C1","Concentration1",3735458628,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577555,"0","ENF",01/01/2021,11/12/2024,12,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523509,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679379,"C1","Concentration1",3762309477,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577555,"0","ENF",01/01/2021,11/12/2024,12,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523510,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679380,"C2","Concentration2",3762309478,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577555,"0","ENF",01/01/2021,11/12/2024,12,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523509,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090693,12/31/2023,3872679395,"C1","Concentration1",3788708256,0,"9A","pass=0;fail=1",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577555,"0","ENF",01/01/2021,11/12/2024,12,"TLP6B","Low Flow Pass/Fail Survival Test Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523510,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090693,12/31/2023,3872679396,"C2","Concentration2",3788708257,0,"9A","pass=0;fail=1",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"0","ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523527,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679413,"C1","Concentration1",3735458712,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"0","ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523528,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679414,"C2","Concentration2",3735458713,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"0","ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523527,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679429,"C1","Concentration1",3748394579,11,"23","%",11,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"0","ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523528,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679430,"C2","Concentration2",3748394580,11,"23","%",11,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"0","ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523527,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679445,"C1","Concentration1",3762309705,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"0","ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523528,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679446,"C2","Concentration2",3762309706,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"0","ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523527,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679461,"C1","Concentration1",3774643728,11,"23","%",11,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"0","ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523528,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679462,"C2","Concentration2",3774643729,11,"23","%",11,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"0","ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523527,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090698,06/30/2023,3872679477,"C1","Concentration1",3788708169,11,"23","%",11,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"0","ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523528,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090698,06/30/2023,3872679478,"C2","Concentration2",3788708170,11,"23","%",11,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"0","ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523527,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090699,12/31/2023,3872679493,"C1","Concentration1",3802680698,11,"23","%",11,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577564,"0","ENF",01/01/2021,11/12/2024,6,"TOP3E","NOEC Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523528,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090699,12/31/2023,3872679494,"C2","Concentration2",3802680700,11,"23","%",11,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577556,"0","ENF",01/01/2021,11/12/2024,12,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523511,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679365,"C1","Concentration1",3735458622,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577556,"0","ENF",01/01/2021,11/12/2024,12,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523512,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679366,"C2","Concentration2",3735458623,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577556,"0","ENF",01/01/2021,11/12/2024,12,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523511,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679381,"C1","Concentration1",3762309467,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577556,"0","ENF",01/01/2021,11/12/2024,12,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523512,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679382,"C2","Concentration2",3762309468,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577556,"0","ENF",01/01/2021,11/12/2024,12,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523512,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090693,12/31/2023,3872679398,"C2","Concentration2",3788708259,11,"23","%",11,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577556,"0","ENF",01/01/2021,11/12/2024,12,"TOP6B","NOEC Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523511,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090693,12/31/2023,3872679397,"C1","Concentration1",3788708258,11,"23","%",11,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"0","ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523530,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679416,"C2","Concentration2",3735458734,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"0","ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523529,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679415,"C1","Concentration1",3735458733,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"0","ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523529,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679431,"C1","Concentration1",3748394587,11,"23","%",11,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"0","ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523530,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679432,"C2","Concentration2",3748394588,11,"23","%",11,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"0","ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523530,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679448,"C2","Concentration2",3762309716,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"0","ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523529,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679447,"C1","Concentration1",3762309715,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"0","ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523529,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679463,"C1","Concentration1",3774643726,11,"23","%",11,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"0","ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523530,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679464,"C2","Concentration2",3774643727,11,"23","%",11,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"0","ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523530,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090698,06/30/2023,3872679480,"C2","Concentration2",3788708164,11,"23","%",11,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"0","ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523529,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090698,06/30/2023,3872679479,"C1","Concentration1",3788708163,11,"23","%",11,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"0","ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523530,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090699,12/31/2023,3872679496,"C2","Concentration2",3802680685,11,"23","%",11,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577565,"0","ENF",01/01/2021,11/12/2024,6,"TPP3E","NOEC Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523529,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090699,12/31/2023,3872679495,"C1","Concentration1",3802680684,11,"23","%",11,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577557,"0","ENF",01/01/2021,11/12/2024,12,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523514,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679368,"C2","Concentration2",3735458617,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577557,"0","ENF",01/01/2021,11/12/2024,12,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523513,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679367,"C1","Concentration1",3735458616,11,"23","%",11,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577557,"0","ENF",01/01/2021,11/12/2024,12,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523514,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679384,"C2","Concentration2",3762309480,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577557,"0","ENF",01/01/2021,11/12/2024,12,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523513,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679383,"C1","Concentration1",3762309479,11,"23","%",11,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577557,"0","ENF",01/01/2021,11/12/2024,12,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523514,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090693,12/31/2023,3872679400,"C2","Concentration2",3788708255,11,"23","%",11,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577557,"0","ENF",01/01/2021,11/12/2024,12,"TPP6B","NOEC Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523513,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090693,12/31/2023,3872679399,"C1","Concentration1",3788708254,11,"23","%",11,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"0","ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523531,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679417,"C1","Concentration1",3735458722,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"0","ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523532,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679418,"C2","Concentration2",3735458724,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"0","ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523532,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679434,"C2","Concentration2",3748394568,0,"9A","pass=0;fail=1",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"0","ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523531,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679433,"C1","Concentration1",3748394566,0,"9A","pass=0;fail=1",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"0","ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523532,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679450,"C2","Concentration2",3762309718,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"0","ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523531,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679449,"C1","Concentration1",3762309717,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"0","ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523532,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679466,"C2","Concentration2",3774643717,0,"9A","pass=0;fail=1",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"0","ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523531,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679465,"C1","Concentration1",3774643716,0,"9A","pass=0;fail=1",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"0","ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523532,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090698,06/30/2023,3872679482,"C2","Concentration2",3788708168,0,"9A","pass=0;fail=1",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"0","ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523531,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090698,06/30/2023,3872679481,"C1","Concentration1",3788708167,0,"9A","pass=0;fail=1",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"0","ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523532,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090699,12/31/2023,3872679498,"C2","Concentration2",3802680687,0,"9A","pass=0;fail=1",0,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577566,"0","ENF",01/01/2021,11/12/2024,6,"TWP3E","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523531,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090699,12/31/2023,3872679497,"C1","Concentration1",3802680686,0,"9A","pass=0;fail=1",0,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577558,"0","ENF",01/01/2021,11/12/2024,12,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523516,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679370,"C2","Concentration2",3735458621,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577558,"0","ENF",01/01/2021,11/12/2024,12,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523515,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679369,"C1","Concentration1",3735458620,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577558,"0","ENF",01/01/2021,11/12/2024,12,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523516,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679386,"C2","Concentration2",3762309470,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577558,"0","ENF",01/01/2021,11/12/2024,12,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523515,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679385,"C1","Concentration1",3762309469,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577558,"0","ENF",01/01/2021,11/12/2024,12,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523516,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"MJ","MO AV MN","MIN","Minimum","",,3618090693,12/31/2023,3872679402,"C2","Concentration2",3788708269,0,"9A","pass=0;fail=1",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577558,"0","ENF",01/01/2021,11/12/2024,12,"TWP6B","Pass/Fail Sub-Lethal Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523515,"C1","Concentration1",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"7D","7 DA MIN","MIN","Minimum","",,3618090693,12/31/2023,3872679401,"C1","Concentration1",3788708267,0,"9A","pass=0;fail=1",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"0","ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523534,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679420,"C2","Concentration2",3735458715,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"0","ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523533,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679419,"C1","Concentration1",3735458714,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"0","ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523534,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679436,"C2","Concentration2",3748394573,11,"23","%",11,">",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"0","ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523533,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679435,"C1","Concentration1",3748394570,11,"23","%",11,">",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"0","ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523534,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679452,"C2","Concentration2",3762309714,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"0","ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523533,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679451,"C1","Concentration1",3762309713,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"0","ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523534,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679468,"C2","Concentration2",3774643723,11,"23","%",11,">",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"0","ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523533,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679467,"C1","Concentration1",3774643722,11,"23","%",11,">",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"0","ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523534,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090698,06/30/2023,3872679484,"C2","Concentration2",3788708181,11,"23","%",11,">",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"0","ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523533,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090698,06/30/2023,3872679483,"C1","Concentration1",3788708180,11,"23","%",11,">",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"0","ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523534,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090699,12/31/2023,3872679500,"C2","Concentration2",3802680690,11,"23","%",11,">",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577567,"0","ENF",01/01/2021,11/12/2024,6,"TXP3E","LOEC Lethal Survival Static Renewal 7 Day Chronic Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3609523533,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090699,12/31/2023,3872679499,"C1","Concentration1",3802680688,11,"23","%",11,">",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577559,"0","ENF",01/01/2021,11/12/2024,12,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523517,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679371,"C1","Concentration1",3735458626,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577559,"0","ENF",01/01/2021,11/12/2024,12,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523518,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679372,"C2","Concentration2",3735458627,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577559,"0","ENF",01/01/2021,11/12/2024,12,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523517,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679387,"C1","Concentration1",3762309473,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577559,"0","ENF",01/01/2021,11/12/2024,12,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523518,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679388,"C2","Concentration2",3762309474,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577559,"0","ENF",01/01/2021,11/12/2024,12,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523518,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090693,12/31/2023,3872679404,"C2","Concentration2",3788708283,11,"23","%",11,">",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577559,"0","ENF",01/01/2021,11/12/2024,12,"TXP6B","LOEC Lethal Survival Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523517,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090693,12/31/2023,3872679403,"C1","Concentration1",3788708279,11,"23","%",11,">",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"0","ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523536,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090694,06/30/2021,3872679422,"C2","Concentration2",3735458727,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"0","ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523535,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090694,06/30/2021,3872679421,"C1","Concentration1",3735458725,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"0","ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523536,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090695,12/31/2021,3872679438,"C2","Concentration2",3748394593,11,"23","%",11,">",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"0","ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523535,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090695,12/31/2021,3872679437,"C1","Concentration1",3748394591,11,"23","%",11,">",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"0","ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523535,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090696,06/30/2022,3872679453,"C1","Concentration1",3762309719,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"0","ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523536,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090696,06/30/2022,3872679454,"C2","Concentration2",3762309720,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"0","ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523535,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090697,12/31/2022,3872679469,"C1","Concentration1",3774643724,11,"23","%",11,">",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"0","ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523536,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090697,12/31/2022,3872679470,"C2","Concentration2",3774643725,11,"23","%",11,">",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"0","ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523536,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090698,06/30/2023,3872679486,"C2","Concentration2",3788708166,11,"23","%",11,">",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"0","ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523535,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090698,06/30/2023,3872679485,"C1","Concentration1",3788708165,11,"23","%",11,">",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"0","ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523536,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090699,12/31/2023,3872679502,"C2","Concentration2",3802680713,11,"23","%",11,">",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551017,3600779322,3605577568,"0","ENF",01/01/2021,11/12/2024,6,"TYP3E","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Americamysis bahia (Mysidopsis bahia)","1","Effluent Gross","","",3609523535,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090699,12/31/2023,3872679501,"C1","Concentration1",3802680712,11,"23","%",11,">",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577560,"0","ENF",01/01/2021,11/12/2024,12,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523519,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090691,12/31/2021,3872679373,"C1","Concentration1",3735458624,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577560,"0","ENF",01/01/2021,11/12/2024,12,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523520,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090691,12/31/2021,3872679374,"C2","Concentration2",3735458625,11,"23","%",11,">",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577560,"0","ENF",01/01/2021,11/12/2024,12,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523519,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090692,12/31/2022,3872679389,"C1","Concentration1",3762309471,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577560,"0","ENF",01/01/2021,11/12/2024,12,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523520,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090692,12/31/2022,3872679390,"C2","Concentration2",3762309472,11,"23","%",11,">",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577560,"0","ENF",01/01/2021,11/12/2024,12,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523520,"C2","Concentration2",,"23","%","23","%",,"MJ","MO AV MN","MIN","Minimum","",,3618090693,12/31/2023,3872679406,"C2","Concentration2",3788708273,11,"23","%",11,">",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430439,"TX1","EXO","External Outfall",3600551016,3600779321,3605577560,"0","ENF",01/01/2021,11/12/2024,12,"TYP6B","LOEC Sub-Lethal Reproduction Static Renewal 7 Day Chronic Menidia menidia","1","Effluent Gross","","",3609523519,"C1","Concentration1",,"23","%","23","%",,"7D","7 DA MIN","MIN","Minimum","",,3618090693,12/31/2023,3872679405,"C1","Concentration1",3788708271,11,"23","%",11,">",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871429,"0","ENF",12/01/2019,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608262276,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848166,06/30/2021,3815422300,"C2","Concentration2",3735458635,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871429,"0","ENF",12/01/2019,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608262276,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848176,12/31/2021,3815422401,"C2","Concentration2",3748394541,,"","",,"",09/08/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871429,"0","ENF",12/01/2019,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608262276,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848181,06/30/2022,3815422490,"C2","Concentration2",3762309447,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871429,"0","ENF",12/01/2019,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608262276,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848194,12/31/2022,3815422567,"C2","Concentration2",3774643428,,"","",,"",09/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871429,"0","ENF",12/01/2019,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608262276,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848202,06/30/2023,3815422656,"C2","Concentration2",3788708245,,"","",,"",03/08/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871429,"0","ENF",12/01/2019,11/12/2024,6,"22415","Whole effluent toxicity - retest #1","1","Effluent Gross","","",3608262276,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848208,12/31/2023,3815422714,"C2","Concentration2",3802680671,,"","",,"",10/11/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871431,"0","ENF",12/01/2019,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608262278,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848166,06/30/2021,3815422321,"C2","Concentration2",3735458634,,"","",,"",03/10/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871431,"0","ENF",12/01/2019,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608262278,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848176,12/31/2021,3815422410,"C2","Concentration2",3748394544,,"","",,"",09/08/2021,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871431,"0","ENF",12/01/2019,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608262278,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848181,06/30/2022,3815422497,"C2","Concentration2",3762309450,,"","",,"",03/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871431,"0","ENF",12/01/2019,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608262278,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848194,12/31/2022,3815422585,"C2","Concentration2",3774643425,,"","",,"",09/08/2022,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871431,"0","ENF",12/01/2019,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608262278,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848202,06/30/2023,3815422661,"C2","Concentration2",3788708248,,"","",,"",03/08/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871431,"0","ENF",12/01/2019,11/12/2024,6,"22416","Whole effluent toxicity - retest #2","1","Effluent Gross","","",3608262278,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848208,12/31/2023,3815422736,"C2","Concentration2",3802680668,,"","",,"",10/11/2023,,"9","Conditional Monitoring - Not Required This Period",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871430,"0","ENF",12/01/2019,11/12/2024,6,"TIE3E","LC50 Pass/Fail Static 24Hr Acute Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3608262277,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848166,06/30/2021,3815422367,"C2","Concentration2",3735458632,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871430,"0","ENF",12/01/2019,11/12/2024,6,"TIE3E","LC50 Pass/Fail Static 24Hr Acute Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3608262277,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848176,12/31/2021,3815422418,"C2","Concentration2",3748394543,0,"9A","pass=0;fail=1",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871430,"0","ENF",12/01/2019,11/12/2024,6,"TIE3E","LC50 Pass/Fail Static 24Hr Acute Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3608262277,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848181,06/30/2022,3815422552,"C2","Concentration2",3762309448,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871430,"0","ENF",12/01/2019,11/12/2024,6,"TIE3E","LC50 Pass/Fail Static 24Hr Acute Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3608262277,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848194,12/31/2022,3815422602,"C2","Concentration2",3774643423,0,"9A","pass=0;fail=1",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871430,"0","ENF",12/01/2019,11/12/2024,6,"TIE3E","LC50 Pass/Fail Static 24Hr Acute Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3608262277,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848202,06/30/2023,3815422668,"C2","Concentration2",3788708246,0,"9A","pass=0;fail=1",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871430,"0","ENF",12/01/2019,11/12/2024,6,"TIE3E","LC50 Pass/Fail Static 24Hr Acute Americamysis bahia (formerly Mysidopsis bahia)","1","Effluent Gross","","",3608262277,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848208,12/31/2023,3815422742,"C2","Concentration2",3802680670,0,"9A","pass=0;fail=1",0,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871432,"0","ENF",12/01/2019,11/12/2024,6,"TIE6B","LC50 Pass/Fail Static 24Hr Acute Menidia menidia","1","Effluent Gross","","",3608262279,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848166,06/30/2021,3815422390,"C2","Concentration2",3735458633,0,"9A","pass=0;fail=1",0,"=",03/10/2021,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2021,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871432,"0","ENF",12/01/2019,11/12/2024,6,"TIE6B","LC50 Pass/Fail Static 24Hr Acute Menidia menidia","1","Effluent Gross","","",3608262279,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848176,12/31/2021,3815422428,"C2","Concentration2",3748394542,0,"9A","pass=0;fail=1",0,"=",09/08/2021,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871432,"0","ENF",12/01/2019,11/12/2024,6,"TIE6B","LC50 Pass/Fail Static 24Hr Acute Menidia menidia","1","Effluent Gross","","",3608262279,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848181,06/30/2022,3815422560,"C2","Concentration2",3762309449,0,"9A","pass=0;fail=1",0,"=",03/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2022,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871432,"0","ENF",12/01/2019,11/12/2024,6,"TIE6B","LC50 Pass/Fail Static 24Hr Acute Menidia menidia","1","Effluent Gross","","",3608262279,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848194,12/31/2022,3815422615,"C2","Concentration2",3774643420,0,"9A","pass=0;fail=1",0,"=",09/08/2022,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871432,"0","ENF",12/01/2019,11/12/2024,6,"TIE6B","LC50 Pass/Fail Static 24Hr Acute Menidia menidia","1","Effluent Gross","","",3608262279,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848202,06/30/2023,3815422702,"C2","Concentration2",3788708247,0,"9A","pass=0;fail=1",0,"=",03/08/2023,,"","",,,"","","","",,"","",,"No Violation Identified",07/20/2023,"Enforcement","Base Permit" +3602041620,"TX0062677",0,3600430440,"TXA","EXO","External Outfall",3600474083,3600678998,3604871432,"0","ENF",12/01/2019,11/12/2024,6,"TIE6B","LC50 Pass/Fail Static 24Hr Acute Menidia menidia","1","Effluent Gross","","",3608262279,"C2","Concentration2",,"9A","pass=0;fail=1","9A","pass=0;fail=1",,"SA","SINGSAMP","MAX","Maximum","",,3614848208,12/31/2023,3815422750,"C2","Concentration2",3802680669,0,"9A","pass=0;fail=1",0,"=",10/11/2023,,"","",,,"","","","",,"","",,"No Violation Identified",01/20/2024,"Enforcement","Base Permit" diff --git a/vignettes/introduction.R b/vignettes/introduction.R deleted file mode 100644 index 25e209c..0000000 --- a/vignettes/introduction.R +++ /dev/null @@ -1,115 +0,0 @@ -## ----setup, include = FALSE--------------------------------------------------- -knitr::opts_chunk$set( - fig.asp = 1 / 1.6, - out.width = "75%", - fig.width = 5, - fig.retina = NULL, - dpi = 96, - collapse = TRUE, - comment = "#>" -) - -options(crayon.enabled = NULL) - -library(kableExtra) -library(httptest) -library(dplyr) - -path <- here::here("vignettes/int") - -api_root <- "https://echodata.epa.gov/echo/" - -set_redactor(function (response) { - response %>% - gsub_response(api_root, "", fixed = TRUE) -}) - -set_requester(function (request) { - request %>% - gsub_request(api_root, "", fixed = TRUE) -}) - -httptest::start_vignette(path = path) - -## ----------------------------------------------------------------------------- -library(echor) -meta <- echoAirGetMeta() -meta - -## ----------------------------------------------------------------------------- -library(echor) - -## Retrieve information about facilities within a geographic location -df <- echoAirGetFacilityInfo(output = "df", - xmin = '-96.387509', - ymin = '30.583572', - xmax = '-96.281422', - ymax = '30.640008', - qcolumns = "1,2,3,22,23") - -## ----echo=FALSE, message=FALSE, warning=FALSE--------------------------------- -knitr::kable(head(df), "html") %>% - kable_styling() %>% - scroll_box(height = "200px") - -## ----------------------------------------------------------------------------- -df <- echoGetCAAPR(p_id = '110000350174') - -## ----echo=FALSE--------------------------------------------------------------- -knitr::kable(head(df), "html") %>% - kable_styling() %>% - scroll_box(width = "100%", height = "200px") - -## ----------------------------------------------------------------------------- -df <- echoWaterGetFacilityInfo(xmin = '-96.407563', ymin = '30.554395', - xmax = '-96.25947', ymax = '30.751984', - output = 'df', qcolumns = "1,2,3,4,5,6,7") - -## ----echo=FALSE--------------------------------------------------------------- -knitr::kable(head(df), "html") %>% - kable_styling() %>% - scroll_box(width = "100%", height = "200px") - -## ----------------------------------------------------------------------------- -df <- echoGetEffluent(p_id = 'tx0119407', parameter_code = '50050') - -## ----echo=FALSE--------------------------------------------------------------- -knitr::kable(head(df), "html") %>% - kable_styling() %>% - scroll_box(width = "100%", height = "200px") - -## ----------------------------------------------------------------------------- -echoWaterGetParams(term = "Oxygen, dissolved") - -## ----------------------------------------------------------------------------- -df <- tibble::tibble(permit = c('TX0119407', 'TX0062677')) -df <- downloadDMRs(df, idColumn = permit) -df <- df %>% - tidyr::unnest(dmr) -tibble::glimpse(df) - -## ----message=FALSE, warning=FALSE, paged.print=FALSE, width="100%"------------ - -library(ggplot2) -library(ggspatial) -library(dplyr) -library(sf) - -## Download data as a simple feature -df <- echoWaterGetFacilityInfo(xmin = '-96.407563', ymin = '30.554395', - xmax = '-96.25947', ymax = '30.751984', - output = 'sf') - -## Make the map -ggplot(df) + - annotation_map_tile(zoomin = 0, progress = "none") + - geom_sf(inherit.aes = FALSE, shape = 21, - color = "darkred", fill = "darkred", - size = 2) + - labs(x = "Longitude", y = "Latitude", - title = "NPDES permits near Texas A&M", - caption = "Source: EPA ECHO database") - -## ----include = FALSE---------------------------------------------------------- -httptest::end_vignette() - diff --git a/vignettes/introduction.Rmd b/vignettes/introduction.Rmd index 2583d9e..acbf15c 100644 --- a/vignettes/introduction.Rmd +++ b/vignettes/introduction.Rmd @@ -28,6 +28,10 @@ library(dplyr) path <- here::here("vignettes/int") +## The mocked url/file paths are too long for CRAN +## this shortens the file paths for use in the +## vignette + api_root <- "https://echodata.epa.gov/echo/" set_redactor(function (response) { @@ -41,6 +45,8 @@ set_requester(function (request) { }) httptest::start_vignette(path = path) + +## note, delete the vignettes/int directory to regenerate mocked files ``` ## echor introduction @@ -118,10 +124,10 @@ library(echor) ## Retrieve information about facilities within a geographic location df <- echoAirGetFacilityInfo(output = "df", - xmin = '-96.387509', - ymin = '30.583572', - xmax = '-96.281422', - ymax = '30.640008', + p_c1lon = '-96.387509', + p_c1lat = '30.583572', + p_c2lon = '-96.281422', + p_c2lat = '30.640008', qcolumns = "1,2,3,22,23") ``` @@ -169,13 +175,13 @@ p_zip string Facility 5-Digit Zip Code ex: p_zip = "77843, 77845" -xmin string Minimum longitude value in decimal degrees +p_c1lon string Minimum longitude value in decimal degrees -ymin string Minimum latitude value in decimal degrees +p_c1lat string Minimum latitude value in decimal degrees -xmax string Maximum longitude value in decimal degrees +p_c2lon string Maximum longitude value in decimal degrees -ymax string Maximum latitude value in decimal degrees +p_c2lat string Maximum latitude value in decimal degrees ``` Step 3 - Download the emission inventory report for a permitted facility: @@ -203,8 +209,8 @@ p_units string Units of measurement. Defaults is 'lbs'. Find facilities with NPDES permits to discharge wastewater: ```{r} -df <- echoWaterGetFacilityInfo(xmin = '-96.407563', ymin = '30.554395', - xmax = '-96.25947', ymax = '30.751984', +df <- echoWaterGetFacilityInfo(p_c1lon = '-96.407563', p_c1lat = '30.554395', + p_c2lon = '-96.25947', p_c2lat = '30.751984', output = 'df', qcolumns = "1,2,3,4,5,6,7") ``` @@ -254,13 +260,13 @@ p_zip string Facility 5-Digit Zip Code ex: p_zip = "77843, 77845" -xmin string Minimum longitude value in decimal degrees +p_c1lon string Minimum longitude value in decimal degrees -ymin string Minimum latitude value in decimal degrees +p_c1lat string Minimum latitude value in decimal degrees -xmax string Maximum longitude value in decimal degrees +p_c2lon string Maximum longitude value in decimal degrees -ymax string Maximum latitude value in decimal degrees +p_c1lat string Maximum latitude value in decimal degrees p_huc string 2-,4,6-,or 8-digit watershed code. May contain comma-seperated values diff --git a/vignettes/introduction.html b/vignettes/introduction.html deleted file mode 100644 index 6235a4b..0000000 --- a/vignettes/introduction.html +++ /dev/null @@ -1,2044 +0,0 @@ - - - - - - - - - - - - - - - - -Introduction to echor - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Introduction to echor

-

Michael Schramm

-

2021-08-20

- - - -
-

echor introduction

-

echor is an R package to search and download data from the US Environmental Protection Agency (EPA) Environmental Compliance and History Online (ECHO). echor uses the ECHO API to download data directly to the R as dataframes or simple features. ECHO provides information about facilities permitted to emitted air pollutants or discharge into water bodies. ECHO also provides data reported by permitted facilities as volume or concentration of pollutants during reporting time periods (typically annually for air emissions and monthly or quarterly for water discharges).

-

ECHO provides data for:

-
    -
  • Stationary sources permitted under the Clean Air Act, including data from the National Emissions Inventory, Greenhouse Gas Reporting Program, Toxics Release Inventory, and Clean Air Markets Division Acid Rain Program and Clean Air Interstate Rule.
  • -
  • Public drinking water systems permitted under the Safe Drinking Water Act, including data from the Safe Drinking Water Information System.
  • -
  • Hazardous Waste Handlers permitted under the Resource Conservation and Recovery Act, with data drawn from the RCRAInfo data system.
  • -
  • Facilities permitted under the Clean Water Act and the National Pollutant Discharge Elimination Systems (NPDES) program, including data from EPA’s ICIS-NPDES system and possibly water body information from EPA’s ATTAINS data system.
  • -
-

echor currently provides functions to retrieve information about permitted air dischargers, water dischargers, and public drinking water supply systems. It also provides functions to download discharge reports for permitted air and water dischargers. echor does not currently provide functionality to retrieve RCRA data.

-

See https://echo.epa.gov/tools/web-services for information about ECHO web services and API functions.

-
-
-

Getting started

-

This vignette documents a few key functions to get started.

-

There are three types of functions:

-
-

Metadata

-

Retrieve metadata from ECHO to narrow the specify data returned or lookup parameter codes.

-
    -
  • echoAirGetMeta() - Returns variable name and descriptions for parameters returned in air facility queries.

  • -
  • echoSDWGetMeta() - Returns variable name and descriptions for parameters returned in public water system queries.

  • -
  • echoWaterGetMeta() - Returns variable name and descriptions for parameters returned in water discharge facility queries (e.g. facilities with an NPDES permit).

  • -
  • echoWaterGetParams() - Search parameter codes for constituent pollutants regulated under NPDES permits.

  • -
-
-
-

Query Facilities

-

Search and return facility information based on lookup parameters.

-
    -
  • echoAirGetFacilityInfo() - Returns a dataframe of permitted air discharge facilities and associated information based on lookup parameters specified by the user.

  • -
  • echoSDWGetSystems() - Returns a dataframe of permitted air discharge facilities and associated information based on lookup parameters specified by the user.

  • -
  • echoWaterGetFacilityInfo() - Returns a dataframe of permitted water discharge facilities and associated information based on lookup parameters specified by the user.

  • -
-
-
-

Reports

-

Search and return discharge and emissions reports for specified facilities.

-
    -
  • echoGetCAAPR() - Returns a dataframe with reported annual air emissions from permitted facilities.

  • -
  • echoGetEffluent() - Returns a dataframe with reported water effluent discharges from permitted facilities.

  • -
-
-
-
-

Sample workflows

-
-

Air

-

Suppose we want to find facilities permitted under the Clean Air Act requirements.

-

Step 1 - Identify the information we need returned from the query:

-
library(echor)
-meta <- echoAirGetMeta()
-meta
-#> # A tibble: 144 x 6
-#>    ColumnName                DataType DataLength ColumnID ObjectName Description
-#>    <chr>                     <chr>    <chr>      <chr>    <chr>      <chr>      
-#>  1 AIR_NAME                  VARCHAR2 200        1        AIRName    The name o~
-#>  2 SOURCE_ID                 VARCHAR2 30         2        SourceID   Unique Ide~
-#>  3 AIR_STREET                VARCHAR2 200        3        AIRStreet  The street~
-#>  4 AIR_CITY                  VARCHAR2 100        4        AIRCity    The city w~
-#>  5 AIR_STATE                 CHAR     2          5        AIRState   The state ~
-#>  6 LOCAL_CONTROL_REGION_CODE CHAR     3          6        LocalCont~ Code for r~
-#>  7 AIR_ZIP                   VARCHAR2 10         7        AIRZip     The five-d~
-#>  8 REGISTRY_ID               VARCHAR2 50         8        RegistryID An interna~
-#>  9 AIR_COUNTY                VARCHAR2 100        9        AIRCounty  The name o~
-#> 10 AIR_EPA_REGION            CHAR     2          10       AIREPAReg~ The EPA re~
-#> # ... with 134 more rows
-

The dataframe includes ColumnID, which can be included as an argument that specifies what information you want returned: qcolumns = "1,2,3,22,23"

-

Step 2 - Create the query. The ECHO API provides numerous arguments to search by that are not documented in this package. I recommend exploring the documentation here: https://echo.epa.gov/tools/web-services/facility-search-air#!/Facilities/get_air_rest_services_get_facility_info. In this example, we will search by a geographic bounding box and specify the returned information with the qcolumns argument. Each argument should be passed to ECHO as echoAirGetFacilityInfo(parameter = "value"). echor will URL encode strings automatically. Please note that any date argument needs to be entered as “mm/dd/yyyy”.

-
library(echor)
-
-## Retrieve information about facilities within a geographic location
-df <- echoAirGetFacilityInfo(output = "df",
-                             xmin = '-96.387509',
-                             ymin = '30.583572',
-                             xmax = '-96.281422',
-                             ymax = '30.640008',
-                             qcolumns = "1,2,3,22,23")
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-AIRName - -SourceID - -AIRStreet - -FacLat - -FacLong -
-AGGIE CLEANERS - -06000000480416E020 - -111 COLLEGE MAIN - -30.61869 - --96.34588 -
-ALL SEASONS 1 HR CLEANERS - -06000000480416E015 - -2501 TEXAS AVENUE SOUTH #D100 - -30.60704 - --96.30875 -
-BRYAN CLEANERS & LAUNDRY - -06000000480416E012 - -1803 HOLLEMAN DRIVE - -30.61225 - --96.31750 -
-COMET 1 HR CLEANERS - -06000000480416E013 - -1712 SOUTHWEST PARKWAY #101 - -30.60616 - --96.31034 -
-EAGLE DRY CLEANING - -06000000480416E017 - -900-8 HARVEY ROAD - -30.62254 - --96.31053 -
-EARLY BIRD CLEANERS (CROWN) - -06000000480416E019 - -615 EAST UNIVERSITY DRIVE - -30.61976 - --96.34399 -
-
-

Some example arguments are listed below:

-
p_fn  string  Facility Name Filter.
-              One or more case-insesitive facility names.
-              Provide multiple values as comma-delimited list
-              ex:
-              p_fn = "Aggie Cleaners, City of Bryan, TEXAS A&M UNIVERSITY COLLEGE STATION CAMPUS"
-              
-p_sa  string  Facility Street Address
-              ex:
-              p_sa = "WELLBORN ROAD & UNIVERSITY DR"
-              
-p_ct  string  Facility City
-              Provide a single case-insensitive city name
-              ex:
-              p_ct = "College Station"
-              
-p_co  string  Facility County
-              Provide a single county name, in combination with a state value
-              provided through p_st
-              ex:
-              p_co = "Brazos", p_st = "Texas"
-              
-p_fips  string  FIPS Code
-                Single 5-character Federal Information Processing Standards (FIPS) 
-                state+county value
-                
-p_st  string  Facility State or State Equivalent Filter
-              Provide one or more USPS postal abbreviations
-              ex:
-              p_st = "TX, NC"
-              
-p_zip string  Facility 5-Digit Zip Code
-              Provide one or more 5-digit postal zip codes
-              ex:
-              p_zip = "77843, 77845"
-              
-xmin  string  Minimum longitude value in decimal degrees
-
-ymin  string  Minimum latitude value in decimal degrees
-
-xmax  string  Maximum longitude value in decimal degrees
-
-ymax  string  Maximum latitude value in decimal degrees
-

Step 3 - Download the emission inventory report for a permitted facility:

-
df <- echoGetCAAPR(p_id = '110000350174')
-#> Warning: Unknown or uninitialised column: `info`.
-
-#> Warning: Unknown or uninitialised column: `info`.
-
-#> Warning: Unknown or uninitialised column: `info`.
-
-#> Warning: Unknown or uninitialised column: `info`.
-
-#> Warning: Unknown or uninitialised column: `info`.
-
-#> Warning: Unknown or uninitialised column: `info`.
-
-#> Warning: Unknown or uninitialised column: `info`.
-
-#> Warning: Unknown or uninitialised column: `info`.
-
-#> Warning: Unknown or uninitialised column: `info`.
-
-#> Warning: Unknown or uninitialised column: `info`.
-#> Warning: Unknown or uninitialised column: `pollutant`.
-
-#> Warning: Unknown or uninitialised column: `pollutant`.
-
-#> Warning: Unknown or uninitialised column: `pollutant`.
-
-#> Warning: Unknown or uninitialised column: `pollutant`.
-
-#> Warning: Unknown or uninitialised column: `pollutant`.
-
- - - - - - - - - - - - - - - - - - - - - - - - -
-Name - -SourceID - -Street - -City - -State - -Zip - -County - -Region - -Latitude - -Longitude - -Pollutant - -UnitsOfMeasure - -Program - -Year - -Discharge -
-
-

There are only two valid arguments for echoGetCAAPR.

-
p_id    string  EPA Facility Registry Service's REGISTRY_ID.
-
-p_units string  Units of measurement. Defaults is 'lbs'.
-                Enter "TPWE" for toxic weighted pounds equivalents.
-
-
-

Water facility and discharge searches

-

Find facilities with NPDES permits to discharge wastewater:

-
df <- echoWaterGetFacilityInfo(xmin = '-96.407563', ymin = '30.554395', 
-                               xmax = '-96.25947',  ymax = '30.751984', 
-                               output = 'df', qcolumns = "1,2,3,4,5,6,7")
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-CWPName - -SourceID - -CWPStreet - -CWPCity - -CWPState - -CWPStateDistrict - -CWPZip -
-3444 MAHOGANY DRIVE - -TXR1509EW - -SOUTHWEST OF THE INTERSECTION OF MAHOGANY DRIVE AN - -BRYAN - -TX - - -77807 -
-5113 INVERNESS DR - -TXR1542EK - -5113 INVERNESS DR - -BRYAN - -TX - - -77802 -
-777 GRAHAM RD - -TXR1578AE - -777 GRAHAM RD - -COLLEGE STATION - -TX - - -77845 -
-8.5 ACRE DEVELOPMENT SH-6 - -TXR1535BW - -NORTHWEST INTERSECTION OF MARTIN LUTHER KING JR ST - -BRYAN - -TX - - -77803 -
-ACADEMY CONDOMINIUMS - -TXR1508FA - -1326 PRAIRIE DR - -BRYAN - -TX - - -77803 -
-ACE TOWNHOME - -TXR15667I - -2136 CHESTNUT OAK CIR - -COLLEGE STATION - -TX - - -77845-4168 -
-
-

Again, there are a ton of possible arguments to query ECHO with. All arguments are described here: https://echo.epa.gov/tools/web-services/facility-search-water#!/Facility_Information/get_cwa_rest_services_get_facility_info

-

Commonly used arguments are provided below:

-
p_fn  string  Facility Name Filter.
-              One or more case-insesitive facility names.
-              Provide multiple values as comma-delimited list
-              ex:
-              p_fn = "Aggie Cleaners, City of Bryan, TEXAS A&M UNIVERSITY COLLEGE STATION CAMPUS"
-              
-p_sa  string  Facility Street Address
-              ex:
-              p_sa = "WELLBORN ROAD & UNIVERSITY DR"
-              
-p_ct  string  Facility City
-              Provide a single case-insensitive city name
-              ex:
-              p_ct = "College Station"
-              
-p_co  string  Facility County
-              Provide a single county name, in combination with a state value
-              provided through p_st
-              ex:
-              p_co = "Brazos", p_st = "Texas"
-              
-p_fips  string  FIPS Code
-                Single 5-character Federal Information Processing Standards (FIPS) 
-                state+county value
-                
-p_st  string  Facility State or State Equivalent Filter
-              Provide one or more USPS postal abbreviations
-              ex:
-              p_st = "TX, NC"
-              
-p_zip string  Facility 5-Digit Zip Code
-              Provide one or more 5-digit postal zip codes
-              ex:
-              p_zip = "77843, 77845"
-              
-xmin  string  Minimum longitude value in decimal degrees
-
-ymin  string  Minimum latitude value in decimal degrees
-
-xmax  string  Maximum longitude value in decimal degrees
-
-ymax  string  Maximum latitude value in decimal degrees
-
-p_huc string  2-,4,6-,or 8-digit watershed code.
-              May contain comma-seperated values
-              
-

Download discharge monitoring reports from ECHO from specified facilities:

-
df <- echoGetEffluent(p_id = 'tx0119407', parameter_code = '50050')
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-activity_id - -npdes_id - -version_nmbr - -perm_feature_id - -perm_feature_nmbr - -perm_feature_type_code - -perm_feature_type_desc - -limit_set_id - -limit_set_schedule_id - -limit_id - -limit_type_code - -limit_begin_date - -limit_end_date - -nmbr_of_submission - -parameter_code - -parameter_desc - -monitoring_location_code - -monitoring_location_desc - -stay_type_code - -stay_type_desc - -limit_value_id - -limit_value_type_code - -limit_value_type_desc - -limit_value_nmbr - -limit_unit_code - -limit_unit_desc - -standard_unit_code - -standard_unit_desc - -limit_value_standard_units - -statistical_base_code - -statistical_base_short_desc - -statistical_base_type_code - -statistical_base_type_desc - -limit_value_qualifier_code - -stay_value_nmbr - -dmr_event_id - -monitoring_period_end_date - -dmr_form_value_id - -value_type_code - -value_type_desc - -dmr_value_id - -dmr_value_nmbr - -dmr_unit_code - -dmr_unit_desc - -dmr_value_standard_units - -dmr_value_qualifier_code - -value_received_date - -days_late - -nodi_code - -nodi_desc - -exceedence_pct - -npdes_violation_id - -violation_code - -violation_desc - -rnc_detection_code - -rnc_detection_desc - -rnc_detection_date - -rnc_resolution_code - -rnc_resolution_desc - -rnc_resolution_date - -violation_severity -
-3600178396 - -TX0119407 - -4 - -3600049681 - -001 - -EXO - -External Outfall - -3600061722 - -3600073706 - -3600437316 - -ENF - -08/01/2015 - -03/01/2020 - -1 - -50050 - -Flow, in conduit or thru treatment plant - -1 - -Effluent Gross - - - -3600678123 - -Q1 - -Quantity1 - -.131 - -03 - -MGD - -03 - -MGD - -.131 - -DB - -DAILY AV - -AVG - -Average - -<= - - -3601380418 - -04/30/2018 - -3618540579 - -Q1 - -Quantity1 - -3667289417 - -.0523 - -03 - -MGD - -.0523 - -= - -05/17/2018 - - - - - - - - - - - - - - -No Violation Identified -
-3600178396 - -TX0119407 - -4 - -3600049681 - -001 - -EXO - -External Outfall - -3600061722 - -3600073706 - -3600437316 - -ENF - -08/01/2015 - -03/01/2020 - -1 - -50050 - -Flow, in conduit or thru treatment plant - -1 - -Effluent Gross - - - -3600678122 - -Q2 - -Quantity2 - - -03 - -MGD - -03 - -MGD - - -DD - -DAILY MX - -MAX - -Maximum - - - -3601380418 - -04/30/2018 - -3618540580 - -Q2 - -Quantity2 - -3667289418 - -.089 - -03 - -MGD - -.089 - -= - -05/17/2018 - - - - - - - - - - - - - - -No Violation Identified -
-3600178396 - -TX0119407 - -4 - -3600049681 - -001 - -EXO - -External Outfall - -3600061722 - -3600073706 - -3600437316 - -ENF - -08/01/2015 - -03/01/2020 - -1 - -50050 - -Flow, in conduit or thru treatment plant - -1 - -Effluent Gross - - - -3600678122 - -Q2 - -Quantity2 - - -03 - -MGD - -03 - -MGD - - -DD - -DAILY MX - -MAX - -Maximum - - - -3601380419 - -05/31/2018 - -3618540598 - -Q2 - -Quantity2 - -3669642407 - -.1059 - -03 - -MGD - -.1059 - -= - -06/19/2018 - - - - - - - - - - - - - - -No Violation Identified -
-3600178396 - -TX0119407 - -4 - -3600049681 - -001 - -EXO - -External Outfall - -3600061722 - -3600073706 - -3600437316 - -ENF - -08/01/2015 - -03/01/2020 - -1 - -50050 - -Flow, in conduit or thru treatment plant - -1 - -Effluent Gross - - - -3600678123 - -Q1 - -Quantity1 - -.131 - -03 - -MGD - -03 - -MGD - -.131 - -DB - -DAILY AV - -AVG - -Average - -<= - - -3601380419 - -05/31/2018 - -3618540597 - -Q1 - -Quantity1 - -3669642404 - -.0503 - -03 - -MGD - -.0503 - -= - -06/19/2018 - - - - - - - - - - - - - - -No Violation Identified -
-3600178396 - -TX0119407 - -4 - -3600049681 - -001 - -EXO - -External Outfall - -3600061722 - -3600073706 - -3600437316 - -ENF - -08/01/2015 - -03/01/2020 - -1 - -50050 - -Flow, in conduit or thru treatment plant - -1 - -Effluent Gross - - - -3600678123 - -Q1 - -Quantity1 - -.131 - -03 - -MGD - -03 - -MGD - -.131 - -DB - -DAILY AV - -AVG - -Average - -<= - - -3601380420 - -06/30/2018 - -3618540615 - -Q1 - -Quantity1 - -3670879559 - -.0651 - -03 - -MGD - -.0651 - -= - -07/16/2018 - - - - - - - - - - - - - - -No Violation Identified -
-3600178396 - -TX0119407 - -4 - -3600049681 - -001 - -EXO - -External Outfall - -3600061722 - -3600073706 - -3600437316 - -ENF - -08/01/2015 - -03/01/2020 - -1 - -50050 - -Flow, in conduit or thru treatment plant - -1 - -Effluent Gross - - - -3600678122 - -Q2 - -Quantity2 - - -03 - -MGD - -03 - -MGD - - -DD - -DAILY MX - -MAX - -Maximum - - - -3601380420 - -06/30/2018 - -3618540616 - -Q2 - -Quantity2 - -3670879560 - -.3805 - -03 - -MGD - -.3805 - -= - -07/16/2018 - - - - - - - - - - - - - - -No Violation Identified -
-
-

This function only retrieves from a single facility per call. The following arguments are available from ECHO:

-
p_id            string  EPA Facility Registry Service's REGISTRY_ID.
-
-outfall         string  Three-character code identifying the point of discharge.
-
-parameter_code  string  Five-digit numeric code identifying the parameter.
-
-start_date      string  Start date of interest. Must be entered as "mm/dd/yyyy"
-
-end_date        string  End date of interest. Must be entered as "mm/dd/yyyy"
-

Parameters codes can be searched using echoWaterGetParams.

-
echoWaterGetParams(term = "Oxygen, dissolved")
-#> # A tibble: 5 x 2
-#>   ValueCode ValueDescription                     
-#>   <chr>     <chr>                                
-#> 1 00300     Oxygen, dissolved [DO]               
-#> 2 51646     Oxygen, dissolved [DO] maximum       
-#> 3 51645     Oxygen, dissolved [DO] minimum       
-#> 4 00301     Oxygen, dissolved percent saturation 
-#> 5 00399     Oxygen, dissolved, % of time violated
-

Multiple DMRs can be downloaded using a helper function: downloadDMRs:

-
df <- tibble::tibble(permit = c('TX0119407', 'TX0062677'))
-df <- downloadDMRs(df, idColumn = permit)
-df <- df %>%
-  tidyr::unnest(dmr)
-tibble::glimpse(df)
-#> Rows: 2,705
-#> Columns: 62
-#> $ permit                      <chr> "TX0119407", "TX0119407", "TX0119407", "TX~
-#> $ activity_id                 <chr> "3600178396", "3600178396", "3600178396", ~
-#> $ npdes_id                    <chr> "TX0119407", "TX0119407", "TX0119407", "TX~
-#> $ version_nmbr                <chr> "4", "4", "4", "4", "4", "4", "4", "4", "4~
-#> $ perm_feature_id             <chr> "3600049681", "3600049681", "3600049681", ~
-#> $ perm_feature_nmbr           <chr> "001", "001", "001", "001", "001", "001", ~
-#> $ perm_feature_type_code      <chr> "EXO", "EXO", "EXO", "EXO", "EXO", "EXO", ~
-#> $ perm_feature_type_desc      <chr> "External Outfall", "External Outfall", "E~
-#> $ limit_set_id                <chr> "3600061722", "3600061722", "3600061722", ~
-#> $ limit_set_schedule_id       <chr> "3600073706", "3600073706", "3600073706", ~
-#> $ limit_id                    <chr> "3600437315", "3600437315", "3600437315", ~
-#> $ limit_type_code             <chr> "ENF", "ENF", "ENF", "ENF", "ENF", "ENF", ~
-#> $ limit_begin_date            <chr> "08/01/2015", "08/01/2015", "08/01/2015", ~
-#> $ limit_end_date              <chr> "03/01/2020", "03/01/2020", "03/01/2020", ~
-#> $ nmbr_of_submission          <chr> "1", "1", "1", "1", "1", "1", "1", "1", "1~
-#> $ parameter_code              <chr> "00300", "00300", "00300", "00300", "00300~
-#> $ parameter_desc              <chr> "Oxygen, dissolved [DO]", "Oxygen, dissolv~
-#> $ monitoring_location_code    <chr> "1", "1", "1", "1", "1", "1", "1", "1", "1~
-#> $ monitoring_location_desc    <chr> "Effluent Gross", "Effluent Gross", "Efflu~
-#> $ stay_type_code              <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ stay_type_desc              <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ limit_value_id              <chr> "3600678121", "3600678121", "3600678121", ~
-#> $ limit_value_type_code       <chr> "C1", "C1", "C1", "C1", "C1", "C1", "C1", ~
-#> $ limit_value_type_desc       <chr> "Concentration1", "Concentration1", "Conce~
-#> $ limit_value_nmbr            <chr> "4", "4", "4", "4", "4", "4", "4", "4", "4~
-#> $ limit_unit_code             <chr> "19", "19", "19", "19", "19", "19", "19", ~
-#> $ limit_unit_desc             <chr> "mg/L", "mg/L", "mg/L", "mg/L", "mg/L", "m~
-#> $ standard_unit_code          <chr> "19", "19", "19", "19", "19", "19", "19", ~
-#> $ standard_unit_desc          <chr> "mg/L", "mg/L", "mg/L", "mg/L", "mg/L", "m~
-#> $ limit_value_standard_units  <chr> "4", "4", "4", "4", "4", "4", "4", "4", "4~
-#> $ statistical_base_code       <chr> "MO", "MO", "MO", "MO", "MO", "MO", "MO", ~
-#> $ statistical_base_short_desc <chr> "MO MIN", "MO MIN", "MO MIN", "MO MIN", "M~
-#> $ statistical_base_type_code  <chr> "MIN", "MIN", "MIN", "MIN", "MIN", "MIN", ~
-#> $ statistical_base_type_desc  <chr> "Minimum", "Minimum", "Minimum", "Minimum"~
-#> $ limit_value_qualifier_code  <chr> ">=", ">=", ">=", ">=", ">=", ">=", ">=", ~
-#> $ stay_value_nmbr             <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ dmr_event_id                <chr> "3601380418", "3601380419", "3601380420", ~
-#> $ monitoring_period_end_date  <chr> "04/30/2018", "05/31/2018", "06/30/2018", ~
-#> $ dmr_form_value_id           <chr> "3618540570", "3618540588", "3618540606", ~
-#> $ value_type_code             <chr> "C1", "C1", "C1", "C1", "C1", "C1", "C1", ~
-#> $ value_type_desc             <chr> "Concentration1", "Concentration1", "Conce~
-#> $ dmr_value_id                <chr> "3667289411", "3669642431", "3670879558", ~
-#> $ dmr_value_nmbr              <chr> "4.97", "4.8", "5.14", "5.51", "5.38", "5.~
-#> $ dmr_unit_code               <chr> "19", "19", "19", "19", "19", "19", "19", ~
-#> $ dmr_unit_desc               <chr> "mg/L", "mg/L", "mg/L", "mg/L", "mg/L", "m~
-#> $ dmr_value_standard_units    <chr> "4.97", "4.8", "5.14", "5.51", "5.38", "5.~
-#> $ dmr_value_qualifier_code    <chr> "=", "=", "=", "=", "=", "=", "=", "=", "=~
-#> $ value_received_date         <chr> "05/17/2018", "06/19/2018", "07/16/2018", ~
-#> $ days_late                   <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ nodi_code                   <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ nodi_desc                   <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ exceedence_pct              <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ npdes_violation_id          <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ violation_code              <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ violation_desc              <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ rnc_detection_code          <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ rnc_detection_desc          <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ rnc_detection_date          <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ rnc_resolution_code         <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ rnc_resolution_desc         <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ rnc_resolution_date         <chr> "", "", "", "", "", "", "", "", "", "", ""~
-#> $ violation_severity          <chr> "No Violation Identified", "No Violation I~
-
-
-

Spatial data

-

echor can also return spatial data frames known as simple features (https://r-spatial.github.io/sf/), to facilitate creation of maps. Both echoAirGetFacilityInfo and echoWaterGetFacilityInfo include arguments to return simple feature dataframes.

-

Using sf, ggplot, and ggspatial we can quickly create a map of downloaded data.

-

-library(ggplot2)
-library(ggspatial)
-library(dplyr)
-library(sf)
-
-## Download data as a simple feature
-df <- echoWaterGetFacilityInfo(xmin = '-96.407563', ymin = '30.554395',
-                                        xmax = '-96.25947', ymax = '30.751984',
-                                        output = 'sf')
-
-## Make the map
-ggplot(df) +
-  annotation_map_tile(zoomin = 0, progress = "none") +
-  geom_sf(inherit.aes = FALSE, shape = 21, 
-          color = "darkred", fill = "darkred", 
-          size = 2) +
-  labs(x = "Longitude", y = "Latitude", 
-       title = "NPDES permits near Texas A&M",
-       caption = "Source: EPA ECHO database")
-

-
-
- - - - - - - - - - -